]>
git.mjollnir.org Git - moodle.git/log
dongsheng [Thu, 12 Mar 2009 08:44:23 +0000 (08:44 +0000)]
"REPOSITORY/MDL-13766, sometimes element id is missing, fixed"
dongsheng [Thu, 12 Mar 2009 08:02:51 +0000 (08:02 +0000)]
"REPOSITORY/MDL-13766, return unknown type icon for repository api"
tjhunt [Thu, 12 Mar 2009 06:00:55 +0000 (06:00 +0000)]
gift import: MDL-18390 better way to get the question type name.
moodlerobot [Wed, 11 Mar 2009 23:33:46 +0000 (23:33 +0000)]
Updated the HEAD build version to
20090312
Francois Marier [Wed, 11 Mar 2009 13:16:54 +0000 (13:16 +0000)]
Fix drift with CVS
thepurpleblob [Wed, 11 Mar 2009 13:16:54 +0000 (13:16 +0000)]
MDL-18390 - now correctly looks up name of questiontype from language pack
Merged from STABLE19
stronk7 [Wed, 11 Mar 2009 11:22:55 +0000 (11:22 +0000)]
MDL-18518 user firstaccess - added suport to display user->firstaccess. Credit goes to Anthony Borrow!
Merged from 19_STABLE
tjhunt [Wed, 11 Mar 2009 07:10:57 +0000 (07:10 +0000)]
MDL-18521 Countdown timer should be visible on the summary page
tjhunt [Wed, 11 Mar 2009 07:00:36 +0000 (07:00 +0000)]
quiz timer js: Fix typo (that was not causing problems)
tjhunt [Wed, 11 Mar 2009 06:36:25 +0000 (06:36 +0000)]
quiz and qtypes: Regressions from MDL-7308 since '0.
0000000 ' is not empty() in PHP.
tjhunt [Wed, 11 Mar 2009 06:07:33 +0000 (06:07 +0000)]
MDL-18500 New formslib element type duration for periods of time.
dongsheng [Wed, 11 Mar 2009 06:03:33 +0000 (06:03 +0000)]
"REPOSITORY, FILEPICKER/MDL-13766, plugin developers can define login button label."
dongsheng [Wed, 11 Mar 2009 05:43:54 +0000 (05:43 +0000)]
"REPOSITORY, GDOCS/MDL-16383, tell filepicker gdocs support documents only"
tjhunt [Wed, 11 Mar 2009 05:37:22 +0000 (05:37 +0000)]
sort lang file.
dongsheng [Wed, 11 Mar 2009 05:33:55 +0000 (05:33 +0000)]
"DATA/MDL-18024, use rid instead page to comment a record, merged from 1.9"
jerome [Wed, 11 Mar 2009 04:28:04 +0000 (04:28 +0000)]
web service MDL-12886 documentation: manage no return value into the description array
dongsheng [Wed, 11 Mar 2009 04:22:40 +0000 (04:22 +0000)]
"DATA/MDL-18136, fix pagination in data mod, merged from 1.9"
dongsheng [Wed, 11 Mar 2009 02:42:28 +0000 (02:42 +0000)]
"ADMINLIB/MDL-17966, display changes saved in admin page, merged from 1.9"
dongsheng [Wed, 11 Mar 2009 02:34:20 +0000 (02:34 +0000)]
"CHAT/MDL-14949, remove mod/chat:talk capability and check chat and readlog capabilities respectively, merged and modified from 1.9"
moodlerobot [Tue, 10 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090311
moodlerobot [Tue, 10 Mar 2009 23:23:10 +0000 (23:23 +0000)]
Automatic installer.php lang files by installer_builder (
20090311 )
nicolasconnault [Tue, 10 Mar 2009 14:03:37 +0000 (14:03 +0000)]
MDL-14961 Merged from MOODLE_19_STABLE
tjhunt [Tue, 10 Mar 2009 08:39:51 +0000 (08:39 +0000)]
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.
tjhunt [Tue, 10 Mar 2009 08:01:57 +0000 (08:01 +0000)]
ajaxlib: fix unit tests.
tjhunt [Tue, 10 Mar 2009 07:54:57 +0000 (07:54 +0000)]
repostiory: remove blank unit tests file that otherwise registers as a fail.
tjhunt [Tue, 10 Mar 2009 07:54:15 +0000 (07:54 +0000)]
Unit tests: Override xmlstrictheaders for unit tests, it causes unnecessary grief here.
tjhunt [Tue, 10 Mar 2009 07:53:42 +0000 (07:53 +0000)]
Unit tests: in recurseFolders, skip files/folders whose names begnis with '.'/
tjhunt [Tue, 10 Mar 2009 07:48:29 +0000 (07:48 +0000)]
ajaxlib: fix unit tests.
dongsheng [Tue, 10 Mar 2009 07:31:14 +0000 (07:31 +0000)]
"FILE_MANAGER, REPOSITORY/MDL-16597, remove padding in file listing"
tjhunt [Tue, 10 Mar 2009 06:46:34 +0000 (06:46 +0000)]
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.
tjhunt [Tue, 10 Mar 2009 06:44:05 +0000 (06:44 +0000)]
date form fields: MDL-18502 Change the optional 'disabled' checkbox to an 'enabled' on
Better for usability to avoid a double-negative.
tjhunt [Tue, 10 Mar 2009 06:43:07 +0000 (06:43 +0000)]
admin setting: MDL-18485 Improve the display of defaults for admin_setting_text_with_advanced
tjhunt [Tue, 10 Mar 2009 05:00:16 +0000 (05:00 +0000)]
tablelib: Fix typo.
dongsheng [Tue, 10 Mar 2009 02:09:06 +0000 (02:09 +0000)]
"MESSAGING, INSTALLATION/MDL-17457, change installation hook to meet moodle 2.0"
dongsheng [Tue, 10 Mar 2009 02:01:24 +0000 (02:01 +0000)]
"REPOSITORY, UPGRADE/MDL-18354, upgrade/install repository plugins using moodle hook"
danmarsden [Tue, 10 Mar 2009 01:17:42 +0000 (01:17 +0000)]
MDL-18460 - SCORM Report - remove duplicated header - thanks Vlas Voloshin for the report.
stronk7 [Mon, 9 Mar 2009 23:43:39 +0000 (23:43 +0000)]
MDL-18468 Adding admin experimental option to enable split on restore. Thanks for string cleanup, Helen.
Merged from 19_STABLE (more or less)
stronk7 [Mon, 9 Mar 2009 23:36:00 +0000 (23:36 +0000)]
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
moodlerobot [Mon, 9 Mar 2009 23:33:38 +0000 (23:33 +0000)]
Updated the HEAD build version to
20090310
mjollnir_ [Mon, 9 Mar 2009 09:25:09 +0000 (09:25 +0000)]
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: ----------------------------------------------------------------------
jerome [Mon, 9 Mar 2009 05:27:37 +0000 (05:27 +0000)]
web service MDL-12886 remove single operation group functions (=> our REST clients/server won't work till our REST implementation supports array)
jerome [Mon, 9 Mar 2009 05:20:16 +0000 (05:20 +0000)]
web service MDL-12886 update web service exception messages
jerome [Mon, 9 Mar 2009 04:49:50 +0000 (04:49 +0000)]
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)
tjhunt [Mon, 9 Mar 2009 03:11:29 +0000 (03:11 +0000)]
lesson upgrade: My guess at how to fix the regressions from MDL-17101.
jerome [Mon, 9 Mar 2009 02:19:38 +0000 (02:19 +0000)]
web service MDL-12886 Add unit tests for Group web service functions.
poltawski [Sun, 8 Mar 2009 23:50:37 +0000 (23:50 +0000)]
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.
moodlerobot [Sun, 8 Mar 2009 23:38:39 +0000 (23:38 +0000)]
Updated the HEAD build version to
20090309
poltawski [Sun, 8 Mar 2009 15:53:11 +0000 (15:53 +0000)]
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...
moodlerobot [Sat, 7 Mar 2009 23:36:35 +0000 (23:36 +0000)]
Updated the HEAD build version to
20090308
skodak [Sat, 7 Mar 2009 20:59:25 +0000 (20:59 +0000)]
MDL-18265 fixed regressions by hardfreeze security workaround - defaults were overriding locked values
agrabs [Sat, 7 Mar 2009 00:40:37 +0000 (00:40 +0000)]
MDL-18473 - many thanks to Manolescu Dorel, who contributed these two functions
moodlerobot [Fri, 6 Mar 2009 23:32:07 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090307
mark-nielsen [Fri, 6 Mar 2009 19:03:46 +0000 (19:03 +0000)]
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.
tjhunt [Fri, 6 Mar 2009 06:46:13 +0000 (06:46 +0000)]
question bank: MDL-18355 Add question button did not work when the question bank was hidden.
tjhunt [Fri, 6 Mar 2009 04:06:48 +0000 (04:06 +0000)]
quiz editing: coding style cleanup.
moodlerobot [Thu, 5 Mar 2009 23:38:03 +0000 (23:38 +0000)]
Updated the HEAD build version to
20090306
moodlerobot [Thu, 5 Mar 2009 23:28:16 +0000 (23:28 +0000)]
Automatic installer.php lang files by installer_builder (
20090306 )
rezaie9 [Thu, 5 Mar 2009 21:04:06 +0000 (21:04 +0000)]
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)
tjhunt [Thu, 5 Mar 2009 11:24:41 +0000 (11:24 +0000)]
quiz/questions: Improve documentation of database tables.
tjhunt [Thu, 5 Mar 2009 11:24:15 +0000 (11:24 +0000)]
quiz overview report: Fix type of the grade columns to be NUMBER(12,7).
Also, improve comments.
tjhunt [Thu, 5 Mar 2009 08:50:01 +0000 (08:50 +0000)]
quiz reports: Fix up unit tests.
jerome [Thu, 5 Mar 2009 06:59:58 +0000 (06:59 +0000)]
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)
dongsheng [Thu, 5 Mar 2009 05:40:56 +0000 (05:40 +0000)]
"REPOSITORY/MDL-13766, improve create function"
dongsheng [Thu, 5 Mar 2009 05:22:35 +0000 (05:22 +0000)]
"FILEPICKER/MDL-13766, fix search action"
dongsheng [Thu, 5 Mar 2009 04:59:48 +0000 (04:59 +0000)]
"REPOSITORY/MDL-17815, remove instance config when deleting instances"
dongsheng [Thu, 5 Mar 2009 04:40:51 +0000 (04:40 +0000)]
"REPOSITORY/MDL-18354, enabled local and upload repository plugins when upgrading"
tjhunt [Thu, 5 Mar 2009 04:19:33 +0000 (04:19 +0000)]
Question categories. Move code to a more appropriate place.
tjhunt [Thu, 5 Mar 2009 03:35:13 +0000 (03:35 +0000)]
Fix comment.
tjhunt [Thu, 5 Mar 2009 03:09:33 +0000 (03:09 +0000)]
XMLDB generated docs: XHTML strictify output, and strip trailing whitespace.
moodlerobot [Wed, 4 Mar 2009 23:36:59 +0000 (23:36 +0000)]
Updated the HEAD build version to
20090305
stronk7 [Wed, 4 Mar 2009 15:03:00 +0000 (15:03 +0000)]
MDL-18440 email_to_user() - avoid some notices ; merged from 19_STABLE
nicolasconnault [Wed, 4 Mar 2009 14:20:45 +0000 (14:20 +0000)]
MDL-18228 Fixed the language issue and removed the grader report preference
skodak [Wed, 4 Mar 2009 13:36:06 +0000 (13:36 +0000)]
MDL-16852 fixed left join trouble; merged from MOODLE_19_STABLE
sam_marshall [Wed, 4 Mar 2009 11:55:08 +0000 (11:55 +0000)]
MDL-15913: Smartpix fails if themes or images have upper-case names
tjhunt [Wed, 4 Mar 2009 08:35:05 +0000 (08:35 +0000)]
quiz lib: MDL-17579 should call delete_attempt from questionlib.php rather than trying to do the job itself.
dongsheng [Wed, 4 Mar 2009 07:15:18 +0000 (07:15 +0000)]
"CHAT/MDL-14651, move down DOCTYPE declaration"
jerome [Wed, 4 Mar 2009 03:18:14 +0000 (03:18 +0000)]
web service MDL-12886 better looking documentation, use a lower integer for the mock token
tjhunt [Wed, 4 Mar 2009 02:46:48 +0000 (02:46 +0000)]
roles admin: Fix notice when creating a role with no legacy type.
danmarsden [Wed, 4 Mar 2009 02:44:05 +0000 (02:44 +0000)]
MDL-15276 add check for RESTORE_SILENTLY
moodlerobot [Tue, 3 Mar 2009 23:34:38 +0000 (23:34 +0000)]
Updated the HEAD build version to
20090304
moodlerobot [Tue, 3 Mar 2009 23:24:52 +0000 (23:24 +0000)]
Automatic installer.php lang files by installer_builder (
20090304 )
sam_marshall [Tue, 3 Mar 2009 17:28:05 +0000 (17:28 +0000)]
MDL-18430: Completion progress report CSV download should be whole report not one page
sam_marshall [Tue, 3 Mar 2009 17:04:49 +0000 (17:04 +0000)]
MDL-18427: Completion system does not require_once gradelib when used
thepurpleblob [Tue, 3 Mar 2009 15:36:17 +0000 (15:36 +0000)]
MDL-18390:
Correctly report unhandled question types and get string from language pack.
tjhunt [Tue, 3 Mar 2009 07:47:32 +0000 (07:47 +0000)]
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.
tjhunt [Tue, 3 Mar 2009 07:44:30 +0000 (07:44 +0000)]
Fix unit tests.
dongsheng [Tue, 3 Mar 2009 06:48:03 +0000 (06:48 +0000)]
"FORUM/MDL-15968, respect mod/forum:viewqandawithoutposting in forum_search_posts, merged from 1.9"
tjhunt [Tue, 3 Mar 2009 05:13:53 +0000 (05:13 +0000)]
quiz editing: MDL-18355 further refinements to the UI.
tjhunt [Tue, 3 Mar 2009 05:11:55 +0000 (05:11 +0000)]
Aiken question import: MDL-18423 Greater robustness when parsing.
danmarsden [Tue, 3 Mar 2009 01:18:16 +0000 (01:18 +0000)]
MDL-14736 Backup/Restore don't halt backup if can't delete temp files - just display notification and save error to log table
dongsheng [Tue, 3 Mar 2009 01:03:56 +0000 (01:03 +0000)]
"FORUM/MDL-14860, declare subtext varible before use it, merged from 1.9"
danmarsden [Tue, 3 Mar 2009 00:53:23 +0000 (00:53 +0000)]
MDL-12037 Backup Log - improve reporting of errors during backup_execute - espeically for silent backups
danmarsden [Tue, 3 Mar 2009 00:06:08 +0000 (00:06 +0000)]
MDL-12037 Backup Log - add new field to backup_log table to allow other backup related functions to save log data
stronk7 [Mon, 2 Mar 2009 23:41:55 +0000 (23:41 +0000)]
MDL-17934 flv player in resources - allow full screen. Credit goes to Darren Jones. Merged from 19_STABLE
moodlerobot [Mon, 2 Mar 2009 23:32:59 +0000 (23:32 +0000)]
Updated the HEAD build version to
20090303
piers [Mon, 2 Mar 2009 23:16:47 +0000 (23:16 +0000)]
MDL-18412 - fixed incorrect config var name. thanks Anthony.
piers [Mon, 2 Mar 2009 23:07:44 +0000 (23:07 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.
mudrd8mz [Mon, 2 Mar 2009 21:51:25 +0000 (21:51 +0000)]
MDL-17492 Do not try to access the first key of an empty array in case of no tag exists yet. Merged from 1.9 stable
mudrd8mz [Mon, 2 Mar 2009 21:45:08 +0000 (21:45 +0000)]
MDL-17492 Reset flag did not work in PostgreSQL. Merged from 1.9
Postgres does not seem to support table alias in UPDATE statement.
Therefore the SQL like
UPDATE mdl_tag tg SET tg.flag = 0, tg.timemodified =
1236027984 WHERE tg.id IN (4)
ends with an ERROR: column "tg" of relation "mdl_tag" does not exist
The fix is quite easy - just do not use table alias as it makes no sense
here anyway.
piers [Mon, 2 Mar 2009 19:36:12 +0000 (19:36 +0000)]
MDL-18148 - AICC compliance fixes from Martin Holden.