Dan Marsden
48d628c032
Assignment Events MDL-21861 - remove bad call to depreceated function
2010-03-25 00:23:22 +00:00
David Mudrak
a08bc515fc
Fixed location of icon.gif
2010-03-24 10:56:22 +00:00
Petr Skoda
ff3ad2d9f8
adding more upgrade info
2010-03-24 10:07:44 +00:00
Petr Skoda
0f40b5b117
adding more upgrade info
2010-03-24 09:25:21 +00:00
Petr Skoda
b753419065
adding more upgrade info
2010-03-24 09:24:19 +00:00
Petr Skoda
44f2977ccb
adding more upgrade info
2010-03-24 09:20:20 +00:00
Petr Skoda
8026a94392
adding more upgrade info
2010-03-24 09:10:14 +00:00
Sam Hemelryk
1fe3281dce
mod-chat MDL-19804 Converted a couple of require calls to require_once calls
2010-03-23 08:44:04 +00:00
Penny Leach
599777551b
portfolio MDL-21034 fixed syntax error caused by too long lines and patching
2010-03-23 06:26:42 +00:00
Eloy Lafuente
cea304d432
NOBUG: comment is a reserved word for oracle. I reserve my comments about it ;-)
2010-03-22 17:49:42 +00:00
Penny Leach
b2488578dc
portfolio MDL-21034 add extra leap2a metadata to forum export
2010-03-22 14:34:15 +00:00
Sam Hemelryk
0b29477be9
navigation MDL-21565 Update this xxx is now automatically added to the nav for all modules by default and is renamed to settings as that is what was being used in the tabs system presently anyway.
...
The following minor changes were also made:
* Added roles links to the navigation automatically
* Handling of block context for settings navigation
* Tidied up init code for settings navigation
2010-03-22 03:04:00 +00:00
Andrew Davis
67e4713ca7
rating MDL-21657 changes based on Petr's feedback
2010-03-22 02:59:06 +00:00
Penny Leach
2b76d67441
portfolio/forunm MDL-21034 add on the discussion title
...
when exporting a full forum thread as leap2a to the selection entry
2010-03-21 17:20:16 +00:00
Penny Leach
f9e1b640c5
portfolio/assignment MDL-21035 add a leap2a selection entry when exporting multiple files
2010-03-21 17:20:06 +00:00
David Mudrak
16be897441
MDL-21652 html_table rendering refactored
...
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Petr Skoda
17e5633cab
MDL-21876 fixed incorrect uses of bound parameters - patch by Ashley Holman, thanks!
2010-03-20 11:49:48 +00:00
Andrew Davis
9288633dd7
rating MDL-21657 shifted the rating migration code out of the main upgrade script and into the modules
2010-03-19 08:26:38 +00:00
Dan Marsden
1c5517a5a6
Assignment Events MDL-21861 - trigger events when files are uploaded in assignment to allow further handling - particularly for plagiarism prevention
2010-03-19 06:20:12 +00:00
Petr Skoda
8db38eab80
MDL-21818 fixed globals problems
2010-03-18 20:59:58 +00:00
David Mudrak
0235e2477d
MDL-20204 fixed calling of a dropped html_component method on block_contents
2010-03-18 16:49:03 +00:00
Andrew Davis
8b69c341c0
rating MDL-21657 more changes based on Petr's feedback
2010-03-18 03:47:12 +00:00
Andrew Davis
5db9b119bd
rating MDL-21657 moved upgrade of data table to mod/data/ upgrade script and updated install.xml
2010-03-17 05:50:08 +00:00
Penny Leach
549c1ae680
portfolio MDL-21508 fixed broken forum attachment export
...
- fixed a lot of logic in the format conflict stuff
- fixed a very specific bug in forum export when exporting a single
attachment.
2010-03-16 19:07:53 +00:00
Andrew Davis
6c5fcef746
rating MDL-21657 changing from ratings (plural) to rating (singular)
2010-03-16 09:37:31 +00:00
Andrew Davis
1d50dd13f6
gradebook MDL-19133 Make grading settings part of mod_edit form. first of several commits.
2010-03-16 06:33:16 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Dongsheng Cai
36051c9e91
"MDL-21786, moving comments library files to consistency"
2010-03-15 07:59:28 +00:00
Dongsheng Cai
ff3cf1c937
"MDL-15405, simplified filemanager initilising in database module"
2010-03-15 06:31:41 +00:00
Dan Marsden
58b57e2844
AICC MDL-21305 mastery score should be set even when lessonstatus <> "completed" - thanks to Matteo Scaramuccia for report and fix.
2010-03-12 07:24:26 +00:00
Dan Marsden
1bd51a6c7c
SCORM MDL-19899 field not long enough to store data - according to ADL spec this field needs to store up to 2000 characters
2010-03-12 07:06:55 +00:00
Andreas Grabs
8001d6e794
MDL-19846 - Admin ability to submit answers
2010-03-08 22:02:36 +00:00
Tim Hunt
990650f94c
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.
2010-03-08 16:01:38 +00:00
Tim Hunt
cdede6fbfe
quiz: MDL-21404 Fix Petr's screw-up when converting to js_writer.
2010-03-08 15:32:45 +00:00
Dongsheng Cai
e30d75ccdd
"MDL-15405, perform filemanager init tasks in one function"
2010-03-08 03:28:22 +00:00
Dongsheng Cai
a14a933c2b
"MDL-16596, fixed nonjs filemanager"
2010-03-07 16:40:25 +00:00
Petr Skoda
b67bb42201
MDL-21769 fixed input validation
2010-03-07 15:30:02 +00:00
Petr Skoda
cc27235e44
MDL-21769 fixed input validation
2010-03-07 15:24:37 +00:00
Dongsheng Cai
26032c2d20
"MDL-15405, data module to use filemanager"
2010-03-05 05:37:09 +00:00
Sam Hemelryk
57173b8dfb
mod-lesson MDL-21006 Fixed missing variable after navigation changes
2010-03-04 05:27:14 +00:00
Sam Hemelryk
130d2f533b
mod-lesson MDL-21006 Fixed misnamed variable
2010-03-04 05:25:00 +00:00
Andreas Grabs
51129b9922
MDL-21740 - excel-export should use the moodle-excel library
2010-02-28 22:19:30 +00:00
Andreas Grabs
7e55c2ef9c
MDL-21739 - Error: Invalid course module ID on edit_item.php
2010-02-28 21:44:47 +00:00
Andreas Grabs
d5e51c5a1c
MDL-21739 - Error: Invalid course module ID on edit_item.php
2010-02-28 18:56:20 +00:00
Andreas Grabs
7356751a6f
MDL-21739 - Error: Invalid course module ID on edit_item.php
2010-02-28 18:56:20 +00:00
Penny Leach
c2d2f7a987
portfolio/forum MDL-21156 fixed a small error in attached files when exporting a full thread
2010-02-26 15:28:43 +00:00
Petr Skoda
45c6bf6c89
MDL-21723 fixed rression, thanks Ben Dailey
2010-02-25 07:48:57 +00:00
Sam Marshall
c15a60e6be
MDL-21687 Completion 'on view' not working on resource types after resource was rewritten
2010-02-23 13:10:45 +00:00
Sam Hemelryk
13fceaa4de
mod-page MDL-21590 Fixed recent regression in page whereby a var was being used before being created
2010-02-23 08:08:28 +00:00
Tim Hunt
43012b8f86
Quiz statistics report - MDL-20550 - SQL error when trying to insert NaN in the DB on Postgres.
...
Thanks to Derek Woolhead for the fix.
2010-02-22 17:04:30 +00:00