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
Penny Leach
83d50b79cd
mnet MDL-21484 don't offer jump links in the mnet block to remote users
2010-02-01 03:37:38 +00:00
Penny Leach
6ab89ca45f
mnet MDL-21261 deleting unused methodTable.php now that we can use php5's reflection
2010-02-01 03:31:58 +00:00
Sam Hemelryk
c087442136
admin-roles-userroles MDL-19787 Added set_url call
2010-02-01 03:26:16 +00:00
Sam Hemelryk
e4ca0c85f0
tag-manage MDL-19823 Added set_url call
2010-02-01 03:24:21 +00:00
jerome mouneyrac
52dd27bfbc
webservice MDL-17135 remove old webserviceuse capability. It is now controlled by protocol capabilities. Add warning to protocol capabilities.
2010-02-01 03:23:35 +00:00
Penny Leach
2e38d70310
mnet MDL-21257 updated mnet to use new session code rather than the weird file based session masquerading it was doing
2010-02-01 02:01:18 +00:00
Penny Leach
9828db68fe
mnet MDL-17082 fixing typo in previous bugfix
...
Merged from MOODLE_19_STABLE
2010-02-01 01:43:24 +00:00
Moodle Robot
c83afdc36e
Updated the HEAD build version to 20100201
2010-02-01 00:37:02 +00:00
Moodle Robot
3028b61f13
Updated the HEAD build version to 20100131
2010-01-31 00:36:43 +00:00
Moodle Robot
3c760f7a06
Updated the HEAD build version to 20100130
2010-01-30 00:37:21 +00:00
Moodle Robot
174babc478
Automatic installer.php lang files by installer_builder (20100130)
2010-01-30 00:26:42 +00:00
Sam Hemelryk
126590b781
javascript MDL-21400 Revised CollapsibleRegion code
2010-01-29 08:30:13 +00:00