]>
git.mjollnir.org Git - moodle.git/log
moodlerobot [Fri, 25 Apr 2008 01:18:37 +0000 (01:18 +0000)]
Automatic installer.php lang files by installer_builder (
20080425 )
stronk7 [Thu, 24 Apr 2008 21:49:07 +0000 (21:49 +0000)]
Fixed typo causing restore to existing courses not to work. MDL-14549 ; merged from 19_STABLE
stronk7 [Thu, 24 Apr 2008 17:11:40 +0000 (17:11 +0000)]
Prevent wrong data->notifications to be stored. Default to 0 if empty. MDL-14540 ; merged from 19_STABLE
stronk7 [Thu, 24 Apr 2008 16:45:58 +0000 (16:45 +0000)]
Fix tag links in tag clouds. MDL-14547 ; merged from 19_STABLE
jerome [Thu, 24 Apr 2008 08:58:48 +0000 (08:58 +0000)]
MDL-11382 Put back 'Activity Reports' and 'Edit Profil' links in the administration block
dongsheng [Thu, 24 Apr 2008 08:39:47 +0000 (08:39 +0000)]
MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE
scyrma [Thu, 24 Apr 2008 06:40:26 +0000 (06:40 +0000)]
MDL-3381 - Prevent the un-necessary calls to ctype_alpha.
scyrma [Thu, 24 Apr 2008 03:24:42 +0000 (03:24 +0000)]
MDL-3381 - Reverse broken commit
scyrma [Thu, 24 Apr 2008 03:07:59 +0000 (03:07 +0000)]
MDL-3381 - Remove all remaining core calls to ctype_* functions in 1.9, and make ctype required for 2.0. (merge from 1.9)
dongsheng [Thu, 24 Apr 2008 02:48:36 +0000 (02:48 +0000)]
MDL-14129, fix print_error call
dongsheng [Thu, 24 Apr 2008 02:24:49 +0000 (02:24 +0000)]
MDL-14129, fix print_error call
moodlerobot [Thu, 24 Apr 2008 01:53:53 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080424
sam_marshall [Wed, 23 Apr 2008 17:09:03 +0000 (17:09 +0000)]
MDL-14497 Fixed several minor bugs in navmenu()
tjhunt [Wed, 23 Apr 2008 14:49:22 +0000 (14:49 +0000)]
Eliminate direct references to $_REQUEST and $_POST in the quiz code.
Also, when you edit the quiz, and therefore any preview attempts are deleted automatically, make sure the attempts are deleted properly by calling quiz_delete_attempt on each one, rathern than leaving orphaned junk in the database.
tjhunt [Wed, 23 Apr 2008 14:45:45 +0000 (14:45 +0000)]
Revert bogus error -> print_error changes that were stopping my patch from merging.
tjhunt [Wed, 23 Apr 2008 14:31:21 +0000 (14:31 +0000)]
Improve PHPdocs on a function.
tjhunt [Wed, 23 Apr 2008 13:45:38 +0000 (13:45 +0000)]
MDL-13982 - Performance problem when deleting questions from large question banks. Thanks to Michael Spall for this fix. Merged from MOODLE_18_STABLE.
At the same time, remove direct references to $_REQUEST and $_POST in this code.
tjhunt [Wed, 23 Apr 2008 13:42:50 +0000 (13:42 +0000)]
Revert bogus error -> print_error changes that were stopping my patch from merging.
tjhunt [Wed, 23 Apr 2008 10:54:51 +0000 (10:54 +0000)]
Tidy up whitespace.
moodler [Wed, 23 Apr 2008 09:33:54 +0000 (09:33 +0000)]
MDL-14493 First checkin of Feedback module into HEAD.
I made a number of small tidy-ups to the contrib version before adding this here:
- fixed some language string names
- renamed a capability from deletecompleteds to deletesubmissions (can we use "submissions" everywhere?)
- got rid of language packs (moved english to correct location)
- deleted 'pics' type (it needs to be rewritten to use user files in moodledata)
- moved changelog into README.txt
- moved captcha font out of subdir
- bumped version to today
Thanks very much to Andreas Grabs for all your work on this module so far, and congratulations! :-)
thepurpleblob [Wed, 23 Apr 2008 08:47:27 +0000 (08:47 +0000)]
MDL-14461:
The user must be (effectively) be logged in to use this function.
Adding the logged in check means they will be asked if they are not (like
everywhere else).
Merged from STABLE19
dongsheng [Wed, 23 Apr 2008 08:07:42 +0000 (08:07 +0000)]
MDL-14460, fix get_context_instance, see tracker
dongsheng [Wed, 23 Apr 2008 08:00:32 +0000 (08:00 +0000)]
MDL-14129, add new lang string, see tracker
dongsheng [Wed, 23 Apr 2008 08:00:05 +0000 (08:00 +0000)]
MDL-14129, fix print_error() call, see tracker
dongsheng [Wed, 23 Apr 2008 07:29:51 +0000 (07:29 +0000)]
fix print_error() call, see tracker
dongsheng [Wed, 23 Apr 2008 07:25:01 +0000 (07:25 +0000)]
MDL-14129, fix print_error call
dongsheng [Wed, 23 Apr 2008 07:22:58 +0000 (07:22 +0000)]
MDL-14129, emoticons.html should included in this issue, revert my change, sorry
dongsheng [Wed, 23 Apr 2008 07:18:16 +0000 (07:18 +0000)]
MDL-14129, fix print_error() call
jamiesensei [Wed, 23 Apr 2008 06:45:11 +0000 (06:45 +0000)]
MDL-14471 - when attempt data is generated by a script then sometimes quiz_get_latest_attempt_by_user fetches the wrong attempt since timestart for the attempt is not a second apart from the last attempt - "patch to quiz/locallib.php function quiz_get_latest_attempt_by_user which makes the query simpler and also makes it more robust.
In the case that there are two attempts started in the same second, which can happen if you are generating random attempt data then the id field is used to tell which is the later attempt."
moodler [Wed, 23 Apr 2008 02:27:37 +0000 (02:27 +0000)]
Merged MDL-14483 from 1.9: Use the recipient language to send email
dongsheng [Wed, 23 Apr 2008 02:07:11 +0000 (02:07 +0000)]
MDL-14053, include custom profile fields when export user info, see tracker, merged from MOODLE_19_STABLE
moodlerobot [Wed, 23 Apr 2008 01:53:50 +0000 (01:53 +0000)]
Updated the HEAD build version to
20080423
dongsheng [Wed, 23 Apr 2008 01:53:30 +0000 (01:53 +0000)]
MDL-14129, fix misuse string
tjhunt [Tue, 22 Apr 2008 16:17:01 +0000 (16:17 +0000)]
MDL-14352 - General feedback for descriptions not showing up on the review page, as it should.
tjhunt [Tue, 22 Apr 2008 15:19:50 +0000 (15:19 +0000)]
MDL-14363 - Fix a broken redirect from mod/quiz/ attempt.php to edit.php when the quiz has not questions.
Also, when the quiz has no questions, disable the Info, Reports and Preview tabs, which, in this case, just redirect back to the Edit tab anyway.
Finally, change a redirect in quiz view.php, which used a relative URL, to a full url starting $CFG->wwwroot.
tjhunt [Tue, 22 Apr 2008 15:15:58 +0000 (15:15 +0000)]
MDL-14477 - Improve display of tab bars
1. Make disable tabs look more disabled, in particular, make sure they don't do anything when you mouse over them, and make the text colour grey.
2. Put the active tab into bold, to make it look more active.
tjhunt [Tue, 22 Apr 2008 14:40:09 +0000 (14:40 +0000)]
MDL-14467 - qtype_multichoice help file in the wrong place - merged from 1.8/1.9 stable.
In addition, move the other multichoice help file to the correct location, and update all references.
sam_marshall [Tue, 22 Apr 2008 14:14:47 +0000 (14:14 +0000)]
MDL-14476: Made 'fake blocks' in calendar and elsewhere more consistent with real blocks (so styling themes is easier)
tjhunt [Tue, 22 Apr 2008 14:06:58 +0000 (14:06 +0000)]
MDL-14407 - supplimental - Deal with another way the category id can be in the URL after it is deleted.
skodak [Tue, 22 Apr 2008 13:35:51 +0000 (13:35 +0000)]
MDL-14424 approve icon now bigger + css class added; merged from MOODLE_19_STABLE
skodak [Tue, 22 Apr 2008 13:04:35 +0000 (13:04 +0000)]
MDL-8188 fixed missing global $CFG; merged from MOODLE_19_STABLE
dongsheng [Tue, 22 Apr 2008 08:52:25 +0000 (08:52 +0000)]
MDL-14129, fix print_error
skodak [Tue, 22 Apr 2008 07:31:28 +0000 (07:31 +0000)]
MDL-14137 adding minor fix for quotes in fieldname; merged from MOODLE_19_STABLE
dongsheng [Tue, 22 Apr 2008 06:24:14 +0000 (06:24 +0000)]
MDL-14460, fix get_context_instance, merged from MOODLE_19_STABLE, see tracker.
moodler [Tue, 22 Apr 2008 05:56:21 +0000 (05:56 +0000)]
Merged MDL-8566 from 1.9
dongsheng [Tue, 22 Apr 2008 05:21:47 +0000 (05:21 +0000)]
MDL-8566, replace permlink with permalink
moodlerobot [Tue, 22 Apr 2008 01:54:33 +0000 (01:54 +0000)]
Updated the HEAD build version to
20080422
stronk7 [Mon, 21 Apr 2008 18:10:09 +0000 (18:10 +0000)]
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; merged from 19_STABLE
skodak [Mon, 21 Apr 2008 14:17:02 +0000 (14:17 +0000)]
MDL-14458 - optgroups Fields and Other in search menu; removed unused search code, html labels, added option to sort by time modified; merged from MOODLE_19_STABLE
skodak [Mon, 21 Apr 2008 13:26:08 +0000 (13:26 +0000)]
MDL-13025 added data intro text formatting without cleaning - manage activity cap already marked with XSS risk; merged from MOODLE_19_STABLE
pichetp [Mon, 21 Apr 2008 02:48:06 +0000 (02:48 +0000)]
MDL-14435 Removing capitals
moodlerobot [Mon, 21 Apr 2008 01:46:05 +0000 (01:46 +0000)]
Updated the HEAD build version to
20080421
stronk7 [Sun, 20 Apr 2008 22:15:21 +0000 (22:15 +0000)]
Replace low level $db->Concat() calls to Moodle sql_concat() cross-db alternative. MDL-13823 ; merged from 19_STABLE
stronk7 [Sun, 20 Apr 2008 21:19:38 +0000 (21:19 +0000)]
Modify sql_concat() to support all elements being numeric. MDL-13823 ; merged from 19_STABLE
skodak [Sun, 20 Apr 2008 19:55:15 +0000 (19:55 +0000)]
MDL-8474 stats upgrade now uses editing teachers only; merged from MOODLE_19_STABLE
skodak [Sun, 20 Apr 2008 19:38:33 +0000 (19:38 +0000)]
MDL-14446 fixed inverted read flag in threaded view; merged from MOODLE_19_STABLE
skodak [Sun, 20 Apr 2008 19:22:06 +0000 (19:22 +0000)]
MDL-14336 defaultsort now stored as field name in preset.xml; merged from MOODLE_19_STABLE
skodak [Sun, 20 Apr 2008 10:09:28 +0000 (10:09 +0000)]
MDL-12861 overriding of database settings now optional when using presets; merged from MOODLE_19_STABLE
skodak [Sun, 20 Apr 2008 09:29:57 +0000 (09:29 +0000)]
MDL-13188 asearchtemplate.htlm in presets implemented; merged from MOODLE_19_STABLE
stronk7 [Sun, 20 Apr 2008 02:03:00 +0000 (02:03 +0000)]
Restore of blogs in SITE page added. MDL-9089 ; merged from 19_STABLE
moodlerobot [Sun, 20 Apr 2008 01:43:56 +0000 (01:43 +0000)]
Updated the HEAD build version to
20080420
stronk7 [Sun, 20 Apr 2008 01:18:44 +0000 (01:18 +0000)]
Added string to restore blogs. MDL-9089 ; merged from 19_STABLE
stronk7 [Sat, 19 Apr 2008 22:41:48 +0000 (22:41 +0000)]
Adding some missing course info when backuping blogs. MDL-9089 ; merged from 19_STABLE
skodak [Sat, 19 Apr 2008 21:22:03 +0000 (21:22 +0000)]
MDL-14417 fixed sql for menu adv search - multimenu already fixed today; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 21:02:10 +0000 (21:02 +0000)]
MDL-14018 fixed ##more## icon regression, thanks Robert Allerstorfer for all the testing!; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 20:48:48 +0000 (20:48 +0000)]
MDL-14424 - approval icon is bigger again, it is possible to sort by Approved status now; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 18:03:32 +0000 (18:03 +0000)]
MDL-14018 fixed ugly query - thanks Eloy; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 16:47:35 +0000 (16:47 +0000)]
MDL-14018 fixed regression, proper LIKE meta quoting, fix displaying when options changed; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 16:44:08 +0000 (16:44 +0000)]
MDL-9907 xhtml strict; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 15:33:06 +0000 (15:33 +0000)]
MDL-12089 several search related problems fixed in data module; merged from MOODLE_19_STABLE
moodler [Sat, 19 Apr 2008 13:27:08 +0000 (13:27 +0000)]
MDL-12742 Merged new core language file from 1.9 for search
skodak [Sat, 19 Apr 2008 10:49:53 +0000 (10:49 +0000)]
MDL-13936 forum reply refactoring and bugfixing - the forum_user_can_post() did not have discussion parameter which was a problem because the login depends on discussion group - there was a hack in discussion.php and view.php working around this, but it was not present in cron; sorry for the change of API, but it was required; merged from MOODLE_19_STABLE
skodak [Sat, 19 Apr 2008 09:52:45 +0000 (09:52 +0000)]
MDL-14428 fixed tag cron warning; merged from MOODLE_19_STABLE
moodlerobot [Sat, 19 Apr 2008 01:45:55 +0000 (01:45 +0000)]
Updated the HEAD build version to
20080419
stronk7 [Sat, 19 Apr 2008 00:54:43 +0000 (00:54 +0000)]
fixed typo
stronk7 [Sat, 19 Apr 2008 00:33:33 +0000 (00:33 +0000)]
Changes to support table-less course formats
stronk7 [Fri, 18 Apr 2008 23:15:44 +0000 (23:15 +0000)]
Fix double savepoint in the same block of upgrade. MDL-11888
skodak [Fri, 18 Apr 2008 20:19:10 +0000 (20:19 +0000)]
MDL-13936 improved new lang string; merged from MOODLE_19_STABLE
nicolasconnault [Fri, 18 Apr 2008 19:30:28 +0000 (19:30 +0000)]
MDL-14163 YUI implementation complete, new grader_report preference and admin setting for enabling ajax.
skodak [Fri, 18 Apr 2008 19:30:19 +0000 (19:30 +0000)]
MDL-13936 indicate that user needs group membership to add new discussion, but only if having the capability to add new discussion - previously the message was incorrectly shown even when not having the cap in separate mode, visible mode needs this message too after previous commit; new lang string added in case user selects all participants in group selector and does not have accessallgroups - the existing group membership string could not be reused; merged from MOODLE_19_STABLE
skodak [Fri, 18 Apr 2008 18:52:13 +0000 (18:52 +0000)]
MDL-13936 users without accessallgroups can post start discussions only in own groups if groupmode enabled in forum (either separate or visible), this was the way it worked in Moodle <1.8; merged from MOODLE_19_STABLE
stronk7 [Fri, 18 Apr 2008 16:58:06 +0000 (16:58 +0000)]
MDL-14072 - Merged from 19_STABLE. Prevent NULLs, empties and numbers to be processed by:
- backup_encode_absolute_links() at backup
- restore_decode_absolute_links() at restore
skodak [Fri, 18 Apr 2008 08:35:16 +0000 (08:35 +0000)]
MDL-12895 frontpage participants page improvements; merged from MOODLE_19_STABLE
scyrma [Fri, 18 Apr 2008 08:04:21 +0000 (08:04 +0000)]
MDL-14104: generate_password() now respects password policy (merge from 1.9)
moodler [Fri, 18 Apr 2008 06:21:00 +0000 (06:21 +0000)]
MDL-11323 Merged from Moodle 1.9 (fixes for display of aliases)
dongsheng [Fri, 18 Apr 2008 04:29:03 +0000 (04:29 +0000)]
MDL-9378, new visualization for scorm, see tracker, head only
moodler [Fri, 18 Apr 2008 03:33:22 +0000 (03:33 +0000)]
MDL-11142 Roles upgrade was losing timestart and timeend for teachers and students (Merged from 1.7)
dongsheng [Fri, 18 Apr 2008 03:11:13 +0000 (03:11 +0000)]
MDL-12992, keep roles tabs consistent, see tracker
dongsheng [Fri, 18 Apr 2008 02:29:40 +0000 (02:29 +0000)]
MDL-8566, add lang string in HEAD, see tracker
dongsheng [Fri, 18 Apr 2008 02:12:30 +0000 (02:12 +0000)]
MDL-14137, use addslash in get_settings() and remove the second parameter of htmlspecialchars()
moodlerobot [Fri, 18 Apr 2008 01:49:34 +0000 (01:49 +0000)]
Updated the HEAD build version to
20080418
skodak [Thu, 17 Apr 2008 19:19:55 +0000 (19:19 +0000)]
MDL-14052 fixed course display in upcoming events block - credit goes to Greg Rodenhiser; merged from MOODLE_19_STABLE
tjhunt [Thu, 17 Apr 2008 17:56:41 +0000 (17:56 +0000)]
Minor improvement to a subtle edge case of question preview that probably only affects Opaque questions.
Also, revert dongshen's bad error -> print_error changes in this file.
tjhunt [Thu, 17 Apr 2008 15:59:49 +0000 (15:59 +0000)]
MDL-14407
1. After deleting a question category, it redirects you back to a question bank URL. In some circumstances, this URL will contain a cat=nnn parameter of the category you have just deleted, which naturally leads to an error. This parameter needs to be removed.
2. When there are questions in the category that need to be moved, the category id we are moving to is not exploded on ','.
wildgirl [Thu, 17 Apr 2008 15:00:15 +0000 (15:00 +0000)]
MDL-14040 help file typo fixes reported by Ray Lawrence
wildgirl [Thu, 17 Apr 2008 14:50:43 +0000 (14:50 +0000)]
MDL-14040 help file typo fixes reported by Ray Lawrence
jmg324 [Thu, 17 Apr 2008 13:42:51 +0000 (13:42 +0000)]
minor change: glossary concept as h3 not h2 to match subheadings in other blocks styles and to be lower than block heading h2 for accessibility
wildgirl [Thu, 17 Apr 2008 13:31:28 +0000 (13:31 +0000)]
help file typo re-fix, thanks to Ralf Hilgenstock to pointing out the mistake
wildgirl [Thu, 17 Apr 2008 13:09:33 +0000 (13:09 +0000)]
help file typo fix
tjhunt [Thu, 17 Apr 2008 13:07:36 +0000 (13:07 +0000)]
MDL-8682 - yet another followup. The javascript still was not quite right. you cannot rely on the case of element.nodeName.