Commit graph

35710 commits

Author SHA1 Message Date
jerome
9c000a991f web service MDL-12886 if the groupid doesn't exist, groups_remove_member and groups_add_member return now exception (not a boolean as before) 2009-03-09 04:49:50 +00:00
tjhunt
15b60b640f lesson upgrade: My guess at how to fix the regressions from MDL-17101. 2009-03-09 03:11:29 +00:00
jerome
2061e59c45 web service MDL-12886 Add unit tests for Group web service functions. 2009-03-09 02:19:38 +00:00
poltawski
3b8b9b6a8b forum/subscribe to all forums broken - MDL-15317
Was calling has_capability on $cm rather than a context..
thanks to Garret Gengler for the fix.
2009-03-08 23:50:37 +00:00
moodlerobot
aac9251791 Updated the HEAD build version to 20090309 2009-03-08 23:38:39 +00:00
poltawski
6667f9e439 repository/googledocs New repository plugin MDL-16383
Google have now allowed documents to be downloaded via their API
(http://googledataapis.blogspot.com/2009/02/start-downloads.html) so
the google docs repo plugin could be finished.

At the moment i've set the export format hardcoded, hopefully we can allow the
repo api let the user choose later...
2009-03-08 15:53:11 +00:00
moodlerobot
d0d72b9d05 Updated the HEAD build version to 20090308 2009-03-07 23:36:35 +00:00
skodak
6346609584 MDL-18265 fixed regressions by hardfreeze security workaround - defaults were overriding locked values 2009-03-07 20:59:25 +00:00
agrabs
6133bd1633 MDL-18473 - many thanks to Manolescu Dorel, who contributed these two functions 2009-03-07 00:40:37 +00:00
moodlerobot
7bf94459e4 Updated the HEAD build version to 20090307 2009-03-06 23:32:07 +00:00
mark-nielsen
13b92708d2 lesson grading: MDL-17101 The lesson module was sending the incorrect raw grade values. Correcting the values by calculating the actual raw grade before sending to gradebook. Merged from MOODLE_19_STABLE and updated for trunk. 2009-03-06 19:03:46 +00:00
tjhunt
5e4d8cb404 question bank: MDL-18355 Add question button did not work when the question bank was hidden. 2009-03-06 06:46:13 +00:00
tjhunt
f5831eeac0 quiz editing: coding style cleanup. 2009-03-06 04:06:48 +00:00
moodlerobot
a35b397a9a Updated the HEAD build version to 20090306 2009-03-05 23:38:03 +00:00
moodlerobot
a56c7b3fc7 Automatic installer.php lang files by installer_builder (20090306) 2009-03-05 23:28:16 +00:00
rezaie9
874807f098 Improvements in:
- alignment of survey questions
- removing horizontal scrollbar from lessons
- online users block
- navigation menu direction
- displaying names in grading report
Changes applyed by Shamim Rezaie (http://rezaie.info)
2009-03-05 21:04:06 +00:00
tjhunt
26574bbad7 quiz/questions: Improve documentation of database tables. 2009-03-05 11:24:41 +00:00
tjhunt
790524a32e quiz overview report: Fix type of the grade columns to be NUMBER(12,7).
Also, improve comments.
2009-03-05 11:24:15 +00:00
tjhunt
2457254946 quiz reports: Fix up unit tests. 2009-03-05 08:50:01 +00:00
jerome
a73e1ab4c5 web service MDL-12886 Add unit tests for User web service functions.
Change most of User web service functions to support multiple operation in one call. Adapt SOAP and XMLRPC test client. (REST User test clients wont work anymore till REST server supports array parameter)
2009-03-05 06:59:58 +00:00
dongsheng
60c366e8a6 "REPOSITORY/MDL-13766, improve create function" 2009-03-05 05:40:56 +00:00
dongsheng
3ca80ab0f6 "FILEPICKER/MDL-13766, fix search action" 2009-03-05 05:22:35 +00:00
dongsheng
2b0b362677 "REPOSITORY/MDL-17815, remove instance config when deleting instances" 2009-03-05 04:59:48 +00:00
dongsheng
a75c78d318 "REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading" 2009-03-05 04:40:51 +00:00
tjhunt
c65921d422 Question categories. Move code to a more appropriate place. 2009-03-05 04:19:33 +00:00
tjhunt
6a2084067d Fix comment. 2009-03-05 03:35:13 +00:00
tjhunt
89f6a3544c XMLDB generated docs: XHTML strictify output, and strip trailing whitespace. 2009-03-05 03:09:33 +00:00
moodlerobot
5635290b44 Updated the HEAD build version to 20090305 2009-03-04 23:36:59 +00:00
stronk7
e0ec2d45b8 MDL-18440 email_to_user() - avoid some notices ; merged from 19_STABLE 2009-03-04 15:03:00 +00:00
nicolasconnault
126d92d3dd MDL-18228 Fixed the language issue and removed the grader report preference 2009-03-04 14:20:45 +00:00
skodak
0a94af2927 MDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE 2009-03-04 13:36:06 +00:00
sam_marshall
094480a585 MDL-15913: Smartpix fails if themes or images have upper-case names 2009-03-04 11:55:08 +00:00
tjhunt
53004e480f quiz lib: MDL-17579 should call delete_attempt from questionlib.php rather than trying to do the job itself. 2009-03-04 08:35:05 +00:00
dongsheng
5b4773c2b7 "CHAT/MDL-14651, move down DOCTYPE declaration" 2009-03-04 07:15:18 +00:00
jerome
fa0797ecf4 web service MDL-12886 better looking documentation, use a lower integer for the mock token 2009-03-04 03:18:14 +00:00
tjhunt
bb0e7937ec roles admin: Fix notice when creating a role with no legacy type. 2009-03-04 02:46:48 +00:00
danmarsden
283fc15670 MDL-15276 add check for RESTORE_SILENTLY 2009-03-04 02:44:05 +00:00
moodlerobot
9c9d06d82a Updated the HEAD build version to 20090304 2009-03-03 23:34:38 +00:00
moodlerobot
7f6365b038 Automatic installer.php lang files by installer_builder (20090304) 2009-03-03 23:24:52 +00:00
sam_marshall
10130df65b MDL-18430: Completion progress report CSV download should be whole report not one page 2009-03-03 17:28:05 +00:00
sam_marshall
7a7dbd77d1 MDL-18427: Completion system does not require_once gradelib when used 2009-03-03 17:04:49 +00:00
thepurpleblob
c05878500b MDL-18390:
Correctly report unhandled question types and get string from language pack.
2009-03-03 15:36:17 +00:00
tjhunt
af52eceef4 qtype admin: MDL-18425 also related to MDL-18355.
Allow question types  to be displayed in order that is better than random or alphabetical. Since we don't know all the qtypes there may be:
1. Store the order in the DB (config plugins).
2. Set up a good default order for the standard types. (Unknown types go at the end by default.)
3. Allow admins to edit the order on the qtype admin screen.
2009-03-03 07:47:32 +00:00
tjhunt
a5bc73aa74 Fix unit tests. 2009-03-03 07:44:30 +00:00
dongsheng
ad9c22aa12 "FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9" 2009-03-03 06:48:03 +00:00
tjhunt
7f92f0ad39 quiz editing: MDL-18355 further refinements to the UI. 2009-03-03 05:13:53 +00:00
tjhunt
47de80c701 Aiken question import: MDL-18423 Greater robustness when parsing. 2009-03-03 05:11:55 +00:00
danmarsden
9d043b8c6b MDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display notification and save error to log table 2009-03-03 01:18:16 +00:00
dongsheng
6e5e0c9363 "FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9" 2009-03-03 01:03:56 +00:00
danmarsden
5b99dc2e5f MDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically for silent backups 2009-03-03 00:53:23 +00:00