Dongsheng Cai [Mon, 15 Mar 2010 06:41:02 +0000 (06:41 +0000)]
"MDL-21021, added a block to manager user private files"
Dongsheng Cai [Mon, 15 Mar 2010 06:31:41 +0000 (06:31 +0000)]
"MDL-15405, simplified filemanager initilising in database module"
Dongsheng Cai [Mon, 15 Mar 2010 06:29:47 +0000 (06:29 +0000)]
"MDL-15405, fixed non-js filepicker url, need more work on nonjs version"
Dongsheng Cai [Mon, 15 Mar 2010 06:12:39 +0000 (06:12 +0000)]
"MDL-13766, improve filemanager to browse user_private area files"
Dongsheng Cai [Mon, 15 Mar 2010 05:19:43 +0000 (05:19 +0000)]
"MDL-13766, fixed popup authentication"
Moodle Robot [Mon, 15 Mar 2010 00:41:55 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100315
Moodle Robot [Sun, 14 Mar 2010 00:42:44 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100314
Moodle Robot [Sat, 13 Mar 2010 00:41:45 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100313
Dan Marsden [Fri, 12 Mar 2010 07:24:26 +0000 (07:24 +0000)]
AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix.
Dan Marsden [Fri, 12 Mar 2010 07:06:55 +0000 (07:06 +0000)]
SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters
Moodle Robot [Fri, 12 Mar 2010 00:41:49 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100312
Moodle Robot [Fri, 12 Mar 2010 00:30:45 +0000 (00:30 +0000)]
installer.php lang files by installer_builder (
20100312)
Dongsheng Cai [Thu, 11 Mar 2010 07:45:06 +0000 (07:45 +0000)]
"MDL-21400, fixed image & media filepicker in editor"
Moodle Robot [Thu, 11 Mar 2010 00:41:35 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100311
Petr Skoda [Wed, 10 Mar 2010 08:47:15 +0000 (08:47 +0000)]
MDL-21789 fixed buggy handling of 0.00 in s()
Petr Skoda [Wed, 10 Mar 2010 08:42:44 +0000 (08:42 +0000)]
MDL-21790 fixed dml conversion regression - credit goes to Evan Irving-Pease for the patch and discovery, thanks
Dongsheng Cai [Wed, 10 Mar 2010 03:37:31 +0000 (03:37 +0000)]
"MDL-15488, fixed flickr plugin"
Dongsheng Cai [Wed, 10 Mar 2010 03:24:14 +0000 (03:24 +0000)]
"MDL-13766, improve repository admin page"
Moodle Robot [Wed, 10 Mar 2010 00:41:41 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100310
Helen Foster [Tue, 9 Mar 2010 21:42:38 +0000 (21:42 +0000)]
lang string MDL-21016 rewording as suggested by Ray Lawrence
Andreas Grabs [Tue, 9 Mar 2010 08:25:54 +0000 (08:25 +0000)]
MDL-19846 - Admin ability to submit answers
Dongsheng Cai [Tue, 9 Mar 2010 08:19:41 +0000 (08:19 +0000)]
"MDL-13766, fixed call-time pass-by-reference warning"
Dongsheng Cai [Tue, 9 Mar 2010 08:18:04 +0000 (08:18 +0000)]
"MDL-13766, improve repository settings"
Dongsheng Cai [Tue, 9 Mar 2010 06:25:20 +0000 (06:25 +0000)]
"MDL-13766, php5 passing by reference by default, so remove the & in function definition"
Dongsheng Cai [Tue, 9 Mar 2010 01:49:02 +0000 (01:49 +0000)]
"MDL-13766, fixed maxbytes parameter"
Moodle Robot [Tue, 9 Mar 2010 00:42:06 +0000 (00:42 +0000)]
Updated the HEAD build version to
20100309
Andreas Grabs [Mon, 8 Mar 2010 22:02:36 +0000 (22:02 +0000)]
MDL-19846 - Admin ability to submit answers
Helen Foster [Mon, 8 Mar 2010 19:18:58 +0000 (19:18 +0000)]
help file MDL-19538 obsolete file thanks to Andrea Bicciolo
Helen Foster [Mon, 8 Mar 2010 19:16:35 +0000 (19:16 +0000)]
help file MDL-19537 obsolete file thanks to Andrea Bicciolo
Helen Foster [Mon, 8 Mar 2010 19:14:02 +0000 (19:14 +0000)]
help file MDL-19539 obsolete file thanks to Andrea Bicciolo
Helen Foster [Mon, 8 Mar 2010 19:08:30 +0000 (19:08 +0000)]
help file MDL-19541 obsolete file thanks to Andrea Bicciolo
Dongsheng Cai [Mon, 8 Mar 2010 16:49:51 +0000 (16:49 +0000)]
"MDL-13766, fixed maxbytes limit"
Tim Hunt [Mon, 8 Mar 2010 16:01:38 +0000 (16:01 +0000)]
quiz: MDL-16478 Allow different open/close dates, etc. for individual students or groups.
This was implemented by Matt Petro of the University of Wisconsin - Madison Engineering
School and Math Department. Many thanks. Reviewed by and committed by Tim Hunt.
This adds a new Overrides tab to the UI, with sub-tabs Group overrides and User overrides.
Each of those lists all the overrides that currently exist, and lets you manage them and
create more.
When a quiz is being attempted, the override that applies to the current user is combined
with the current quiz settings loaded from the quiz table (normally called $quiz).
If there are both user and group overrides, then just the specific user override is used (more specific).
If the user is in several groups, then the overrides are combined to give the most permissive set of options.
There is one new database table quiz_overrides, to store the overrides.
Tim Hunt [Mon, 8 Mar 2010 15:32:45 +0000 (15:32 +0000)]
quiz: MDL-21404 Fix Petr's screw-up when converting to js_writer.
Tim Hunt [Mon, 8 Mar 2010 14:03:24 +0000 (14:03 +0000)]
formslib: MDL-21561 minor bug with disabled datetimeselectors.
Thanks for Matt Petro for finding this and suggesting the fix.
I introduced this error when adding the calendar pop-up.
Strangely, dateselector was not affected.
Dongsheng Cai [Mon, 8 Mar 2010 04:13:55 +0000 (04:13 +0000)]
"MDL-21240, added yui3 lib requirment"
Dongsheng Cai [Mon, 8 Mar 2010 04:11:32 +0000 (04:11 +0000)]
"MDL-21240, improve key bindings for filepicker"
Dongsheng Cai [Mon, 8 Mar 2010 03:37:20 +0000 (03:37 +0000)]
"MDL-15405, perform filemanager init tasks in one function"
Dongsheng Cai [Mon, 8 Mar 2010 03:28:22 +0000 (03:28 +0000)]
"MDL-15405, perform filemanager init tasks in one function"
Moodle Robot [Mon, 8 Mar 2010 00:41:28 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100308
Dongsheng Cai [Sun, 7 Mar 2010 16:40:25 +0000 (16:40 +0000)]
"MDL-16596, fixed nonjs filemanager"
Petr Skoda [Sun, 7 Mar 2010 15:30:02 +0000 (15:30 +0000)]
MDL-21769 fixed input validation
Petr Skoda [Sun, 7 Mar 2010 15:24:37 +0000 (15:24 +0000)]
MDL-21769 fixed input validation
Petr Skoda [Sun, 7 Mar 2010 15:16:38 +0000 (15:16 +0000)]
MDL-21769 fixed input validation
Petr Skoda [Sun, 7 Mar 2010 14:58:19 +0000 (14:58 +0000)]
MDL-21767 fixed input validation
Petr Skoda [Sun, 7 Mar 2010 09:28:54 +0000 (09:28 +0000)]
MDL-21710, MDL-21711 new permissions evaluation and overriding UI
Moodle Robot [Sun, 7 Mar 2010 00:41:25 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100307
Moodle Robot [Sat, 6 Mar 2010 00:41:35 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100306
Helen Foster [Fri, 5 Mar 2010 15:15:17 +0000 (15:15 +0000)]
help file MDL-21054 rewording thanks to Bente Olsen
Helen Foster [Fri, 5 Mar 2010 14:56:58 +0000 (14:56 +0000)]
help file MDL-21053 rewording thanks to Bente Olsen
Helen Foster [Fri, 5 Mar 2010 11:44:12 +0000 (11:44 +0000)]
lang string MDL-18565 spelling fix thanks to Ray Lawrence
Dongsheng Cai [Fri, 5 Mar 2010 05:37:09 +0000 (05:37 +0000)]
"MDL-15405, data module to use filemanager"
Dongsheng Cai [Fri, 5 Mar 2010 02:56:12 +0000 (02:56 +0000)]
"MDL-20470, upgrade to yui3"
Dongsheng Cai [Fri, 5 Mar 2010 02:33:28 +0000 (02:33 +0000)]
"MDL-21240, added missing yui2 lib"
Moodle Robot [Fri, 5 Mar 2010 00:41:58 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100305
Eloy Lafuente [Thu, 4 Mar 2010 22:01:38 +0000 (22:01 +0000)]
MDL-17510 calendar - added 2 missing labels plus space/comments cleaning. Credit goes to Daniel Neis ; merged from 19_STABLE
Eloy Lafuente [Thu, 4 Mar 2010 21:32:29 +0000 (21:32 +0000)]
MDL-21750 ims-cc restore - avoid requiring net conection on validation. Credit goes to Darko ; merged from 19_STABLE
Dongsheng Cai [Thu, 4 Mar 2010 09:28:17 +0000 (09:28 +0000)]
"MDL-13766, fixed Call-time pass-by-reference warning"
Sam Hemelryk [Thu, 4 Mar 2010 07:15:55 +0000 (07:15 +0000)]
theme-anomaly MDL-20175 Updated renderer after recent changes
Dongsheng Cai [Thu, 4 Mar 2010 06:47:21 +0000 (06:47 +0000)]
"MDL-21507, enable repository type by default"
Dongsheng Cai [Thu, 4 Mar 2010 06:44:16 +0000 (06:44 +0000)]
"MDL-13766, fixed theme coding error"
Sam Hemelryk [Thu, 4 Mar 2010 05:27:14 +0000 (05:27 +0000)]
mod-lesson MDL-21006 Fixed missing variable after navigation changes
Sam Hemelryk [Thu, 4 Mar 2010 05:25:00 +0000 (05:25 +0000)]
mod-lesson MDL-21006 Fixed misnamed variable
Andrew Davis [Thu, 4 Mar 2010 04:11:02 +0000 (04:11 +0000)]
gradebook MDL-21317 Make "change defaults" links more obvious on grades->course settings page
Sam Hemelryk [Thu, 4 Mar 2010 03:55:24 +0000 (03:55 +0000)]
gradebook MDL-19797 Improved navbar generation
Sam Hemelryk [Thu, 4 Mar 2010 03:51:55 +0000 (03:51 +0000)]
grade-tree MDL-20204 Fixed two regressions
Moodle Robot [Thu, 4 Mar 2010 00:41:21 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100304
Moodle Robot [Wed, 3 Mar 2010 00:41:33 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100303
Petr Skoda [Tue, 2 Mar 2010 11:51:36 +0000 (11:51 +0000)]
MDL-21742 fixed serious regressions - require_login(); could not be called after setting up themes (we need this in several places, this will be improved later) + it is too late to set up default local in require_login() because some scripts may not even call this - such as CLI
Dongsheng Cai [Tue, 2 Mar 2010 08:25:25 +0000 (08:25 +0000)]
"MDL-21240, fixed the conflict marks I introduced, sorry for that"
Dongsheng Cai [Tue, 2 Mar 2010 07:38:04 +0000 (07:38 +0000)]
"MDL-21683, baseurl incorrectly defined, prevents deletion of repository instances, credits to Mark Johnson"
Dongsheng Cai [Tue, 2 Mar 2010 02:28:11 +0000 (02:28 +0000)]
"MDL-21240, fixed variable namespace, credits to Nicolas Rod <Nicolas.Rod@unige.ch>"
Moodle Robot [Tue, 2 Mar 2010 00:41:03 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100302
Penny Leach [Mon, 1 Mar 2010 13:45:05 +0000 (13:45 +0000)]
portfolio/leap MDL-21030 fixed a namespace problem in the leap2a relationships
Moodle Robot [Mon, 1 Mar 2010 00:41:31 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100301
Andreas Grabs [Sun, 28 Feb 2010 22:19:30 +0000 (22:19 +0000)]
MDL-21740 - excel-export should use the moodle-excel library
Andreas Grabs [Sun, 28 Feb 2010 21:44:47 +0000 (21:44 +0000)]
MDL-21739 - Error: Invalid course module ID on edit_item.php
Andreas Grabs [Sun, 28 Feb 2010 18:56:20 +0000 (18:56 +0000)]
MDL-21739 - Error: Invalid course module ID on edit_item.php
Andreas Grabs [Sun, 28 Feb 2010 18:56:20 +0000 (18:56 +0000)]
MDL-21739 - Error: Invalid course module ID on edit_item.php
Petr Skoda [Sun, 28 Feb 2010 15:47:47 +0000 (15:47 +0000)]
MDL-14632 regression fix - readding user tabs that were removed without any replacement
Moodle Robot [Sun, 28 Feb 2010 00:40:45 +0000 (00:40 +0000)]
Updated the HEAD build version to
20100228
Moodle Robot [Sun, 28 Feb 2010 00:29:44 +0000 (00:29 +0000)]
installer.php lang files by installer_builder (
20100228)
Petr Skoda [Sat, 27 Feb 2010 23:05:17 +0000 (23:05 +0000)]
fixed regression - readding user edit tabs, those are really necessary :-D
Petr Skoda [Sat, 27 Feb 2010 22:45:29 +0000 (22:45 +0000)]
MDL-20204 finally deprecated admin_externalpage_print_header()
Petr Skoda [Sat, 27 Feb 2010 11:59:23 +0000 (11:59 +0000)]
fixed wrong include_once() - tabs.php is not a library file
Moodle Robot [Sat, 27 Feb 2010 00:41:21 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100227
Penny Leach [Fri, 26 Feb 2010 15:30:59 +0000 (15:30 +0000)]
portfolio MDL-21233 fixed a regression in the change to moodle_url
Penny Leach [Fri, 26 Feb 2010 15:28:43 +0000 (15:28 +0000)]
portfolio/forum MDL-21156 fixed a small error in attached files when exporting a full thread
Penny Leach [Fri, 26 Feb 2010 14:13:18 +0000 (14:13 +0000)]
portfolio/leap MDL-21030 fixed a namespace problem in the leap2a relationships
Moodle Robot [Fri, 26 Feb 2010 00:41:42 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100226
Eloy Lafuente [Thu, 25 Feb 2010 10:17:46 +0000 (10:17 +0000)]
MDL-14934 excel dates. Rely in excellib's format_date() to otput dates. It supports base/timezones properly. Merged from 19_STABLE
David Mudrak [Thu, 25 Feb 2010 10:13:37 +0000 (10:13 +0000)]
MDL-21719 Fixed the local strings file name
Petr Skoda [Thu, 25 Feb 2010 07:48:57 +0000 (07:48 +0000)]
MDL-21723 fixed rression, thanks Ben Dailey
Moodle Robot [Thu, 25 Feb 2010 00:41:17 +0000 (00:41 +0000)]
Updated the HEAD build version to
20100225
Helen Foster [Wed, 24 Feb 2010 10:53:59 +0000 (10:53 +0000)]
lang string MDL-21546 rewording thanks to Bente Olsen
Helen Foster [Wed, 24 Feb 2010 10:38:57 +0000 (10:38 +0000)]
help file MDL-21546 rewording thanks to Bente Olsen
jerome mouneyrac [Wed, 24 Feb 2010 09:04:17 +0000 (09:04 +0000)]
local plugin MDL-21720 Local plugin Readme.txt didn't explain that version.php requires that the variable to be named $plugin
Dan Poltawski [Wed, 24 Feb 2010 09:03:11 +0000 (09:03 +0000)]
moodlelib: sync_metacourse MDL-20626 wasn't respecting hidden role assignments
This causes hidden role assignments to become public on metacourses
Many thanks to Daniel Neis for the patch
forward ported from MOODLE_19_STABLE
Signed-off-by: Dan Poltawski <dan.poltawski@luns.net.uk>
Dan Poltawski [Wed, 24 Feb 2010 08:58:40 +0000 (08:58 +0000)]
blocks/admin MDL-21593 - Specify full url to 'child courses'
forward ported from MOODLE_19_STABLE
Dan Poltawski [Wed, 24 Feb 2010 08:54:55 +0000 (08:54 +0000)]
gradebook/overview MDL-21424 - link to correct grade card
The overview report was sending the user to their own user report
rather than the user they were looking at.
forward ported from MOODLE_19_STABLE