Penny Leach [Thu, 28 Jan 2010 20:17:12 +0000 (20:17 +0000)]
mnet MDL-21261 mnet overhaul - adding and removing files I missed in the last big commit
ethem evlice [Thu, 28 Jan 2010 14:05:28 +0000 (14:05 +0000)]
Fixed 2.0 bugs
Sam Hemelryk [Thu, 28 Jan 2010 09:11:32 +0000 (09:11 +0000)]
course MDL-19794 Upgraded print_log function to use html_table fixing at the same time XML strict errors: Missed one line
Sam Hemelryk [Thu, 28 Jan 2010 08:49:28 +0000 (08:49 +0000)]
course MDL-19794 Upgraded print_log function to use html_table fixing at the same time XML strict errors
Sam Hemelryk [Thu, 28 Jan 2010 08:37:43 +0000 (08:37 +0000)]
mod-forum MDL-17427 Fixed a regression from concat refactoring
Dongsheng Cai [Thu, 28 Jan 2010 08:08:47 +0000 (08:08 +0000)]
"MDL-21170, fixed missing Y.Base module"
Sam Hemelryk [Thu, 28 Jan 2010 07:57:48 +0000 (07:57 +0000)]
mod-quiz MDL-15050 Fixed regression missing global OUTPUT
jerome mouneyrac [Thu, 28 Jan 2010 07:25:42 +0000 (07:25 +0000)]
mnet MDL-21260 transform single_button first param into new moodle_url
jerome mouneyrac [Thu, 28 Jan 2010 07:13:47 +0000 (07:13 +0000)]
mnet MDL-21260 sesskey is not displayed when delete a peer
Sam Hemelryk [Thu, 28 Jan 2010 07:04:27 +0000 (07:04 +0000)]
tag-manage MDL-19283 Set a better page layout for the tag management screen
Sam Hemelryk [Thu, 28 Jan 2010 07:00:16 +0000 (07:00 +0000)]
course-edit MDL-20204 Fixed recent regression get_list_of_themes returns array of themes now not strings
Dongsheng Cai [Thu, 28 Jan 2010 06:59:34 +0000 (06:59 +0000)]
"MDL-21458, fixed undefined index in repository module"
Sam Hemelryk [Thu, 28 Jan 2010 06:47:07 +0000 (06:47 +0000)]
ajaxlib MDL-21435 Fixed regression from recent updates: Notice of undefined variable
Sam Hemelryk [Thu, 28 Jan 2010 06:29:29 +0000 (06:29 +0000)]
navigation MDL-21329 Fixed regression with docked preferences thanks Jerome for spotting
jerome mouneyrac [Thu, 28 Jan 2010 06:25:35 +0000 (06:25 +0000)]
flashdetector MDL-20841 forgot the top licence documentation
Sam Hemelryk [Thu, 28 Jan 2010 05:32:15 +0000 (05:32 +0000)]
comments MDL-19118 Fixed XML strict errors
Sam Hemelryk [Thu, 28 Jan 2010 05:30:14 +0000 (05:30 +0000)]
output MDL-21235 Fixed table function to be xml strict with no data
Penny Leach [Thu, 28 Jan 2010 05:25:50 +0000 (05:25 +0000)]
mnet MDL-21261 large overhaul. This commit changes:
- The way that mnet rpc functions are registered. Plugins must now
create db/mnet.php which is an array, similar to services.php. This
*replaces* the old mnet_publishes() functions. version.php must be
bumped to trigger this.
- More information about each rpc-available function is stored in the
database, including the class it belongs to, the file it is found in,
and whether or not it is static. Methods that are not static must be
in a class with a constructor that takes no arguments (this can easily
be achieved with a small wrapper if necessary)
- The xmlrpc dispatcher has been rewritten to remove all the
dependencies on hardcoded information about auth,mnet,portfolio and
repository, and just use the information in the database.
- The old hardcoded hidden mnet/testclient.php has been moved to the
Admin menu under "Development" and rewritten.
- The xmlrpc introspection method profiling is now using php and zend
reflection - which is a lot nicer than the old way, which was using a
php-based php parser. This fixes some inconsistent handling of
methods without arguments that were advertising their return value as
the only method parameter. While this is a *fix*, it breaks BC
slightly - the old 1.9 broken mnet/testclient.php will now not work
properly with 2.0
- Dangerous mode is still supported, but old mod/*/rpclib.php is
now unsupported, due to the fact that any plugin can export mnet
functions with db/mnet.php. This is a slight BC break.
Still TODO:
- TEST TEST TEST
- Document the two small BC breaks in release notes
- Document the contract for db/mnet.php
Penny Leach [Thu, 28 Jan 2010 05:12:35 +0000 (05:12 +0000)]
repo MDL-21443 fix phpdocs to match method signatures
Penny Leach [Thu, 28 Jan 2010 05:12:22 +0000 (05:12 +0000)]
NOTABUG updated the portfolio plugin baseclass method signatures
Penny Leach [Thu, 28 Jan 2010 05:12:04 +0000 (05:12 +0000)]
auth base class MDL-21457 make the base class user_exists method argument list match reality
Penny Leach [Thu, 28 Jan 2010 05:11:30 +0000 (05:11 +0000)]
MDL-21461 Temporary fix for ZF-6996 until Zend 1.10 is released
Penny Leach [Thu, 28 Jan 2010 05:06:53 +0000 (05:06 +0000)]
lib/zend: MDL-21460 Zend Reflection - give a nicer error message when the phpdocs don't match the function signature. Bug filed upstream: framework.zend.com/issues/browse/ZF-8980
Penny Leach [Thu, 28 Jan 2010 05:01:05 +0000 (05:01 +0000)]
mnet/enrolment MDL-21459 fixed a few small issues in admin/mnet/enrolment
Penny Leach [Thu, 28 Jan 2010 04:59:05 +0000 (04:59 +0000)]
mnet/enrol MDL-21459 fixed some brokenness related to DB changes
Sam Hemelryk [Thu, 28 Jan 2010 03:19:21 +0000 (03:19 +0000)]
NOBUG: Updated the docs for the moodle_page class to cover the magic get functions
Rossiani Wijaya [Thu, 28 Jan 2010 02:12:30 +0000 (02:12 +0000)]
MDL-21440 - replacing hardcoded string with language string.
Moodle Robot [Thu, 28 Jan 2010 00:36:43 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100128
Moodle Robot [Wed, 27 Jan 2010 00:36:40 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100127
Petr Skoda [Tue, 26 Jan 2010 10:44:17 +0000 (10:44 +0000)]
MDL-21404 RIP $PAGE->requires->*()->now()
Petr Skoda [Tue, 26 Jan 2010 10:42:25 +0000 (10:42 +0000)]
MDL-21403 RIP $PAGE->requires->*()->asap()
Petr Skoda [Tue, 26 Jan 2010 10:35:13 +0000 (10:35 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead + improved ufo embedding
Petr Skoda [Tue, 26 Jan 2010 10:22:58 +0000 (10:22 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
Petr Skoda [Tue, 26 Jan 2010 10:17:41 +0000 (10:17 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
Petr Skoda [Tue, 26 Jan 2010 10:12:10 +0000 (10:12 +0000)]
MDL-21400 maring data_for_js as deprecated because it encourages bad coding style
Petr Skoda [Tue, 26 Jan 2010 09:58:19 +0000 (09:58 +0000)]
MDL-21403 getting rid of all asaps
Petr Skoda [Tue, 26 Jan 2010 09:53:52 +0000 (09:53 +0000)]
MDL-20204 removing usused styles
Petr Skoda [Tue, 26 Jan 2010 09:53:24 +0000 (09:53 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead fix
Petr Skoda [Tue, 26 Jan 2010 09:52:30 +0000 (09:52 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
Petr Skoda [Tue, 26 Jan 2010 09:44:55 +0000 (09:44 +0000)]
MDL-21403 removing some more asaps
Petr Skoda [Tue, 26 Jan 2010 09:36:00 +0000 (09:36 +0000)]
MDL-21403 hardcoded JS legacy code should not use new $PAGE->requires-> api, switching to html_writer instead
Petr Skoda [Tue, 26 Jan 2010 09:32:21 +0000 (09:32 +0000)]
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
Petr Skoda [Tue, 26 Jan 2010 09:01:57 +0000 (09:01 +0000)]
MDL-21403 removing ->asap() from $PAGE->requires, legacy stuff has no place in new api, sorry
Petr Skoda [Tue, 26 Jan 2010 09:00:50 +0000 (09:00 +0000)]
MDL-21435 fixed regression
Petr Skoda [Tue, 26 Jan 2010 08:58:51 +0000 (08:58 +0000)]
MDL-21435 moje JS improvements
Petr Skoda [Tue, 26 Jan 2010 08:56:34 +0000 (08:56 +0000)]
MDL-21435 fixed regression in BC code
Petr Skoda [Tue, 26 Jan 2010 08:54:37 +0000 (08:54 +0000)]
MDL-21400 fixed requires
Petr Skoda [Tue, 26 Jan 2010 08:38:00 +0000 (08:38 +0000)]
MDL-21400 yui3 lib includes from php are not necessary any more, removing from public API
Petr Skoda [Tue, 26 Jan 2010 08:33:21 +0000 (08:33 +0000)]
MDL-21435 api changes and simplification needed for JS caching and compression
Moodle Robot [Tue, 26 Jan 2010 00:36:38 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100126
Eloy Lafuente [Mon, 25 Jan 2010 16:11:20 +0000 (16:11 +0000)]
MDL-21438 xmldb editor - add missing sesskey to the save option
David Mudrak [Mon, 25 Jan 2010 09:40:05 +0000 (09:40 +0000)]
MDL-20717 GPL version 3 at the Copyright notice during the installation
The new string 'gpl3' replaces the legacy string 'gpl'. Once we have
proper lang branching, 'gpl' string should be removed from 2.0/HEAD.
Rossiani Wijaya [Mon, 25 Jan 2010 09:23:02 +0000 (09:23 +0000)]
MDL-20402 - update bulk user action messages from regular textarea to HTML editor.
Rossiani Wijaya [Mon, 25 Jan 2010 09:08:22 +0000 (09:08 +0000)]
MDL-18774 - fixed fullname format label.
Gordon Bateson [Mon, 25 Jan 2010 07:18:24 +0000 (07:18 +0000)]
do not treat https absolute urls as relative urls
Dongsheng Cai [Mon, 25 Jan 2010 06:12:01 +0000 (06:12 +0000)]
"MDL-21170, apply maxfiles limit to filemanager"
Martin Dougiamas [Mon, 25 Jan 2010 05:29:51 +0000 (05:29 +0000)]
block/config MDL-21375 Restrict options on the front page, and use better human-readable names
jerome mouneyrac [Mon, 25 Jan 2010 02:53:03 +0000 (02:53 +0000)]
webservice MDL-21127 add IP address for every web service logs.
jerome mouneyrac [Mon, 25 Jan 2010 02:45:56 +0000 (02:45 +0000)]
webservice MDL-21127 add log for Zend server and when authentication (token or simple) failed and when the IP checking failed too.
jerome mouneyrac [Mon, 25 Jan 2010 02:43:23 +0000 (02:43 +0000)]
webservice MDL-21351 add IP Restriction field to the token list (otherwise no way to see it for the admin)
Penny Leach [Mon, 25 Jan 2010 00:59:22 +0000 (00:59 +0000)]
mnet MDL-17629 upgrade to fix referntial integrity in mnet hostids for localhost and all hosts records
merged from MOODLE_19_STABLE
Moodle Robot [Mon, 25 Jan 2010 00:36:33 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100125
Petr Skoda [Sun, 24 Jan 2010 19:37:46 +0000 (19:37 +0000)]
MDL-21400 migrated roles JS to YUI3 and new modular structure
Petr Skoda [Sun, 24 Jan 2010 19:34:44 +0000 (19:34 +0000)]
MDL-21400 fixe null param in js funcion call
Petr Skoda [Sun, 24 Jan 2010 18:24:18 +0000 (18:24 +0000)]
MDL-21400 improved coding style
Petr Skoda [Sun, 24 Jan 2010 18:11:25 +0000 (18:11 +0000)]
MDL-21400 improved coding style
Petr Skoda [Sun, 24 Jan 2010 10:59:10 +0000 (10:59 +0000)]
MDL-21400 removed unnecessary yui2 includes
Petr Skoda [Sun, 24 Jan 2010 10:41:15 +0000 (10:41 +0000)]
MDL-21400 global Y is evil
Petr Skoda [Sun, 24 Jan 2010 10:34:02 +0000 (10:34 +0000)]
MDL-21400 collapsible_region moved to M, using CamelCase for JS classes because it is otehrwise extremely hard to actually know what is instance and what is class + switched to js_init_call()
Moodle Robot [Sun, 24 Jan 2010 00:36:44 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100124
Petr Skoda [Sun, 24 Jan 2010 00:05:37 +0000 (00:05 +0000)]
MDL-21400 collapsible region fixed and converted to YUI3
Joseph Rezeau [Sat, 23 Jan 2010 22:56:36 +0000 (22:56 +0000)]
revert to previous version
Petr Skoda [Sat, 23 Jan 2010 18:30:16 +0000 (18:30 +0000)]
MDL-21400 fixed whitespace, sorrry
Petr Skoda [Sat, 23 Jan 2010 18:09:54 +0000 (18:09 +0000)]
MDL-21400 spamcleaner converted to YUI3
Petr Skoda [Sat, 23 Jan 2010 17:08:18 +0000 (17:08 +0000)]
MDL-21400 global Y revisited, I really think it is better to pass it around properly, this could help a lot in future if we have multiple versions of YUI installed; reverted js_function_call() and added new js_init_call() instead which should be hopefully easier to use and in theory could replace all other $PAGE->requires->js_*; finished implemenetation of js_module()
Petr Skoda [Sat, 23 Jan 2010 10:06:12 +0000 (10:06 +0000)]
MDL-21430 fixed forgotten filepicker coversion
Moodle Robot [Sat, 23 Jan 2010 00:36:06 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100123
Petr Skoda [Fri, 22 Jan 2010 10:34:09 +0000 (10:34 +0000)]
MDL-21170 migrated code to new M.util.image_url() function that returns correct theme images
Petr Skoda [Fri, 22 Jan 2010 10:10:27 +0000 (10:10 +0000)]
MDL-21170 improved comments module, added new support for module parameter in js_function_call(), fixed bug in comments on frontpage - see tracker for more info
jerome mouneyrac [Fri, 22 Jan 2010 08:21:08 +0000 (08:21 +0000)]
webservice MDL-21127 add logging for REST server
Dongsheng Cai [Fri, 22 Jan 2010 08:06:25 +0000 (08:06 +0000)]
"MDL-21170, fixed form conflict"
Dongsheng Cai [Fri, 22 Jan 2010 07:40:41 +0000 (07:40 +0000)]
"MDL-21170, fixed deleting comments"
Dongsheng Cai [Fri, 22 Jan 2010 07:35:56 +0000 (07:35 +0000)]
"MDL-21170, comment system upgraded to yui3"
Sam Hemelryk [Fri, 22 Jan 2010 07:04:24 +0000 (07:04 +0000)]
navigation MDL-21418 Changed regex to replace all characters not just a-zA-Z0-9 thanks for picking this up David
jerome mouneyrac [Fri, 22 Jan 2010 03:59:41 +0000 (03:59 +0000)]
webservice MDL-21351 change Web services authentication title string
jerome mouneyrac [Fri, 22 Jan 2010 03:56:05 +0000 (03:56 +0000)]
webservice MDL-21351 change some auth help description texts
Dongsheng Cai [Fri, 22 Jan 2010 03:48:07 +0000 (03:48 +0000)]
"MDL-21170, change namespacing of filepicker, use anonymous function initialize yui3 module"
jerome mouneyrac [Fri, 22 Jan 2010 03:39:30 +0000 (03:39 +0000)]
webservice MDL-21351 add a help icon to required capability option (when create/edit a service)
Sam Hemelryk [Fri, 22 Jan 2010 03:06:01 +0000 (03:06 +0000)]
calendar MDL-21240 Converted calendar JS to YUI3 module
Dongsheng Cai [Fri, 22 Jan 2010 03:02:09 +0000 (03:02 +0000)]
"MDL-21170, rename filepicker to core_filepicker, upgrade filemanager to yui3 module"
jerome mouneyrac [Fri, 22 Jan 2010 02:04:12 +0000 (02:04 +0000)]
webservice MDL-21351 add an overview page to facilitate the web service administration
Rossiani Wijaya [Fri, 22 Jan 2010 02:02:10 +0000 (02:02 +0000)]
MDL-21300 - remove filename validation for invalid character.
Moodle Robot [Fri, 22 Jan 2010 00:36:59 +0000 (00:36 +0000)]
Updated the HEAD build version to
20100122
Eloy Lafuente [Thu, 21 Jan 2010 23:43:11 +0000 (23:43 +0000)]
MDL-21265 wiki - fix problem for students not able to see entries in other groups until own entry is created by teacher. Merged from 19_STABLE
Petr Skoda [Thu, 21 Jan 2010 22:43:53 +0000 (22:43 +0000)]
MDL-21400 removed unnecessary includes
Petr Skoda [Thu, 21 Jan 2010 22:36:44 +0000 (22:36 +0000)]
MDL-21422 migration to YUI3
Petr Skoda [Thu, 21 Jan 2010 22:29:28 +0000 (22:29 +0000)]
MDL-21422 migration to YUI3
Petr Skoda [Thu, 21 Jan 2010 22:21:40 +0000 (22:21 +0000)]
NOBUG fixed typo in comment
Petr Skoda [Thu, 21 Jan 2010 22:19:46 +0000 (22:19 +0000)]
MDL-21420 modole_cfg converted to M.cfg
Petr Skoda [Thu, 21 Jan 2010 22:04:31 +0000 (22:04 +0000)]
MDL-21170 migrated filepicker to new YUI3 loading, tested in editor only, the filemanager and picker elements still have some problems, sorry for that