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
Dan Marsden
449aa07bee
SCORM MDL-21584 detect SCORM 2004 4th edition correctly. thanks to Valerian for the report and patch.
2010-02-22 01:31:45 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Sam Hemelryk
9ae71e9cc0
mod-forum MDL-21590 Fixed spelling error pic_icon to pix_icon
2010-02-18 05:49:36 +00:00
Petr Skoda
8cea545e0b
MDL-20204 started refactoring of html_table + more cleanup
2010-02-17 19:33:24 +00:00
Petr Skoda
4ee753eb83
MDL-20204 converting html_span to html_writer
2010-02-17 17:17:45 +00:00
Petr Skoda
929d7a8362
MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits
2010-02-17 16:59:41 +00:00
Sam Hemelryk
2caec08a8f
mod-assignment MDL-20204 Regression, converted two broken icons to use pix_icon
2010-02-17 03:58:13 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
Petr Skoda
3ea5951efb
MDL-20204 converting some more html_links
2010-02-16 15:27:16 +00:00
Sam Hemelryk
5be949984d
mod-chat MDL-21534 Fixed very minor error
2010-02-16 07:04:19 +00:00
Petr Skoda
2daed78a86
MDL-21534 refactoring to match coding style of gui_header_js + fixing mouse events handlers + some subplugin notes
2010-02-15 19:24:08 +00:00
Petr Skoda
0475b6c74d
MDL-21534 refactorign one giant class that handles three different pages with the same methods + removing problematic YUI.add() + some subplugin notes
2010-02-15 19:23:17 +00:00