Dongsheng Cai [Mon, 5 Jul 2010 07:27:49 +0000 (07:27 +0000)]
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
jerome mouneyrac [Mon, 5 Jul 2010 06:04:47 +0000 (06:04 +0000)]
webservice MDL-23077 fix execute ws function when the return value is null
jerome mouneyrac [Mon, 5 Jul 2010 06:01:08 +0000 (06:01 +0000)]
webservice MDL-23080 create_users should create user with mnethostid = local
Andrew Davis [Mon, 5 Jul 2010 05:43:56 +0000 (05:43 +0000)]
message MDL-23076 fixed up broken calls to get_string looking for pluignname instead of pluginname
Martin Dougiamas [Mon, 5 Jul 2010 05:29:07 +0000 (05:29 +0000)]
MDL-23076 Revert gradebook to get module string name from modulename, not pluginname (for now)
Martin Dougiamas [Mon, 5 Jul 2010 05:12:39 +0000 (05:12 +0000)]
MDL-22056 Adding pluginname to activity modules to fix gradebook issues caused by MDL-23071 (keeping modulename for n)
AMOS BEGIN
CPY [modulename,assignment],[pluginname,assignment]
CPY [modulename,chat],[pluginname,chat]
CPY [modulename,choice],[pluginname,choice]
CPY [modulename,data],[pluginname,data]
CPY [modulename,feedback],[pluginname,feedback]
CPY [modulename,folder],[pluginname,folder]
CPY [modulename,forum],[pluginname,forum]
CPY [modulename,glossary],[pluginname,glossary]
CPY [modulename,hotpot],[pluginname,hotpot]
CPY [modulename,imscp],[pluginname,imscp]
CPY [modulename,label],[pluginname,label]
CPY [modulename,lesson],[pluginname,lesson]
CPY [modulename,page],[pluginname,page]
CPY [modulename,quiz],[pluginname,quiz]
CPY [modulename,resource],[pluginname,resource]
CPY [modulename,survey],[pluginname,survey]
CPY [modulename,url],[pluginname,url]
CPY [modulename,wiki],[pluginname,wiki]
CPY [modulename,workshop],[pluginname,workshop]
AMOS END
Andrew Davis [Mon, 5 Jul 2010 03:29:35 +0000 (03:29 +0000)]
gradebook MDL-23042 missing help topic being reported due to incorrect component name
Dan Marsden [Mon, 5 Jul 2010 03:10:10 +0000 (03:10 +0000)]
Portfolio MDL-22950 regression - fix usage of archive_to_storage using new component var
jerome mouneyrac [Mon, 5 Jul 2010 02:56:04 +0000 (02:56 +0000)]
file MDL-23075 fix format_postdata_for_curlcall when the params is an array of array of array
Dan Marsden [Mon, 5 Jul 2010 02:00:02 +0000 (02:00 +0000)]
SCORM MDL-23074 - fix regression - missing slash
Eloy Lafuente [Mon, 5 Jul 2010 00:50:06 +0000 (00:50 +0000)]
MDL-22699 restore parser - new grouped parser, useful for multilevel tags
Moodle Robot [Mon, 5 Jul 2010 00:45:16 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100705
Dan Marsden [Mon, 5 Jul 2010 00:40:13 +0000 (00:40 +0000)]
SCORM MDL-23053 add support for conditional activities - completion on view
Dan Marsden [Mon, 5 Jul 2010 00:35:46 +0000 (00:35 +0000)]
SCORM MDL-21989 improved english string to state that some browsers may prevent these settings.
Petr Skoda [Sun, 4 Jul 2010 20:53:01 +0000 (20:53 +0000)]
MDL-11113 completely reimplemented editor plugin settings - we should never use custom forms instead of admin settings if possible
Petr Skoda [Sun, 4 Jul 2010 20:52:09 +0000 (20:52 +0000)]
MDL-11113 ooops, fixing messed up commit
Petr Skoda [Sun, 4 Jul 2010 20:27:25 +0000 (20:27 +0000)]
MDL-14739 upgrade to latest tinymce, full integration with amos is not yet there, other improvements necessary before the release too
Petr Skoda [Sun, 4 Jul 2010 20:05:53 +0000 (20:05 +0000)]
fixed recent regression
Petr Skoda [Sun, 4 Jul 2010 19:21:44 +0000 (19:21 +0000)]
MDL-14739 oops, wrong version used in previous tinymce commit, sorrryyyy
Petr Skoda [Sun, 4 Jul 2010 18:36:34 +0000 (18:36 +0000)]
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
Petr Skoda [Sun, 4 Jul 2010 14:06:42 +0000 (14:06 +0000)]
MDL-19524 updating version info too
Petr Skoda [Sun, 4 Jul 2010 14:03:47 +0000 (14:03 +0000)]
MDL-19524 updating to latest GPL3 DragMath library - thanks a lot to upstream for updating the license!
Petr Skoda [Sun, 4 Jul 2010 14:00:19 +0000 (14:00 +0000)]
fixed recent regression when fixing pluginname in editors
Petr Skoda [Sun, 4 Jul 2010 13:53:17 +0000 (13:53 +0000)]
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
Petr Skoda [Sun, 4 Jul 2010 13:23:56 +0000 (13:23 +0000)]
fixed message plugin names
AMOS BEGIN
MOV [email,message_email],[pluginname,message_email]
MOV [jabber,message_jabber],[pluginname,message_jabber]
MOV [popup,message_popup],[pluginname,message_popup]
AMOS END
Petr Skoda [Sun, 4 Jul 2010 13:13:25 +0000 (13:13 +0000)]
removing unused blog string
Petr Skoda [Sun, 4 Jul 2010 13:11:34 +0000 (13:11 +0000)]
standardising editor plugin names
AMOS BEGIN
MOV [modulename,editor_textarea],[pluginname,editor_textarea]
MOV [modulename,editor_tinymce],[pluginname,editor_tinymce]
AMOS END
Petr Skoda [Sun, 4 Jul 2010 13:08:11 +0000 (13:08 +0000)]
MDL-23071 standardising gradebook plugin names
AMOS BEGIN
MOV [modulename,gradeimport_csv],[pluginname,gradeimport_csv]
MOV [modulename,gradeimport_xml],[pluginname,gradeimport_xml]
MOV [modulename,gradeexport_ods],[pluginname,gradeexport_ods]
MOV [modulename,gradeexport_txt],[pluginname,gradeexport_txt]
MOV [modulename,gradeexport_xls],[pluginname,gradeexport_xls]
MOV [modulename,gradeexport_xml],[pluginname,gradeexport_xml]
MOV [modulename,gradereport_grader],[pluginname,gradereport_grader]
MOV [modulename,gradereport_outcomes],[pluginname,gradereport_outcomes]
MOV [modulename,gradereport_overview],[pluginname,gradereport_overview]
MOV [modulename,gradereport_user],[pluginname,gradereport_user]
AMOS END
Petr Skoda [Sun, 4 Jul 2010 12:56:19 +0000 (12:56 +0000)]
MDL-22984 using standard plugin description string for repositories
AMOS BEGIN
MOV [repositorydesc,repository_alfresco],[pluginname_help,repository_alfresco]
MOV [repositorydesc,repository_boxnet],[pluginname_help,repository_boxnet]
MOV [repositorydesc,repository_dropbox],[pluginname_help,repository_dropbox]
MOV [repositorydesc,repository_filesystem],[pluginname_help,repository_filesystem]
MOV [repositorydesc,repository_flickr],[pluginname_help,repository_flickr]
MOV [repositorydesc,repository_flickr_public],[pluginname_help,repository_flickr_public]
MOV [repositorydesc,repository_googledocs],[pluginname_help,repository_googledocs]
MOV [repositorydesc,repository_local],[pluginname_help,repository_local]
MOV [repositorydesc,repository_merlot],[pluginname_help,repository_merlot]
MOV [repositorydesc,repository_picasa],[pluginname_help,repository_picasa]
MOV [repositorydesc,repository_recent],[pluginname_help,repository_recent]
MOV [repositorydesc,repository_s3],[pluginname_help,repository_s3]
MOV [repositorydesc,repository_upload],[pluginname_help,repository_upload]
MOV [repositorydesc,repository_url],[pluginname_help,repository_url]
MOV [repositorydesc,repository_user],[pluginname_help,repository_user]
MOV [repositorydesc,repository_webdav],[pluginname_help,repository_webdav]
MOV [repositorydesc,repository_wikimedia],[pluginname_help,repository_wikimedia]
MOV [repositorydesc,repository_youtube],[pluginname_help,repository_youtube]
AMOS END
Petr Skoda [Sun, 4 Jul 2010 12:52:10 +0000 (12:52 +0000)]
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
Petr Skoda [Sun, 4 Jul 2010 12:36:46 +0000 (12:36 +0000)]
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
Petr Skoda [Sun, 4 Jul 2010 12:33:46 +0000 (12:33 +0000)]
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
Petr Skoda [Sun, 4 Jul 2010 12:18:22 +0000 (12:18 +0000)]
MDL-23069 moving version and cron info into standard version.php - finally, yay!
Petr Skoda [Sun, 4 Jul 2010 12:09:15 +0000 (12:09 +0000)]
no more id cvs markers
Petr Skoda [Sun, 4 Jul 2010 12:08:53 +0000 (12:08 +0000)]
no more id cvs markers or closing php tags!
Petr Skoda [Sun, 4 Jul 2010 12:08:18 +0000 (12:08 +0000)]
no more id cvs markers or closing php tags
Petr Skoda [Sun, 4 Jul 2010 12:07:43 +0000 (12:07 +0000)]
oh my, no more id cvs markers or closing php tags
Petr Skoda [Sun, 4 Jul 2010 10:27:56 +0000 (10:27 +0000)]
MDL-23068 removing obsolete $result and removing empty upgrade files that would be probably never used at all + minor cleanup/fixing
Petr Skoda [Sun, 4 Jul 2010 09:52:21 +0000 (09:52 +0000)]
we usually use include instead of require for plugin files
Moodle Robot [Sun, 4 Jul 2010 00:45:11 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100704
Petr Skoda [Sat, 3 Jul 2010 19:06:50 +0000 (19:06 +0000)]
MDL-15136 full support for all plugins in plugin_supports() - fixed incorrect inline docs
Petr Skoda [Sat, 3 Jul 2010 19:05:08 +0000 (19:05 +0000)]
MDL-15136 full support for all plugins in plugin_supports()
Eloy Lafuente [Sat, 3 Jul 2010 17:15:49 +0000 (17:15 +0000)]
MDL-22245 backup - implementing changes in subplugins to offline assignments demo
Eloy Lafuente [Sat, 3 Jul 2010 17:12:39 +0000 (17:12 +0000)]
MDL-22245 backup - improving subplugin support a bit, thanks to David for his comments
Petr Skoda [Sat, 3 Jul 2010 14:40:33 +0000 (14:40 +0000)]
MDL-22983 fixed incorrect repo icon locations - the /pix/ subfolder is the only way now
Petr Skoda [Sat, 3 Jul 2010 14:33:48 +0000 (14:33 +0000)]
MDL-23067 fixed potential sql injection and improved SQL coding style
Petr Skoda [Sat, 3 Jul 2010 13:37:13 +0000 (13:37 +0000)]
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
Anthony Borrow [Sat, 3 Jul 2010 12:24:10 +0000 (12:24 +0000)]
MDL-18011 - removing reference to loancalc block from core
Petr Skoda [Sat, 3 Jul 2010 09:42:30 +0000 (09:42 +0000)]
loan calc not part of official distro any more
Moodle Robot [Sat, 3 Jul 2010 00:44:32 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100703
Tim Hunt [Fri, 2 Jul 2010 13:36:49 +0000 (13:36 +0000)]
question import/export: MDL-22100 ' / etc. in category names confuse the import/export.
David Mudrak [Fri, 2 Jul 2010 12:15:36 +0000 (12:15 +0000)]
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.
Eloy Lafuente [Fri, 2 Jul 2010 11:24:56 +0000 (11:24 +0000)]
MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245
Eloy Lafuente [Fri, 2 Jul 2010 11:13:00 +0000 (11:13 +0000)]
MDL-22245 backup - added activities subplugin support
Petr Skoda [Fri, 2 Jul 2010 10:04:30 +0000 (10:04 +0000)]
MDL-22609 fixed regression in my previous commit, sorry
Petr Skoda [Fri, 2 Jul 2010 10:00:00 +0000 (10:00 +0000)]
MDL-22609 undoing directory variables magic from last commit, keeping just the userid-->submissionid itemid change
Martin Dougiamas [Fri, 2 Jul 2010 08:43:27 +0000 (08:43 +0000)]
NOBUG course is not a required param (we assume site level if none specified)
jerome mouneyrac [Fri, 2 Jul 2010 08:38:49 +0000 (08:38 +0000)]
webservice MDL-23052 fix lang string on add service form
Sam Hemelryk [Fri, 2 Jul 2010 08:29:49 +0000 (08:29 +0000)]
admin MDL-23049 Fixed default settings for colour picker admin setting
Andrew Davis [Fri, 2 Jul 2010 08:08:11 +0000 (08:08 +0000)]
message MDL-23051 made the contact list display properly after removing a contact from within the contact search results.
Sam Hemelryk [Fri, 2 Jul 2010 07:19:35 +0000 (07:19 +0000)]
admin MDL-23049 Added support for multiple selectors: fixed regression
Sam Hemelryk [Fri, 2 Jul 2010 07:12:12 +0000 (07:12 +0000)]
admin MDL-23049 Added support for multiple selectors
jerome mouneyrac [Fri, 2 Jul 2010 06:40:36 +0000 (06:40 +0000)]
webservice MDL-21792 refactor webservice authorised users pages
Sam Hemelryk [Fri, 2 Jul 2010 06:23:19 +0000 (06:23 +0000)]
admin MDL-23049 Fixed bug with colour picker admin setting and added support for empty values
Sam Hemelryk [Fri, 2 Jul 2010 05:39:59 +0000 (05:39 +0000)]
javascript MDL-22920 Added support for CSS images within the new module code and added missing requirement
jerome mouneyrac [Fri, 2 Jul 2010 03:40:12 +0000 (03:40 +0000)]
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
Dongsheng Cai [Fri, 2 Jul 2010 03:26:55 +0000 (03:26 +0000)]
MDL-23019, fixed post_form validation function.
Moodle Robot [Fri, 2 Jul 2010 00:43:45 +0000 (00:43 +0000)]
Updated the HEAD build version to
20100702
David Mudrak [Thu, 1 Jul 2010 15:11:44 +0000 (15:11 +0000)]
MDL-23037 Improved handling of the language preferred by remote users
Strips _utf8 suffix for remote users roaming from Moodle 1.x sites.
Checks that the preferred language is actually installed, uses the site
default otherwise.
David Mudrak [Thu, 1 Jul 2010 12:56:31 +0000 (12:56 +0000)]
MNet: Fixed remote user profile display
Fixed SQL, strings usage, CSS class. In the future, we can distinguish
information displayed for the owner and for the others, as well as what
to display in the course profile (user/view.php) and public profile
(user/profile.php).
Martin Dougiamas [Thu, 1 Jul 2010 09:41:06 +0000 (09:41 +0000)]
mod/assignment MDL-22609 Checking in Aparup's patch fixing the file upgrade (itemid now is submission->id, not user->id). Also fixed some buggy uses of $OUTPUT->notification in uploadsingle->upload() (redirect works better)
Rossiani Wijaya [Thu, 1 Jul 2010 09:07:05 +0000 (09:07 +0000)]
MDL-22887 - changing variable $courseid to $calendar->courseid;
aparup [Thu, 1 Jul 2010 09:05:08 +0000 (09:05 +0000)]
Assignment MDL-22611 cosmetics - spaces after if and no spaces in parenthesis. - thanks petr
Martin Dougiamas [Thu, 1 Jul 2010 08:12:16 +0000 (08:12 +0000)]
MDL-22338 Make general embedding larger, like PDFs
Petr Skoda [Thu, 1 Jul 2010 07:40:24 +0000 (07:40 +0000)]
MDL-22910 fixing more DISTINCT+text field issues, hopefully this is all from enrol
Petr Skoda [Thu, 1 Jul 2010 07:05:03 +0000 (07:05 +0000)]
MDL-22910 oh, I have introduced email requirement field into user picture too, sorry
Rossiani Wijaya [Thu, 1 Jul 2010 05:35:27 +0000 (05:35 +0000)]
MDL-20410 - remove set_focuscontrol (bulk commit)
Rossiani Wijaya [Thu, 1 Jul 2010 05:24:14 +0000 (05:24 +0000)]
MDL-20410 - remove set_focuscontrol (bulk commit)
Rossiani Wijaya [Thu, 1 Jul 2010 04:45:54 +0000 (04:45 +0000)]
MDL-21610 (partial) - converting table to css for discussion display controls.
Martin Dougiamas [Thu, 1 Jul 2010 04:31:40 +0000 (04:31 +0000)]
MDL-23037 Make current_language more robust in case xxx_utf8 names slip in
Martin Dougiamas [Thu, 1 Jul 2010 03:48:18 +0000 (03:48 +0000)]
MDL-22813 Credit to Mark Nelson of Pukunui Technologies - tidied up the portfolio management even further. Thanks!!
Sam Hemelryk [Thu, 1 Jul 2010 03:46:17 +0000 (03:46 +0000)]
navigation MDL-23031 Removed show my history feature from the navigation.... goodbye!
Sam Hemelryk [Thu, 1 Jul 2010 03:33:16 +0000 (03:33 +0000)]
navigation MDL-23036 Fixed issue when generation was limited to course+categories causing JS to error
Martin Dougiamas [Thu, 1 Jul 2010 03:30:50 +0000 (03:30 +0000)]
NOBUG Removed unused string 'searchconcept'
Martin Dougiamas [Thu, 1 Jul 2010 03:28:20 +0000 (03:28 +0000)]
NOBUG Fixed a bad string callto "alphabet"
Andrew Davis [Thu, 1 Jul 2010 02:34:17 +0000 (02:34 +0000)]
gradebook MDL-23033 made use of user_picture::fields()
Martin Dougiamas [Thu, 1 Jul 2010 02:31:28 +0000 (02:31 +0000)]
MDL-22910 Fixing regression caused by adding email as a required field for user pictures
Sam Hemelryk [Thu, 1 Jul 2010 02:26:21 +0000 (02:26 +0000)]
javascript MDL-22920 Added functionality to allow inclusion of Moodle-YUI JS modules easily
Andrew Davis [Thu, 1 Jul 2010 02:12:46 +0000 (02:12 +0000)]
message MDL-23034 now making use of user_picture::fields()
Andrew Davis [Thu, 1 Jul 2010 01:35:33 +0000 (01:35 +0000)]
gradebook MDL-22820 grader report per row classes were missing a space
Moodle Robot [Thu, 1 Jul 2010 00:44:38 +0000 (00:44 +0000)]
Updated the HEAD build version to
20100701
Patrick Malley [Wed, 30 Jun 2010 23:34:21 +0000 (23:34 +0000)]
MDL-23030 - first commit of binarius theme
Patrick Malley [Wed, 30 Jun 2010 23:32:09 +0000 (23:32 +0000)]
MDL-22875 - Added forumheaderlist to table styles and fixed up calendar issues caused by recent changes there
Patrick Malley [Wed, 30 Jun 2010 22:55:07 +0000 (22:55 +0000)]
Adding same HTML to view.php that exists in profile.php
Petr Skoda [Wed, 30 Jun 2010 20:42:11 +0000 (20:42 +0000)]
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
Patrick Malley [Wed, 30 Jun 2010 16:17:30 +0000 (16:17 +0000)]
MDL-23028 - adding GPL License statement
Patrick Malley [Wed, 30 Jun 2010 15:59:28 +0000 (15:59 +0000)]
MDL-23028 - adding standard README content to all existing themes
Martin Dougiamas [Wed, 30 Jun 2010 13:17:34 +0000 (13:17 +0000)]
MDL-23023 prevent the user from adding or editing the community block if they can't use it
Martin Dougiamas [Wed, 30 Jun 2010 09:37:50 +0000 (09:37 +0000)]
Bumped to Preview Release 4
Martin Dougiamas [Wed, 30 Jun 2010 09:29:31 +0000 (09:29 +0000)]
NOBUG: Added a little notice about the new interface coming soon