]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoMerged from 1.9 ::
urs_hunkler [Sat, 13 Oct 2007 09:16:46 +0000 (09:16 +0000)]
Merged from 1.9 ::
MDL-11729 :: Removed commenting out loading of the Chameleon files loading.
MDL-11664 :: IE6 can't display transparent PNGs. Added not transparent gifs instead and changed the background for IE6 to a solid colour.

17 years agoMergin fix for MDL-11684 from MOODLE_19_STABLE
mark-nielsen [Sat, 13 Oct 2007 03:12:27 +0000 (03:12 +0000)]
Mergin fix for MDL-11684 from MOODLE_19_STABLE

17 years agoMergin fix for MDL-11696 from MOODLE_19_STABLE
mark-nielsen [Sat, 13 Oct 2007 02:36:08 +0000 (02:36 +0000)]
Mergin fix for MDL-11696 from MOODLE_19_STABLE

17 years agoMergin fix for MDL-11636 from MOODLE_19_STABLE
mark-nielsen [Sat, 13 Oct 2007 01:59:32 +0000 (01:59 +0000)]
Mergin fix for MDL-11636 from MOODLE_19_STABLE

17 years agoMDL-8605 using remove_dir instead of rmdir, which doesn't support deleting non-empty...
nicolasconnault [Fri, 12 Oct 2007 20:25:45 +0000 (20:25 +0000)]
MDL-8605 using remove_dir instead of rmdir, which doesn't support deleting non-empty directories

17 years agoMDL-8605 More changes to upgrade and restore, and some unit tests with db and rs...
nicolasconnault [Fri, 12 Oct 2007 19:13:18 +0000 (19:13 +0000)]
MDL-8605 More changes to upgrade and restore, and some unit tests with db and rs mock objects

17 years agoMDL-11741 - Convert core modules to take advantage of recent improvements to build_na...
tjhunt [Fri, 12 Oct 2007 15:55:49 +0000 (15:55 +0000)]
MDL-11741 - Convert core modules to take advantage of recent improvements to build_navigation.

This check-in removes about 400 lines of code. I hope I have not screwed anything up. I would be grateful if people could review this change, and keep an eye on the navigation bar in modules.

Any navigation bar bugs you find in the near future, feel free to file them in the tracker and assign them to me. Thanks.

If not to many problems are found, I think I would like to backport this to 1.9 stable, but I am not sure that is a good idea. Opinions to the General Developer Forum please. I am about to start a thread there.

17 years agoMDL-11699 - Making one more common case a bit nicer for callers. Merged from MOODLE_1...
tjhunt [Fri, 12 Oct 2007 15:11:57 +0000 (15:11 +0000)]
MDL-11699 - Making one more common case a bit nicer for callers. Merged from MOODLE_19_STABLE.

17 years agoFollow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.flag"
nfreear [Fri, 12 Oct 2007 10:58:03 +0000 (10:58 +0000)]
Follow up fix for MDL-11535 "Blog block sql error" - GROUP BY, added ", tg.flag"

17 years agoMDL-11699 - Further, backwards-compatible, improvement to the build navigation API...
tjhunt [Fri, 12 Oct 2007 10:36:11 +0000 (10:36 +0000)]
MDL-11699 - Further, backwards-compatible, improvement to the build navigation API to simplify a common case. Also, further improvements to the doc comment, so it is easy to use. Merged from MOODLE_19_STABLE.

17 years agoMDL-11729 :: Removed commenting out loading of the Chameleon files loading
stronk7 [Fri, 12 Oct 2007 09:57:58 +0000 (09:57 +0000)]
MDL-11729 :: Removed commenting out loading of the Chameleon files loading

Merged from MOODLE_19_STABLE

17 years agoMerged from MOODLE_19_STABLE. Adding $Id tag
stronk7 [Fri, 12 Oct 2007 09:45:33 +0000 (09:45 +0000)]
Merged from MOODLE_19_STABLE. Adding $Id tag

17 years agoFixing version number
moodler [Fri, 12 Oct 2007 08:35:52 +0000 (08:35 +0000)]
Fixing version number

17 years agoadding missing context
toyomoyo [Fri, 12 Oct 2007 07:41:30 +0000 (07:41 +0000)]
adding missing context

17 years agomerged fix for MDL-11717, dimmed_text class for hidden grade items in grader report
toyomoyo [Fri, 12 Oct 2007 07:18:41 +0000 (07:18 +0000)]
merged fix for MDL-11717, dimmed_text class for hidden grade items in grader report

17 years agoMDL-11715, merged fix, export form should follow sort order
toyomoyo [Fri, 12 Oct 2007 03:15:22 +0000 (03:15 +0000)]
MDL-11715, merged fix, export form should follow sort order

17 years agoMDL-11714, removing debugging statement
toyomoyo [Fri, 12 Oct 2007 01:34:59 +0000 (01:34 +0000)]
MDL-11714, removing debugging statement

17 years agoMDL-11699 - Addendum - fix typo in fixup code. Sorry.
tjhunt [Thu, 11 Oct 2007 16:45:43 +0000 (16:45 +0000)]
MDL-11699 - Addendum - fix typo in fixup code. Sorry.

17 years agoFixes MDL-11695, Skip block links inaccessible for many keyboard-only users
nfreear [Thu, 11 Oct 2007 16:35:20 +0000 (16:35 +0000)]
Fixes MDL-11695, Skip block links inaccessible for many keyboard-only users

17 years agoSmall tidy-up in print_header_simple. Merged from MOODLE_19_STABLE.
tjhunt [Thu, 11 Oct 2007 15:25:27 +0000 (15:25 +0000)]
Small tidy-up in print_header_simple. Merged from MOODLE_19_STABLE.

17 years agoMDL-8605 Preventing new user folder from being created when original folder is empty
nicolasconnault [Thu, 11 Oct 2007 14:19:05 +0000 (14:19 +0000)]
MDL-8605 Preventing new user folder from being created when original folder is empty

17 years agoMDL-11699 - Addendum - rewrite the other half of the function too, so I can understan...
tjhunt [Thu, 11 Oct 2007 11:52:34 +0000 (11:52 +0000)]
MDL-11699 - Addendum - rewrite the other half of the function too, so I can understand what it is doing, and fix a couple of minor logic errors along the way. Merged from MOODLE_19_STABLE.

17 years agoMDL-9542 - Show final grades from new gradebook in Quiz UI - with help from Petr...
tjhunt [Thu, 11 Oct 2007 11:42:49 +0000 (11:42 +0000)]
MDL-9542 - Show final grades from new gradebook in Quiz UI - with help from Petr. Merged from MOODLE_19_STABLE.

17 years agogroupings should work now; merged from MOODLE_19_STABLE
skodak [Thu, 11 Oct 2007 09:16:15 +0000 (09:16 +0000)]
groupings should work now; merged from MOODLE_19_STABLE

17 years agoMinor changes related to unit testing
nicolasconnault [Thu, 11 Oct 2007 09:15:57 +0000 (09:15 +0000)]
Minor changes related to unit testing

17 years agoMDL-8605 New user directories implemented
nicolasconnault [Thu, 11 Oct 2007 09:01:29 +0000 (09:01 +0000)]
MDL-8605 New user directories implemented

17 years agomerged fix for MDL-11709, print_header() warning for blogs
toyomoyo [Thu, 11 Oct 2007 08:14:13 +0000 (08:14 +0000)]
merged fix for MDL-11709, print_header() warning for blogs

17 years agoMDL-10353, calender redirection broken when editting and exporting
toyomoyo [Thu, 11 Oct 2007 05:24:12 +0000 (05:24 +0000)]
MDL-10353, calender redirection broken when editting and exporting

17 years agoAutomatic installer.php lang files by installer_builder (20071011)
moodler [Thu, 11 Oct 2007 04:08:20 +0000 (04:08 +0000)]
Automatic installer.php lang files by installer_builder (20071011)

17 years agoChange version to identify head version (now 2.0 dev)
moodler [Wed, 10 Oct 2007 17:35:42 +0000 (17:35 +0000)]
Change version to identify head version  (now 2.0 dev)

17 years agoBump to Beta 2 level
moodler [Wed, 10 Oct 2007 16:33:04 +0000 (16:33 +0000)]
Bump to Beta 2 level

17 years agopreparation for 1.9 beta 2 - setting correct requires in mods and plugins
skodak [Wed, 10 Oct 2007 16:09:17 +0000 (16:09 +0000)]
preparation for 1.9 beta 2 - setting correct requires in mods and plugins

17 years agoBump to beta 2 (real branch)
stronk7 [Wed, 10 Oct 2007 16:06:12 +0000 (16:06 +0000)]
Bump to beta 2 (real branch)

17 years agoMDL-10296 adding in the global for https
jmg324 [Wed, 10 Oct 2007 16:02:45 +0000 (16:02 +0000)]
MDL-10296 adding in the global for https

17 years agoMDL-11703 - escaped *'s in shortanswer answers were not matching properly. Merged...
tjhunt [Wed, 10 Oct 2007 15:26:45 +0000 (15:26 +0000)]
MDL-11703 - escaped *'s in shortanswer answers were not matching properly. Merged from MOODLE_18_STABLE.

17 years agofix for MDL-11692. There were notices about subquestions not being defined. This...
jamiesensei [Wed, 10 Oct 2007 15:23:24 +0000 (15:23 +0000)]
fix for MDL-11692. There were notices about subquestions not being defined. This seems to indicate that there is a problem elsewhere that somehow matching questions without subquestions are  in the site db. But suppressed the notice by testing to see if subquestions is set before looping through the questions.

17 years agoMerged Urs fixes from 1.8 stable and reformatted a bit
moodler [Wed, 10 Oct 2007 14:57:39 +0000 (14:57 +0000)]
Merged Urs fixes from 1.8 stable and reformatted a bit

17 years agoMerged the flexible column patch from Urs (1.11.2.3) to HEAD
moodler [Wed, 10 Oct 2007 14:31:27 +0000 (14:31 +0000)]
Merged the flexible column patch from Urs (1.11.2.3) to HEAD

17 years agonew string merged from stable
moodler [Wed, 10 Oct 2007 14:20:38 +0000 (14:20 +0000)]
new string merged from stable

17 years agoMDL-11699 - Make build_navigation more helpful by having it optionally build the...
tjhunt [Wed, 10 Oct 2007 14:00:41 +0000 (14:00 +0000)]
MDL-11699 - Make build_navigation more helpful by having it optionally build the activity and activityinstance links too, if you pass a $cm object. Note that this only does extra DB queries if you do pass a $cm object, and it does not have all the required fields, but in this case it will winge at you in developer debug mode. If you get your $cm using get_coursemodule_from_instance or get_coursemodule_from_id, which is best practice these days, then you won't have a problem.

17 years agoMDL-8248 savepoints in main upgrade.php
skodak [Wed, 10 Oct 2007 13:14:56 +0000 (13:14 +0000)]
MDL-8248 savepoints in main upgrade.php

17 years agoMDL-11432 eliminated majority of RecordCount uses, added several missing rs_close...
skodak [Wed, 10 Oct 2007 12:19:27 +0000 (12:19 +0000)]
MDL-11432 eliminated majority of RecordCount uses, added several missing rs_close() - this should help improve perf on some platforms - Eloy says ;-)

17 years agoMDL-11694 adding error displaying into installer, it does not affect the debug and...
skodak [Wed, 10 Oct 2007 11:03:00 +0000 (11:03 +0000)]
MDL-11694 adding error displaying into installer, it does not affect the debug and error displaying in final installation
MDL-11432 eliminated RecordCount

17 years agoMDL-10713 additional description added to help file
wildgirl [Wed, 10 Oct 2007 09:37:35 +0000 (09:37 +0000)]
MDL-10713 additional description added to help file

17 years agoMDL-11432 rs->EOF wrapper function
skodak [Wed, 10 Oct 2007 09:21:13 +0000 (09:21 +0000)]
MDL-11432 rs->EOF wrapper function

17 years agoImplemented typo fixes described by ermanno bagnai in MDL-11689
moodler [Wed, 10 Oct 2007 09:16:43 +0000 (09:16 +0000)]
Implemented typo fixes described by ermanno bagnai in MDL-11689

17 years agochanging CONTEXT_GROUP to CONTEXT_COURSE for calendar:manageentries capability
toyomoyo [Wed, 10 Oct 2007 09:03:01 +0000 (09:03 +0000)]
changing CONTEXT_GROUP to CONTEXT_COURSE for calendar:manageentries capability

17 years agoadd proper rs_close() into cleanup_contexts() - we have to close even when now record...
skodak [Wed, 10 Oct 2007 08:43:25 +0000 (08:43 +0000)]
add proper rs_close() into cleanup_contexts() - we have to close even when now records returned

17 years agoMDL-6096 help file re-wording
wildgirl [Wed, 10 Oct 2007 08:39:59 +0000 (08:39 +0000)]
MDL-6096 help file re-wording

17 years agoMDL-11688 makes sure all course and user contexts exist during upgrade (all contexts...
skodak [Wed, 10 Oct 2007 08:33:06 +0000 (08:33 +0000)]
MDL-11688 makes sure all course and user contexts exist during upgrade (all contexts when going from in 1.6) - this is needed for grade_letter upgrade; other minor tweaks - the USER->access is now loaded automatically, feedback parameters added

17 years agoMDL-11510, adding missing backup/restore gradebook fields
toyomoyo [Wed, 10 Oct 2007 08:28:43 +0000 (08:28 +0000)]
MDL-11510, adding missing backup/restore gradebook fields

17 years agoMDL-7610 help file re-wording
wildgirl [Wed, 10 Oct 2007 08:28:29 +0000 (08:28 +0000)]
MDL-7610 help file re-wording

17 years agoJust a small fix that would make this SQL work ... no idea what bug it would fix...
moodler [Wed, 10 Oct 2007 08:18:59 +0000 (08:18 +0000)]
Just a small fix that would make this SQL work ... no idea what bug it would fix.  It's not MDL-9059

17 years agoMDL-11686 dropped obsoleted grade tables, removed context_rel related upgrade code
skodak [Wed, 10 Oct 2007 07:53:35 +0000 (07:53 +0000)]
MDL-11686 dropped obsoleted grade tables, removed context_rel related upgrade code

17 years agoMDL-11510, missing gradebook fields in backup
toyomoyo [Wed, 10 Oct 2007 07:25:41 +0000 (07:25 +0000)]
MDL-11510, missing gradebook fields in backup

17 years agoMDL-11510, adding missing fields
toyomoyo [Wed, 10 Oct 2007 07:08:50 +0000 (07:08 +0000)]
MDL-11510, adding missing fields

17 years agoMDL-11510, referencing to wrong fields
toyomoyo [Wed, 10 Oct 2007 07:05:48 +0000 (07:05 +0000)]
MDL-11510, referencing to wrong fields

17 years agoMDL-11667, adding 2 global variables to set default export decimal point and display...
toyomoyo [Wed, 10 Oct 2007 06:43:23 +0000 (06:43 +0000)]
MDL-11667, adding 2 global variables to set default export decimal point and display format. During export there are 2 new settings for decimal points and display format, default to site setting. Removed letter option because it is a format that you can choose now.

17 years agoAdded copyright notice
nicolasconnault [Wed, 10 Oct 2007 06:34:20 +0000 (06:34 +0000)]
Added copyright notice

17 years agoMDL-11543 Printing nice list of categories for parent category drop-down
nicolasconnault [Wed, 10 Oct 2007 06:21:37 +0000 (06:21 +0000)]
MDL-11543 Printing nice list of categories for parent category drop-down

17 years agoTidied up border around category listing
moodler [Wed, 10 Oct 2007 06:16:12 +0000 (06:16 +0000)]
Tidied up border around category listing

17 years agoMDL-11543 format_string(parent category name)
nicolasconnault [Wed, 10 Oct 2007 06:04:14 +0000 (06:04 +0000)]
MDL-11543 format_string(parent category name)

17 years agoMDL-11543 Refactored editcategory and form
nicolasconnault [Wed, 10 Oct 2007 06:01:54 +0000 (06:01 +0000)]
MDL-11543 Refactored editcategory and form

17 years agoUpdated copyright notice in header
nicolasconnault [Wed, 10 Oct 2007 05:25:14 +0000 (05:25 +0000)]
Updated copyright notice in header

17 years agoMDL-11608 Removed stripslashes_safe($rename) and changed PARAM_RAW to PARAM_TEXT...
nicolasconnault [Wed, 10 Oct 2007 04:59:35 +0000 (04:59 +0000)]
MDL-11608 Removed stripslashes_safe($rename) and changed PARAM_RAW to PARAM_TEXT for rename param

17 years agoMDL-11543 Replacing "Site" with "Top" in the list of available parent categories
nicolasconnault [Wed, 10 Oct 2007 04:53:32 +0000 (04:53 +0000)]
MDL-11543 Replacing "Site" with "Top" in the list of available parent categories

17 years agoAutomatic installer.php lang files by installer_builder (20071010)
moodler [Wed, 10 Oct 2007 04:39:18 +0000 (04:39 +0000)]
Automatic installer.php lang files by installer_builder (20071010)

17 years agoMiscellaneous fixes for MDL-11543
moodler [Wed, 10 Oct 2007 04:05:46 +0000 (04:05 +0000)]
Miscellaneous fixes for MDL-11543

 - added button to edit current category
 - removed old mini-forms to do the same
 - tidied up various things and CSS as well

17 years agoAdded a timemodified field to forum_queue, and we now delete records
moodler [Wed, 10 Oct 2007 02:52:25 +0000 (02:52 +0000)]
Added a timemodified field to forum_queue, and we now delete records
that are older than a week before processing digests.

After upgrade it's possible that some posts will be lost this way but
on the other hand it ensures that sites with problems like moodle.org
had will start working again.

We still need a recordset added to the digestposts loop.

MDL-11657

17 years agoFix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags
iarenaza [Tue, 9 Oct 2007 21:43:28 +0000 (21:43 +0000)]
Fix MDL-11632: Multiple files with emtpy lines outside PHP open/close tags

There are multiple issues with Moodle files containing empty or blank lines
(lines consisting of white spaces or tabs only) and/or white space before or
after the PHP open and close tags, notably with config.php and theme files.

17 years agoMDL-11543 Temporary solution originally proposed by Martin
nicolasconnault [Tue, 9 Oct 2007 17:22:10 +0000 (17:22 +0000)]
MDL-11543 Temporary solution originally proposed by Martin

17 years agoMDL-11681 Changed it so current tab no longer is a link to #
sam_marshall [Tue, 9 Oct 2007 16:56:00 +0000 (16:56 +0000)]
MDL-11681 Changed it so current tab no longer is a link to #

17 years agoMDL-11674 fixed mysql incompatible SQL in chat cron
skodak [Tue, 9 Oct 2007 16:46:04 +0000 (16:46 +0000)]
MDL-11674 fixed mysql incompatible SQL in chat cron

17 years agoMDL-11660 user_lastaccess cleanup
skodak [Tue, 9 Oct 2007 16:27:49 +0000 (16:27 +0000)]
MDL-11660 user_lastaccess cleanup

17 years agoMDL-11660
skodak [Tue, 9 Oct 2007 16:07:15 +0000 (16:07 +0000)]
MDL-11660
* user_lastaccess deleted when deleting course
* rewritten deleting of contexts - does not use get_context_instance() anymore because it is much more strict now
* added deleting of grade_letters and settings when deleting course

17 years agoFixes MDL-11676, Skip block links are broken in Internet Explorer 6.
nfreear [Tue, 9 Oct 2007 15:48:48 +0000 (15:48 +0000)]
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6.

17 years agoMDL-9076 - Move the 'Add 3 more overall feedbacks' button inside that group of elemen...
tjhunt [Tue, 9 Oct 2007 15:44:06 +0000 (15:44 +0000)]
MDL-9076 - Move the 'Add 3 more overall feedbacks' button inside that group of elements on the quiz settings form.

To make this possible, I added an extra argument to the repeat_elements method, which other people may find helpful on other forms.

17 years agoMDL-11617 - 'Student may review' heading on quiz settings form is now misleading...
tjhunt [Tue, 9 Oct 2007 15:19:07 +0000 (15:19 +0000)]
MDL-11617 - 'Student may review' heading on quiz settings form is now misleading. I have fixed some lang strings and improved the help. Also, finish off the clarification of how various capabilites affect quiz review that was started in MDL-11580.

17 years agofixed yet more undefined $sqls
skodak [Tue, 9 Oct 2007 15:11:29 +0000 (15:11 +0000)]
fixed yet more undefined $sqls

17 years agoMDL-11608 The $rename param was obtained with PARAM_NOTAG, I changed that to PARAM_RA...
nicolasconnault [Tue, 9 Oct 2007 14:08:05 +0000 (14:08 +0000)]
MDL-11608 The $rename param was obtained with PARAM_NOTAG, I changed that to PARAM_RAW. I also changed the rename field's value to htmlspecialchars($category->name)

17 years agodo not optimise the $USER fetching - it was broken by mnethostid and would be again...
skodak [Tue, 9 Oct 2007 13:43:51 +0000 (13:43 +0000)]
do not optimise the $USER fetching - it was broken by mnethostid and would be again in future

17 years agofixed undefined $modcontext
skodak [Tue, 9 Oct 2007 13:10:55 +0000 (13:10 +0000)]
fixed undefined $modcontext

17 years agofixed missing $sql warning
skodak [Tue, 9 Oct 2007 13:04:33 +0000 (13:04 +0000)]
fixed missing $sql warning

17 years agoMDL-11543 Temporary solution originally proposed by Martin
nicolasconnault [Tue, 9 Oct 2007 12:53:24 +0000 (12:53 +0000)]
MDL-11543 Temporary solution originally proposed by Martin

17 years agoMDL-11640
skodak [Tue, 9 Oct 2007 12:49:54 +0000 (12:49 +0000)]
MDL-11640
* improved handling of dirty contexts in general - caching, switching in cron, marking, loading, etc.
* role_assing() and role_unassign() now marks dirty contexts because we use has_capability() in this function - we can not do it later outside to speedup bulk operations
* fixed some inline docs
* fixed notice from rs closing
* removed cached $CONTEXT from has_capability() - $context is now required parameter; this was hiding serious bugs when context did not exist or ppl passed false as parameter
* removed some ===, we can not use these on function parameters - we must support ints, strings, '', nulls, etc. - this could be a source of really dangerous bugs in future
* some other improvements and fixes - documented inline

17 years agoMDL-11514:
thepurpleblob [Tue, 9 Oct 2007 10:26:09 +0000 (10:26 +0000)]
MDL-11514:
Link to missing word information and help file removed. There
was no extra help.

17 years agoMDL-11515:
thepurpleblob [Tue, 9 Oct 2007 10:22:40 +0000 (10:22 +0000)]
MDL-11515:
Help file is not used.

Merged from STABLE_18

17 years agoMDL-11425:
thepurpleblob [Tue, 9 Oct 2007 10:16:01 +0000 (10:16 +0000)]
MDL-11425:
Process the text properly for the category path.

Merged from STABLE_18.

17 years agoinherit by default decimal points in ranges and averages on grader report
skodak [Tue, 9 Oct 2007 09:29:45 +0000 (09:29 +0000)]
inherit by default decimal points in ranges and averages on grader report

17 years agoAdded CSS classes to totals columns (cat and course) so that styles can be applied.
moodler [Tue, 9 Oct 2007 09:16:44 +0000 (09:16 +0000)]
Added CSS classes to totals columns (cat and course) so that styles can be applied.
Made them bold by default in standard anc custom_corners.

MDL-11666

17 years agofixing a typo and some half finished comment
toyomoyo [Tue, 9 Oct 2007 08:56:56 +0000 (08:56 +0000)]
fixing a typo and some half finished comment

17 years agoMDL-11669, adding a new export setting (for xml atm), so that we can choose to export...
toyomoyo [Tue, 9 Oct 2007 08:51:49 +0000 (08:51 +0000)]
MDL-11669, adding a new export setting (for xml atm), so that we can choose to export only updated grades

17 years agoMDL-11665, users with no grade:viewhidden capability gets a wrong upgrade count becau...
toyomoyo [Tue, 9 Oct 2007 05:43:35 +0000 (05:43 +0000)]
MDL-11665, users with no grade:viewhidden capability gets a wrong upgrade count because after deletion of a grade, the grade can be NULL and not hidden at the same time

17 years agoMDL-10048, revert some changes in courses regaring coloring of courses
toyomoyo [Tue, 9 Oct 2007 04:02:43 +0000 (04:02 +0000)]
MDL-10048, revert some changes in courses regaring coloring of courses

17 years agoModify notify_login_failures() for better scale. MDL-11661
stronk7 [Tue, 9 Oct 2007 00:11:07 +0000 (00:11 +0000)]
Modify notify_login_failures() for better scale. MDL-11661

17 years agoMDL-11578 , MDL-11578 , MDL-11573 :
skodak [Mon, 8 Oct 2007 23:09:10 +0000 (23:09 +0000)]
MDL-11578 ,  MDL-11578 , MDL-11573 :
* renamed Preferences to "My report preferences"
* renamed Site defaults to "Report defaults"
* rename Change site defaults to "Change report defaults"
* reintroduced Inherit option to Grader preferences - Nicolas was right, it is not possible to implement preference overrides without it with our current get_pref inplementation
* new separate option in plugin selector "Course settings"
* moved displaytype, decimals and aggregation position to "Course settings"
* created new table grade_settings + related functions grade_get/set_preference()
* user report now uses grade_seq class instead of grade_item::fetch_all(); added preloading of grade items into grade_grade instances
* other minor bugfixing/cleanup/improvements

Please note that the Grader report preferences and its defaults must be resaved again - sorry.

17 years agoANSI join ON clauses should contain only the join condition. Also,
stronk7 [Mon, 8 Oct 2007 17:42:46 +0000 (17:42 +0000)]
ANSI join ON clauses should contain only the join condition. Also,
added prefix to the ORDER BY to prevent duplicate names.

17 years agoMDL-11653 undefined rcache in /lib/dmllib.php during upgrades
skodak [Mon, 8 Oct 2007 17:27:42 +0000 (17:27 +0000)]
MDL-11653 undefined rcache in /lib/dmllib.php during upgrades

17 years agoBump. MDL-11605
stronk7 [Mon, 8 Oct 2007 16:33:49 +0000 (16:33 +0000)]
Bump. MDL-11605

17 years agoAdding one new index to cache_text table. User to make cron deletion
stronk7 [Mon, 8 Oct 2007 16:33:29 +0000 (16:33 +0000)]
Adding one new index to cache_text table. User to make cron deletion
of expired records faster. MDL-11605