Eloy Lafuente [Sun, 18 Jul 2010 01:35:18 +0000 (01:35 +0000)]
MDL-21432 backup - file handling and other changes. Saving before changes tomorrow due to MySQL temp tables limits
Moodle Robot [Sun, 18 Jul 2010 00:45:12 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100718
David Mudrak [Sun, 18 Jul 2010 00:35:43 +0000 (00:35 +0000)]
MDL-22787 Fixed remote unenrol - blame copy & paste
David Mudrak [Sat, 17 Jul 2010 23:39:02 +0000 (23:39 +0000)]
MDL-22787 Fixed enrol_mnet upgrade procedure
For any courses where at least one remote student was enrolled via 1.x
enrol_mnet plugin, the record in the table enrol was created
automatically by core during the upgrade to the new enrolment framework.
We just need to set the custom field to explicitly indicate that the
course is open for all remote hosts.
Moodle HQ git importer [Sat, 17 Jul 2010 22:40:19 +0000 (22:40 +0000)]
Fixing drift between CVS and git
David Mudrak [Sat, 17 Jul 2010 22:40:19 +0000 (22:40 +0000)]
MDL-22787 MNet remote enrolment services upgraded
In my testing environment, I am able to enrol and unenrol both 2.0 <-> 2.0 and
1.9 <-> 2.0 peers. The changes are pretty significant, though, including DB schema
change.
David Mudrak [Sat, 17 Jul 2010 22:36:21 +0000 (22:36 +0000)]
MDL-22787 Bumping versions of MNet enrol related plugins to force xml-rpc methods re-registration
David Mudrak [Sat, 17 Jul 2010 22:35:58 +0000 (22:35 +0000)]
MDL-22787 MNet Fix: enrol/mnet/enrol.php/available_courses is not indexed by courseid
David Mudrak [Sat, 17 Jul 2010 22:35:38 +0000 (22:35 +0000)]
MDL-22787 MNet: Finished server side of remote enrolment service
David Mudrak [Sat, 17 Jul 2010 22:35:18 +0000 (22:35 +0000)]
MDL-22787 MNet: Finished client side of remote enrolment service
David Mudrak [Sat, 17 Jul 2010 22:34:56 +0000 (22:34 +0000)]
NOMDL MNet fixed peer review form data processing
David Mudrak [Sat, 17 Jul 2010 22:34:35 +0000 (22:34 +0000)]
MDL-22787 MNet: Fixed remaining usage of dropped mnet_enrol_assignments table
David Mudrak [Sat, 17 Jul 2010 22:34:12 +0000 (22:34 +0000)]
MDL-22787 MNet: Fixing regressions in auth_mnet caused by changes in enrol_mnet
This smells - IMHO auth_enrol should not do anything with the enrolment
related information. These two plugins seem to be tied too much...
David Mudrak [Sat, 17 Jul 2010 22:33:31 +0000 (22:33 +0000)]
MDL-22787 MNet enrolment: Removing legacy client side scripts and their strings
David Mudrak [Sat, 17 Jul 2010 22:32:55 +0000 (22:32 +0000)]
MDL-22787 MNet: displays our users enrolled by other plugin, too, XML-RPC fetching improved
AMOS BEGIN
MOV [otherenrolledusers,core_mnet],[otherenrolledusers,mnetservice_enrol]
AMOS END
David Mudrak [Sat, 17 Jul 2010 22:32:35 +0000 (22:32 +0000)]
MDL-22787 MNet: WIP prototype of the remote enrolment page based on user selectors
David Mudrak [Sat, 17 Jul 2010 22:32:15 +0000 (22:32 +0000)]
MDL-22787 MNet improved page url handling in Remote enrolments client
David Mudrak [Sat, 17 Jul 2010 22:31:57 +0000 (22:31 +0000)]
MDL-22787 MNet XML-RPC enrol/mnet/enrol.php/available_courses prefers host-specific instance
David Mudrak [Sat, 17 Jul 2010 22:31:32 +0000 (22:31 +0000)]
MDL-22787 MNet: fetch the information about remote enrolments of our users (work in progress)
David Mudrak [Sat, 17 Jul 2010 22:30:44 +0000 (22:30 +0000)]
MDL-22787 Various fixes of MNet remote enrolment service client
David Mudrak [Sat, 17 Jul 2010 22:30:20 +0000 (22:30 +0000)]
MDL-22787 Fixed XML-RPC enrol/mnet/enrol.php/available_courses returned by 2.0 MNet server
Returns defaultrolename, fixed URLs in course summary and the returned
array must be indexed sequentially.
David Mudrak [Sat, 17 Jul 2010 22:29:28 +0000 (22:29 +0000)]
MDL-22787 MNet: implementation of enrol_mnet server-side service methods
David Mudrak [Sat, 17 Jul 2010 22:29:03 +0000 (22:29 +0000)]
MDL-22787 Fixing the drift between my CVS and git, to be increased again in a while...
David Mudrak [Sat, 17 Jul 2010 22:18:55 +0000 (22:18 +0000)]
MDL-22787 The screen with available courses on a remote host in Remote enrolment client
This commit introduces two new tables that replace legacy mnet_enrol_*
ones. These two tables are used for caching of XML-RPC responses.
David Mudrak [Sat, 17 Jul 2010 22:18:32 +0000 (22:18 +0000)]
MDL-22787 Drop legacy MNet enrolment tables defined in main install.xml
The tables were used for caching of XML-RPC results only, no upgrade is
needed. The functionality of these tables is now handled by new tables
defined by mnetservice_enrol plugin.
David Mudrak [Sat, 17 Jul 2010 22:18:20 +0000 (22:18 +0000)]
NOMDL MNet improved debugging - do not not call get_string() for non-localized error messages
David Mudrak [Sat, 17 Jul 2010 22:18:07 +0000 (22:18 +0000)]
MDL-22787 MDL-21993 New mnetservice plugin type
This commit introduces new plugin type called mnetservice. Once the MNet
framework is redesigned, this plugin will define the service itself, the
strings for it and the the client tools for administrator. The server
side is implemented mainly in enrol_mnet plugin which publishes xml-rpc
methods.
AMOS BEGIN
MOV [remoteenrolhosts_desc,core_mnet],[clientname_help,mnetservice_enrol]
AMOS END
David Mudrak [Sat, 17 Jul 2010 22:17:10 +0000 (22:17 +0000)]
MDL-22787 Instances of enrol_mnet can be added to the course
David Mudrak [Sat, 17 Jul 2010 22:16:48 +0000 (22:16 +0000)]
MDL-22787 Initial structures for the new MNet enrolment plugin
Eloy Lafuente [Sat, 17 Jul 2010 11:36:34 +0000 (11:36 +0000)]
NOBUG xmldb editor - make php code generated to follow the 2-slash coding style
Eloy Lafuente [Sat, 17 Jul 2010 11:23:52 +0000 (11:23 +0000)]
MDL-21432 backup - make itemname bigger so it can store file component/area named
Dan Marsden [Sat, 17 Jul 2010 06:45:57 +0000 (06:45 +0000)]
SCORM MDL-21568 fix regression
Patrick Malley [Sat, 17 Jul 2010 05:24:09 +0000 (05:24 +0000)]
MDL-23351 - removed Moodle orange backgrounds from help and comments
Patrick Malley [Sat, 17 Jul 2010 05:18:50 +0000 (05:18 +0000)]
MDL-22875 - general improvements
Moodle Robot [Sat, 17 Jul 2010 00:45:34 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100717
Andreas Grabs [Fri, 16 Jul 2010 20:54:09 +0000 (20:54 +0000)]
MDL-23311 - Feedback code need upgrade by developer when adding scale
Eloy Lafuente [Fri, 16 Jul 2010 16:16:17 +0000 (16:16 +0000)]
MDL-23196 html block - prevent this update to happen. It cleans all the HTML blocks!
Dan Marsden [Fri, 16 Jul 2010 12:07:09 +0000 (12:07 +0000)]
LDAP Auth MDL-23331 fix global calls - thanks to Federico Botti for report/fix
Petr Skoda [Fri, 16 Jul 2010 10:21:53 +0000 (10:21 +0000)]
MDL-23204 fixed conversion of new core text formats
Petr Skoda [Fri, 16 Jul 2010 10:15:25 +0000 (10:15 +0000)]
MDL-23204 grrr, fixed regression
Petr Skoda [Fri, 16 Jul 2010 09:37:01 +0000 (09:37 +0000)]
MDL-23204 fixed course section format upgrade
Petr Skoda [Fri, 16 Jul 2010 09:32:51 +0000 (09:32 +0000)]
MDL-23204 convert text to html in url intro
Petr Skoda [Fri, 16 Jul 2010 09:32:21 +0000 (09:32 +0000)]
MDL-23204 convert text to html in survey intro
Petr Skoda [Fri, 16 Jul 2010 09:31:23 +0000 (09:31 +0000)]
MDL-23204 convert text to html in scorm intro
Petr Skoda [Fri, 16 Jul 2010 09:30:19 +0000 (09:30 +0000)]
MDL-23204 convert text to html in resource intro
Petr Skoda [Fri, 16 Jul 2010 09:22:57 +0000 (09:22 +0000)]
MDL-23204 convert text to html in quiz intro
Petr Skoda [Fri, 16 Jul 2010 09:21:06 +0000 (09:21 +0000)]
MDL-23204 convert text to html in page intro
Petr Skoda [Fri, 16 Jul 2010 09:20:22 +0000 (09:20 +0000)]
MDL-23204 fixed label intro format upgrade
Petr Skoda [Fri, 16 Jul 2010 09:15:00 +0000 (09:15 +0000)]
MDL-23204 convert text to html in imscp intro
Petr Skoda [Fri, 16 Jul 2010 09:14:37 +0000 (09:14 +0000)]
MDL-23204 convert text to html in glossary intro
Petr Skoda [Fri, 16 Jul 2010 09:10:49 +0000 (09:10 +0000)]
MDL-23204 convert text to html in folder intro
Petr Skoda [Fri, 16 Jul 2010 09:06:28 +0000 (09:06 +0000)]
MDL-23204 convert text to html in data intro
Petr Skoda [Fri, 16 Jul 2010 09:02:59 +0000 (09:02 +0000)]
MDL-23204 convert text to html in chat intro
Dan Marsden [Fri, 16 Jul 2010 08:57:44 +0000 (08:57 +0000)]
Calendar preferences MDL-23332 fix db call
Sam Hemelryk [Fri, 16 Jul 2010 08:30:06 +0000 (08:30 +0000)]
enrol MDL-23117 Implements the other users UI for users with roles in a course but not enrolled.
At the same time this commit introduces a standardised dialogue YUI module to enrol and implements it across the board.
This commit also addresses MDL-23292 and MDL-23319.
Martin Dougiamas [Fri, 16 Jul 2010 07:47:23 +0000 (07:47 +0000)]
MDL-23187 Generic ratings and comments permissions now appear on course pages, AND are added to authenticated user role. You need these PLUS specific module permissions to actually be able to do any ratings/comments, so it makes sense to show them. Not happy about usability of needing two permissions to switch it on but it does give a lot of extra control.
Andrew Davis [Fri, 16 Jul 2010 07:42:10 +0000 (07:42 +0000)]
rating MDL-23187 added rating caps to those listed within activity cap check pages
Petr Skoda [Fri, 16 Jul 2010 07:13:52 +0000 (07:13 +0000)]
unset old htmleditor just once
aparup [Fri, 16 Jul 2010 07:10:49 +0000 (07:10 +0000)]
Administration MDL-23144
Course create/update/cancel now navigates back to where u came from (namely /course/index.php & /course/category.php).
(except when creating by default in Misc whereby you're sent to Misc where the course was created)
Petr Skoda [Fri, 16 Jul 2010 06:41:14 +0000 (06:41 +0000)]
MDL-23325 fixed wrong course id
Andrew Davis [Fri, 16 Jul 2010 06:30:30 +0000 (06:30 +0000)]
rating MDL-23328 made date restriction of ratings work correctly
Andrew Davis [Fri, 16 Jul 2010 02:46:26 +0000 (02:46 +0000)]
rss MDL-23315 fixed error when moving threads between forums
jerome mouneyrac [Fri, 16 Jul 2010 02:39:25 +0000 (02:39 +0000)]
webservice MDL-20808 added a link to the AMF test client
Dan Marsden [Fri, 16 Jul 2010 00:55:54 +0000 (00:55 +0000)]
Choice MDL-18602 - don't need these extra sql calls. - thanks to Brian Gray for pointing it out!
Moodle Robot [Fri, 16 Jul 2010 00:45:38 +0000 (00:45 +0000)]
Updated the HEAD build version to
20100716
Petr Skoda [Thu, 15 Jul 2010 20:16:47 +0000 (20:16 +0000)]
MDL-23318 adding missing label string, hopefully to be renamed later
Andrea Bicciolo [Thu, 15 Jul 2010 19:00:57 +0000 (19:00 +0000)]
Fix for 23228
Petr Skoda [Thu, 15 Jul 2010 18:35:50 +0000 (18:35 +0000)]
MDL-23222 marking spl as required php ext
Petr Skoda [Thu, 15 Jul 2010 18:24:20 +0000 (18:24 +0000)]
MDL-23227 fixed stupid coding errors, mod restriction settings work again
Petr Skoda [Thu, 15 Jul 2010 18:09:11 +0000 (18:09 +0000)]
MDL-23310 fixed undefined page layouts
Petr Skoda [Thu, 15 Jul 2010 17:13:45 +0000 (17:13 +0000)]
MDL-22056 simplified component name handling + converting reports to proper pluginname
AMOS BEGIN
MOV [capability,report_capability],[pluginname,report_capability]
MOV [questioninstances,report_questioninstances],[pluginname,report_questioninstances]
MOV [reportsecurity,report_security],[pluginname,report_security]
MOV [spamcleaner,report_spamcleaner],[pluginname,report_spamcleaner]
AMOS END
Petr Skoda [Thu, 15 Jul 2010 16:32:26 +0000 (16:32 +0000)]
MDL-22056 simplified string name handling
Petr Skoda [Thu, 15 Jul 2010 15:45:20 +0000 (15:45 +0000)]
MDL-21249 + MDL-16089 finalizing the mod/page module
Petr Skoda [Thu, 15 Jul 2010 15:27:18 +0000 (15:27 +0000)]
MDL-19281 fixing proper function name of course delete hook for course formats
Petr Skoda [Thu, 15 Jul 2010 14:53:51 +0000 (14:53 +0000)]
adding hack note
Petr Skoda [Thu, 15 Jul 2010 14:45:19 +0000 (14:45 +0000)]
simplified upgrade code, the text format of resource intro was always 0==FORMAT_MOODLE
Petr Skoda [Thu, 15 Jul 2010 14:24:52 +0000 (14:24 +0000)]
MDL-23312 teachers are not be forced to type xhtml strict code in tinymce any more
Petr Skoda [Thu, 15 Jul 2010 13:56:23 +0000 (13:56 +0000)]
just explaining the status of moodlemedia plugin
David Mudrak [Thu, 15 Jul 2010 13:41:50 +0000 (13:41 +0000)]
NOMDL Fixed documentation on admin external page
David Mudrak [Thu, 15 Jul 2010 12:45:55 +0000 (12:45 +0000)]
NOMDL Do not try to rename the moodledata/lang if it does not exist
Jordi Piguillem [Thu, 15 Jul 2010 11:05:51 +0000 (11:05 +0000)]
Adding the global variable
Jordi Piguillem [Thu, 15 Jul 2010 11:04:21 +0000 (11:04 +0000)]
MDL-22449
Modifing map page to add some help
Jordi Piguillem [Thu, 15 Jul 2010 11:03:54 +0000 (11:03 +0000)]
MDL-22449
Adding some more help strings
Jordi Piguillem [Thu, 15 Jul 2010 10:53:27 +0000 (10:53 +0000)]
Restoring a line form a previous version
Jordi Piguillem [Thu, 15 Jul 2010 10:44:14 +0000 (10:44 +0000)]
MDL-22449
Removing link from diff string
Jordi Piguillem [Thu, 15 Jul 2010 10:43:15 +0000 (10:43 +0000)]
MDL-22449
Adding some help strings
Jordi Piguillem [Thu, 15 Jul 2010 10:16:01 +0000 (10:16 +0000)]
fixing bugs at comments page
aparup [Thu, 15 Jul 2010 08:30:02 +0000 (08:30 +0000)]
Assignment MDL-23192
- fixed query to reflect updated field name mdl_block_instances.contextid->mdl_block_instances.parentcontextid
- fixed records iteration.
Dongsheng Cai [Thu, 15 Jul 2010 08:25:30 +0000 (08:25 +0000)]
fixed undefined userid
Dan Marsden [Thu, 15 Jul 2010 08:21:41 +0000 (08:21 +0000)]
MDL-23280 fix typo in var name
Patrick Malley [Thu, 15 Jul 2010 06:56:14 +0000 (06:56 +0000)]
MDL-22840 - added hack for missing custom menu
Patrick Malley [Thu, 15 Jul 2010 06:48:13 +0000 (06:48 +0000)]
MDL-22840 - First commit of new theme
Patrick Malley [Thu, 15 Jul 2010 06:42:08 +0000 (06:42 +0000)]
MDL-22875 - general improvements in modules
jerome mouneyrac [Thu, 15 Jul 2010 05:58:24 +0000 (05:58 +0000)]
community block MDL-23288 highlight search result
Dongsheng Cai [Thu, 15 Jul 2010 05:42:48 +0000 (05:42 +0000)]
MDL-23196, fixed old block configdata
Rossiani Wijaya [Thu, 15 Jul 2010 04:11:17 +0000 (04:11 +0000)]
MDL-23233 - adding formslib.php
Sam Hemelryk [Thu, 15 Jul 2010 04:08:15 +0000 (04:08 +0000)]
calendar MDL-23084 Added missing YUI requirment to event manager module
Sam Hemelryk [Thu, 15 Jul 2010 03:45:10 +0000 (03:45 +0000)]
calendar MDL-23084 Fixed typo regession
Dongsheng Cai [Thu, 15 Jul 2010 03:08:35 +0000 (03:08 +0000)]
MDL-23196, fixed block config structure
Rossiani Wijaya [Thu, 15 Jul 2010 03:00:23 +0000 (03:00 +0000)]
MDL-22952 - Fixed bidirectional page problems (right to left).