Eloy Lafuente
8bc29d46b4
MDL-21840 backup - table for files handling on restore. Big thanks to MySQL for being so... limited?
2010-07-18 11:03:07 +00:00
Eloy Lafuente
c44d4aeeee
MDL-21432 backup - fix minor problem with anon backups and course format
2010-07-18 10:59:43 +00:00
David Mudrak
cd17f05ba1
MDL-22787 Fixed regression causing upgrade process halt without error
...
Sorry for this, I put that line there with good intention but did not
realize that the file must of course be included during the reflection
in upgrade.
2010-07-18 09:53:29 +00:00
Petr Skoda
8b32a7aa1f
MDL-23306 fixed broken area backup and potential recursion issues in standard mod areas
2010-07-18 09:05:13 +00:00
Petr Skoda
72c4be397c
MDL-23204 fixed import/export format issues
2010-07-18 08:52:21 +00:00
Petr Skoda
b548e69cef
fixed missing inlcude
2010-07-18 08:43:25 +00:00
Petr Skoda
ccfbbff0d9
fixed wrong redirect url syntax
2010-07-18 08:39:58 +00:00
Andrew Davis
4ce274696f
glossary MDL-23360 fixed some display problems with the glossary
2010-07-18 08:28:09 +00:00
Petr Skoda
3db2ddbd53
MDL-23361 fixed sloppy upgrade logic, sorry
2010-07-18 08:21:21 +00:00
Martin Dougiamas
8682d4a9fa
NOBUG: Changing the 'Edit' button to "Manage my files" on Private files for usability
2010-07-18 08:12:52 +00:00
Martin Dougiamas
34a988e25f
MDL-23183 Made the block config form a little more robust (check file AND class, not just file)
2010-07-18 08:05:00 +00:00
Martin Dougiamas
1703f3db53
NOBUG fixed a typo
2010-07-18 07:26:43 +00:00
Martin Dougiamas
ba6c97eeae
MDL-23167 Upgraded "Purge caches" to a full admin page with a confirm button, and added a link to it in the footer for developers.
2010-07-18 07:17:01 +00:00
Martin Dougiamas
40a2b9348b
MDL-22874 Fixing some 'standard' layouts mistakenly labelled as 'general'
2010-07-18 03:34:41 +00:00
Martin Dougiamas
5f04de2528
Added some basic styles from standard for the admin upgrade pages (plugin table)
2010-07-18 02:29:58 +00:00
Eloy Lafuente
76cfb124a1
MDL-21432 backup - fixes in backup final task and reorder restore root task
2010-07-18 01:37:59 +00:00
Eloy Lafuente
2df0f295b4
MDL-21432 backup - file handling and other changes. Saving before changes tomorrow due to MySQL temp tables limits
2010-07-18 01:35:18 +00:00
Moodle Robot
6f2503c53f
Updated the HEAD build version to 20100718
2010-07-18 00:45:12 +00:00
David Mudrak
de5b395861
MDL-22787 Fixed remote unenrol - blame copy & paste
2010-07-18 00:35:43 +00:00
David Mudrak
f70207bc15
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.
2010-07-17 23:39:02 +00:00
Moodle HQ git importer
c4d2299950
Fixing drift between CVS and git
2010-07-17 22:40:19 +00:00
David Mudrak
fd6ad9ebd0
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.
2010-07-17 22:40:19 +00:00
David Mudrak
053c49d1c9
MDL-22787 Bumping versions of MNet enrol related plugins to force xml-rpc methods re-registration
2010-07-17 22:36:21 +00:00
David Mudrak
af827747a3
MDL-22787 MNet Fix: enrol/mnet/enrol.php/available_courses is not indexed by courseid
2010-07-17 22:35:58 +00:00
David Mudrak
e3c6db931b
MDL-22787 MNet: Finished server side of remote enrolment service
2010-07-17 22:35:38 +00:00
David Mudrak
c24cf44291
MDL-22787 MNet: Finished client side of remote enrolment service
2010-07-17 22:35:18 +00:00
David Mudrak
8123245f7b
NOMDL MNet fixed peer review form data processing
2010-07-17 22:34:56 +00:00
David Mudrak
54f6978168
MDL-22787 MNet: Fixed remaining usage of dropped mnet_enrol_assignments table
2010-07-17 22:34:35 +00:00
David Mudrak
152a2273be
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...
2010-07-17 22:34:12 +00:00
David Mudrak
8ed6e35c7a
MDL-22787 MNet enrolment: Removing legacy client side scripts and their strings
2010-07-17 22:33:31 +00:00
David Mudrak
ef75ea6c1c
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
2010-07-17 22:32:55 +00:00
David Mudrak
26f194d264
MDL-22787 MNet: WIP prototype of the remote enrolment page based on user selectors
2010-07-17 22:32:35 +00:00
David Mudrak
a722e4912e
MDL-22787 MNet improved page url handling in Remote enrolments client
2010-07-17 22:32:15 +00:00
David Mudrak
e56476c1e4
MDL-22787 MNet XML-RPC enrol/mnet/enrol.php/available_courses prefers host-specific instance
2010-07-17 22:31:57 +00:00
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