dongsheng
a86b44b1ca
"REPOSITORY, GDOCS/MDL-16383, tell filepicker gdocs support documents only"
2009-03-11 05:43:54 +00:00
tjhunt
a292125f20
sort lang file.
2009-03-11 05:37:22 +00:00
dongsheng
6b49eb8b72
"DATA/MDL-18024, use rid instead page to comment a record, merged from 1.9"
2009-03-11 05:33:55 +00:00
jerome
dfdfe762b1
web service MDL-12886 documentation: manage no return value into the description array
2009-03-11 04:28:04 +00:00
dongsheng
f77569e1ad
"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"
2009-03-11 04:22:40 +00:00
dongsheng
7719860b60
"ADMINLIB/MDL-17966, display changes saved in admin page, merged from 1.9"
2009-03-11 02:42:28 +00:00
dongsheng
c19df282a6
"CHAT/MDL-14949, remove mod/chat:talk capability and check chat and readlog capabilities respectively, merged and modified from 1.9"
2009-03-11 02:34:20 +00:00
moodlerobot
5e4d7ba133
Updated the HEAD build version to 20090311
2009-03-10 23:32:59 +00:00
moodlerobot
2a31bb0aeb
Automatic installer.php lang files by installer_builder (20090311)
2009-03-10 23:23:10 +00:00
nicolasconnault
1575b030f8
MDL-14961 Merged from MOODLE_19_STABLE
2009-03-10 14:03:37 +00:00
tjhunt
84e628a027
quiz settings: MDL-18485 Improve quiz settings form
...
* Reorder form fields to group things more logically.
** and on the corresponding admin page too.
* Set some options to be 'Advanced' by default:
** Apply penalties.
** Each attempt builds on the last.
** Decimal places for question grades.
** The five 'Extra restrictions on attempts' settings. (password, etc.)
* Admins can still change this to suit their institiution at Administration > Plugins > Activity modules > Quiz.
* These new defaults are applied if the admin had not previously set any fields to be advanced.
* Disable some filds when they are not applicable:
** Grading method, if num attempts = 1
** Penaly scheme, if adaptive mode = no
** Each attempt builds of last, if num attempts = 1
** Review after quiz closed options, if no close date.
** Delay between 1st and 2nd attempts, if num attempts = 1
** Delay between later attempts, if num attempts < 3
* Convert quiz.timelimit to be in seconds, for consistency, and ready for the new duration field type (MDL 18500).
** Including ensuring that backup and restore is backwards compatible.
* MDL-5537 New setting, questiondecimalpoints, so, for example, you can show the quiz grade as an integer, but have fractional question grades.
** There is a 'Same as overall decimal points' option, which is the default.
* Improve some field labels.
* Make corresponding changes in the help files.
2009-03-10 08:39:51 +00:00
tjhunt
48f7eb9868
ajaxlib: fix unit tests.
2009-03-10 08:01:57 +00:00
tjhunt
9e0a6b950c
repostiory: remove blank unit tests file that otherwise registers as a fail.
2009-03-10 07:54:57 +00:00
tjhunt
cc3209769e
Unit tests: Override xmlstrictheaders for unit tests, it causes unnecessary grief here.
2009-03-10 07:54:15 +00:00
tjhunt
2e710be856
Unit tests: in recurseFolders, skip files/folders whose names begnis with '.'/
2009-03-10 07:53:42 +00:00
tjhunt
3744f3770c
ajaxlib: fix unit tests.
2009-03-10 07:48:29 +00:00
dongsheng
1b25f19692
"FILE_MANAGER, REPOSITORY/MDL-16597, remove padding in file listing"
2009-03-10 07:31:14 +00:00
tjhunt
32fa227255
duration formslib element: MDL-18500 crude initial version so I can commit some dependant quiz changes
...
This will be a formslib element for entering a time duration, like a quiz time limit. A better version to follow.
2009-03-10 06:46:34 +00:00
tjhunt
25fe66b094
date form fields: MDL-18502 Change the optional 'disabled' checkbox to an 'enabled' on
...
Better for usability to avoid a double-negative.
2009-03-10 06:44:05 +00:00
tjhunt
de9c561ba9
admin setting: MDL-18485 Improve the display of defaults for admin_setting_text_with_advanced
2009-03-10 06:43:07 +00:00
tjhunt
eba40bfe7a
tablelib: Fix typo.
2009-03-10 05:00:16 +00:00
dongsheng
5616580617
"MESSAGING, INSTALLATION/MDL-17457, change installation hook to meet moodle 2.0"
2009-03-10 02:09:06 +00:00
dongsheng
8763ab760b
"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"
2009-03-10 02:01:24 +00:00
danmarsden
f13ffcd556
MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report.
2009-03-10 01:17:42 +00:00
stronk7
16fcfc720a
MDL-18468 Adding admin experimental option to enable split on restore. Thanks for string cleanup, Helen.
...
Merged from 19_STABLE (more or less)
2009-03-09 23:43:39 +00:00
stronk7
b8f0d7d185
MDL-18468 restore preprocessing (split) - Added $CFG->experimentalsplitrestore option
...
to enable split of moodle.xml files into upto 19 smaller files for quicker restore.
Merged from 19_STABLE
2009-03-09 23:36:00 +00:00
moodlerobot
3295db5ca9
Updated the HEAD build version to 20090310
2009-03-09 23:33:38 +00:00
mjollnir_
6fe538efdb
MDL-18462 theme: consistency in css for incorrect questions (merged from MOODLE_19_STABLE)
...
CVS: ----------------------------------------------------------------------
CVS: Enter Log. Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: Tag: MOODLE_19_STABLE
CVS: theme/standard/styles_color.css
CVS: ----------------------------------------------------------------------
2009-03-09 09:25:09 +00:00
jerome
499dc41e9f
web service MDL-12886 remove single operation group functions (=> our REST clients/server won't work till our REST implementation supports array)
2009-03-09 05:27:37 +00:00
jerome
6d1c1a6bd9
web service MDL-12886 update web service exception messages
2009-03-09 05:20:16 +00:00
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