Martin Dougiamas
82af55d7e3
MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them.
2010-07-19 13:21:16 +00:00
Petr Skoda
09e6fedbf1
'user' is now full core subsystem
2010-07-19 10:10:51 +00:00
Petr Skoda
db42bc5aaa
deprecation notice, use standard PHP libs instead
2010-07-19 08:56:25 +00:00
Petr Skoda
9c67fd9107
fixed comment typo
2010-07-19 08:54:18 +00:00
Petr Skoda
0a8f8a65cd
MDL-19698 deprecated assign new by ref in simpletest lib
2010-07-19 08:53:16 +00:00
Petr Skoda
0ad09db03b
MDL-19698 deprecated assign new by ref in spikephpconverage
2010-07-19 08:47:57 +00:00
Petr Skoda
b62740391c
MDL-19698 deprecated assign new by ref in pear spreadsheet/excel
2010-07-19 08:40:00 +00:00
Petr Skoda
6d504dc07f
MDL-19698 deprecated assign new by ref in QuickForms
2010-07-19 08:38:28 +00:00
Petr Skoda
e4361ed601
MDL-19698 deprecated assign new by ref in our libs
2010-07-19 08:31:00 +00:00
Petr Skoda
bd69b9dbac
MDL-19698 deprecated assign new by ref in our forms code
2010-07-19 08:29:25 +00:00
Petr Skoda
73f272016a
MDL-19698 importing latest dev version of simplepie, this should fix most PHP5.3 deprecated issues
2010-07-19 08:22:58 +00:00
Andrew Davis
d5f25d957e
rss MDL-23383 moved the RSS cache to /dataroot/cache/rss
2010-07-19 06:46:23 +00:00
Aaron Barnes
8948253844
course completion: MDL-22797 Updating to use user_enrolments instead of the
...
old role_assignments table to find course participants
2010-07-19 03:27:52 +00:00
Dan Marsden
2481a0466d
Moodle Tinymce plugin - MDL-23356 convert tabs to spaces.
2010-07-19 02:57:57 +00:00
Dan Marsden
47d0b1d535
Moodle Tinymce plugin - fix syntax - thanks to Mauno for report/fix
2010-07-19 02:55:11 +00:00
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
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
3db2ddbd53
MDL-23361 fixed sloppy upgrade logic, sorry
2010-07-18 08:21:21 +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
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
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
d5bd0b0169
MDL-22787 MNet: implementation of enrol_mnet server-side service methods
2010-07-17 22:29:28 +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
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
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
Petr Skoda
985acc939b
MDL-23204 fixed conversion of new core text formats
2010-07-16 10:21:53 +00:00
Petr Skoda
f5d7298dc0
MDL-23204 fixed course section format upgrade
2010-07-16 09:37:01 +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
Petr Skoda
2eeade8174
unset old htmleditor just once
2010-07-16 07:13:52 +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
Petr Skoda
835d78ff9e
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
2010-07-15 17:13:45 +00:00
Petr Skoda
730eae9ca5
MDL-22056 simplified string name handling
2010-07-15 16:32:26 +00:00
Petr Skoda
44b64a5683
MDL-19281 fixing proper function name of course delete hook for course formats
2010-07-15 15:27:18 +00:00
Petr Skoda
38c8aed7c3
MDL-23312 teachers are not be forced to type xhtml strict code in tinymce any more
2010-07-15 14:24:52 +00:00
Petr Skoda
ca91bc95d6
just explaining the status of moodlemedia plugin
2010-07-15 13:56:23 +00:00
David Mudrak
4d553cb221
NOMDL Fixed documentation on admin external page
2010-07-15 13:41:50 +00:00
David Mudrak
2a27240585
NOMDL Do not try to rename the moodledata/lang if it does not exist
2010-07-15 12:45:55 +00:00
Dan Marsden
5138bae0d7
MDL-23280 fix typo in var name
2010-07-15 08:21:41 +00:00
Petr Skoda
cdefaa86f6
fixed incorrect exception name
2010-07-14 16:40:30 +00:00
jerome mouneyrac
f21b363042
course publication MDL-19315 fix for gallery JS call (Sam's fix)
2010-07-14 09:44:11 +00:00
Andrew Davis
e40eabb5d9
gradebook MDL-23181 committing grade item patch
2010-07-14 08:51:19 +00:00
Andrew Davis
c791bb4dfa
gradebook MDL-23267 fixed 2 broken unit tests in lib/grade/simpletest
2010-07-14 08:42:14 +00:00
Petr Skoda
f728d49b00
MDL-19380 uploadlib cleanup before readding of antivirus integration
2010-07-14 08:40:48 +00:00
jerome mouneyrac
476c0e82d3
webservice MDL-12886 exception more explicit when clean response value fail
2010-07-14 07:33:26 +00:00
Petr Skoda
2a6dcb72a2
MDL-23237 new timecreated field in user_emrolments and adding timestart to enrol plugins that know it
2010-07-13 20:58:17 +00:00
Petr Skoda
217d039722
MDL-23253 plugin now may indicate if the want "Enrol me" link in navigation
2010-07-13 17:04:17 +00:00
Petr Skoda
f87eab7e71
MDL-23167 basic "purge all caches" button
2010-07-13 15:09:44 +00:00
Petr Skoda
dbf9e4bae3
MDL-23234 finally standardised use of settings.php across all plugins - the only partial exceptions now are report and local plugins
2010-07-13 13:56:55 +00:00