Commit graph

35864 commits

Author SHA1 Message Date
danmarsden
b555127fc5 MDL-18517 Stats - Course Overview Weighted report returning incorrect information 2009-03-13 02:52:53 +00:00
dongsheng
88b126a5e4 "REPOSITORY/MDL-13766, 1. don't remove file if repository_no_delete is set 2. remove a useless function" 2009-03-13 02:52:12 +00:00
moodlerobot
3b88eb75cb Updated the HEAD build version to 20090313 2009-03-12 23:33:29 +00:00
stronk7
e78d66436e MDL-18482 restore skipping non selected activities. Merged from 19_STABLE 2009-03-12 23:16:21 +00:00
Francois Marier
08b2b79b4e Fix drift between CVS and git 2009-03-12 22:21:57 +00:00
stronk7
382d4d9fbe MDL-18543 restore of role assignments / overrides - skip non-restored contexts. Merged from 19_STABLE 2009-03-12 22:21:57 +00:00
stronk7
36fa17855f MDL-18541 replace script - now also replaces within well known html blocks. Merged from 19_STABLE 2009-03-12 19:04:53 +00:00
exe-cutor
c49e414b79 Shibboleth authentication: Merging fix MDL-18538 and changes from MDL-18116 2009-03-12 15:11:39 +00:00
thepurpleblob
f24222e2a2 MDL-18535:
Adding checks for field name mismatches and "proper" error messages.

Merged from STABLE19
2009-03-12 14:45:13 +00:00
thepurpleblob
aa907a94fc MDL-18535:
Adding checks for field name mismatches and "proper" error messages.

Merged from STABLE_19
2009-03-12 14:40:32 +00:00
agrabs
ed93c78b8e MDL-18529 - the editing textbox of questions now has a with of 80 chars.
additionally I added the item information from feedback for 1.9
2009-03-12 11:04:21 +00:00
jamiesensei
93efb8404f Fixed "PHP Notice: Use of undefined constant classpath - assumed 'classpath'" 2009-03-12 09:03:47 +00:00
dongsheng
f8dff8206f "REPOSITORY/MDL-13766, sometimes element id is missing, fixed" 2009-03-12 08:44:23 +00:00
dongsheng
7a34d20d47 "REPOSITORY/MDL-13766, return unknown type icon for repository api" 2009-03-12 08:02:51 +00:00
tjhunt
c32f2e5c64 gift import: MDL-18390 better way to get the question type name. 2009-03-12 06:00:55 +00:00
moodlerobot
f23b9a947f Updated the HEAD build version to 20090312 2009-03-11 23:33:46 +00:00
Francois Marier
200164446a Fix drift with CVS 2009-03-11 13:16:54 +00:00
thepurpleblob
f040135da5 MDL-18390 - now correctly looks up name of questiontype from language pack
Merged from STABLE19
2009-03-11 13:16:54 +00:00
stronk7
1263a0ff1d MDL-18518 user firstaccess - added suport to display user->firstaccess. Credit goes to Anthony Borrow!
Merged from 19_STABLE
2009-03-11 11:22:55 +00:00
tjhunt
692e0c3395 MDL-18521 Countdown timer should be visible on the summary page 2009-03-11 07:10:57 +00:00
tjhunt
1d9673b648 quiz timer js: Fix typo (that was not causing problems) 2009-03-11 07:00:36 +00:00
tjhunt
26da840f6b quiz and qtypes: Regressions from MDL-7308 since '0.0000000' is not empty() in PHP. 2009-03-11 06:36:25 +00:00
tjhunt
f3a076ded4 MDL-18500 New formslib element type duration for periods of time. 2009-03-11 06:07:33 +00:00
dongsheng
4598307229 "REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label." 2009-03-11 06:03:33 +00:00
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