]> git.mjollnir.org Git - moodle.git/log
moodle.git
15 years agoMDL-21235 new link method in html_write, partinally replaces old html_link, going... MDL-21261
Petr Skoda [Thu, 14 Jan 2010 22:10:20 +0000 (22:10 +0000)]
MDL-21235 new link method in html_write, partinally replaces old html_link, going to add new action_link soon

15 years agoMDL-21336 testing with $correct != '' so that correct answer 0 is shown in multianswer
Pierre Pichet [Thu, 14 Jan 2010 21:59:07 +0000 (21:59 +0000)]
MDL-21336 testing with $correct != '' so that correct answer 0 is shown in multianswer

15 years agoMDL-21346 fixed various print_password_policy() issues, merged from 1.9
David Mudrak [Thu, 14 Jan 2010 20:53:06 +0000 (20:53 +0000)]
MDL-21346 fixed various print_password_policy() issues, merged from 1.9

15 years agoMDL-21235 new single button rendering
Petr Skoda [Thu, 14 Jan 2010 19:18:04 +0000 (19:18 +0000)]
MDL-21235 new single button rendering

15 years agoauthentication plugins: MDL-21343 Add missing $OUTPUT global variables used in plugin...
Inaki [Thu, 14 Jan 2010 18:54:12 +0000 (18:54 +0000)]
authentication plugins: MDL-21343 Add missing $OUTPUT global variables used in plugins' configuration pages

15 years agoworkshop added to the whitelist of standard modules
David Mudrak [Thu, 14 Jan 2010 11:30:10 +0000 (11:30 +0000)]
workshop added to the whitelist of standard modules

15 years agowebservice MDL-20805 fix token table display in the user profil
jerome mouneyrac [Thu, 14 Jan 2010 08:46:10 +0000 (08:46 +0000)]
webservice MDL-20805 fix token table display in the user profil

15 years agowebservice MDL-20805 fix sql column naming
jerome mouneyrac [Thu, 14 Jan 2010 08:43:08 +0000 (08:43 +0000)]
webservice MDL-20805 fix sql column naming

15 years agowebservice MDL-20805 fix sql column naming
jerome mouneyrac [Thu, 14 Jan 2010 08:40:32 +0000 (08:40 +0000)]
webservice MDL-20805 fix sql column naming

15 years agofixed pgsql compatibility issue caused by aliases with reserved words
Petr Skoda [Thu, 14 Jan 2010 08:37:53 +0000 (08:37 +0000)]
fixed pgsql compatibility issue caused by aliases with reserved words

15 years agowebservice MDL-20805 fix token authentication
jerome mouneyrac [Thu, 14 Jan 2010 08:17:00 +0000 (08:17 +0000)]
webservice MDL-20805 fix token authentication

15 years agoMDL-16919 - Convert uppercase to lowercase for param_username and updating test resul...
Rossiani Wijaya [Thu, 14 Jan 2010 07:18:06 +0000 (07:18 +0000)]
MDL-16919 - Convert uppercase to lowercase for param_username and updating test result in testmoodlelib.

15 years agojavascript-dock MDL-21329 Forgot to bumb the version after new setting added
Sam Hemelryk [Thu, 14 Jan 2010 07:10:14 +0000 (07:10 +0000)]
javascript-dock MDL-21329 Forgot to bumb the version after new setting added

15 years agojavascript-dock MDL-21329 Fixed regression with CFG var
Sam Hemelryk [Thu, 14 Jan 2010 07:04:37 +0000 (07:04 +0000)]
javascript-dock MDL-21329 Fixed regression with CFG var

15 years agojavascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME...
Sam Hemelryk [Thu, 14 Jan 2010 06:56:12 +0000 (06:56 +0000)]
javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load

15 years agojavascript-dock MDL-21329 Deleted icons that are no longer used
Sam Hemelryk [Thu, 14 Jan 2010 05:36:17 +0000 (05:36 +0000)]
javascript-dock MDL-21329 Deleted icons that are no longer used

15 years agojavascript-dock MDL-21329 Several major changes to the underlying navigation and...
Sam Hemelryk [Thu, 14 Jan 2010 05:35:23 +0000 (05:35 +0000)]
javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming

15 years agoremoving extra validation for extended username characters.
Rossiani Wijaya [Thu, 14 Jan 2010 02:29:26 +0000 (02:29 +0000)]
removing extra validation for extended username characters.

15 years agoweblib MDL-21183 Commented out some unreasonable unit tests
Andrew Davis [Thu, 14 Jan 2010 02:17:24 +0000 (02:17 +0000)]
weblib MDL-21183 Commented out some unreasonable unit tests

15 years agoMDL-21336 testing with $correct != '' so that correct answer 0 is shown
Pierre Pichet [Thu, 14 Jan 2010 01:29:46 +0000 (01:29 +0000)]
MDL-21336 testing with $correct != '' so that correct answer 0 is shown

15 years agoUpdated the HEAD build version to 20100114
Moodle Robot [Thu, 14 Jan 2010 00:36:56 +0000 (00:36 +0000)]
Updated the HEAD build version to 20100114

15 years agoSCORM AICC MDL-21332 issue with returning to correct location when loading an AICC...
Dan Marsden [Wed, 13 Jan 2010 22:58:03 +0000 (22:58 +0000)]
SCORM AICC MDL-21332 issue with returning to correct location when loading an AICC object for the 2nd time. - Thanks to Matteo Scaramuccia for the report and fix.

15 years agoSCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and...
Dan Marsden [Wed, 13 Jan 2010 22:40:39 +0000 (22:40 +0000)]
SCORM AICC MDL-21330 fix php notice - thanks to Matteo Scaramuccia for report and fix.

15 years agoenrolment plugins: MDL-21337 Missing global $OUTPUT variable in some enrolment plugin...
Inaki [Wed, 13 Jan 2010 22:16:01 +0000 (22:16 +0000)]
enrolment plugins: MDL-21337 Missing global $OUTPUT variable in some enrolment plugins configuration page

15 years agoremove whitespace added in last commit
Dan Marsden [Wed, 13 Jan 2010 22:06:54 +0000 (22:06 +0000)]
remove whitespace added in last commit

15 years agoSCORM AICC MDL-19392 add some missing params to querystring
Dan Marsden [Wed, 13 Jan 2010 22:05:15 +0000 (22:05 +0000)]
SCORM AICC MDL-19392 add some missing params to querystring

15 years agoMDL-21096 - fixed inconsistency in mod/scorm attempts counting. Also added in except...
Piers Harding [Wed, 13 Jan 2010 20:47:12 +0000 (20:47 +0000)]
MDL-21096 - fixed inconsistency in mod/scorm attempts counting.  Also added in exception for unlimited attempts (0)

15 years agoMDL-21235 converted help cions to final render outputlib api
Petr Skoda [Wed, 13 Jan 2010 18:50:28 +0000 (18:50 +0000)]
MDL-21235 converted help cions to final render outputlib api

15 years agoMDL-21235 towards the final outputlib api - implementing separate html writer and...
Petr Skoda [Wed, 13 Jan 2010 17:13:52 +0000 (17:13 +0000)]
MDL-21235 towards the final outputlib api - implementing separate html writer and implementing new render() method

15 years agoNOBUG: Fix notice (and something more?). Like MDL-12961 but in data module; merged...
Eloy Lafuente [Wed, 13 Jan 2010 16:50:27 +0000 (16:50 +0000)]
NOBUG: Fix notice (and something more?). Like MDL-12961 but in data module; merged from 19_STABLE

15 years agoFixing drift between CVS and git - removing legacy themes
Moodle HQ git importer [Wed, 13 Jan 2010 11:25:15 +0000 (11:25 +0000)]
Fixing drift between CVS and git - removing legacy themes

15 years agomore eclipse autocompletion fixes
Petr Skoda [Wed, 13 Jan 2010 11:25:15 +0000 (11:25 +0000)]
more eclipse autocompletion fixes

15 years agowebservice MDL-20805 change NOT IN for NOT EXISTS
jerome mouneyrac [Wed, 13 Jan 2010 11:17:21 +0000 (11:17 +0000)]
webservice MDL-20805 change NOT IN for NOT EXISTS

15 years agowebservice MDL-20805 change NOT IN for NOT EXISTS
jerome mouneyrac [Wed, 13 Jan 2010 11:15:31 +0000 (11:15 +0000)]
webservice MDL-20805 change NOT IN for NOT EXISTS

15 years agowebservice MDL-20805 readd the ORDER BY varchar (cross-db)
jerome mouneyrac [Wed, 13 Jan 2010 11:09:31 +0000 (11:09 +0000)]
webservice MDL-20805 readd the ORDER BY varchar (cross-db)

15 years agowebservice MDL-20805 remove the ORDER BY text (not cross-db)
jerome mouneyrac [Wed, 13 Jan 2010 11:01:06 +0000 (11:01 +0000)]
webservice MDL-20805 remove the ORDER BY text (not cross-db)

15 years agowebservice MDL-20805 fix sql request so return only unique ID
jerome mouneyrac [Wed, 13 Jan 2010 10:51:15 +0000 (10:51 +0000)]
webservice MDL-20805 fix sql request so return only unique ID

15 years agowebservice MDL-20805 add token authentication method to test client (+ use token...
jerome mouneyrac [Wed, 13 Jan 2010 10:15:58 +0000 (10:15 +0000)]
webservice MDL-20805 add token authentication method to test client (+ use token constant) - forgot a file

15 years agowebservice MDL-20805 add token authentication method to test client (+ use token...
jerome mouneyrac [Wed, 13 Jan 2010 10:10:27 +0000 (10:10 +0000)]
webservice MDL-20805 add token authentication method to test client (+ use token constant)

15 years agowebservice MDL-20805 move token constant to moodlelib
jerome mouneyrac [Wed, 13 Jan 2010 10:05:49 +0000 (10:05 +0000)]
webservice MDL-20805 move token constant to moodlelib

15 years agoMDL-16919 removing extra validation for extended username characters. PARAM_USERNAME...
Rossiani Wijaya [Wed, 13 Jan 2010 09:33:08 +0000 (09:33 +0000)]
MDL-16919 removing extra validation for extended username characters.  PARAM_USERNAME always check the value for extended chars.

15 years agowebservice MDL-20805 fix validuntil checking (token invalid when xxx < time ())
jerome mouneyrac [Wed, 13 Jan 2010 09:11:23 +0000 (09:11 +0000)]
webservice MDL-20805 fix validuntil checking (token invalid when xxx < time ())

15 years agochange error message language string from 'alphanumerical' to 'invalidusername' ...
Rossiani Wijaya [Wed, 13 Jan 2010 07:24:41 +0000 (07:24 +0000)]
change error message language string from 'alphanumerical' to 'invalidusername' - MDL-16919

15 years agoMDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore...
Rossiani Wijaya [Wed, 13 Jan 2010 06:23:54 +0000 (06:23 +0000)]
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)

15 years agowebservice MDL-20805 add missing exception string message
jerome mouneyrac [Wed, 13 Jan 2010 04:03:52 +0000 (04:03 +0000)]
webservice MDL-20805 add missing exception string message

15 years agomnet MDL-21294 fixed some errors in the new mnet exception stuff
Penny Leach [Wed, 13 Jan 2010 03:46:45 +0000 (03:46 +0000)]
mnet MDL-21294  fixed some errors in the new mnet exception stuff

I think I must have tested mnet client/server around the wrong way

15 years agooutputlib MDL-21325 changed theme_config::DEFAULT_THEME from standard to standard...
Sam Hemelryk [Wed, 13 Jan 2010 03:00:11 +0000 (03:00 +0000)]
outputlib MDL-21325 changed theme_config::DEFAULT_THEME from standard to standard old to get rid of notices.
Added javascripts_footer back into the configurable array so that themes can put javascript into the footer.

15 years agomnet MDL-21328 fixed non unique first field sql in mnet_services.php
Penny Leach [Wed, 13 Jan 2010 02:46:12 +0000 (02:46 +0000)]
mnet MDL-21328   fixed non unique first field sql in mnet_services.php

merged from MOODLE_19_STABLE

15 years agomnet MDL-17082 removed all use of $_POST
Penny Leach [Wed, 13 Jan 2010 02:42:01 +0000 (02:42 +0000)]
mnet MDL-17082   removed all use of $_POST

merged from MOODLE_19_STABLE

15 years agomnet MDL-21294 repository remote plugin support exception now (not tested yet cause...
jerome mouneyrac [Wed, 13 Jan 2010 02:24:39 +0000 (02:24 +0000)]
mnet MDL-21294 repository remote plugin support exception now (not tested yet cause this plugin needs retest and probably rewrite)

15 years agoweblib MDL-21296 added a comment about convert_urls_into_links() causing timeouts
Andrew Davis [Wed, 13 Jan 2010 02:19:21 +0000 (02:19 +0000)]
weblib MDL-21296 added a comment about convert_urls_into_links() causing timeouts

15 years agoenrol-mnet MDL-21297 Fixed another syntax error
Sam Hemelryk [Wed, 13 Jan 2010 02:12:34 +0000 (02:12 +0000)]
enrol-mnet MDL-21297 Fixed another syntax error

15 years agoenrol MDL-21297 Fixed syntax error
Sam Hemelryk [Wed, 13 Jan 2010 02:08:14 +0000 (02:08 +0000)]
enrol MDL-21297 Fixed syntax error

15 years agowebservice MDL-20805 no admin should create web service token for themself
jerome mouneyrac [Wed, 13 Jan 2010 02:01:56 +0000 (02:01 +0000)]
webservice MDL-20805 no admin should create web service token for themself

15 years agoSCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm...
Dan Marsden [Wed, 13 Jan 2010 02:00:17 +0000 (02:00 +0000)]
SCORM AICC MDL-19392 MDL-13716 cast result as a String in AICC (already done in Scorm 1.2 and 1.3

15 years agoenrol/mnet MDL-21297 added error handling
Penny Leach [Wed, 13 Jan 2010 01:08:56 +0000 (01:08 +0000)]
enrol/mnet MDL-21297   added error handling

15 years agomnet MDL-21294 change errors to exceptions in mnet server
Penny Leach [Wed, 13 Jan 2010 01:08:38 +0000 (01:08 +0000)]
mnet MDL-21294  change errors to exceptions in mnet server

15 years agoUpdated the HEAD build version to 20100113
Moodle Robot [Wed, 13 Jan 2010 00:36:55 +0000 (00:36 +0000)]
Updated the HEAD build version to 20100113

15 years agoMDL-21149 more info for theme designers
Petr Skoda [Tue, 12 Jan 2010 17:35:10 +0000 (17:35 +0000)]
MDL-21149 more info for theme designers

15 years agoMDL-21149 more anomaly update info
Petr Skoda [Tue, 12 Jan 2010 17:29:00 +0000 (17:29 +0000)]
MDL-21149 more anomaly update info

15 years agoMDL-21149 renamed 'standard' theme to 'standardold' - this should finally make clear...
Petr Skoda [Tue, 12 Jan 2010 17:26:46 +0000 (17:26 +0000)]
MDL-21149 renamed 'standard' theme to 'standardold' - this should finally make clear that new themes should not be based on legacy standard theme; all new core themes will be based on fresh new minimalistic 'base' theme, highly customised abnd experimentatl themes do not have to use base at all

15 years agoMDL-21149 preparation for renaming of old standard to standardold
Petr Skoda [Tue, 12 Jan 2010 17:21:52 +0000 (17:21 +0000)]
MDL-21149 preparation for renaming of old standard to standardold

15 years agoMDL-20785 removing all old themes from CVS because the current mix of new and old...
Petr Skoda [Tue, 12 Jan 2010 17:10:42 +0000 (17:10 +0000)]
MDL-20785 removing all old themes from CVS because the current mix of new and old themes is extremely confusing for theme developers, sorry - if somebody needs the original code please use CVS attick or git; please note themes like customcorners (yes withouth the underscore!) and chameleon might make it back later before the beta phase

15 years agoMDL-21296 - Adding timing info to test in order to compare results ; merged from...
Eloy Lafuente [Tue, 12 Jan 2010 14:08:50 +0000 (14:08 +0000)]
MDL-21296 - Adding timing info to test in order to compare results ; merged from 19_STABLE

15 years agoMDL-21168 - Support encoded chars in query part of URL. Done in review day, but it...
Eloy Lafuente [Tue, 12 Jan 2010 13:40:56 +0000 (13:40 +0000)]
MDL-21168 - Support encoded chars in query part of URL. Done in review day, but it's tested, grrr. Merged from 19_STABLE

15 years agoMDL-21168 - Added test for URLs with encoded paths and queries and fixed some onew...
Eloy Lafuente [Tue, 12 Jan 2010 13:33:25 +0000 (13:33 +0000)]
MDL-21168 - Added test for URLs with encoded paths and queries and fixed some onew. Merged from 19_STABLE

15 years agoMDLSITE-854 setting bigger output buffer size to match size of our CSS and JS
Petr Skoda [Tue, 12 Jan 2010 11:12:59 +0000 (11:12 +0000)]
MDLSITE-854 setting bigger output buffer size to match size of our CSS and JS

15 years agoMDL-21319 preventing debug output and cookies in mnet xmlrpc server script
Petr Skoda [Tue, 12 Jan 2010 10:59:08 +0000 (10:59 +0000)]
MDL-21319 preventing debug output and cookies in mnet xmlrpc server script

15 years agoMDL-21318 more TODO info
Petr Skoda [Tue, 12 Jan 2010 10:54:33 +0000 (10:54 +0000)]
MDL-21318 more TODO info

15 years agowebservice MDL-20805 added token creation page in user profil (with service required...
jerome mouneyrac [Tue, 12 Jan 2010 10:34:52 +0000 (10:34 +0000)]
webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check)

15 years agoMDL-21318 adding link to tracker issue for TODOs
Petr Skoda [Tue, 12 Jan 2010 10:24:55 +0000 (10:24 +0000)]
MDL-21318 adding link to tracker issue for TODOs

15 years agoadd groupings awareness to HotPot module
Gordon Bateson [Tue, 12 Jan 2010 07:27:43 +0000 (07:27 +0000)]
add groupings awareness to HotPot module

15 years agolib-configonlylib MDLSITE-854 Changed zlib setting from on to 1 to fix content delive...
Sam Hemelryk [Tue, 12 Jan 2010 03:16:38 +0000 (03:16 +0000)]
lib-configonlylib MDLSITE-854 Changed zlib setting from on to 1 to fix content delivery bug

15 years agograder report MDL-19704 Fixed a problem with my version/upgrade changes
Andrew Davis [Tue, 12 Jan 2010 03:01:40 +0000 (03:01 +0000)]
grader report MDL-19704 Fixed a problem with my version/upgrade changes

15 years agograder report MDL-19704 Fixed a problem with my version/upgrade changes
Andrew Davis [Tue, 12 Jan 2010 02:59:58 +0000 (02:59 +0000)]
grader report MDL-19704 Fixed a problem with my version/upgrade changes

15 years agomnet MDL-18759 detect the case where a user profile is not fully set up for a remote...
Penny Leach [Tue, 12 Jan 2010 02:58:53 +0000 (02:58 +0000)]
mnet MDL-18759  detect the case where a user profile is not fully set up for a remote user more elegantly

15 years agomnet MDL-18758 slightly corrected a misleading language string
Penny Leach [Tue, 12 Jan 2010 02:48:00 +0000 (02:48 +0000)]
mnet MDL-18758   slightly corrected a misleading language string

15 years agomnet: MDL-18758 check user_not_fully_set_up before creating user record in auth...
Penny Leach [Tue, 12 Jan 2010 02:25:31 +0000 (02:25 +0000)]
mnet: MDL-18758  check user_not_fully_set_up before creating user record in auth/mnet

15 years agomnet MDL-17735 changed signature method url to rsa, not dsa
Penny Leach [Tue, 12 Jan 2010 01:59:47 +0000 (01:59 +0000)]
mnet MDL-17735   changed signature method url to rsa, not dsa

15 years agoUpdated the HEAD build version to 20100112
Moodle Robot [Tue, 12 Jan 2010 00:36:31 +0000 (00:36 +0000)]
Updated the HEAD build version to 20100112

15 years agomnet MDL-19239 changed all instances of fetching config from db to use get_config
Penny Leach [Mon, 11 Jan 2010 22:53:11 +0000 (22:53 +0000)]
mnet MDL-19239   changed all instances of fetching config from db to use get_config

15 years agomnet: MDL-20059 fix up login/mnet_email.php in a few places
Penny Leach [Mon, 11 Jan 2010 22:34:02 +0000 (22:34 +0000)]
mnet: MDL-20059   fix up login/mnet_email.php in a few places

15 years agomnet: MDL-21298 fixed a very unhelpful error message (and saved a db query)
Penny Leach [Mon, 11 Jan 2010 22:20:11 +0000 (22:20 +0000)]
mnet: MDL-21298 fixed a very unhelpful error message (and saved a db query)

this just modifies the nolocaluser string, rather than adding nolocaluser2 like I did in stable.

Merged from MOODLE_19_STABLE

15 years agomnet/login: MDL-21018 - be a bit more picky about when to show the link to mnet_emai...
Penny Leach [Mon, 11 Jan 2010 22:05:45 +0000 (22:05 +0000)]
mnet/login: MDL-21018  - be a bit more picky about when to show the link to mnet_email.php

Merged from MOODLE_19_STABLE

15 years agoSCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks...
Dan Marsden [Mon, 11 Jan 2010 21:04:39 +0000 (21:04 +0000)]
SCORM AICC MDL-21304 typo when referring to SCORM session var in AICC files - thanks to Matteo Scaramuccia for the report and fix.

15 years agoFixing drift between CVS and git
Moodle HQ git importer [Mon, 11 Jan 2010 10:43:40 +0000 (10:43 +0000)]
Fixing drift between CVS and git

15 years agoworkshop: datetime submit/assess restriction instead of date only
David Mudrak [Mon, 11 Jan 2010 10:43:40 +0000 (10:43 +0000)]
workshop: datetime submit/assess restriction instead of date only

15 years agofixed one more docs typo
Petr Skoda [Mon, 11 Jan 2010 10:06:56 +0000 (10:06 +0000)]
fixed one more docs typo

15 years agofixed yet another docs typo
Petr Skoda [Mon, 11 Jan 2010 10:04:39 +0000 (10:04 +0000)]
fixed yet another docs typo

15 years agofixed another docs typo
Petr Skoda [Mon, 11 Jan 2010 10:03:16 +0000 (10:03 +0000)]
fixed another docs typo

15 years agofixed docs typo
Petr Skoda [Mon, 11 Jan 2010 10:02:14 +0000 (10:02 +0000)]
fixed docs typo

15 years agowebservice MDL-20805 added token creation page
jerome mouneyrac [Mon, 11 Jan 2010 08:23:39 +0000 (08:23 +0000)]
webservice MDL-20805 added token creation page

15 years agograder report MDL-19704 Added ability to hide course and category totals without...
Andrew Davis [Mon, 11 Jan 2010 07:35:40 +0000 (07:35 +0000)]
grader report MDL-19704 Added ability to hide course and category totals without hiding anything else

15 years agoMDL-21174 - exclude deleted users in bulk upload of user profile pictures.
Rossiani Wijaya [Mon, 11 Jan 2010 07:24:18 +0000 (07:24 +0000)]
MDL-21174 - exclude deleted users in bulk upload of user profile pictures.

15 years agoMDL-21174 - exclude deleted users in bulk upload of user profile pictures.
Rossiani Wijaya [Mon, 11 Jan 2010 06:56:34 +0000 (06:56 +0000)]
MDL-21174 - exclude deleted users in bulk upload of user profile pictures.

15 years agoweblib MDL-21168 Added some more unit tests
Andrew Davis [Mon, 11 Jan 2010 06:26:59 +0000 (06:26 +0000)]
weblib MDL-21168 Added some more unit tests

15 years agomnet MDL-17169 trim the raw xmlrpc response before passing it to the xml parser
Penny Leach [Mon, 11 Jan 2010 01:02:43 +0000 (01:02 +0000)]
mnet MDL-17169  trim the raw xmlrpc response before passing it to the xml parser

merged from MOODLE_19_STABLE

15 years agoUpdated the HEAD build version to 20100111
Moodle Robot [Mon, 11 Jan 2010 00:36:58 +0000 (00:36 +0000)]
Updated the HEAD build version to 20100111

15 years agoUpdated the HEAD build version to 20100110
Moodle Robot [Sun, 10 Jan 2010 00:36:20 +0000 (00:36 +0000)]
Updated the HEAD build version to 20100110

15 years agoFirst commit of ast_utf8 installer file
Eloy Lafuente [Sat, 9 Jan 2010 23:13:20 +0000 (23:13 +0000)]
First commit of ast_utf8 installer file