Commit graph

10162 commits

Author SHA1 Message Date
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
Petr Skoda
a4cdd6d2c8 MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing 2010-07-04 10:27:56 +00:00
Petr Skoda
6e7ddc697b MDL-15136 full support for all plugins in plugin_supports() - fixed incorrect inline docs 2010-07-03 19:06:50 +00:00
Petr Skoda
190b387294 MDL-15136 full support for all plugins in plugin_supports() 2010-07-03 19:05:08 +00:00
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Petr Skoda
33ecb2ee3b loan calc not part of official distro any more 2010-07-03 09:42:30 +00:00
David Mudrak
995f2d51d7 MDL-12192 Language specific label separator instead of hardcoded ': '
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.

There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.

Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Sam Hemelryk
029f5dbe78 admin MDL-23049 Fixed default settings for colour picker admin setting 2010-07-02 08:29:49 +00:00
Sam Hemelryk
3c3a3c3ced admin MDL-23049 Added support for multiple selectors: fixed regression 2010-07-02 07:19:35 +00:00
Sam Hemelryk
bb9e93626b admin MDL-23049 Added support for multiple selectors 2010-07-02 07:12:12 +00:00
Sam Hemelryk
5933f064fb admin MDL-23049 Fixed bug with colour picker admin setting and added support for empty values 2010-07-02 06:23:19 +00:00
Petr Skoda
4129338c04 MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol 2010-07-01 07:40:24 +00:00
Petr Skoda
d693882f7f MDL-22910 oh, I have introduced email requirement field into user picture too, sorry 2010-07-01 07:05:03 +00:00
Rossiani Wijaya
377d7b82f6 MDL-20410 - remove set_focuscontrol (bulk commit) 2010-07-01 05:35:27 +00:00