David Mudrak
f8392c810c
MDL-24960 emoticon admin settings: fixed a bug in the upgrade path
...
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.
2010-11-01 09:35:57 +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
Petr Skoda
fad1178612
MDL-24694 fixing broken upgrade once more - this step was skipped because two blocks had the same version number
2010-10-26 13:04:33 +00:00
Andrew Davis
018f4f996d
message MDL-24771 moved the upgrade code
2010-10-26 08:45:51 +00:00
Andrew Davis
14a0e7ddff
message MDL-24771 another big commit of messaging fixes
2010-10-26 08:00:29 +00:00
Aparup Banerjee
39e171ac93
assignment MDL-24694
...
- added message provider to manage assignment's messaging
- user_preferences.name length changed form 50 to 255 due to long messaging preference names.
2010-10-26 06:46:01 +00:00
Andrew Davis
a813a74843
message MDL-24771 a big commit that fixes a whole bunch of small issues with messaging
2010-10-25 09:29:34 +00:00
David Mudrak
f61b376873
MDL-24777 upgrade the emoticons settings into the new format, using the default values
2010-10-23 18:44:04 +00:00
Petr Skoda
e76ed293bb
MDL-24772 fixed a theoritical problem with sites that do not have any enrollable roles with moodle/course:view, credit goes to Tim Lock
2010-10-23 10:48:25 +00:00
Andrew Davis
d3dbcf5b58
gradebook MDL-24721 new installs of Moodle 2.0 were missing the hidden column from grade_categories
2010-10-19 07:17:45 +00:00
jerome mouneyrac
daff57fb3b
registration MDL-24641 get language code from the full language list codes, not from the Moodle language package code
2010-10-13 09:13:23 +00:00
Petr Skoda
96e890bbf5
MDL-24520 use different name if manager role already exists
2010-10-05 08:25:58 +00:00
Sam Hemelryk
7f38a28d41
lib-db-upgrade MDL-24490 user description now big text
2010-10-03 09:42:19 +00:00
Sam Hemelryk
20770c9f51
db-upgrade MDL-24487 Fixed incorrect parentcontext when upgrading.
2010-10-03 07:45:03 +00:00
Petr Skoda
6bdfef5da9
MDL-24321 switching to standard stdClass()
2010-09-21 08:54:01 +00:00
Petr Skoda
365a594107
MDL-24321 switching to stdClass in /lib/
2010-09-21 08:07:44 +00:00
Petr Skoda
f7e17018f9
MDL-24302 removing multiple field from block table in install.xml - it was already removed in upgrade once
2010-09-20 19:13:07 +00:00
David Mudrak
0eadebb1f6
MDL-24187 mnet: fixed sso_jump_url for moodle application
2010-09-17 14:10:20 +00:00
Petr Skoda
650462dfac
MDL-24211 events subsystem cleanup and improvements
...
* 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
2010-09-15 15:55:18 +00:00
Tim Hunt
488706558f
blocks upgrade MDL-22693 We also need to drop another old index, on sites that were upgraded from 1.9
2010-09-15 10:25:09 +00:00
jerome mouneyrac
56c6138029
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
2010-09-15 08:50:32 +00:00
Petr Skoda
4be6e404d2
MDL-24116 dropping tables that were used in old xmldb test suite, the tests will be moved to functional db tests in subsequent commits
2010-09-13 17:33:01 +00:00
Tim Hunt
39c763645e
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.
2010-09-13 13:01:34 +00:00
Petr Skoda
d0b6f92a23
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
2010-08-25 21:45:34 +00:00
Dongsheng Cai
fe6ce23489
MDL-16094 File storage conversion Quiz and Questions
2010-08-10 09:56:48 +00:00
Petr Skoda
d3da2ae51b
fixed typos
2010-08-04 09:45:21 +00:00
Petr Skoda
3ec8f360cf
MDL-23628 removed log_display upgrade leftovers
2010-08-04 09:44:25 +00:00
Petr Skoda
c6d75bffa5
MDL-23628 improved log action support - now similar to handling of capabilities
2010-08-03 10:07:18 +00:00
Petr Skoda
5b4a78e281
improved docs and license headers, adding direct access protection
2010-08-03 08:07:49 +00:00
Dongsheng Cai
52082e5bd8
MDL-13766, fixed repository instance name and configplugin language string
2010-08-03 07:58:59 +00:00
Sam Hemelryk
0d6b8715cd
log MDL-23604 Fixed hard coded use of CONCAT func in log_display table
2010-08-03 03:45:47 +00:00
Petr Skoda
35716b8682
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)
2010-07-30 20:51:01 +00:00
Eloy Lafuente
6c4a3a8c1e
MDL-22179 backup - speed up decoder access by adding new index
2010-07-27 15:16:31 +00:00
jerome mouneyrac
72f68b51e6
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
2010-07-23 06:17:06 +00:00
Eloy Lafuente
8bc29d46b4
MDL-21840 backup - table for files handling on restore. Big thanks to MySQL for being so... limited?
2010-07-18 11:03:07 +00:00
Petr Skoda
3db2ddbd53
MDL-23361 fixed sloppy upgrade logic, sorry
2010-07-18 08:21:21 +00:00
David Mudrak
ac61800289
MDL-22787 Drop legacy MNet enrolment tables defined in main install.xml
...
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.
2010-07-17 22:18:32 +00:00
Eloy Lafuente
d1c1105248
MDL-21432 backup - make itemname bigger so it can store file component/area named
2010-07-17 11:23:52 +00:00
Petr Skoda
985acc939b
MDL-23204 fixed conversion of new core text formats
2010-07-16 10:21:53 +00:00
Petr Skoda
f5d7298dc0
MDL-23204 fixed course section format upgrade
2010-07-16 09:37:01 +00:00
Petr Skoda
2eeade8174
unset old htmleditor just once
2010-07-16 07:13:52 +00:00
David Mudrak
2a27240585
NOMDL Do not try to rename the moodledata/lang if it does not exist
2010-07-15 12:45:55 +00:00
Petr Skoda
2a6dcb72a2
MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it
2010-07-13 20:58:17 +00:00
Petr Skoda
e88dd87685
MDL-23202 group icons now stored in file storage pool
2010-07-11 13:07:24 +00:00
Petr Skoda
edfd6a5e73
MDL-14589 user icons now stored in file storage pool
2010-07-11 11:43:15 +00:00
Petr Skoda
a919ae896b
MDL-22800 stats code using new enrol tables, I did not test it much because I do not have any test data :-(
2010-07-10 14:45:07 +00:00
Petr Skoda
20e5da7d91
MDL-19211 back to the old text format preferences logic + minor refactoring and improvements
2010-07-10 12:12:59 +00:00
Petr Skoda
6693bd8494
whitespace fix
2010-07-10 10:52:29 +00:00
Petr Skoda
d0942f6d3a
MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit; fixed version
2010-07-10 10:52:06 +00:00
Petr Skoda
c3ed4a5ab9
MDL-19211 reverting to old style editor preferences, the actual code that uses the prefs will be in next commit
2010-07-10 10:50:51 +00:00