Commit graph

10197 commits

Author SHA1 Message Date
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
Martin Dougiamas
5e044efd52 MDL-23037 Make current_language more robust in case xxx_utf8 names slip in 2010-07-01 04:31:40 +00:00
Martin Dougiamas
6902335084 MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!! 2010-07-01 03:48:18 +00:00
Sam Hemelryk
1af67ecb1a navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error 2010-07-01 03:33:16 +00:00
Sam Hemelryk
2b722f8707 javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily 2010-07-01 02:26:21 +00:00
Petr Skoda
eae1948cee MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs 2010-06-30 20:42:11 +00:00
Andrew Davis
9356de8111 message MDL-22320 Corrected a not quite right method description 2010-06-30 06:35:47 +00:00
Andrew Davis
3788900dbd message MDL-22320 assorted message notification improvements 2010-06-30 03:29:02 +00:00
Martin Dougiamas
e30fabaec5 NOBUG Fixed an obvious typo 2010-06-29 14:27:10 +00:00
Andrew Davis
02f2c7bda1 messaging MDL-22320 replaced the old popup index.php with the new non-popup index.php 2010-06-29 07:27:24 +00:00
Andrew Davis
9bd0affb30 messaging MDL-22320 switched messaging over to using an overlay rather than a popup to notify the user of new messages 2010-06-29 07:02:28 +00:00
Martin Dougiamas
b8037d7316 MDL-22338 PDFs now display in resources :/ 2010-06-29 05:41:04 +00:00
Andrew Davis
925efca73e messaging MDL-22320 changed message_popup_window() to work within the new plugin system 2010-06-29 03:08:27 +00:00
David Mudrak
396898c803 MDL-21695 switchroles_form() is not used any more, no place to put the help to 2010-06-28 17:05:39 +00:00
David Mudrak
548630c50f MDL-22052 Formally fixed string_manager API according the recent changes 2010-06-28 16:04:22 +00:00
David Mudrak
6855dc3088 MDL-21695 Removing unused help files
tableexportformats.html removed as suggested by Helen.
2010-06-28 14:36:50 +00:00