Commit graph

10375 commits

Author SHA1 Message Date
Petr Skoda
2e5eba8560 MDL-19776 make sure contexts are fully initialised after each core upgrade, it is relatively cheap, so it should not cause any problems 2010-07-06 17:14:36 +00:00
Petr Skoda
79adebe9a4 fixed typo 2010-07-06 17:00:37 +00:00
Petr Skoda
c1312d890e MDL-23106 no need for reverting of standardold theme any more 2010-07-06 16:59:34 +00:00
Petr Skoda
d69bf76ec7 MDL-23106 files created in one step 2010-07-06 16:58:12 +00:00
Petr Skoda
0b3681a495 MDL-23106 external_tokens created in one step 2010-07-06 16:54:35 +00:00
Petr Skoda
f6882162cb MDL-23106 streamlined ext services table creation 2010-07-06 16:52:51 +00:00
Petr Skoda
a32799ab3b MDL-23106 files_cleanup is history 2010-07-06 16:49:26 +00:00
Petr Skoda
e51b52203d MDL-23106 all tables created in upgrade.php MUST be present in install.xml - we will most probably drop the two old blocks tables before release but we can not allow exceptions like this, sorry 2010-07-06 16:47:35 +00:00
Petr Skoda
826017602d whitespace fixes 2010-07-06 16:31:48 +00:00
Petr Skoda
3bfadd294e fixed whitespace 2010-07-06 16:29:00 +00:00
Petr Skoda
698fbbb065 MDL-23106 portfolio_log created in one step 2010-07-06 16:28:15 +00:00
Petr Skoda
fcd1c1c2ec MDL-23106 portfolio_tempdata created in one step 2010-07-06 16:26:54 +00:00
Petr Skoda
f516f03bf9 MDL-23106 removing unnecessary conversion of message_providers data - not installed yet in regular upgrades now 2010-07-06 16:22:52 +00:00
Petr Skoda
6389e70a03 MDL-23106 fixing 2.0 upgrade paths - moving core table tweaks to the very beginning so that it is available for the whole upgrade 2010-07-06 16:18:39 +00:00
Petr Skoda
2e0406a53a repeating upgrade typo fixed 2010-07-06 16:10:17 +00:00
Petr Skoda
39bc3eb59a MDL-23104 cleanup after loancalc, lams, exercise and journal if no instances present - these were moved to contrib and we do not want them to appear on during upgrade page if not used at all 2010-07-06 12:16:00 +00:00
David Mudrak
1ce51635f7 MDL-12192 Do not colonize empty labels, thanks to skodak for spotting 2010-07-06 09:58:36 +00:00
Petr Skoda
ec32e626be fixed wrong != that was breaking js caching 2010-07-06 09:42:44 +00:00
Andrew Davis
6d2e69363d message MDL-23101 made email notifications of forum posts work 2010-07-06 08:59:39 +00:00
jerome mouneyrac
e641b5f309 zend MDL-22103 add missing new files of the Zend library to 1.10 2010-07-06 03:41:39 +00:00
Andrew Davis
1560760fb0 message MDL-23098 fixed the eratic behaviour of new message notifications 2010-07-06 01:52:32 +00:00
Eloy Lafuente
4086bc776a MDL-21840 backup - unify temp table support for backup & restore (more coming) 2010-07-05 23:22:12 +00:00
Eloy Lafuente
ffe5025874 NOBUG DB syntax - fix/improve some uses. I haven't tested completion, have you? 2010-07-05 22:48:07 +00:00
Petr Skoda
94beb69d55 MDL-13563 preventing login of users with suspended flag 2010-07-05 21:51:58 +00:00
Petr Skoda
7ce1f7c987 MDL-13563 necessary DB changes needed for proper suspending of users (prevention of log in), this will be handy 2010-07-05 21:30:58 +00:00
Petr Skoda
2e23ad80c4 MDL-23097 latest htmlpurifier 4.1.1 2010-07-05 21:09:54 +00:00
Petr Skoda
616861ff34 more getting rid of \r which breaks git sync, sorry 2010-07-05 20:45:43 +00:00
Petr Skoda
a8671313d9 arrgh, getting rid of \r which breaks git sync, sorry 2010-07-05 20:45:00 +00:00
Eloy Lafuente
f60f4666f9 MDL-21432 backup - added operation to separate backup & restore 2010-07-05 16:37:50 +00:00
jerome mouneyrac
dfbfc510ec zend MDL-22103 port back our Zend fix 2010-07-05 09:31:22 +00:00
Martin Dougiamas
20e5f3660e MDL-23071 Found some more in adminlib.php modulename -> pluginname 2010-07-05 09:30:49 +00:00
jerome mouneyrac
651aa5b565 zend MDL-22103 update Zend library to 1.10 2010-07-05 09:19:42 +00:00
Petr Skoda
2b54e7a2b7 fixed inline phpdocs return type 2010-07-05 07:48:37 +00:00
Dongsheng Cai
e35194bec4 MDL-22982
1. rename repository.class to lib.php
2. fixed repository_callback.php
3. repository_ajax use moodle default exception handler
4. improve file_get_user_used_space performance
2010-07-05 07:27:49 +00:00
Dan Marsden
dab61f9af9 Portfolio MDL-22950 regression - fix usage of archive_to_storage using new component var 2010-07-05 03:10:10 +00:00
jerome mouneyrac
277c7a4033 file MDL-23075 fix format_postdata_for_curlcall when the params is an array of array of array 2010-07-05 02:56:04 +00:00
Petr Skoda
6fc67fce72 MDL-11113 completely reimplemented editor plugin settings - we should never use custom forms instead of admin settings if possible 2010-07-04 20:53:01 +00:00
Petr Skoda
09ae4cad1a MDL-11113 ooops, fixing messed up commit 2010-07-04 20:52:09 +00:00
Petr Skoda
34a30b5c8f MDL-14739 upgrade to latest tinymce, full integration with amos is not yet there, other improvements necessary before the release too 2010-07-04 20:27:25 +00:00
Petr Skoda
a2901dd8bc MDL-14739 oops, wrong version used in previous tinymce commit, sorrryyyy 2010-07-04 19:21:44 +00:00
Petr Skoda
3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Petr Skoda
9092c96eda MDL-19524 updating version info too 2010-07-04 14:06:42 +00:00
Petr Skoda
7a2656a95e MDL-19524 updating to latest GPL3 DragMath library - thanks a lot to upstream for updating the license! 2010-07-04 14:03:47 +00:00
Petr Skoda
a4ba0a96f1 fixed recent regression when fixing pluginname in editors 2010-07-04 14:00:19 +00:00
Petr Skoda
ee00613bd3 MDL-14739 uploading fresh new unmodified tinymce - it is in separate directory because we need to work around browser caching issues after upgrade; this also simplifies tracking of our additions and tweaks 2010-07-04 13:53:17 +00:00
Petr Skoda
2f21a283ca standardising editor plugin names
AMOS BEGIN
 MOV [modulename,editor_textarea],[pluginname,editor_textarea]
 MOV [modulename,editor_tinymce],[pluginname,editor_tinymce]
AMOS END
2010-07-04 13:11:34 +00:00
Petr Skoda
614d18d26c MDL-22984 using standard plugin name string for repositories
AMOS BEGIN
 MOV [repositoryname,repository_alfresco],[pluginname,repository_alfresco]
 MOV [repositoryname,repository_boxnet],[pluginname,repository_boxnet]
 MOV [repositoryname,repository_dropbox],[pluginname,repository_dropbox]
 MOV [repositoryname,repository_filesystem],[pluginname,repository_filesystem]
 MOV [repositoryname,repository_flickr],[pluginname,repository_flickr]
 MOV [repositoryname,repository_flickr_public],[pluginname,repository_flickr_public]
 MOV [repositoryname,repository_googledocs],[pluginname,repository_googledocs]
 MOV [repositoryname,repository_local],[pluginname,repository_local]
 MOV [repositoryname,repository_merlot],[pluginname,repository_merlot]
 MOV [repositoryname,repository_picasa],[pluginname,repository_picasa]
 MOV [repositoryname,repository_recent],[pluginname,repository_recent]
 MOV [repositoryname,repository_s3],[pluginname,repository_s3]
 MOV [repositoryname,repository_upload],[pluginname,repository_upload]
 MOV [repositoryname,repository_url],[pluginname,repository_url]
 MOV [repositoryname,repository_user],[pluginname,repository_user]
 MOV [repositoryname,repository_webdav],[pluginname,repository_webdav]
 MOV [repositoryname,repository_wikimedia],[pluginname,repository_wikimedia]
 MOV [repositoryname,repository_youtube],[pluginname,repository_youtube]
AMOS END
2010-07-04 12:52:10 +00:00
Petr Skoda
1c5f926de9 MDL-22992 cleaning repository upgrade path, please note core functions MUST NOT be called from the main upgrade script; the installation of plugins should be handled through each install.php 2010-07-04 12:36:46 +00:00
Petr Skoda
37a0892432 finally removing the attempt to convert non-utf8 passwords - all users must have already logged in since sites upgraded from 1.6, right? - this also fixes recent undefined warning from convpassword 2010-07-04 12:33:46 +00:00
Petr Skoda
8571833f0b MDL-23069 moving version and cron info into standard version.php - finally, yay! 2010-07-04 12:18:22 +00:00