42848 Commits

Author SHA1 Message Date
David Mudrak
3ce65bfd70 MDL-22787 MNet: fetch the information about remote enrolments of our users (work in progress) 2010-07-17 22:31:32 +00:00
David Mudrak
de5a205c5f MDL-22787 Various fixes of MNet remote enrolment service client 2010-07-17 22:30:44 +00:00
David Mudrak
c07e728146 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.
2010-07-17 22:30:20 +00:00
David Mudrak
d5bd0b0169 MDL-22787 MNet: implementation of enrol_mnet server-side service methods 2010-07-17 22:29:28 +00:00
David Mudrak
484b3e9f29 MDL-22787 Fixing the drift between my CVS and git, to be increased again in a while... 2010-07-17 22:29:03 +00:00
David Mudrak
481f0e154b 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.
2010-07-17 22:18:55 +00:00
David Mudrak
ac61800289 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.
2010-07-17 22:18:32 +00:00
David Mudrak
53d15f925b NOMDL MNet improved debugging - do not not call get_string() for non-localized error messages 2010-07-17 22:18:20 +00:00
David Mudrak
fe73e93545 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
2010-07-17 22:18:07 +00:00
David Mudrak
82195aaefe MDL-22787 Instances of enrol_mnet can be added to the course 2010-07-17 22:17:10 +00:00
David Mudrak
6f948538bb MDL-22787 Initial structures for the new MNet enrolment plugin 2010-07-17 22:16:48 +00:00
Eloy Lafuente
2a97328522 NOBUG xmldb editor - make php code generated to follow the 2-slash coding style 2010-07-17 11:36:34 +00:00
Eloy Lafuente
d1c1105248 MDL-21432 backup - make itemname bigger so it can store file component/area named 2010-07-17 11:23:52 +00:00
Dan Marsden
9d49a142b6 SCORM MDL-21568 fix regression 2010-07-17 06:45:57 +00:00
Patrick Malley
39e19487a8 MDL-23351 - removed Moodle orange backgrounds from help and comments 2010-07-17 05:24:09 +00:00
Patrick Malley
f491b0c84b MDL-22875 - general improvements 2010-07-17 05:18:50 +00:00
Moodle Robot
c02dc8cb16 Updated the HEAD build version to 20100717 2010-07-17 00:45:34 +00:00
Andreas Grabs
c27bb7ca15 MDL-23311 - Feedback code need upgrade by developer when adding scale 2010-07-16 20:54:09 +00:00
Eloy Lafuente
e2a4f9492f MDL-23196 html block - prevent this update to happen. It cleans all the HTML blocks! 2010-07-16 16:16:17 +00:00
Dan Marsden
1aa66713a5 LDAP Auth MDL-23331 fix global calls - thanks to Federico Botti for report/fix 2010-07-16 12:07:09 +00:00
Petr Skoda
985acc939b MDL-23204 fixed conversion of new core text formats 2010-07-16 10:21:53 +00:00
Petr Skoda
39ac3f6e28 MDL-23204 grrr, fixed regression 2010-07-16 10:15:25 +00:00
Petr Skoda
f5d7298dc0 MDL-23204 fixed course section format upgrade 2010-07-16 09:37:01 +00:00
Petr Skoda
b8091a0bfd MDL-23204 convert text to html in url intro 2010-07-16 09:32:51 +00:00
Petr Skoda
6897e0a44d MDL-23204 convert text to html in survey intro 2010-07-16 09:32:21 +00:00
Petr Skoda
d682eadf51 MDL-23204 convert text to html in scorm intro 2010-07-16 09:31:23 +00:00
Petr Skoda
65eda35f33 MDL-23204 convert text to html in resource intro 2010-07-16 09:30:19 +00:00
Petr Skoda
07cb6678ae MDL-23204 convert text to html in quiz intro 2010-07-16 09:22:57 +00:00
Petr Skoda
2af3ca5542 MDL-23204 convert text to html in page intro 2010-07-16 09:21:06 +00:00
Petr Skoda
d4dfc6e654 MDL-23204 fixed label intro format upgrade 2010-07-16 09:20:22 +00:00
Petr Skoda
b498d58506 MDL-23204 convert text to html in imscp intro 2010-07-16 09:15:00 +00:00
Petr Skoda
1b1bd4777d MDL-23204 convert text to html in glossary intro 2010-07-16 09:14:37 +00:00
Petr Skoda
d6ae4a4a30 MDL-23204 convert text to html in folder intro 2010-07-16 09:10:49 +00:00
Petr Skoda
d021c19450 MDL-23204 convert text to html in data intro 2010-07-16 09:06:28 +00:00
Petr Skoda
070c8310c2 MDL-23204 convert text to html in chat intro 2010-07-16 09:02:59 +00:00
Dan Marsden
5e58f699a1 Calendar preferences MDL-23332 fix db call 2010-07-16 08:57:44 +00:00
Sam Hemelryk
6db3eee02b 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.
2010-07-16 08:30:06 +00:00
Martin Dougiamas
ad0ae2610f 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. 2010-07-16 07:47:23 +00:00
Andrew Davis
0074247f95 rating MDL-23187 added rating caps to those listed within activity cap check pages 2010-07-16 07:42:10 +00:00
Petr Skoda
2eeade8174 unset old htmleditor just once 2010-07-16 07:13:52 +00:00
aparup
7feebf6f6d 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)
2010-07-16 07:10:49 +00:00
Petr Skoda
869483b61e MDL-23325 fixed wrong course id 2010-07-16 06:41:14 +00:00
Andrew Davis
55d95d90f9 rating MDL-23328 made date restriction of ratings work correctly 2010-07-16 06:30:30 +00:00
Andrew Davis
a74bea1257 rss MDL-23315 fixed error when moving threads between forums 2010-07-16 02:46:26 +00:00
jerome mouneyrac
47ee1c356c webservice MDL-20808 added a link to the AMF test client 2010-07-16 02:39:25 +00:00
Dan Marsden
b723a4f88c Choice MDL-18602 - don't need these extra sql calls. - thanks to Brian Gray for pointing it out! 2010-07-16 00:55:54 +00:00
Moodle Robot
84bbd5bc51 Updated the HEAD build version to 20100716 2010-07-16 00:45:38 +00:00
Petr Skoda
e21b850a05 MDL-23318 adding missing label string, hopefully to be renamed later 2010-07-15 20:16:47 +00:00
Andrea Bicciolo
1c065e3041 Fix for 23228 2010-07-15 19:00:57 +00:00
Petr Skoda
1f40915906 MDL-23222 marking spl as required php ext 2010-07-15 18:35:50 +00:00