- 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)
-
- 27 Jul, 2010 1 commit
-
-
Eloy Lafuente authored
-
- 23 Jul, 2010 1 commit
-
-
jerome mouneyrac authored
webservice MDL-23341 add required capabilities to the service function declaration (lib/services.php), display missing capaibilities for users linked to a token and for authorised users, display function capabilities, refactor service add function page
-
- 18 Jul, 2010 3 commits
-
-
Eloy Lafuente authored
MDL-21840 backup - table for files handling on restore. Big thanks to MySQL for being so... limited?
-
Petr Skoda authored
-
David Mudrak authored
The tables were used for caching of XML-RPC results only, no upgrade is needed. The functionality of these tables is now handled by new tables defined by mnetservice_enrol plugin.
-
- 17 Jul, 2010 1 commit
-
-
Eloy Lafuente authored
-
- 16 Jul, 2010 3 commits
-
-
Petr Skoda authored
-
Petr Skoda authored
-
Petr Skoda authored
-
- 15 Jul, 2010 1 commit
-
-
David Mudrak authored
-