]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agoAutomatic installer.php lang files by installer_builder (20071218)
moodler [Tue, 18 Dec 2007 03:15:11 +0000 (03:15 +0000)]
Automatic installer.php lang files by installer_builder (20071218)

17 years agoMDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE
skodak [Mon, 17 Dec 2007 23:44:25 +0000 (23:44 +0000)]
MDL-12103 new config option for mail newline chars; merged from MOODLE_19_STABLE

17 years agoMDL-12524 fixed quoting of phrases in mail header (problem with special chars in...
skodak [Mon, 17 Dec 2007 21:39:03 +0000 (21:39 +0000)]
MDL-12524 fixed quoting of phrases in mail header (problem with special chars in names of users); merged from MOODLE_19_STABLE

17 years agoStrip out an unneccessary HTML table that way causing a 'button moves when you try...
tjhunt [Mon, 17 Dec 2007 17:17:22 +0000 (17:17 +0000)]
Strip out an unneccessary HTML table that way causing a 'button moves when you try to click on it' problem.

17 years agoMinor quiz layout improvements. Merged from MOODLE_19_STABLE.
tjhunt [Mon, 17 Dec 2007 16:56:42 +0000 (16:56 +0000)]
Minor quiz layout improvements. Merged from MOODLE_19_STABLE.

17 years agoUnset a meaningless id. This probably does not change anything in moodle, but it...
tjhunt [Mon, 17 Dec 2007 15:29:48 +0000 (15:29 +0000)]
Unset a meaningless id. This probably does not change anything in moodle, but it was part of a bug fix in the OU version of Moodle that seemed correct, so I am merging it over.

17 years agoTypo in redirect URL.
tjhunt [Mon, 17 Dec 2007 14:11:55 +0000 (14:11 +0000)]
Typo in redirect URL.

17 years agoMDL-12616 - Improve layout so you can distinguish the student's response to an essay...
tjhunt [Mon, 17 Dec 2007 12:28:14 +0000 (12:28 +0000)]
MDL-12616 - Improve layout so you can distinguish the student's response to an essay question from the feedback. Merged from MOODLE_19_STABLE.

17 years agocourse/lib: Cache get_categories() using a static variable (MDL-11938)
fmarier [Mon, 17 Dec 2007 04:49:27 +0000 (04:49 +0000)]
course/lib: Cache get_categories() using a static variable (MDL-11938)
Some recursive functions call get_categories() repeatedly to get all of the
child categories of the current one.

This commit create a lazily-initialized cache of all of the categories so
that the database is only queried once to retrieve all of the categories.

It speeds up the both the homepage and the course edit page (where the
categories are displayed in combo boxes).

17 years agoNew tags file
moodler [Mon, 17 Dec 2007 04:17:02 +0000 (04:17 +0000)]
New tags file

17 years agoTesting commit message one more time, I think this is it
moodler [Mon, 17 Dec 2007 01:25:18 +0000 (01:25 +0000)]
Testing commit message one more time, I think this is it

17 years agoTesting a commit
moodler [Mon, 17 Dec 2007 01:18:21 +0000 (01:18 +0000)]
Testing a commit

17 years agoTesting a commit message
moodler [Mon, 17 Dec 2007 01:14:39 +0000 (01:14 +0000)]
Testing a commit message

17 years agoMDL-12385 - glossary category edit page doesn't respect $CFG->pixpath
poltawski [Sun, 16 Dec 2007 18:17:55 +0000 (18:17 +0000)]
MDL-12385 - glossary category edit page doesn't respect $CFG->pixpath

merged from MOODLE_19_STABLE

17 years agoMDL-11086 - more tweaks to helpfile as per Rays suggestions
poltawski [Sun, 16 Dec 2007 16:14:48 +0000 (16:14 +0000)]
MDL-11086 - more tweaks to helpfile as per Rays suggestions

merged from MOODLE_19_STABLE

17 years agoMDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo...
skodak [Sun, 16 Dec 2007 14:50:58 +0000 (14:50 +0000)]
MDL-12596 Timezone problem in PHPMailer RFCDate() Function - patch submitted by Leo Gaggl; merged from MOODLE_19_STABLE

17 years agoMDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE
skodak [Sun, 16 Dec 2007 14:14:17 +0000 (14:14 +0000)]
MDL-12597 fixed short php bugs; merged from MOODLE_19_STABLE

17 years agoMDL-12600 , MDL-11191 - rewritten permission tests to be xhtml strict compatible...
skodak [Sun, 16 Dec 2007 13:57:21 +0000 (13:57 +0000)]
MDL-12600 , MDL-11191 - rewritten permission tests to be xhtml strict compatible; merged from MOODLE_19_STABLE

17 years agoMDL-12602 redirect to course if require_capability() fails for module context; merged...
skodak [Sun, 16 Dec 2007 13:53:04 +0000 (13:53 +0000)]
MDL-12602 redirect to course if require_capability() fails for module context; merged from MOODLE_19_STABLE

17 years agoMDL-12601 prevent fatal errors when module code missing + merging other stuff; merged...
skodak [Sun, 16 Dec 2007 13:41:16 +0000 (13:41 +0000)]
MDL-12601 prevent fatal errors when module code missing + merging other stuff; merged from MOODLE_19_STABLE

17 years agoMDL-11191 - lets not advocate copyright abuse by advising to steal pictures
poltawski [Sun, 16 Dec 2007 11:59:09 +0000 (11:59 +0000)]
MDL-11191 - lets not advocate copyright abuse by advising to steal pictures
from the web!

merged from MOODLE_19_STABLE

17 years agoMDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged...
skodak [Sun, 16 Dec 2007 10:54:45 +0000 (10:54 +0000)]
MDL-12599 , MDL-12598 - fixed capability tests in user and overview reports; merged from MOODLE_19_STABLE

17 years agomerged from 1.9 :: CSS cleanups :: collect some background definitions in a basic...
urs_hunkler [Sun, 16 Dec 2007 09:41:56 +0000 (09:41 +0000)]
merged from 1.9 :: CSS cleanups :: collect some background definitions in a basic property and work with cascading to more special definitions.

17 years agoMDL-12593 - hidden role assignment icon wasn't being shown. Also prevent warning
poltawski [Sat, 15 Dec 2007 23:30:38 +0000 (23:30 +0000)]
MDL-12593 - hidden role assignment icon wasn't being shown. Also prevent warning
about unset $hidden

merged from MOODLE_19_STABLE

17 years agoImproving phpdocs for when to use format_string()/format_text() based on
poltawski [Sat, 15 Dec 2007 18:42:49 +0000 (18:42 +0000)]
Improving phpdocs for when to use format_string()/format_text() based on
wiki comments. It wasn't an entirely clear (e.g. mixup in MDL-11800)

Merged from MOODLE_19_STABLE

17 years agoMDL-12580 fixed infinite redirect loop when editing profile for the first time; merge...
skodak [Sat, 15 Dec 2007 16:57:20 +0000 (16:57 +0000)]
MDL-12580 fixed infinite redirect loop when editing profile for the first time; merged from MOODLE_19_STABLE

17 years agoMDL-12592 do not execute theme_setup() if header already printed; merged from MOODLE_...
skodak [Sat, 15 Dec 2007 16:53:39 +0000 (16:53 +0000)]
MDL-12592 do not execute theme_setup() if header already printed; merged from MOODLE_19_STABLE

17 years agoMDL-12581 fixed multiple xhtml strict; merged from MOODLE_19_STABLE
skodak [Sat, 15 Dec 2007 16:06:09 +0000 (16:06 +0000)]
MDL-12581 fixed multiple xhtml strict; merged from MOODLE_19_STABLE

17 years agoMDL-12585 make sure category path, parent and depth are ok before creating contexts...
skodak [Sat, 15 Dec 2007 15:49:35 +0000 (15:49 +0000)]
MDL-12585 make sure category path, parent and depth are ok before creating contexts; merged from MOODLE_19_STABLE

17 years agoMDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE
skodak [Sat, 15 Dec 2007 13:28:01 +0000 (13:28 +0000)]
MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE

17 years agoMDL-8992 eoas hack added only when really needed, removed slow fullclone; merged...
skodak [Sat, 15 Dec 2007 13:21:12 +0000 (13:21 +0000)]
MDL-8992 eoas hack added only when really needed, removed slow fullclone; merged from MOODLE_19_STABLE

17 years agoMDL-11800 improving previous commit; merged from MOODLE-19_STABLE
skodak [Sat, 15 Dec 2007 12:05:54 +0000 (12:05 +0000)]
MDL-11800 improving previous commit; merged from MOODLE-19_STABLE

17 years agoMDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE
skodak [Sat, 15 Dec 2007 11:49:59 +0000 (11:49 +0000)]
MDL-12570 option to disable lang autodetect from browser; merged from MOODLE_19_STABLE

17 years agoHEAD version bump by delta. Modify some timezone fields to accept new olson files...
stronk7 [Sat, 15 Dec 2007 00:49:53 +0000 (00:49 +0000)]
HEAD version bump by delta. Modify some timezone fields to accept new olson files. MDL-12024

17 years agoModify some timezone fields to accept new olson files. MDL-12024
stronk7 [Sat, 15 Dec 2007 00:49:05 +0000 (00:49 +0000)]
Modify some timezone fields to accept new olson files. MDL-12024

Merged from MOODLE_19_STABLE

17 years agoMDL-12221 reworked container autoclosing - error() and notice() do not work everywher...
skodak [Fri, 14 Dec 2007 21:22:38 +0000 (21:22 +0000)]
MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE

17 years agoMDL-9290, restore performance improvements on reading xml
toyomoyo [Fri, 14 Dec 2007 06:16:08 +0000 (06:16 +0000)]
MDL-9290, restore performance improvements on reading xml

17 years agoFixes MDL-12578 for HEAD branch
diml [Thu, 13 Dec 2007 21:45:28 +0000 (21:45 +0000)]
Fixes MDL-12578 for HEAD branch
adding SEARCH_TYPE_LESSON and related keys to searchlib.

17 years agomerged from 1.9 :: MDL-12221 :: Some enhancements to handle the changed boxes - work...
urs_hunkler [Thu, 13 Dec 2007 20:25:24 +0000 (20:25 +0000)]
merged from 1.9 :: MDL-12221 :: Some enhancements to handle the changed boxes - work in progress.

17 years agomerged from 1.9 :: MDL-11438 :: added screenshot.jpg to prevent IEs crashing on the...
urs_hunkler [Thu, 13 Dec 2007 20:21:56 +0000 (20:21 +0000)]
merged from 1.9 :: MDL-11438 :: added screenshot.jpg to prevent IEs crashing on the them selection page.

17 years agoMDL-12575 - Backup and restore problems with the new question bank. Merged from MOODL...
tjhunt [Thu, 13 Dec 2007 18:48:30 +0000 (18:48 +0000)]
MDL-12575 - Backup and restore problems with the new question bank. Merged from MOODLE_19_STABLE.

17 years agoAdded the sql_cast_char2int() funtion to provide cross-db
stronk7 [Thu, 13 Dec 2007 18:02:31 +0000 (18:02 +0000)]
Added the sql_cast_char2int() funtion to provide cross-db
casting from char/text to integer. MDL-12574

Merged from MOODLE_19_STABLE

17 years agoImprove error messages.
tjhunt [Thu, 13 Dec 2007 17:24:54 +0000 (17:24 +0000)]
Improve error messages.

17 years agoMDL-12517 - Further refinement. Move the processing to after print_header, so any...
tjhunt [Thu, 13 Dec 2007 14:26:14 +0000 (14:26 +0000)]
MDL-12517 - Further refinement. Move the processing to after print_header, so any notices do not break XHTML strict. Merged from MOODLE_19_STABLE.

17 years agoMDL-12517 - Move checking code into the user interface layer where it belongs. Merged...
tjhunt [Thu, 13 Dec 2007 14:19:24 +0000 (14:19 +0000)]
MDL-12517 - Move checking code into the user interface layer where it belongs. Merged from MOODLE_19_STABLE.

17 years agoMDL-12517, notify when grades entered into gradebook is out of bounds
toyomoyo [Thu, 13 Dec 2007 07:09:27 +0000 (07:09 +0000)]
MDL-12517, notify when grades entered into gradebook is out of bounds

17 years agoMDL-12470, fixing broken span tag
toyomoyo [Thu, 13 Dec 2007 02:33:02 +0000 (02:33 +0000)]
MDL-12470, fixing broken span tag

17 years agoMDL-11267 - follow-up - don't show the checkboxes in the overview report if you canno...
tjhunt [Wed, 12 Dec 2007 19:13:09 +0000 (19:13 +0000)]
MDL-11267 - follow-up - don't show the checkboxes in the overview report if you cannot do anything with them. Merged from MOODLE_19_STABLE.

17 years agoImprove PHP doc comments.
tjhunt [Wed, 12 Dec 2007 19:01:59 +0000 (19:01 +0000)]
Improve PHP doc comments.

17 years agoFix Javascript error from essay questions on the review page.
tjhunt [Wed, 12 Dec 2007 18:10:48 +0000 (18:10 +0000)]
Fix Javascript error from essay questions on the review page.

17 years agoFix notice.
tjhunt [Wed, 12 Dec 2007 17:47:35 +0000 (17:47 +0000)]
Fix notice.

17 years agoMDL-9459 - Provide information relating to groups in the summary message "Attemts...
tjhunt [Wed, 12 Dec 2007 17:23:55 +0000 (17:23 +0000)]
MDL-9459 - Provide information relating to groups in the summary message "Attemts: 123". Now, depending on the situation, you see one of three messages: "Attempts: 123", "Attemtps 123 (45 from your groups)" or "Attemtps 123 (45 from this group)".

I also took the opportunity to improve the layout of this message slightly, and clarify the message that tells you that you cannot add or remove questions from the quiz if there are attemts.

Merged from MOODLE_19_STABLE.

17 years agoImprove PHP doc comments.
tjhunt [Wed, 12 Dec 2007 17:10:48 +0000 (17:10 +0000)]
Improve PHP doc comments.

17 years agoMDL-12544, hide hidden roles in profile when user has no capability
toyomoyo [Wed, 12 Dec 2007 07:13:09 +0000 (07:13 +0000)]
MDL-12544, hide hidden roles in profile when user has no capability

17 years agoMDL-12550, wrong user count in role assignment
toyomoyo [Wed, 12 Dec 2007 03:31:26 +0000 (03:31 +0000)]
MDL-12550, wrong user count in role assignment

17 years agoReintroducing the possibility to declare a second row of tabs
stronk7 [Wed, 12 Dec 2007 00:58:09 +0000 (00:58 +0000)]
Reintroducing the possibility to declare a second row of tabs
via extratabs. MDL-12551

Merged from MOODLE_19_STABLE

17 years agoAdding the ability to perform custom uninstall tasks in modules. MDL-12520
stronk7 [Tue, 11 Dec 2007 23:39:32 +0000 (23:39 +0000)]
Adding the ability to perform custom uninstall tasks in modules. MDL-12520

Merged from MOODLE_19_STABLE

17 years agoMDL-12546 - The choice module was calling get_users_by_capability, which hammers...
tjhunt [Tue, 11 Dec 2007 18:49:56 +0000 (18:49 +0000)]
MDL-12546 - The choice module was calling get_users_by_capability, which hammers the database and returns lots of data, inside a loop over users - and it was calling it with identical parameters each time. Ouch!

Actually, since the fix for MDL-12331, which changed the get_users_by_capability call at the top of this function, the check it was doing is entirely redundant anyway, so I removed it.

Merged from MOODLE_19_STABLE.

17 years agoMDL-12543 - Quiz overview report displays a grade of 0 the same way as a missing...
tjhunt [Tue, 11 Dec 2007 16:55:54 +0000 (16:55 +0000)]
MDL-12543 - Quiz overview report displays a grade of 0 the same way as a missing grade for an incomplete attempt. Merged from MOODLE_19_STABLE.

17 years agoMDL-8682 - followup. When disabling the enter key, don't disable it on links. That...
tjhunt [Tue, 11 Dec 2007 16:23:54 +0000 (16:23 +0000)]
MDL-8682 - followup. When disabling the enter key, don't disable it on links. That is bad for accessibility. Merged from MOODLE_19_STABLE.

17 years agoMDL-12542 - backup_todb not called on restore on date before it is inserted into...
tjhunt [Tue, 11 Dec 2007 15:55:25 +0000 (15:55 +0000)]
MDL-12542 - backup_todb not called on restore on date before it is inserted into mdl_user. This would cause a backup from a pre 1.7 site (or a pre 1.7 that has been upgraded to 1.9) to a 1.9 fresh install, to fail sometimes. Merged from MOODLE_19_STABLE.

17 years agoFixes MDL-12541 "Weeks course format - dates for each section should be marked up...
nfreear [Tue, 11 Dec 2007 15:25:07 +0000 (15:25 +0000)]
Fixes MDL-12541 "Weeks course format - dates for each section should be marked up as heading". Merged.

17 years agoMDL-12540 - Quiz sometimes outputs content before <head> when previewing - breaks...
tjhunt [Tue, 11 Dec 2007 15:04:31 +0000 (15:04 +0000)]
MDL-12540 - Quiz sometimes outputs content before <head> when previewing - breaks HTML strict. Merged from MOODLE_19_STABLE.

17 years agoFixes MDL-12539 "Help link text for all admin/user filters are broken".
nfreear [Tue, 11 Dec 2007 13:58:39 +0000 (13:58 +0000)]
Fixes MDL-12539 "Help link text for all admin/user filters are broken".

17 years agoFixes MDL-12539 "Help link text for all admin/user filters are broken".
nfreear [Tue, 11 Dec 2007 12:58:37 +0000 (12:58 +0000)]
Fixes MDL-12539 "Help link text for all admin/user filters are broken".

17 years agoTake out debugging output in role_assign. It only tells you that something has worked...
tjhunt [Tue, 11 Dec 2007 10:37:53 +0000 (10:37 +0000)]
Take out debugging output in role_assign. It only tells you that something has worked, and everywhere else we use debugging output to warn people they have called an API wrongly. Therefore, this is just confusing now that we trust this bit of roles code.

17 years ago MDL-12421 rounding
pichetp [Tue, 11 Dec 2007 09:13:17 +0000 (09:13 +0000)]
 MDL-12421 rounding

17 years agoMDL-12503 Loguniform and MDL-12421 rounding
pichetp [Tue, 11 Dec 2007 08:56:24 +0000 (08:56 +0000)]
MDL-12503 Loguniform and MDL-12421 rounding

17 years agoMDL-12504, gradebook export does not respect course item position
toyomoyo [Tue, 11 Dec 2007 05:44:11 +0000 (05:44 +0000)]
MDL-12504, gradebook export does not respect course item position

17 years agoprevent some notices, cleaner code.
scyrma [Tue, 11 Dec 2007 05:10:10 +0000 (05:10 +0000)]
prevent some notices, cleaner code.

17 years agoMDL-12528 - getElementById was misspelled.
scyrma [Tue, 11 Dec 2007 05:00:14 +0000 (05:00 +0000)]
MDL-12528 - getElementById was misspelled.

17 years agoMDL-12410 - a way to select which questions to export, includes debug messages
jamiesensei [Tue, 11 Dec 2007 03:24:35 +0000 (03:24 +0000)]
MDL-12410 - a way to select which questions to export, includes debug messages

17 years agoMDL-12463, do not backup mod gradeitems if not selected
toyomoyo [Tue, 11 Dec 2007 03:16:15 +0000 (03:16 +0000)]
MDL-12463, do not backup mod gradeitems if not selected

17 years agoMDL-12519. grader report row colors override highlighting
toyomoyo [Tue, 11 Dec 2007 02:04:36 +0000 (02:04 +0000)]
MDL-12519. grader report row colors override highlighting

17 years agoMDL-12523 accesslib:cleanup_contexts() - Fix invalid SQL syntax and reserved keywords
martinlanghoff [Mon, 10 Dec 2007 21:35:58 +0000 (21:35 +0000)]
MDL-12523 accesslib:cleanup_contexts() - Fix invalid SQL syntax and reserved keywords

cleanup_contexts() was not working on Oracle - mostly due to 2 SQL
syntax problems. So probably marginally working elsewhere.

 - We should not use AS when naming table/subselect aliases - only
   when referring to column aliases in the resultset

 - level is a reserved word - oops! - so back to contextlevel

17 years agoMDL-12512 - Gradebook calculations are broken. This was caused by == FALSE that shoul...
tjhunt [Mon, 10 Dec 2007 17:37:14 +0000 (17:37 +0000)]
MDL-12512 - Gradebook calculations are broken. This was caused by == FALSE that should have been === FALSE deep in the 3rd pary maths lib. Merged from MOODLE_19_STABLE.

17 years agoDo not suppress errors from developers! it makes debugging a nightmare!
tjhunt [Mon, 10 Dec 2007 16:53:17 +0000 (16:53 +0000)]
Do not suppress errors from developers! it makes debugging a nightmare!

17 years agoFix notice in numerical question.
tjhunt [Mon, 10 Dec 2007 11:57:24 +0000 (11:57 +0000)]
Fix notice in numerical question.

17 years agoFixes bug MDL-2674, "backup always backsup/restores groups regardless of user setting...
nfreear [Mon, 10 Dec 2007 10:26:47 +0000 (10:26 +0000)]
Fixes bug MDL-2674, "backup always backsup/restores groups regardless of user settings" - restore group/grouping option.

17 years agoDocument MDL-12378
stronk7 [Sun, 9 Dec 2007 18:22:24 +0000 (18:22 +0000)]
Document MDL-12378

Merged from MOODLE_19_STABLE

17 years agoPrevent XHTML breackage. MDL-12378
stronk7 [Sun, 9 Dec 2007 18:20:55 +0000 (18:20 +0000)]
Prevent XHTML breackage. MDL-12378

Merged from MOODLE_19_STABLE

17 years agoChanging wrong UNSIGNEDs to nulls in tests. MDL-11662
stronk7 [Sat, 8 Dec 2007 18:54:24 +0000 (18:54 +0000)]
Changing wrong UNSIGNEDs to nulls in tests. MDL-11662

Merged from MOODLE_19_STABLE

17 years agoChanging XMLDB_UNSIGNED to nulls for non-numeric types. MDL-11662
stronk7 [Sat, 8 Dec 2007 18:44:12 +0000 (18:44 +0000)]
Changing XMLDB_UNSIGNED to nulls for non-numeric types. MDL-11662

Merged from MOODLE_19_STABLE

17 years agoXMLDB_UNSIGNED only applicable to number types. MDL-11662
stronk7 [Sat, 8 Dec 2007 18:20:15 +0000 (18:20 +0000)]
XMLDB_UNSIGNED only applicable to number types. MDL-11662

Merged from MOODLE_19_STABLE

17 years agoMDL-12501 - Logic for including 'Grades' link in admin block is different for the...
tjhunt [Fri, 7 Dec 2007 16:58:07 +0000 (16:58 +0000)]
MDL-12501 - Logic for including 'Grades' link in admin block is different for the logic in grade/report/index.php. Merged from MOODLE_19_STABLE.

17 years agoMDL-12500 Fixed restore conversion for links in database templates
sam_marshall [Fri, 7 Dec 2007 16:26:32 +0000 (16:26 +0000)]
MDL-12500 Fixed restore conversion for links in database templates

17 years agoMDL-11835 Making sure all upgraded grade_items have their grademax properly set
nicolasconnault [Fri, 7 Dec 2007 16:12:02 +0000 (16:12 +0000)]
MDL-11835 Making sure all upgraded grade_items have their grademax properly set

17 years agoUsing new cross-db sql_isnotempty() function. MDL-12084
stronk7 [Fri, 7 Dec 2007 15:58:04 +0000 (15:58 +0000)]
Using new cross-db sql_isnotempty() function. MDL-12084

17 years agoMDL-11845 Last checkin accidentally omitted a require_once (hopefully finally done...
sam_marshall [Fri, 7 Dec 2007 11:11:44 +0000 (11:11 +0000)]
MDL-11845 Last checkin accidentally omitted a require_once (hopefully finally done now!!)

17 years agoMDL-11845 Updated the three file downloads from Snoopy to download_file_content ...
sam_marshall [Fri, 7 Dec 2007 10:24:00 +0000 (10:24 +0000)]
MDL-11845 Updated the three file downloads from Snoopy to download_file_content (which I didn't know about before :)

17 years agoMDL-11835 Alternating row colours for grader report
nicolasconnault [Fri, 7 Dec 2007 09:47:10 +0000 (09:47 +0000)]
MDL-11835 Alternating row colours for grader report

17 years agoMDL-11835 Alternating row colours for grader report
nicolasconnault [Fri, 7 Dec 2007 09:47:10 +0000 (09:47 +0000)]
MDL-11835 Alternating row colours for grader report

17 years agoMDL-11835 Changing default aggregateonlygraded back to true, but set this value to...
nicolasconnault [Fri, 7 Dec 2007 09:14:51 +0000 (09:14 +0000)]
MDL-11835 Changing default aggregateonlygraded back to true, but set this value to false for upgraded course categories. Also set grade display type to percentage for upgraded items, since this is the default setting in 1.8. Site default is Real display type.

17 years agoweblib: Fix typo in print_table() which was causing invalid <th> tag
fmarier [Fri, 7 Dec 2007 05:00:22 +0000 (05:00 +0000)]
weblib: Fix typo in print_table() which was causing invalid <th> tag
MDL-11506

17 years agocustomized cron should be in dirroot/local/cron.php
toyomoyo [Fri, 7 Dec 2007 04:39:40 +0000 (04:39 +0000)]
customized cron should be in dirroot/local/cron.php

17 years agoMDL-12373, restore should not try to restore pre 1.9 gradebook categories
toyomoyo [Fri, 7 Dec 2007 04:07:42 +0000 (04:07 +0000)]
MDL-12373, restore should not try to restore pre 1.9 gradebook categories

17 years agoMDL-12432, do not enable 'updated only' grades export for other plugins
toyomoyo [Fri, 7 Dec 2007 01:42:09 +0000 (01:42 +0000)]
MDL-12432, do not enable 'updated only' grades export for other plugins

17 years agoMDL-12433: course/info respect the $CFG->allowvisiblecoursesinhiddencategories setting
mattc-catalyst [Fri, 7 Dec 2007 00:30:21 +0000 (00:30 +0000)]
MDL-12433: course/info respect the $CFG->allowvisiblecoursesinhiddencategories setting

Credit goes to Petr Kalis

17 years agoMDL-12335: mod/lesson - fixed missing navigation links
mattc-catalyst [Thu, 6 Dec 2007 22:33:36 +0000 (22:33 +0000)]
MDL-12335: mod/lesson - fixed missing navigation links

17 years agoMDL-11845 Support for config proxy options when downloading language packs (& other...
sam_marshall [Thu, 6 Dec 2007 18:12:42 +0000 (18:12 +0000)]
MDL-11845 Support for config proxy options when downloading language packs (& other components), timezone file