Rossiani Wijaya
b6570b2fec
MDL-21509 - include timecreate field (user table) to backup and restore.
2010-02-05 08:08:57 +00:00
jerome mouneyrac
aa7fbebd59
webservice MDL-17135 fix typo bug returning exception when we have good right on the context
2010-02-05 07:58:29 +00:00
Rossiani Wijaya
3fe2cfb505
MDL-16919 - add validation to upload user data according to the upload type.
2010-02-05 07:30:53 +00:00
Andrew Davis
8791e9feaa
gradebook MDL-21218 course and category totals behaviour when they contain hidden items
2010-02-05 06:42:01 +00:00
Sam Hemelryk
53fc3e7040
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.
2010-02-05 06:36:09 +00:00
jerome mouneyrac
e5752b7d5b
webservice MDL-21511 display debug info when the exception return is invalid parameter type
2010-02-05 06:30:47 +00:00
Andrew Davis
13a3ebca7a
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
2010-02-05 05:45:02 +00:00
Andrew Davis
a2ec0b8de8
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
2010-02-05 05:33:10 +00:00
Andrew Davis
160fe5ff1b
gradebook MDL-21513 navigation dropdown in gradebook wasnt working correctly
2010-02-05 05:20:13 +00:00
jerome mouneyrac
559a5dbd1d
webservice MDL-21511 add webservice_parameter_exception to indicate which external parameter is invalid
2010-02-05 04:10:36 +00:00
Penny Leach
71f61c41f3
mnet MDL-15505 added new mnet_debug function and started migrating to it
2010-02-05 03:56:45 +00:00
Penny Leach
48fb39411f
mnet MDL-21098 small fixes - ss out issue and edge case simultaneous keyswap loop
2010-02-05 03:56:22 +00:00
Penny Leach
2078b2a37d
mnet MDL-21257 split up confirm_mnet session to insert the mnet_session
...
record *after* complete_user_login is called (because of session regen)
2010-02-05 03:56:00 +00:00
jerome mouneyrac
4b2023df41
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)
2010-02-05 03:04:02 +00:00
jerome mouneyrac
382b9ceab3
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
2010-02-05 02:58:24 +00:00
Moodle Robot
2e08c9822b
Updated the HEAD build version to 20100205
2010-02-05 00:41:58 +00:00
Petr Skoda
76c0123b0e
MDL-21400 completion manual toggle ajax converted to YUI3, simplified a bit, replaced textual feedback with standard ajax progress indicator spinning icon (fully themable)
2010-02-04 22:41:49 +00:00
Petr Skoda
9cd2295b20
MDL-21400 adding missing ;
2010-02-04 21:40:20 +00:00
jerome mouneyrac
f05d219353
webservice MDL-21351 fix some wording in the overview and some links
2010-02-04 07:06:27 +00:00
Sam Hemelryk
87bf352d75
navigation MDL-21503 Dock cleanup in preperation of removing global Y
2010-02-04 06:51:57 +00:00
Moodle Robot
7f4e9ef9a4
Updated the HEAD build version to 20100204
2010-02-04 00:40:46 +00:00
Petr Skoda
8c194133a2
MDL-21400 unbreaking course completion manual marking + fixing security issues there; YUI3 coversion is the next step
2010-02-03 17:50:26 +00:00
Petr Skoda
db09524d89
MDL-20204 fixed HTML_ATTR_EMPTY regression
2010-02-03 17:20:01 +00:00
Petr Skoda
ecbe80cfc9
MDL-21400 migrated courseparticipation report to new JS coding style
2010-02-03 16:53:41 +00:00
Petr Skoda
aa2dea707f
MDL-20204 minor improvement
2010-02-03 16:49:40 +00:00
Petr Skoda
97c100999a
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!)
2010-02-03 16:27:52 +00:00
Petr Skoda
bdf693894f
MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name, fixed comment
2010-02-03 14:43:13 +00:00
Petr Skoda
38673bfe7e
MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name
2010-02-03 14:41:43 +00:00
Petr Skoda
4c508047eb
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
2010-02-03 14:36:53 +00:00
Petr Skoda
5f81eeeaca
MDL-21503 fixed regression
2010-02-03 13:44:34 +00:00
Petr Skoda
384ab39a62
MDL-21503 eliminating global Y
2010-02-03 09:32:02 +00:00
Petr Skoda
76418c143b
MDL-21400 fixedsloppy regression, sorry
2010-02-03 09:26:38 +00:00
Eloy Lafuente
073d380425
MDL-21407 tex filter - trim leading whitespace from latex preamble. Merged from 19_STABLE
2010-02-03 09:23:37 +00:00
Rossiani Wijaya
d3d393ab37
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.
2010-02-03 04:25:20 +00:00
Andrew Davis
d90aa63419
grader report MDL-21367 when an item is unhidden its category should unhide to
2010-02-03 02:31:46 +00:00
Andrew Davis
b9cc756ef3
grader report MDL-21367 when an item is unhidden its category should unhide to
2010-02-03 02:26:44 +00:00
Moodle Robot
108ef98930
Updated the HEAD build version to 20100203
2010-02-03 00:40:47 +00:00
Penny Leach
c71ade2f41
mnet MDL-21261 moving upgrade functions to lib/upgrade.php
2010-02-02 21:16:56 +00:00
Penny Leach
287efec6f6
mnet MDL-21276 get rid of all the $MNET* globals
2010-02-02 03:13:40 +00:00
Martin Dougiamas
0d4b9d090f
admin/webservices MDL-12886 Fixed some strings
2010-02-02 02:50:23 +00:00
Martin Dougiamas
ce8f4155fa
admin/webservices MDL-12886 Fixed a hard-coded string
2010-02-02 02:45:32 +00:00
Martin Dougiamas
3d5a7b60da
Some english fixes
2010-02-02 02:42:52 +00:00
Penny Leach
cd8f1cf656
mnet MDL-16858 verify the signature in the xmlrpc response
2010-02-02 02:13:25 +00:00
Moodle Robot
5a355930d9
Updated the HEAD build version to 20100202
2010-02-02 00:37:45 +00:00
Sam Hemelryk
d0ccc7e93e
course MDL-19794 Set a better page layout (admin) for modedit
2010-02-01 07:49:33 +00:00
jerome mouneyrac
385ab92249
webservice MDL-21351 add link to test client into the navigation bar
2010-02-01 06:09:16 +00:00
Penny Leach
f6852f02d6
mnet MDL-17863 increase length of portno field in the host table (so 443 works)
...
merged from MOODLE_19_STABLE
2010-02-01 04:19:20 +00:00
jerome mouneyrac
6f96664821
webservice MDL-21351 add help text for setting "web service" role.
2010-02-01 04:00:53 +00:00
jerome mouneyrac
0991947b0c
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)
2010-02-01 03:43:53 +00:00
jerome mouneyrac
1839e2f094
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.
2010-02-01 03:38:28 +00:00