35337 Commits

Author SHA1 Message Date
nicolasconnault
b8436ccbe3 MDL-16913 Enabled Weight and Extra credit inputs for grade items, but not for category items 2009-02-27 13:43:52 +00:00
sam_marshall
08ec7ec62e MDL-18401: Glossary page bar should highlight current page 2009-02-27 12:58:23 +00:00
tjhunt
4299df1daf quiz editing: Refactor the editing actions to make functions in editlib.php for most of them.
In the process, do MDL-17456, move/delete questions by question id rather than position, for greater robustness.
2009-02-27 08:45:05 +00:00
tjhunt
1fd211a770 quiz: Fix unit tests. 2009-02-27 08:43:28 +00:00
dongsheng
7d2ebf7090 "REPOSITORY/MDL-13766, repaint filepicker when hide/show it" 2009-02-27 06:38:06 +00:00
dongsheng
9d6aa28696 "REPOSITORY/MDL-13766, should not use abstract function in repository base class, inproperly use of parameters can break moodle page" 2009-02-27 06:25:56 +00:00
dongsheng
70920df74a "REPOSITORY/MDL-13766, 1. support help option 2. make breadcrumb clickable" 2009-02-27 04:29:21 +00:00
jerome
ab7844b748 web service MDL-12886 documentation 2009-02-27 01:05:51 +00:00
jerome
6fcd56724c web service MDL-12886 documentation: check if "Display debug messages" is set Off 2009-02-27 01:01:34 +00:00
jerome
eabd5ae101 web service MDL-12886 documentation: complete description of the return type 2009-02-27 00:48:26 +00:00
moodlerobot
b15804af32 Updated the HEAD build version to 20090227 2009-02-26 23:32:21 +00:00
piers
e23cc5d2e5 MDL-18148 - AICC compliance fixes. Fixing general new file API problems, and stripslashes_safe(). 2009-02-26 18:19:05 +00:00
piers
e341f9c187 MDL-18148 - AICC compliance fixes from Martin Holden. 2009-02-26 16:31:23 +00:00
tjhunt
324d65763c quiz editing: MDL-17284 Major coding style cleanup.
This is a mixture of stuff in the coding guildelines and personal preference.
2009-02-26 08:30:45 +00:00
jerome
839bd5a204 web service MDL-12886 documentation: better display, test if web services are enable, display return type 2009-02-26 08:18:28 +00:00
tjhunt
8bc590f5df qtypes help: MDL-5106 Create questiontype help file dynamically 2009-02-26 07:07:40 +00:00
tjhunt
944efb3e8b quiz editing: MDL-18376 Since there is no grading for description, we can show more question text. Thanks Olli. 2009-02-26 06:51:35 +00:00
tjhunt
b974f94757 quiz editing: MDL-18355 Try to improve the discoverability of Description again. 2009-02-26 06:33:18 +00:00
tjhunt
8ed358dbca qtype admin: MDL-16412 Enforce the allowed question types when a user tries to create a question. 2009-02-26 06:06:18 +00:00
tjhunt
7cf3af550c quiz editing: MDL-18355 further refinements to the UI. Thanks Olli. 2009-02-26 05:53:31 +00:00
jerome
87171bd8ee web service MDL-12886 add lang strings for web services 2009-02-26 04:22:26 +00:00
dongsheng
57416b8016 "LANG/MDL-17620, add language string, merged from 1.9" 2009-02-26 02:33:04 +00:00
jerome
2f4dc99d95 web service MDL-12886 comment the web service description array generation (too much complex, need refactoring) 2009-02-26 02:27:18 +00:00
jerome
3fba577b26 web service MDL-12886 comment the web service description array generation (too much complex, need refactoring) 2009-02-26 02:23:31 +00:00
moodlerobot
5815c4e606 Updated the HEAD build version to 20090226 2009-02-25 23:34:21 +00:00
moodlerobot
2367c4f3ea Automatic installer.php lang files by installer_builder (20090226) 2009-02-25 23:24:40 +00:00
piers
898b282355 MDL-18212 - switch to addslashes_js - thanks Tim. 2009-02-25 22:56:59 +00:00
nicolasconnault
203b7e2e7a MDL-18228 Added a grader report preference for using the new fixed student column, and made it always off if $USER->screenreader is set. 2009-02-25 11:09:07 +00:00
tjhunt
a781921fd0 question bank: MDL-16412 Allow admins to enable/disable of each question type 2009-02-25 09:31:49 +00:00
nicolasconnault
c65562d30f MDL-18161 Merged from MOODLE_19_STABLE 2009-02-25 09:18:24 +00:00
nicolasconnault
bb776ef478 MDL-17991 Fixed a bug with the user selector 2009-02-25 09:17:48 +00:00
nicolasconnault
1f3d80f8f2 MDL-10476 Removed duplicated average row 2009-02-25 08:59:50 +00:00
nicolasconnault
e4eb35a6da MDL-10476 Fixed ajax 2009-02-25 08:50:52 +00:00
tjhunt
c7ecf78e5f tablelib: MDL-18372 Let people specify a CSS class name to add to the <tr> element. 2009-02-25 08:07:19 +00:00
nicolasconnault
784295fe68 MDL-18228 Making sure excludedfloater floats left 2009-02-25 08:03:50 +00:00
nicolasconnault
5528217eda MDL-17991 Implementing user report improvements 2009-02-25 07:56:11 +00:00
tjhunt
8e84d9788c quiz editing: MDL-18173 tidy up wording and add cursor: help. 2009-02-25 07:27:02 +00:00
tjhunt
63265f262f question types: MDL-18350 oops missed a bit. 2009-02-25 07:16:57 +00:00
tjhunt
cd120b2344 quiz editing / question bank: MDL-18355 Convert the add question drop-down to be a button that pops up a YUI dialogue.
That allows us to have a few sentences explanation of each question type, and is also easier to fit into a tight layout.

This commit should also fix MDL-18214 Layout screwed in Safari with long category names.
2009-02-25 07:14:03 +00:00
nicolasconnault
b59da3a22a MDL-18321 Merged from MOODLE_19_STABLE 2009-02-25 07:03:58 +00:00
tjhunt
4995b9c19c question types: API cleanup.
MDL-18350 remove backwards compatibility support for question types having their lang strings in the quiz language module.
MDL-16407 settings.php support for question types. Remove the old get_config_options from question types. I don't think anyone was using it.
2009-02-25 07:01:57 +00:00
tjhunt
5d6f63bf71 quiz editing: tidy up quotes. 2009-02-25 06:53:10 +00:00
tjhunt
f3409e53a0 questionlib: fix typo. 2009-02-25 06:12:55 +00:00
dongsheng
730535cb0c "FORUM/MDL-14860, hide unsubscribe link if users are not allowed to unsubscribe from this forum, merged from 1.9" 2009-02-25 05:27:21 +00:00
jerome
7c9152bc7f web service MDL-12886 return value fix for REST server 2009-02-25 04:52:17 +00:00
dongsheng
c438f190a1 "REPOSITORY/MDL-18357, make search respect mimetype restrictions" 2009-02-25 03:46:49 +00:00
dongsheng
0e51661b24 "REPOSITORY/MDL-18356, append extenstions to file names smartly" 2009-02-25 02:06:06 +00:00
jerome
13036898c7 web service MDL-12886 fix empty optional description for REST server 2009-02-25 00:50:47 +00:00
moodlerobot
273cccdb4b Updated the HEAD build version to 20090225 2009-02-24 23:32:53 +00:00
moodlerobot
bed68a4b82 Automatic installer.php lang files by installer_builder (20090225) 2009-02-24 23:23:04 +00:00