Commit Graph

1861 Commits

Author SHA1 Message Date
Moodle Robot a7703e6aa3 Updated the HEAD build version to 20101129 2010-11-29 00:51:40 +00:00
Moodle Robot 382b132fdd Updated the HEAD build version to 20101128 2010-11-28 00:49:45 +00:00
Moodle Robot 21505b1f7b Updated the HEAD build version to 20101127 2010-11-27 00:51:13 +00:00
Moodle Robot bc8a69951a Updated the HEAD build version to 20101126 2010-11-26 00:51:36 +00:00
Moodle Robot 4905617e40 Updated the HEAD build version to 20101125 2010-11-24 17:40:47 +00:00
Martin Dougiamas 64063ad95a Bump version number to 2.0! 2010-11-24 17:11:30 +00:00
Moodle Robot 79007ae74c Updated the HEAD build version to 20101124 2010-11-24 00:50:39 +00:00
Moodle Robot b14e97df82 Updated the HEAD build version to 20101123 2010-11-23 00:49:25 +00:00
Sam Hemelryk c8ffba95b0 course MDL-24595 Fixed expand all collapse all links on front page. 2010-11-22 05:35:39 +00:00
Moodle Robot bcf6d8f0f8 Updated the HEAD build version to 20101122 2010-11-22 00:52:56 +00:00
Moodle Robot e3f031dcb0 Updated the HEAD build version to 20101121 2010-11-21 00:52:22 +00:00
Moodle Robot db9701d901 Updated the HEAD build version to 20101120 2010-11-20 00:58:40 +00:00
Eloy Lafuente 296f6c99b1 NOBUG: moodle/blog:manageexternal is SYSTEM cap, not USER at all 2010-11-19 18:25:27 +00:00
Moodle Robot 193795b61f Updated the HEAD build version to 20101119 2010-11-19 00:53:57 +00:00
Eloy Lafuente cbb9e9b8b4 MDL-25310 backup - some minor tasks related to cleaning/old options 2010-11-18 21:34:01 +00:00
Moodle Robot 1a92193c7f Updated the HEAD build version to 20101118 2010-11-18 00:48:15 +00:00
David Mudrak 05e7fca43f Yet another string using proper placeholder in Javascript 2010-11-17 12:44:17 +00:00
Petr Skoda 2c0b6ab223 MDL-23610 increasing version number to trigger environment test 2010-11-17 03:52:05 +00:00
Moodle Robot e53162b9d2 Updated the HEAD build version to 20101117 2010-11-17 00:48:28 +00:00
David Mudrak 049e880cce AJAX enrolment uses proper {$a} placeholder
We now have M.util.get_string() that should be used instead of custom
replacement. Otherwise the placeholder is not detected in AMOS
web translator.
2010-11-16 18:02:14 +00:00
Moodle Robot e5228e541a Updated the HEAD build version to 20101116 2010-11-16 00:49:07 +00:00
Moodle Robot 2b05a3bb9b Updated the HEAD build version to 20101115 2010-11-15 00:48:37 +00:00
Moodle Robot 44afba9701 Updated the HEAD build version to 20101114 2010-11-14 00:47:59 +00:00
Martin Dougiamas 50efefae15 Bumping to RC2 2010-11-13 03:47:16 +00:00
Moodle Robot ec68cc0a11 Updated the HEAD build version to 20101113 2010-11-13 00:47:50 +00:00
Moodle Robot e91182222b Updated the HEAD build version to 20101112 2010-11-12 00:48:49 +00:00
Petr Skoda dfd9f745b1 MDL-21963 rewritten progress bar internals, hopefully working now properly 2010-11-11 07:56:49 +00:00
Petr Skoda f11f7b41df MDL-25152 guest logging can be disabled now 2010-11-11 06:11:13 +00:00
Moodle Robot 32d535ac4d Updated the HEAD build version to 20101111 2010-11-11 00:49:30 +00:00
Sam Hemelryk bac233d326 backup MDL-22184 Scheduled backups are now possible again through cron.
AMOS BEGIN
 MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
 MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
 MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
 MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
 MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
 MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
 CPY [schedule,core],[automatedbackupschedule,core_backup]
 MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
Moodle Robot c9cc88ffef Updated the HEAD build version to 20101110 2010-11-10 00:47:17 +00:00
David Mudrak 8b2918a425 MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax 2010-11-09 11:55:11 +00:00
Moodle Robot f7efad4bc6 Updated the HEAD build version to 20101109 2010-11-09 00:49:40 +00:00
Moodle Robot 7ebe056b3d Updated the HEAD build version to 20101108 2010-11-08 00:49:51 +00:00
Moodle Robot 7144b6ce81 Updated the HEAD build version to 20101107 2010-11-07 00:48:58 +00:00
Moodle Robot 0a788f9fa7 Updated the HEAD build version to 20101106 2010-11-06 00:48:08 +00:00
Andrew Davis 46505ee75e message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version 2010-11-05 08:04:40 +00:00
Moodle Robot 9fb3c12d75 Updated the HEAD build version to 20101105 2010-11-05 00:47:33 +00:00
Moodle Robot 4800eef4d6 Updated the HEAD build version to 20101104 2010-11-04 00:48:47 +00:00
Moodle Robot fa537aced8 Updated the HEAD build version to 20101103 2010-11-03 00:48:32 +00:00
David Mudrak b532be2d53 MDL-25015 get_string() logic implementation in javascript
The new function allows to substitute {$a} placeholders on client side.
Version bump needed to clear javascript caches.
2010-11-02 14:24:19 +00:00
Dongsheng Cai f776e221e5 MDL-24888, fixed tags itemtype in lib/db/upgrade.php 2010-11-02 03:26:10 +00:00
Moodle Robot 25ba71960e Updated the HEAD build version to 20101102 2010-11-02 00:48:51 +00:00
Moodle Robot 086349fab4 Updated the HEAD build version to 20101101 2010-11-01 00:47:46 +00:00
Moodle Robot 522226e1ee Updated the HEAD build version to 20101031 2010-10-31 00:51:57 +00:00
Moodle Robot 122416d197 Updated the HEAD build version to 20101030 2010-10-30 00:50:00 +00:00
Moodle Robot 9a8369cdd3 Updated the HEAD build version to 20101029 2010-10-29 00:53:18 +00:00
Moodle Robot 3b77fb878b Updated the HEAD build version to 20101028 2010-10-28 00:49:01 +00:00
Sam Hemelryk 3b59524d31 blogs MDL-24875 Increased uniquehash field size to 255 and added a str length check to external blog syncing. 2010-10-27 05:25:00 +00:00
Moodle Robot 03c6541539 Updated the HEAD build version to 20101027 2010-10-27 00:48:57 +00:00