moodle.git
15 years agoMDL-22054 removing unused course format section name strings
Petr Skoda [Sun, 11 Apr 2010 12:52:49 +0000 (12:52 +0000)]
MDL-22054 removing unused course format section name strings

15 years agoMDL-22054 removing unused course format strings - oops, wiki format is not used either
Petr Skoda [Sun, 11 Apr 2010 12:47:14 +0000 (12:47 +0000)]
MDL-22054 removing unused course format strings - oops, wiki format is not used either

15 years agoMDL-22054 converting course formats to have own lang packs
Petr Skoda [Sun, 11 Apr 2010 12:46:14 +0000 (12:46 +0000)]
MDL-22054 converting course formats to have own lang packs

AMOS START
 MOV [formatscorm,core],[pluginname,format_scorm]
 MOV [formatsocial,core],[pluginname,format_social]
 MOV [formattopics,core],[pluginname,format_topics]
 MOV [formatweeks,core],[pluginname,format_weeks]
AMOS END

15 years agoMDL-22054 removing unused course format strings -lams too
Petr Skoda [Sun, 11 Apr 2010 12:38:51 +0000 (12:38 +0000)]
MDL-22054 removing unused course format strings -lams too

15 years agoMDL-22054 removing unused course format strings
Petr Skoda [Sun, 11 Apr 2010 12:38:06 +0000 (12:38 +0000)]
MDL-22054 removing unused course format strings

15 years agoMDL-22054 improving blocks management UI
Petr Skoda [Sun, 11 Apr 2010 12:22:52 +0000 (12:22 +0000)]
MDL-22054 improving blocks management UI

15 years agoMDL-22054 improving module management UI
Petr Skoda [Sun, 11 Apr 2010 12:17:43 +0000 (12:17 +0000)]
MDL-22054 improving module management UI

15 years agoMDL-22054 improving blocks management UI and removing debug message because the block...
Petr Skoda [Sun, 11 Apr 2010 12:08:40 +0000 (12:08 +0000)]
MDL-22054 improving blocks management UI and removing debug message because the block manage page shows the correct info instead

15 years agoMDL-22054 the last blockname removed
Petr Skoda [Sun, 11 Apr 2010 11:57:46 +0000 (11:57 +0000)]
MDL-22054 the last blockname removed

15 years agoMDL-22054 fixed long standing issues with management of modules and blocks - we shoul...
Petr Skoda [Sun, 11 Apr 2010 11:54:45 +0000 (11:54 +0000)]
MDL-22054 fixed long standing issues with management of modules and blocks - we should definitely not rely on unique localized names! Also the sorting works best in database, the PHP does not have localized sort at all

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:52:53 +0000 (11:52 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blocktagstitle,core_tag],[pluginname,block_tags]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:50:21 +0000 (11:50 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_tag_youtube],[pluginname,block_tag_youtube]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:49:31 +0000 (11:49 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_tag_flickr],[pluginname,block_tag_flickr]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:48:38 +0000 (11:48 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_social_activities],[pluginname,block_social_activities]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:47:54 +0000 (11:47 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [mainmenu,core],[pluginname,block_site_main_menu]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:45:40 +0000 (11:45 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_settings_navigation_tree],[pluginname,block_settings_navigation_tree]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:44:30 +0000 (11:44 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_section_links],[pluginname,block_section_links]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:43:38 +0000 (11:43 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blocktitle,block_search_forums],[pluginname,block_search_forums]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:42:57 +0000 (11:42 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_search],[pluginname,block_search]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:41:53 +0000 (11:41 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_rss_client],[pluginname,block_rss_client]
AMOS END

15 years agoMDL-22054 fixed get_string typo
Petr Skoda [Sun, 11 Apr 2010 11:40:56 +0000 (11:40 +0000)]
MDL-22054 fixed get_string typo

15 years agoMDL-22054 fixed forgotten get_string
Petr Skoda [Sun, 11 Apr 2010 11:40:09 +0000 (11:40 +0000)]
MDL-22054 fixed forgotten get_string

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:39:13 +0000 (11:39 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [recentactivity,core],[pluginname,block_recent_activity]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:36:04 +0000 (11:36 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [formaltitle,block_quiz_results],[pluginname,block_quiz_results]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:34:51 +0000 (11:34 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_private_files],[pluginname,block_private_files]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:33:39 +0000 (11:33 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [people,core],[pluginname,block_participants]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:31:03 +0000 (11:31 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_online_users],[pluginname,block_online_users]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:29:39 +0000 (11:29 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [latestnews,core],[pluginname,block_news_items]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:27:21 +0000 (11:27 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [mnet_hosts,block_mnet_hosts],[pluginname,block_mnet_hosts]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:26:11 +0000 (11:26 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [messages,core_message],[pluginname,block_messages]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:24:48 +0000 (11:24 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_mentees],[pluginname,block_mentees]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:23:44 +0000 (11:23 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [login,core],[pluginname,block_login]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:21:53 +0000 (11:21 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [loancalc,block_loancalc],[pluginname,block_loancalc]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:20:58 +0000 (11:20 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [html,block_html],[pluginname,block_html]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:19:29 +0000 (11:19 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_glossary_random],[pluginname,block_glossary_random]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:18:29 +0000 (11:18 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_global_navigation_tree],[pluginname,block_global_navigation_tree]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:17:02 +0000 (11:17 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [pagedescription,block_course_summary],[pluginname,block_course_summary]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:15:28 +0000 (11:15 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_course_list],[pluginname,block_course_list]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:14:03 +0000 (11:14 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [comments,core],[pluginname,block_comments]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:12:43 +0000 (11:12 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [upcomingevents,core_calendar],[pluginname,block_calendar_upcoming]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:07:47 +0000 (11:07 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [calendar,core_calendar],[pluginname,block_calendar_month]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:05:46 +0000 (11:05 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blocktagstitle,core_blog],[pluginname,block_blog_tags]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 11:01:41 +0000 (11:01 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_blog_recent],[pluginname,block_blog_recent]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:58:50 +0000 (10:58 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockmenutitle,core_blog],[pluginname,block_blog_menu]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:56:33 +0000 (10:56 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [administrationsite,core],[pluginname,block_admin_tree]
AMOS END

15 years agoMDL-22054 converting block name strings to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:53:04 +0000 (10:53 +0000)]
MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [adminbookmarks,core],[pluginname,block_admin_bookmarks]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:49:36 +0000 (10:49 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [administration,core],[pluginname,block_admin]
AMOS END

15 years agoMDL-22054 startinging blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:47:04 +0000 (10:47 +0000)]
MDL-22054 startinging blocks to pluginname

AMOS START
 CPY [activities,core],[pluginname,block_activity_modules]
AMOS END

15 years agoMDL-22054 starting to switch blocks to pluginname
Petr Skoda [Sun, 11 Apr 2010 10:09:59 +0000 (10:09 +0000)]
MDL-22054 starting to switch blocks to pluginname

15 years agoMDL-22054 adding missing calculatedmulti lang file
Petr Skoda [Sun, 11 Apr 2010 09:48:51 +0000 (09:48 +0000)]
MDL-22054 adding missing calculatedmulti lang file

15 years agoMDL-22054 fixed missing strings and some really annoying redirects
Petr Skoda [Sun, 11 Apr 2010 09:41:25 +0000 (09:41 +0000)]
MDL-22054 fixed missing strings and some really annoying redirects

15 years agoMDL-22054 fixed string identifier typo
Petr Skoda [Sun, 11 Apr 2010 09:29:07 +0000 (09:29 +0000)]
MDL-22054 fixed string identifier typo

15 years agoMDL-22054 turning on detection of missing strings + hunting them down
Petr Skoda [Sun, 11 Apr 2010 09:21:18 +0000 (09:21 +0000)]
MDL-22054 turning on detection of missing strings + hunting them down

15 years agoMDL-22054 skip loading of missing modules on course page
Petr Skoda [Sun, 11 Apr 2010 09:05:48 +0000 (09:05 +0000)]
MDL-22054 skip loading of missing modules on course page

15 years agoMDL-22054 skip loading of missing modules
Petr Skoda [Sun, 11 Apr 2010 08:59:27 +0000 (08:59 +0000)]
MDL-22054 skip loading of missing modules

15 years agoMDL-21998 switching to YUI3.1.0 lib - there do not seem to be any mojor regressions...
Petr Skoda [Sun, 11 Apr 2010 08:50:08 +0000 (08:50 +0000)]
MDL-21998 switching to YUI3.1.0 lib - there do not seem to be any mojor regressions, if you need old version just edit your lib/setup.php

15 years agoMDL-21998 new YUI3.1.0 lib - metadata for PHPloader, obtained from repo at github
Petr Skoda [Sun, 11 Apr 2010 08:31:44 +0000 (08:31 +0000)]
MDL-21998 new YUI3.1.0 lib - metadata for PHPloader, obtained from repo at github

15 years agoMDL-21998 new YUI3.1.0 lib, - not yet intergated
Petr Skoda [Sun, 11 Apr 2010 08:20:55 +0000 (08:20 +0000)]
MDL-21998 new YUI3.1.0 lib, - not yet intergated

15 years agoMDL-15252 Fixing a typo in a function name and param type for array_merge()
David Mudrak [Sun, 11 Apr 2010 07:42:51 +0000 (07:42 +0000)]
MDL-15252 Fixing a typo in a function name and param type for array_merge()

15 years agoUpdated the HEAD build version to 20100411
Moodle Robot [Sun, 11 Apr 2010 00:40:57 +0000 (00:40 +0000)]
Updated the HEAD build version to 20100411

15 years agoMDL-22053 removing relative paths from get_plugin|component_directory() because we...
Petr Skoda [Sat, 10 Apr 2010 23:21:18 +0000 (23:21 +0000)]
MDL-22053 removing relative paths from get_plugin|component_directory() because we can be only sure that the absolute paths exists such as in case of $CFG->themedir outside of dirroot; commeting out some simpletes_ stuff which does not seem to be used any more

15 years agoDefault heading level in CLI and AJAX renderer
David Mudrak [Sat, 10 Apr 2010 22:23:46 +0000 (22:23 +0000)]
Default heading level in CLI and AJAX renderer

15 years agoMDL-15252 language list refactoring
Petr Skoda [Sat, 10 Apr 2010 21:22:15 +0000 (21:22 +0000)]
MDL-15252 language list refactoring

15 years agoMDL-15252 string manager improvements - fixed regression - lang from POST was accepte...
Petr Skoda [Sat, 10 Apr 2010 20:41:26 +0000 (20:41 +0000)]
MDL-15252 string manager improvements - fixed regression - lang from POST was accepted too, sorry

15 years agoMDL-15252 string manager improvements - it is possible to specify custom lang locatio...
Petr Skoda [Sat, 10 Apr 2010 20:35:52 +0000 (20:35 +0000)]
MDL-15252 string manager improvements - it is possible to specify custom lang locations in config.php

15 years agoMDL-21146 removing incorrect license defaults, setup.php is not the right place for...
Petr Skoda [Sat, 10 Apr 2010 19:52:57 +0000 (19:52 +0000)]
MDL-21146 removing incorrect license defaults, setup.php is not the right place for this, sorry

15 years agoMDL-22052 pruning pre-amos string related code
Petr Skoda [Sat, 10 Apr 2010 19:28:34 +0000 (19:28 +0000)]
MDL-22052 pruning pre-amos string related code

15 years agoMDL-22050 removing old langconfig automatic redirection + adding missing string debug...
Petr Skoda [Sat, 10 Apr 2010 19:02:11 +0000 (19:02 +0000)]
MDL-22050 removing old langconfig automatic redirection + adding missing string debug (disabled for now)

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 18:29:27 +0000 (18:29 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [thislanguage,core],[thislanguage,core_langconfig]
AMOS END

15 years agofixed typo
Petr Skoda [Sat, 10 Apr 2010 18:27:05 +0000 (18:27 +0000)]
fixed typo

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 18:26:20 +0000 (18:26 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [thisdirection,core],[thisdirection,core_langconfig]
AMOS END

15 years agoMDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye...
Petr Skoda [Sat, 10 Apr 2010 18:20:54 +0000 (18:20 +0000)]
MDL-22050 dear 'thischarset', we did not need you since 1.7, time to say good bye, RIP

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 18:15:30 +0000 (18:15 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [strftimedate,core],[strftimedate,core_langconfig]
  MOV [strftimedatefullshort,core],[strftimedatefullshort,core_langconfig]
  MOV [strftimedateshort,core],[strftimedateshort,core_langconfig]
  MOV [strftimedatetime,core],[strftimedatetime,core_langconfig]
  MOV [strftimedatetimeshort,core],[strftimedatetimeshort,core_langconfig]
  MOV [strftimedaydate,core],[strftimedaydate,core_langconfig]
  MOV [strftimedaydatetime,core],[strftimedaydatetime,core_langconfig]
  MOV [strftimedayshort,core],[strftimedayshort,core_langconfig]
  MOV [strftimedaytime,core],[strftimedaytime,core_langconfig]
  MOV [strftimemonthyear,core],[strftimemonthyear,core_langconfig]
  MOV [strftimerecent,core],[strftimerecent,core_langconfig]
  MOV [strftimerecentfull,core],[strftimerecentfull,core_langconfig]
  MOV [strftimetime,core],[strftimetime,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 18:01:49 +0000 (18:01 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [parentlanguage,core],[parentlanguage,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 17:54:39 +0000 (17:54 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [locale,core],[locale,core_langconfig]
  MOV [localewin,core],[localewin,core_langconfig]
  MOV [localewincharset,core],[localewincharset,core_langconfig]
  MOV [oldcharset,core],[oldcharset,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 17:44:05 +0000 (17:44 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [firstdayofweek,core],[firstdayofweek,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 17:40:58 +0000 (17:40 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [decsep,core],[decsep,core_langconfig]
  MOV [listsep,core],[listsep,core_langconfig]
  MOV [thousandsep,core],[thousandsep,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 17:35:19 +0000 (17:35 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [backupnameformat,core],[backupnameformat,core_langconfig]
AMOS END

15 years agoMDL-22050 removing moodle/langconfig duplicates
Petr Skoda [Sat, 10 Apr 2010 17:30:00 +0000 (17:30 +0000)]
MDL-22050 removing moodle/langconfig duplicates

AMOS BEGIN
  MOV [alphabet,core],[alphabet,core_langconfig]
AMOS END

15 years agoauth cas/db/ldap: MDL-18689 Fix typos in auth/{cas,db,ldap}/auth.php
Inaki [Sat, 10 Apr 2010 15:26:39 +0000 (15:26 +0000)]
auth cas/db/ldap: MDL-18689 Fix typos in auth/{cas,db,ldap}/auth.php

Forward-ported from MOODLE_18_STABLE

15 years agoauth config: MDL-19053 Use the HTML editor to edit the login page authentication...
Inaki [Sat, 10 Apr 2010 15:13:35 +0000 (15:13 +0000)]
auth config: MDL-19053 Use the HTML editor to edit the login page authentication instructions

They are actually displayed as HTML, but they are edited through a plain
text area control instead.

Forward-ported from MOODLE_19_STABLE

15 years agoMDL-15252 Re-committing all English strings exported from AMOS
David Mudrak [Sat, 10 Apr 2010 14:01:45 +0000 (14:01 +0000)]
MDL-15252 Re-committing all English strings exported from AMOS

From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.

15 years agoMDL-21695 help files replaced by standard strings - basic infrastructure in place...
Petr Skoda [Sat, 10 Apr 2010 09:10:08 +0000 (09:10 +0000)]
MDL-21695 help files replaced by standard strings - basic infrastructure in place, no strings converted yet

15 years agoMDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new...
Petr Skoda [Sat, 10 Apr 2010 07:24:56 +0000 (07:24 +0000)]
MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs

15 years agoUpdated the HEAD build version to 20100410
Moodle Robot [Sat, 10 Apr 2010 00:41:38 +0000 (00:41 +0000)]
Updated the HEAD build version to 20100410

15 years agofilter tex: MDL-10197 Quality improvement of TeX-images by using PNG format.
Inaki [Sat, 10 Apr 2010 00:19:22 +0000 (00:19 +0000)]
filter tex: MDL-10197 Quality improvement of TeX-images by using PNG format.

It seems some TeX installs use a convert utility that renders poor quality
images when using the GIF format, but render good ones when using PNG. If
all the needed tools are available, let the admin choose the preferred
output format.

Merged from MOODLE_19_STABLE

15 years agoMDL-21146, default license will be locked to prevent from disable, move site default...
Dongsheng Cai [Fri, 9 Apr 2010 19:40:23 +0000 (19:40 +0000)]
MDL-21146, default license will be locked to prevent from disable, move site default license from frontpage to license config page

15 years agoMDL-21951, replace $COURSE with $PAGE->course
Dongsheng Cai [Fri, 9 Apr 2010 18:38:08 +0000 (18:38 +0000)]
MDL-21951, replace $COURSE with $PAGE->course

15 years agoMDL-21951 reverting changes in moodlelib.php, most probably forgotten debug stuff
Petr Skoda [Fri, 9 Apr 2010 09:43:21 +0000 (09:43 +0000)]
MDL-21951 reverting changes in moodlelib.php, most probably forgotten debug stuff

15 years agoMDL-21951, improve comments performance
Dongsheng Cai [Fri, 9 Apr 2010 09:03:51 +0000 (09:03 +0000)]
MDL-21951, improve comments performance

15 years agoMDL-18044 - updating missed scalestip string to scalestip2
Anthony Borrow [Fri, 9 Apr 2010 08:40:03 +0000 (08:40 +0000)]
MDL-18044 - updating missed scalestip string to scalestip2

15 years agoUpdated the HEAD build version to 20100409
Moodle Robot [Fri, 9 Apr 2010 00:42:54 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100409

15 years agono more modification of form outside the form class. All needed data are passed by...
Andreas Grabs [Thu, 8 Apr 2010 19:32:43 +0000 (19:32 +0000)]
no more modification of form outside the form class. All needed data are passed by the _customdata array

15 years agoNOBUG: BOM rebombed from 19_STABLE
Eloy Lafuente [Thu, 8 Apr 2010 18:16:26 +0000 (18:16 +0000)]
NOBUG: BOM rebombed from 19_STABLE

15 years agofixed typo
Petr Skoda [Thu, 8 Apr 2010 16:36:09 +0000 (16:36 +0000)]
fixed typo

15 years agoMDL-21655 fix typo
Dan Marsden [Thu, 8 Apr 2010 09:40:38 +0000 (09:40 +0000)]
MDL-21655 fix typo

15 years agoMDL-19118, fixed css selector, comments api
Dongsheng Cai [Thu, 8 Apr 2010 05:40:11 +0000 (05:40 +0000)]
MDL-19118, fixed css selector, comments api

15 years agoMDL-21955, fixed potential page parameter collision in nonjs comments paging code
Dongsheng Cai [Thu, 8 Apr 2010 05:38:44 +0000 (05:38 +0000)]
MDL-21955, fixed potential page parameter collision in nonjs comments paging code

15 years agoMDL-21941, change language strings for comments api
Dongsheng Cai [Thu, 8 Apr 2010 01:53:48 +0000 (01:53 +0000)]
MDL-21941, change language strings for comments api

15 years agoUpdated the HEAD build version to 20100408
Moodle Robot [Thu, 8 Apr 2010 00:42:53 +0000 (00:42 +0000)]
Updated the HEAD build version to 20100408