Petr Skoda [Sat, 6 Feb 2010 14:45:17 +0000 (14:45 +0000)]
MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway
Petr Skoda [Sat, 6 Feb 2010 14:09:33 +0000 (14:09 +0000)]
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
Petr Skoda [Sat, 6 Feb 2010 13:56:31 +0000 (13:56 +0000)]
MDL-21400 removed js_object_init, the new js_init_call is a new replacement which encourages our new standard coding style
Petr Skoda [Sat, 6 Feb 2010 13:34:54 +0000 (13:34 +0000)]
MDL-21400 the correct namespace for blcoks is M.block_xxx, not M.blockS_xxx - the /blocks/ directory name is ugly exception, we use singulars everywhere else
Petr Skoda [Sat, 6 Feb 2010 13:30:15 +0000 (13:30 +0000)]
MDL-21400 ->in_head() from deprecated data_for_js(), this actually also fixes order of loading of libs+init code
Petr Skoda [Sat, 6 Feb 2010 13:00:51 +0000 (13:00 +0000)]
MDL-21400 removing inhead - not tested
Petr Skoda [Sat, 6 Feb 2010 12:58:19 +0000 (12:58 +0000)]
MDL-21400 migrated falsh detection to YUI3
Petr Skoda [Sat, 6 Feb 2010 12:43:03 +0000 (12:43 +0000)]
MDL-21400 removing unneeded in_head()
Petr Skoda [Sat, 6 Feb 2010 12:41:09 +0000 (12:41 +0000)]
MDL-21400 converted ufo embedding to new style
Petr Skoda [Sat, 6 Feb 2010 12:38:07 +0000 (12:38 +0000)]
MDL-21400 converted message JS to new coding style, I was unable to test this because th UI is a bit borked now
Petr Skoda [Sat, 6 Feb 2010 12:12:23 +0000 (12:12 +0000)]
MDL-21400 converted iplookup to YUI3, removed in_head()
Petr Skoda [Sat, 6 Feb 2010 12:11:34 +0000 (12:11 +0000)]
MDL-21400 fixed & quoting issues
Moodle Robot [Sat, 6 Feb 2010 00:41:01 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100206
Moodle Robot [Sat, 6 Feb 2010 00:30:17 +0000 (00:30 +0000)]
installer.php lang files by installer_builder (
20100206)
Tim Hunt [Fri, 5 Feb 2010 16:37:01 +0000 (16:37 +0000)]
question state loading MDL-9327 and MDL-19114 fix loading the state of ungraded essay questions
In two situations, the correct state was not being loaded for essay questions that had
not yet been manually graded:
1. When starting a subsequent attempt in each attempt builds on last mode.
2. In the quiz reports.
This commit fixes the problem. It has one other side-effect. When viewing the individual
question grades in the overview report for an attempt that is still in progress, the
information displayed will be slightly different. This only affects adaptive mode quizzes,
and will acutally cause the report to show slighly more up-to-date information.
Interestingly, the reportlib.php change had already been made in HEAD, as part of MDL 16529
Sam Hemelryk [Fri, 5 Feb 2010 08:38:02 +0000 (08:38 +0000)]
theme-anomaly MDL-20175 Mega theme changes for anomaly
* Changed layout from tables to the 3 divs (2,1,3)
* Cleaned up the all of the images, remade where required with optimised palettes
* Rewrote CSS, this is ongoing process with changes required in both base and anomaly
* Customised the dock to fit with the theme
* Implemented a custom renderer to achieve rounded corners in IE + Opera (CSS otherwise)
Petr Skoda [Fri, 5 Feb 2010 08:31:52 +0000 (08:31 +0000)]
MDL-21503 RIP global Y
Petr Skoda [Fri, 5 Feb 2010 08:31:28 +0000 (08:31 +0000)]
MDL-21503 fixed unintended use of global Y
Rossiani Wijaya [Fri, 5 Feb 2010 08:08:57 +0000 (08:08 +0000)]
MDL-21509 - include timecreate field (user table) to backup and restore.
jerome mouneyrac [Fri, 5 Feb 2010 07:58:29 +0000 (07:58 +0000)]
webservice MDL-17135 fix typo bug returning exception when we have good right on the context
Rossiani Wijaya [Fri, 5 Feb 2010 07:30:53 +0000 (07:30 +0000)]
MDL-16919 - add validation to upload user data according to the upload type.
Andrew Davis [Fri, 5 Feb 2010 06:42:01 +0000 (06:42 +0000)]
gradebook MDL-21218 course and category totals behaviour when they contain hidden items
Sam Hemelryk [Fri, 5 Feb 2010 06:36:09 +0000 (06:36 +0000)]
javascript MDL-21503 Removed use of the global Y from dock, navigation and calendar
Also included in this patch the ability to switch the dock from the left to right side of the screen.
Altered js_object_init to deliver Y like js_init_call does now.
Several minor tweaks made to the dock and navigation as well at the same time.
jerome mouneyrac [Fri, 5 Feb 2010 06:30:47 +0000 (06:30 +0000)]
webservice MDL-21511 display debug info when the exception return is invalid parameter type
Andrew Davis [Fri, 5 Feb 2010 05:45:02 +0000 (05:45 +0000)]
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
Andrew Davis [Fri, 5 Feb 2010 05:33:10 +0000 (05:33 +0000)]
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
Andrew Davis [Fri, 5 Feb 2010 05:20:13 +0000 (05:20 +0000)]
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
jerome mouneyrac [Fri, 5 Feb 2010 04:10:36 +0000 (04:10 +0000)]
webservice MDL-21511 add webservice_parameter_exception to indicate which external parameter is invalid
Penny Leach [Fri, 5 Feb 2010 03:56:45 +0000 (03:56 +0000)]
mnet MDL-15505 added new mnet_debug function and started migrating to it
Penny Leach [Fri, 5 Feb 2010 03:56:22 +0000 (03:56 +0000)]
mnet MDL-21098 small fixes - ss out issue and edge case simultaneous keyswap loop
Penny Leach [Fri, 5 Feb 2010 03:56:00 +0000 (03:56 +0000)]
mnet MDL-21257 split up confirm_mnet session to insert the mnet_session
record *after* complete_user_login is called (because of session regen)
jerome mouneyrac [Fri, 5 Feb 2010 03:04:02 +0000 (03:04 +0000)]
webservice MDL-21510 added three defines for the description of ws optional value:
VALUE_REQUIRED - if the parameter is not supplied, there is an error
VALUE_OPTIONAL - if the parameter is not supplied, then the param has no value
VALUE_DEFAULT - if the parameter is not supplied, then the default value is used
(quick fix on default null value)
jerome mouneyrac [Fri, 5 Feb 2010 02:58:24 +0000 (02:58 +0000)]
webservice MDL-21510 added three defines for the description of ws optional value:
VALUE_REQUIRED - if the parameter is not supplied, there is an error
VALUE_OPTIONAL - if the parameter is not supplied, then the param has no value
VALUE_DEFAULT - if the parameter is not supplied, then the default value is used
Moodle Robot [Fri, 5 Feb 2010 00:41:58 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100205
Petr Skoda [Thu, 4 Feb 2010 22:41:49 +0000 (22:41 +0000)]
MDL-21400 completion manual toggle ajax converted to YUI3, simplified a bit, replaced textual feedback with standard ajax progress indicator spinning icon (fully themable)
Petr Skoda [Thu, 4 Feb 2010 21:40:20 +0000 (21:40 +0000)]
MDL-21400 adding missing ;
jerome mouneyrac [Thu, 4 Feb 2010 07:06:27 +0000 (07:06 +0000)]
webservice MDL-21351 fix some wording in the overview and some links
Sam Hemelryk [Thu, 4 Feb 2010 06:51:57 +0000 (06:51 +0000)]
navigation MDL-21503 Dock cleanup in preperation of removing global Y
Moodle Robot [Thu, 4 Feb 2010 00:40:46 +0000 (00:40 +0000)]
Updated the HEAD build version to
20100204
Petr Skoda [Wed, 3 Feb 2010 17:50:26 +0000 (17:50 +0000)]
MDL-21400 unbreaking course completion manual marking + fixing security issues there; YUI3 coversion is the next step
Petr Skoda [Wed, 3 Feb 2010 17:20:01 +0000 (17:20 +0000)]
MDL-20204 fixed HTML_ATTR_EMPTY regression
Petr Skoda [Wed, 3 Feb 2010 16:53:41 +0000 (16:53 +0000)]
MDL-21400 migrated courseparticipation report to new JS coding style
Petr Skoda [Wed, 3 Feb 2010 16:49:40 +0000 (16:49 +0000)]
MDL-20204 minor improvement
Petr Skoda [Wed, 3 Feb 2010 16:27:52 +0000 (16:27 +0000)]
MDL-20204 removed problematic HTML_ATTR_EMPTY, simply use null instead + removed incorrect trimming of values (yes, leading/trailing spaces are sometimes valid attribute values too!)
Petr Skoda [Wed, 3 Feb 2010 14:43:13 +0000 (14:43 +0000)]
MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name, fixed comment
Petr Skoda [Wed, 3 Feb 2010 14:41:43 +0000 (14:41 +0000)]
MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name
Petr Skoda [Wed, 3 Feb 2010 14:36:53 +0000 (14:36 +0000)]
MDL-21400 converting forms stuff to new M namespace and using standardised JS module coding style, fixed some regressions - for now works in FF only
Petr Skoda [Wed, 3 Feb 2010 13:44:34 +0000 (13:44 +0000)]
MDL-21503 fixed regression
Petr Skoda [Wed, 3 Feb 2010 09:32:02 +0000 (09:32 +0000)]
MDL-21503 eliminating global Y
Petr Skoda [Wed, 3 Feb 2010 09:26:38 +0000 (09:26 +0000)]
MDL-21400 fixedsloppy regression, sorry
Eloy Lafuente [Wed, 3 Feb 2010 09:23:37 +0000 (09:23 +0000)]
MDL-21407 tex filter - trim leading whitespace from latex preamble. Merged from 19_STABLE
Rossiani Wijaya [Wed, 3 Feb 2010 04:25:20 +0000 (04:25 +0000)]
MDL-21226 - add 'timecreated' column to user table. During an update, the column will copy the value from 'firstaccess' column. if the account never been access, it will be set to current time of the update.
also, modified the files for signup, add new user, and upload user to initialize the value of timecreated field.
Andrew Davis [Wed, 3 Feb 2010 02:31:46 +0000 (02:31 +0000)]
grader report MDL-21367 when an item is unhidden its category should unhide to
Andrew Davis [Wed, 3 Feb 2010 02:26:44 +0000 (02:26 +0000)]
grader report MDL-21367 when an item is unhidden its category should unhide to
Moodle Robot [Wed, 3 Feb 2010 00:40:47 +0000 (00:40 +0000)]
Updated the HEAD build version to
20100203
Penny Leach [Tue, 2 Feb 2010 21:16:56 +0000 (21:16 +0000)]
mnet MDL-21261 moving upgrade functions to lib/upgrade.php
Penny Leach [Tue, 2 Feb 2010 03:13:40 +0000 (03:13 +0000)]
mnet MDL-21276 get rid of all the $MNET* globals
Martin Dougiamas [Tue, 2 Feb 2010 02:50:23 +0000 (02:50 +0000)]
admin/webservices MDL-12886 Fixed some strings
Martin Dougiamas [Tue, 2 Feb 2010 02:45:32 +0000 (02:45 +0000)]
admin/webservices MDL-12886 Fixed a hard-coded string
Martin Dougiamas [Tue, 2 Feb 2010 02:42:52 +0000 (02:42 +0000)]
Some english fixes
Penny Leach [Tue, 2 Feb 2010 02:13:25 +0000 (02:13 +0000)]
mnet MDL-16858 verify the signature in the xmlrpc response
Moodle Robot [Tue, 2 Feb 2010 00:37:45 +0000 (00:37 +0000)]
Updated the HEAD build version to
20100202
Sam Hemelryk [Mon, 1 Feb 2010 07:49:33 +0000 (07:49 +0000)]
course MDL-19794 Set a better page layout (admin) for modedit
jerome mouneyrac [Mon, 1 Feb 2010 06:09:16 +0000 (06:09 +0000)]
webservice MDL-21351 add link to test client into the navigation bar
Penny Leach [Mon, 1 Feb 2010 04:19:20 +0000 (04:19 +0000)]
mnet MDL-17863 increase length of portno field in the host table (so 443 works)
merged from MOODLE_19_STABLE
jerome mouneyrac [Mon, 1 Feb 2010 04:00:53 +0000 (04:00 +0000)]
webservice MDL-21351 add help text for setting "web service" role.
jerome mouneyrac [Mon, 1 Feb 2010 03:43:53 +0000 (03:43 +0000)]
webservice MDL-17135 do not check if ws authentication plugin is enabled for the ws token method, it is only useful for username/password method. (ws generated documentation)
jerome mouneyrac [Mon, 1 Feb 2010 03:38:28 +0000 (03:38 +0000)]
webservice MDL-17135 do not check if ws authentication plugin is enabled for the ws token method, it is only useful for username/password method.
Penny Leach [Mon, 1 Feb 2010 03:37:38 +0000 (03:37 +0000)]
mnet MDL-21484 don't offer jump links in the mnet block to remote users
Penny Leach [Mon, 1 Feb 2010 03:31:58 +0000 (03:31 +0000)]
mnet MDL-21261 deleting unused methodTable.php now that we can use php5's reflection
Sam Hemelryk [Mon, 1 Feb 2010 03:26:16 +0000 (03:26 +0000)]
admin-roles-userroles MDL-19787 Added set_url call
Sam Hemelryk [Mon, 1 Feb 2010 03:24:21 +0000 (03:24 +0000)]
tag-manage MDL-19823 Added set_url call
jerome mouneyrac [Mon, 1 Feb 2010 03:23:35 +0000 (03:23 +0000)]
webservice MDL-17135 remove old webserviceuse capability. It is now controlled by protocol capabilities. Add warning to protocol capabilities.
Penny Leach [Mon, 1 Feb 2010 02:01:18 +0000 (02:01 +0000)]
mnet MDL-21257 updated mnet to use new session code rather than the weird file based session masquerading it was doing
Penny Leach [Mon, 1 Feb 2010 01:43:24 +0000 (01:43 +0000)]
mnet MDL-17082 fixing typo in previous bugfix
Merged from MOODLE_19_STABLE
Moodle Robot [Mon, 1 Feb 2010 00:37:02 +0000 (00:37 +0000)]
Updated the HEAD build version to
20100201
Moodle Robot [Sun, 31 Jan 2010 00:36:43 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100131
Moodle Robot [Sat, 30 Jan 2010 00:37:21 +0000 (00:37 +0000)]
Updated the HEAD build version to
20100130
Moodle Robot [Sat, 30 Jan 2010 00:26:42 +0000 (00:26 +0000)]
installer.php lang files by installer_builder (
20100130)
Sam Hemelryk [Fri, 29 Jan 2010 08:30:13 +0000 (08:30 +0000)]
javascript MDL-21400 Revised CollapsibleRegion code
jerome mouneyrac [Fri, 29 Jan 2010 07:42:48 +0000 (07:42 +0000)]
webservice MDL-20803 add a link to the web service documentation on the 'enable documentation' setting option description.
jerome mouneyrac [Fri, 29 Jan 2010 07:27:07 +0000 (07:27 +0000)]
webservice MDL-21466 add information about setting the debug mode to NORMAL for using the web service test client
jerome mouneyrac [Fri, 29 Jan 2010 06:34:07 +0000 (06:34 +0000)]
webservice MDL-20803 add token authentication to web service documentation generator
Dongsheng Cai [Fri, 29 Jan 2010 05:50:40 +0000 (05:50 +0000)]
"MDL-21443, update phpdocs"
jerome mouneyrac [Fri, 29 Jan 2010 05:42:18 +0000 (05:42 +0000)]
webservice MDL-20803 updated the css, kudo to Sam H. Javascript been fixed by other fix.
Penny Leach [Fri, 29 Jan 2010 04:13:59 +0000 (04:13 +0000)]
mnet MDL-21473 bumping versions of mnet-enabled plugins again after fixing a mnet installer bug
Penny Leach [Fri, 29 Jan 2010 04:09:05 +0000 (04:09 +0000)]
mnet MDL-21473 fixed a small bug in the mnet installer and updated the testclient
jerome mouneyrac [Fri, 29 Jan 2010 03:50:06 +0000 (03:50 +0000)]
webservice MDL-21466 add few comments about test client
Penny Leach [Fri, 29 Jan 2010 02:59:27 +0000 (02:59 +0000)]
mnet MDL-21473 xmlrpc client should check in the remote_ rpc tables
jerome mouneyrac [Fri, 29 Jan 2010 02:57:51 +0000 (02:57 +0000)]
webservice MDL-21463 trivial change of test client title
Penny Leach [Fri, 29 Jan 2010 02:57:35 +0000 (02:57 +0000)]
mnet MDL-21473 fixing up the disabling of remoted rpc methods
jerome mouneyrac [Fri, 29 Jan 2010 02:40:42 +0000 (02:40 +0000)]
webservice MDL-21463 add our web service test client into the admin tree development section
Penny Leach [Fri, 29 Jan 2010 02:31:44 +0000 (02:31 +0000)]
mnet MDL-21473 detect services we subscribe to, as well as publish at install/upgrade as well
and add upgrades for all mnet enabled plugins
jerome mouneyrac [Fri, 29 Jan 2010 02:15:22 +0000 (02:15 +0000)]
mnet MDL-21466 change "WS auth not enable" for "Web Service Authentication plugin is disabled" message + add hard coded ws error message string into lang file.
Penny Leach [Fri, 29 Jan 2010 01:38:47 +0000 (01:38 +0000)]
mnet MDL-21473 add enabled flag on to remote_rpc mnet table
Penny Leach [Fri, 29 Jan 2010 01:05:24 +0000 (01:05 +0000)]
mnet MDL-21473 add plugintype&name fields to new mnet_remote_rpc table
Moodle Robot [Fri, 29 Jan 2010 00:36:26 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100129
Penny Leach [Thu, 28 Jan 2010 22:46:34 +0000 (22:46 +0000)]
mnet MDL-21473 make new tables for remote functions that don't exist locally
I also fixed up two columns in the existing table that had underscores in them
Helen Foster [Thu, 28 Jan 2010 22:08:26 +0000 (22:08 +0000)]
MDL-21302 lang string rewording
Penny Leach [Thu, 28 Jan 2010 20:35:02 +0000 (20:35 +0000)]
NOTABUG fixed some phpdocs in repository baseclass