- 15 Nov, 2010 2 commits
-
-
Petr Skoda authored
MDL-25031, MDL-25198 fixed use of proper table prefixes in blocks upgrade and fixed invalid DML call in questions ugprade
-
Dongsheng Cai authored
-
- 12 Nov, 2010 1 commit
-
-
Tim Hunt authored
There was a mistake in the text format upgrade in the question bank. The wrong conversions were performed, and the wrong arguments were passed to text_to_html in the conversions that were done. Also, not all the calls to format_text had been updated to use the values in the new format columns. I think this change fixes everything, but I have only had very limited time to test it. I am committing it anyway, because that seems to me to be the best way to maximise testing. I think that the new code is certainly better than the old code was.
-
- 10 Nov, 2010 1 commit
-
-
Sam Hemelryk authored
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
-
- 09 Nov, 2010 1 commit
-
-
David Mudrak authored
-
- 08 Nov, 2010 1 commit
-
-
Petr Skoda authored
pagetypepattern can not be null, so we ignore these until we find a way to fix them properly, sorry
-
- 05 Nov, 2010 1 commit
-
-
Andrew Davis authored
message MDL-24694 removed references to user->emailstop. the column itself will be removed in a later version
-
- 02 Nov, 2010 1 commit
-
-
Dongsheng Cai authored
-
- 01 Nov, 2010 1 commit
-
-
David Mudrak authored
I forgot to unset the $CFG->emoticon from the memory so the upgrade process still had the old emoticons format loaded in the memory which led to coding exception.
-
- 27 Oct, 2010 1 commit
-
-
Sam Hemelryk authored
blogs MDL-24875 Increased uniquehash field size to 255 and added a str length check to external blog syncing.
-
- 26 Oct, 2010 4 commits
-
-
Petr Skoda authored
MDL-24694 fixing broken upgrade once more - this step was skipped because two blocks had the same version number
-
Andrew Davis authored
-
Andrew Davis authored
-
Aparup Banerjee authored
- added message provider to manage assignment's messaging - user_preferences.name length changed form 50 to 255 due to long messaging preference names.
-
- 25 Oct, 2010 1 commit
-
-
Andrew Davis authored
-
- 24 Oct, 2010 1 commit
-
-
David Mudrak authored
-
- 23 Oct, 2010 1 commit
-
-
Petr Skoda authored
MDL-24772 fixed a theoritical problem with sites that do not have any enrollable roles with moodle/course:view, credit goes to Tim Lock
-
- 19 Oct, 2010 1 commit
-
-
Andrew Davis authored
-
- 13 Oct, 2010 1 commit
-
-
jerome mouneyrac authored
registration MDL-24641 get language code from the full language list codes, not from the Moodle language package code
-
- 05 Oct, 2010 1 commit
-
-
Petr Skoda authored
-
- 03 Oct, 2010 2 commits
-
-
Sam Hemelryk authored
-
Sam Hemelryk authored
-
- 21 Sep, 2010 3 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
MDL-24302 removing multiple field from block table in install.xml - it was already removed in upgrade once
-
- 17 Sep, 2010 1 commit
-
-
David Mudrak authored
-
- 15 Sep, 2010 3 commits
-
-
Petr Skoda authored
* handlers can be defined as internal or external * external handlers are not called instantly when inside DB transaction * code cleanup * more robust detection of broken handlers * refixed unit tests * removing all pending events from 1.9 - these can not be processed due to encoding changes * finally using real 'component' in handlers table
-
Tim Hunt authored
blocks upgrade MDL-22693 We also need to drop another old index, on sites that were upgraded from 1.9
-
jerome mouneyrac authored
community hub MDL-24215 change the site secret key for get_site_identifier in the registration process => increase the DB field size + change the confirmation form to the get_site_identifier TEXT format
-
- 14 Sep, 2010 1 commit
-
-
Petr Skoda authored
MDL-24116 dropping tables that were used in old xmldb test suite, the tests will be moved to functional db tests in subsequent commits
-
- 13 Sep, 2010 1 commit
-
-
Tim Hunt authored
blocks upgrade MDL-22693 Forgot to change the precision of the block_instances.pagetypepattern column to 64 chars. Do it now. You have to drop and re-create the associated index, otherwise this will not work, at least on Postgres.
-
- 26 Aug, 2010 1 commit
-
-
Petr Skoda authored
MDL-23885 flattening filepool directory structure - hopefully this will lower the number of directories but still keep a reasonable number of files in each directory on large installs; see tracker for more details
-
- 10 Aug, 2010 1 commit
-
-
Dongsheng Cai authored
-
- 04 Aug, 2010 2 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
- 03 Aug, 2010 4 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
Dongsheng Cai authored
-
Sam Hemelryk authored
-
- 31 Jul, 2010 1 commit
-
-
Petr Skoda authored
MDL-22001 filter_text() and filter_string() now use context parameter instead of courseid, PAGE->context is used only as a fallback; moved comment stuff away from format_text() because it does not belong there; filterlib is not using courseid except for legacy filters; fixed coding style in filters;Êimproved php docs; fixed upgrade of filters (should be in plugins, not core)
-