]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agouse target="$CFG->framename" instead of $CFG->frametarget when HotPot navigation...
gbateson [Thu, 4 Oct 2007 05:32:27 +0000 (05:32 +0000)]
use target="$CFG->framename" instead of $CFG->frametarget when HotPot navigation is set to "Moodle navigation frame"so that Moodle does not get stuck in sub frame

17 years agomerged fix for MDL-10353, after setting preferences user should return to same course...
toyomoyo [Thu, 4 Oct 2007 05:13:28 +0000 (05:13 +0000)]
merged fix for MDL-10353, after setting preferences user should return to same course view

17 years agoAutomatic installer.php lang files by installer_builder (20071004)
moodler [Thu, 4 Oct 2007 05:12:43 +0000 (05:12 +0000)]
Automatic installer.php lang files by installer_builder (20071004)

17 years agoprevent returning of invalid array from get_course_managers()
skodak [Wed, 3 Oct 2007 22:26:05 +0000 (22:26 +0000)]
prevent returning of invalid array from get_course_managers()

17 years agoMDL-11587 new grade_seq class similar to grade_tree but flat
skodak [Wed, 3 Oct 2007 21:14:58 +0000 (21:14 +0000)]
MDL-11587 new grade_seq class similar to grade_tree but flat

17 years agoMDL-11583 fixed use of capability moodle/grade:manageletters - now works in plugin...
skodak [Wed, 3 Oct 2007 20:24:59 +0000 (20:24 +0000)]
MDL-11583 fixed use of capability moodle/grade:manageletters - now works in plugin selector

17 years agoMDL-11585 false is not allowed default in admin_setting_configselect constructor
skodak [Wed, 3 Oct 2007 20:02:12 +0000 (20:02 +0000)]
MDL-11585 false is not allowed default in admin_setting_configselect constructor

17 years agoMoving some uses of deprecated functions to recordsets
stronk7 [Wed, 3 Oct 2007 18:39:38 +0000 (18:39 +0000)]
Moving some uses of deprecated functions to recordsets
in cron. MDL-11571 and MDL-11487.
Fixed wrong call to cleanup_dirty_contexts() and changed
to gc_cache_flags(). Please review. MDL-11347

17 years agoMDL-11344 Reverting commit 1.145 and keeping deprecated $string['editlang'] for backw...
mudrd8mz [Wed, 3 Oct 2007 16:39:08 +0000 (16:39 +0000)]
MDL-11344 Reverting commit 1.145 and keeping deprecated $string['editlang'] for backwards compatibility.

17 years agoMoving 3 functions from datalib to deprecatedlib. Only used
stronk7 [Wed, 3 Oct 2007 16:31:20 +0000 (16:31 +0000)]
Moving 3 functions from datalib to deprecatedlib. Only used
by admin/cron.php. First step of MDL-11571 and MDL-11487

17 years agoMDL-11143 fixed defaultfrongpageroleid typo and fixed notices during install and...
skodak [Wed, 3 Oct 2007 14:38:55 +0000 (14:38 +0000)]
MDL-11143 fixed defaultfrongpageroleid typo and fixed notices during install and upgrade cause by undefined $CFG->defaultfrontpageroleid

17 years agofixed context parameter in has_capability() call
skodak [Wed, 3 Oct 2007 14:16:04 +0000 (14:16 +0000)]
fixed context parameter in has_capability() call

17 years agofixed incorrect use of forum contexts in search/documents/*
skodak [Wed, 3 Oct 2007 14:13:13 +0000 (14:13 +0000)]
fixed incorrect use of forum contexts in search/documents/*

17 years agoAdapted README due to attribute requirement change
exe-cutor [Wed, 3 Oct 2007 12:36:48 +0000 (12:36 +0000)]
Adapted README due to attribute requirement change

17 years agoFixed longtimenosee unenrolments. user_lastaccess and role_assignments were growing...
moodler [Wed, 3 Oct 2007 12:24:06 +0000 (12:24 +0000)]
Fixed longtimenosee unenrolments.  user_lastaccess and role_assignments were growing with uneccessary entries, to the point where memory limits were reached and in the end NO unenrolments were happening at all.

See  MDL-11571

17 years agoMDL-11482 Resolved the sum icon issue (added a new x-bar icon) and resolved a depende...
nicolasconnault [Wed, 3 Oct 2007 12:22:25 +0000 (12:22 +0000)]
MDL-11482 Resolved the sum icon issue (added a new x-bar icon) and resolved a dependency problem in moodlelib

17 years agoDon't use the 100 limit for debugging in anything lower than DEBUG_DEVELOPER mode
moodler [Wed, 3 Oct 2007 12:04:02 +0000 (12:04 +0000)]
Don't use the 100 limit for debugging in anything lower than DEBUG_DEVELOPER mode

17 years agoMDL-11566 site summary now optional
skodak [Wed, 3 Oct 2007 10:35:34 +0000 (10:35 +0000)]
MDL-11566 site summary now optional

17 years agoFixed some notices but this needs review from Petr MDL-10383
moodler [Wed, 3 Oct 2007 09:12:01 +0000 (09:12 +0000)]
Fixed some notices but this needs review from Petr   MDL-10383

17 years agoMDL-11553, bulk user actions selection buttons do not work as expected
toyomoyo [Wed, 3 Oct 2007 08:26:13 +0000 (08:26 +0000)]
MDL-11553, bulk user actions selection buttons do not work as expected

17 years agoMDL-11535, error in block sql group by clause
toyomoyo [Wed, 3 Oct 2007 06:20:23 +0000 (06:20 +0000)]
MDL-11535, error in block sql group by clause

17 years agoAutomatic installer.php lang files by installer_builder (20071003)
moodler [Wed, 3 Oct 2007 05:07:25 +0000 (05:07 +0000)]
Automatic installer.php lang files by installer_builder (20071003)

17 years agoMDL-11139 "Need to pass courseid or cmid to this script when moving questions between...
jamiesensei [Wed, 3 Oct 2007 04:42:57 +0000 (04:42 +0000)]
MDL-11139 "Need to pass courseid or cmid to this script when moving questions between categories "  added COURSE to globals in function that redirects browser to contextmoveq page.

17 years agoMDL-10353, in view.php we should not supply default course, otherwise calendar filter...
toyomoyo [Wed, 3 Oct 2007 04:21:53 +0000 (04:21 +0000)]
MDL-10353, in view.php we should not supply default course, otherwise calendar filters will not be set up properly (course filter wrong)

17 years agoMake sure that the role names gets filtered in get_assignable_roles()
moodler [Wed, 3 Oct 2007 03:33:57 +0000 (03:33 +0000)]
Make sure that the role names gets filtered in get_assignable_roles()

17 years agoFixed the list of role names (order and filters) MDL-11143
moodler [Wed, 3 Oct 2007 03:31:31 +0000 (03:31 +0000)]
Fixed the list of role names (order and filters)   MDL-11143

17 years agofix for fatal error in tabs.php because of missing global var contexts.
jamiesensei [Wed, 3 Oct 2007 03:16:27 +0000 (03:16 +0000)]
fix for fatal error in tabs.php because of missing global var contexts.

17 years agoMDL-11568 warnings - can not use $USER->property when not logged in - quick fix,...
skodak [Tue, 2 Oct 2007 23:08:00 +0000 (23:08 +0000)]
MDL-11568 warnings - can not use $USER->property when not logged in - quick fix, please review last commits

17 years agoMDL-11523 fixed - moving categories and courses around breaks paths and depths in...
skodak [Tue, 2 Oct 2007 22:34:12 +0000 (22:34 +0000)]
MDL-11523 fixed - moving categories and courses around breaks paths and depths in context table + some notice fixes

17 years agoonly whitespace beautification
skodak [Tue, 2 Oct 2007 21:45:49 +0000 (21:45 +0000)]
only whitespace beautification

17 years agoMDL-11143 unimportant change
skodak [Tue, 2 Oct 2007 21:45:02 +0000 (21:45 +0000)]
MDL-11143 unimportant change

17 years agoMDL-11562 supportname and supportemail are are now initialized after admin user setup
skodak [Tue, 2 Oct 2007 21:38:53 +0000 (21:38 +0000)]
MDL-11562 supportname and supportemail are are now initialized after admin user setup
MDL-11566 only site shortname, fullname and desc are required/displayed during installation
MDL-11567 fixed upgradesettings redirects if error in settings
MDL-11143 defaultfrontpageroleid moved to Frontpage settings page (easier to find), speedup

17 years agoPHP docs for choose_from_menu function. Merged from MOODLE_18_STABLE.
tjhunt [Tue, 2 Oct 2007 18:49:04 +0000 (18:49 +0000)]
PHP docs for choose_from_menu function. Merged from MOODLE_18_STABLE.

17 years agoadded missing string definition for sectionerror. Fixed MDL-10766
whchuang [Tue, 2 Oct 2007 17:59:06 +0000 (17:59 +0000)]
added missing string definition for sectionerror. Fixed MDL-10766

17 years agoDONAL, PLEASE START USING OUR DB EDITOR! the last commit did have invalid XML, incorr...
skodak [Tue, 2 Oct 2007 16:50:43 +0000 (16:50 +0000)]
DONAL, PLEASE START USING OUR DB EDITOR! the last commit did have invalid XML, incorrect next/prev attributes, different data in install.xml and upgrade.php; the main reason to have this editor was to prevent this type of critical errors ;-)

17 years agoMDL-11555 temporary patch for too long index on mysql - in mysql the limit is 333...
skodak [Tue, 2 Oct 2007 16:20:45 +0000 (16:20 +0000)]
MDL-11555 temporary patch for too long index on mysql - in mysql the limit is 333 unicode chars
move the gradebook cleanup to the end of upgrade.php - please keep it there

17 years agoVersion bump for roaming themes. Mods are to mnet_host table. MDL-11545
donal72 [Tue, 2 Oct 2007 16:15:14 +0000 (16:15 +0000)]
Version bump for roaming themes. Mods are to mnet_host table. MDL-11545

17 years agoChoose the correct theme for SSO-authenticated users. Roaming themes
donal72 [Tue, 2 Oct 2007 16:14:39 +0000 (16:14 +0000)]
Choose the correct theme for SSO-authenticated users. Roaming themes

17 years agoAdd force_theme and theme attributes to peer class for Roaming Themes
donal72 [Tue, 2 Oct 2007 16:12:41 +0000 (16:12 +0000)]
Add force_theme and theme attributes to peer class for Roaming Themes

17 years agoNew files for config of MNet roaming themes
donal72 [Tue, 2 Oct 2007 16:10:19 +0000 (16:10 +0000)]
New files for config of MNet roaming themes

17 years agoDisplay new tabs for the 'Themes' config page in mnet
donal72 [Tue, 2 Oct 2007 16:09:17 +0000 (16:09 +0000)]
Display new tabs for the 'Themes' config page in mnet

17 years agoInstantiate some new strings for roaming themes
donal72 [Tue, 2 Oct 2007 16:08:46 +0000 (16:08 +0000)]
Instantiate some new strings for roaming themes

17 years agoSome strings for roaming themes
donal72 [Tue, 2 Oct 2007 16:07:10 +0000 (16:07 +0000)]
Some strings for roaming themes

17 years agoFix for version no. (date) in upgrade.php
donal72 [Tue, 2 Oct 2007 15:44:36 +0000 (15:44 +0000)]
Fix for version no. (date) in upgrade.php

17 years agoNew database fields in mnet_host for roaming themes
donal72 [Tue, 2 Oct 2007 15:43:11 +0000 (15:43 +0000)]
New database fields in mnet_host for roaming themes

17 years agoadding caps for new gradebook settings into has_admin_caps() perf hack in block_admin...
skodak [Tue, 2 Oct 2007 15:33:09 +0000 (15:33 +0000)]
adding caps for new gradebook settings into has_admin_caps() perf hack in block_admin_tree

17 years agofixed typo in last commit - undefined $sql
skodak [Tue, 2 Oct 2007 15:24:19 +0000 (15:24 +0000)]
fixed typo in last commit - undefined $sql

17 years agoMDL-11552 - Oops, I missed one bit when merging from OU Moodle.
tjhunt [Tue, 2 Oct 2007 13:32:51 +0000 (13:32 +0000)]
MDL-11552 - Oops, I missed one bit when merging from OU Moodle.

17 years agoMDL-11552 - Look for the name of an admin report inside the plugin's own lang dir...
tjhunt [Tue, 2 Oct 2007 13:30:51 +0000 (13:30 +0000)]
MDL-11552 - Look for the name of an admin report inside the plugin's own lang dir before falling back to the main admin.php lang file.

17 years agoRemoving un-needed DISTINCT here actually solves MDL-11546
moodler [Tue, 2 Oct 2007 09:45:00 +0000 (09:45 +0000)]
Removing un-needed DISTINCT here actually solves MDL-11546

(after discussion with Martin Langhoff in Skype)

17 years agoFixes MDL-11161, Activity type text ... beginning of activity links in Screen Reader...
nfreear [Tue, 2 Oct 2007 09:36:47 +0000 (09:36 +0000)]
Fixes MDL-11161, Activity type text ... beginning of activity links in Screen Reader...moved to end  (also MDL- 7436)

17 years agoaccesslib: dirty context handling now uses cache_flags
martinlanghoff [Tue, 2 Oct 2007 08:46:27 +0000 (08:46 +0000)]
accesslib: dirty context handling now uses cache_flags

get_dirty_contexts() and mark_context_dirty() now use cache_flags
infrastructure. Remove deprecated cleanup_dirty_contexts() - this is
now handled by gc_cache_flags() in a more generic way.

17 years agomoodlelib: Introducing the cache_flags functions
martinlanghoff [Tue, 2 Oct 2007 08:39:44 +0000 (08:39 +0000)]
moodlelib: Introducing the cache_flags functions

These are functions for handling the volatile entries in the
cache_flags table.

 get_cache_flags() - get array of current flags
 set_cache_flag()  - set a single flag
 unset_cache_flag() - unset a single flag
 gc_cache_flags() - garbage-collect expired flags

17 years agoversion bump: introducing cache_flags table to store volatile time-bound flags
martinlanghoff [Tue, 2 Oct 2007 08:38:19 +0000 (08:38 +0000)]
version bump: introducing cache_flags table to store volatile time-bound flags

We are intending to use them for dirty context paths, lightweight
session entries for auth/ldap, and other similar uses...

MDL-11347

17 years agodmllib: more consistent err handling for execute_sql() and others
martinlanghoff [Tue, 2 Oct 2007 08:34:10 +0000 (08:34 +0000)]
dmllib: more consistent err handling for execute_sql() and others

Silent errors in execute_sql() have been causing us lots of grief.
Turns out that if you have dblogerror set, it _will_ write it to the
logs.

DMLlib wasn't consistent. Most "modern" codepaths were calling both
debugging() and the dblogerror idiom. So we make all calls to
$db->Execute() consistent.

(Some exceptions remain, mostly for hardcoded SQL, such as the SET
statements when we connect...)

17 years agoadded 4 new functions for Moodle 1.9 gradebook: "hotpot_get_user_grades", "hotpot_upd...
gbateson [Tue, 2 Oct 2007 07:46:49 +0000 (07:46 +0000)]
added 4 new functions for Moodle 1.9 gradebook: "hotpot_get_user_grades", "hotpot_update_grades", "hotpot_grade_item_update" and "hotpot_grade_item_delete"

17 years agoFixed a notice relating to customcorners not being initialised
moodler [Tue, 2 Oct 2007 07:16:09 +0000 (07:16 +0000)]
Fixed a notice relating to customcorners not being initialised

17 years agoBugfix caused by typo in /mnet/lib.php: This issue will have broken mnet for many...
donal72 [Tue, 2 Oct 2007 06:45:40 +0000 (06:45 +0000)]
Bugfix caused by typo in /mnet/lib.php: This issue will have broken mnet for many users.

17 years agoApplied DISTINCT as per Martin Langhoff's solution in MDL-11381
moodler [Tue, 2 Oct 2007 06:18:30 +0000 (06:18 +0000)]
Applied DISTINCT as per Martin Langhoff's solution in MDL-11381

user/index: ensure each user appears only once in participants list

Regardless of the number of enrolments, ensure we list a single entry
per user using DISTINCT. Much easier to manage than a GROUP BY.

17 years agochange participants of frontpage course to display all users, if current user has...
toyomoyo [Tue, 2 Oct 2007 03:37:30 +0000 (03:37 +0000)]
change participants of frontpage course to display all users, if current user has capability MDL-11143

17 years agoMDL-11538: lib/olson - bugfix, olson time-zone import doesn't deal with rule changes...
mattc-catalyst [Tue, 2 Oct 2007 01:43:07 +0000 (01:43 +0000)]
MDL-11538: lib/olson - bugfix, olson time-zone import doesn't deal with rule changes in the future

Author: Matt Clarkson <mattc@catalyst.net.nz>

17 years agouse new function "hotpot_stripslashes()" instead of PHP's "stripslashes()" to remove...
gbateson [Sun, 30 Sep 2007 04:21:52 +0000 (04:21 +0000)]
use new function "hotpot_stripslashes()" instead of PHP's "stripslashes()" to remove slashes after preg_replace with "e" modifier, because when MSSQL Server is installed, PHP's "stripslashes()" does not remove slashes, even if the Moodle database is not MSSQL

17 years agoMDL-11517 reserved word MOD used in table alias in questions backup code
skodak [Sat, 29 Sep 2007 16:26:13 +0000 (16:26 +0000)]
MDL-11517 reserved word MOD used in table alias in questions backup code

17 years agoMDL-11516 removed Call-time pass-by-reference when using get_question_options()
skodak [Sat, 29 Sep 2007 16:18:01 +0000 (16:18 +0000)]
MDL-11516 removed Call-time pass-by-reference when using get_question_options()

17 years agoMDL-11510 added missing fields in new gradebook backup
skodak [Sat, 29 Sep 2007 16:07:52 +0000 (16:07 +0000)]
MDL-11510 added missing fields in new gradebook backup

17 years agoMDL-10383 added new subarray into $SESSION->activegroup which store active group...
skodak [Sat, 29 Sep 2007 13:48:41 +0000 (13:48 +0000)]
MDL-10383 added new subarray into $SESSION->activegroup which store active group in groupings for users with accessallgroups permission - defaults to 0 on first use; this should solve the problem when user has accessallgroups only in one activity

17 years agoMDL-11462 fixed PARAM_URL inline focs, uncommented old regex in URL validation librar...
skodak [Sat, 29 Sep 2007 11:01:34 +0000 (11:01 +0000)]
MDL-11462 fixed PARAM_URL inline focs, uncommented old regex in URL validation library - official TLD not required anymore

17 years agoMDL-11504 added grade_letter -> grade_letters migration - will not be executed on...
skodak [Fri, 28 Sep 2007 21:58:02 +0000 (21:58 +0000)]
MDL-11504 added grade_letter -> grade_letters migration - will not be executed on dev sites where grade_letters already exists :-(

17 years agoMDL-11504 fixed defaults in grade_items/display; added decimals and display to grade_...
skodak [Fri, 28 Sep 2007 21:00:31 +0000 (21:00 +0000)]
MDL-11504 fixed defaults in grade_items/display; added decimals and display to grade_items_history

17 years agoMDL-11495 grade letter setting improvements:
skodak [Fri, 28 Sep 2007 20:12:43 +0000 (20:12 +0000)]
MDL-11495 grade letter setting improvements:
* in_null for decimals defaults checks
* store letter settings only in database - no cfg settings
* separate configuration page for letters only - pluginselector+admin tree
* new capability to manage grade letters - similar to scales and outcomes
* added grade_letters db index
* grade letters related minor bugfixing

17 years agoFixes MDL-11496, SQL error when deleting a unit via the (ou) Publisher - delete group...
nfreear [Fri, 28 Sep 2007 12:57:15 +0000 (12:57 +0000)]
Fixes MDL-11496, SQL error when deleting a unit via the (ou) Publisher - delete groupings.

17 years agoMDL-11495 removed GRADE_DECIMALS_DEFAULT null constant, is_null() used instead for...
skodak [Fri, 28 Sep 2007 11:08:44 +0000 (11:08 +0000)]
MDL-11495 removed GRADE_DECIMALS_DEFAULT null constant, is_null() used instead for tests, -1 used in menu options

17 years agoMDL-11406 Removed lang files from block folder, and put them in en_utf8 and fr_utf8
nicolasconnault [Fri, 28 Sep 2007 08:46:25 +0000 (08:46 +0000)]
MDL-11406 Removed lang files from block folder, and put them in en_utf8 and fr_utf8

17 years agoMDL-11480 Reviewed, tested, and pplied Petr's patch.
nicolasconnault [Fri, 28 Sep 2007 07:55:51 +0000 (07:55 +0000)]
MDL-11480 Reviewed, tested, and pplied Petr's patch.

17 years agoadding a fieldset
toyomoyo [Fri, 28 Sep 2007 07:25:09 +0000 (07:25 +0000)]
adding a fieldset

17 years agominor fixes/typo for notes
toyomoyo [Fri, 28 Sep 2007 07:21:48 +0000 (07:21 +0000)]
minor fixes/typo for notes

17 years agominor fixes for bulk user actions, adding ?>, using delete_user() function to delete...
toyomoyo [Fri, 28 Sep 2007 03:07:03 +0000 (03:07 +0000)]
minor fixes for bulk user actions, adding ?>, using delete_user() function to delete users, etc

17 years agoMDL-11478, fixing a notice
toyomoyo [Fri, 28 Sep 2007 01:53:45 +0000 (01:53 +0000)]
MDL-11478, fixing a notice

17 years agoPassing $course to require_login() provides correct and
stronk7 [Thu, 27 Sep 2007 23:37:42 +0000 (23:37 +0000)]
Passing $course to require_login() provides correct and
automatic navlinks to the course. MDL-11452

17 years agoMDL-11456 the .grade-report-grader table {} style was cascading down to the popups...
nicolasconnault [Thu, 27 Sep 2007 18:00:25 +0000 (18:00 +0000)]
MDL-11456 the .grade-report-grader table {} style was cascading down to the popups (which use tables, alas...), so I created a number of css classes which now control color, font etc for caption and feedback cells of the popup.

17 years ago_new is _blank
stronk7 [Thu, 27 Sep 2007 15:10:52 +0000 (15:10 +0000)]
_new is _blank

17 years agogenerate_email_supportuser needs to set maildisplay for email_to_user to include...
jmg324 [Thu, 27 Sep 2007 12:38:40 +0000 (12:38 +0000)]
generate_email_supportuser needs to set maildisplay for email_to_user to include proper support details.

17 years agoMDL-10791 format_float() now supports non-localised output too (. decimal separator...
skodak [Thu, 27 Sep 2007 09:58:40 +0000 (09:58 +0000)]
MDL-10791 format_float() now supports non-localised output too (. decimal separator forced)

17 years agoMDL-11472 fixed harcoded mdl_ prefix in sql queries
skodak [Thu, 27 Sep 2007 08:41:19 +0000 (08:41 +0000)]
MDL-11472 fixed harcoded mdl_ prefix in sql queries

17 years agoMDL-11442 removed last instances of global $course
skodak [Thu, 27 Sep 2007 08:18:28 +0000 (08:18 +0000)]
MDL-11442 removed last instances of global $course

17 years agofixed closing of popup on saving question which was broken and also added closing...
jamiesensei [Thu, 27 Sep 2007 08:17:09 +0000 (08:17 +0000)]
fixed closing of popup on saving question which was broken and also added closing of popup on cancel.

17 years agomodifiedby and timemodified is now set when a question is created as well as createdb...
jamiesensei [Thu, 27 Sep 2007 07:41:58 +0000 (07:41 +0000)]
modifiedby and timemodified is now set when a question is created as well as createdby and timecreated instead of being left as zero

17 years agoMDL-11451 adding default ipaddress restriction and 7 days lifetime for user key
skodak [Thu, 27 Sep 2007 07:06:17 +0000 (07:06 +0000)]
MDL-11451 adding default ipaddress restriction and 7 days lifetime for user key

17 years agoMDL-11451 fixing silly typo in cap name
skodak [Thu, 27 Sep 2007 06:56:51 +0000 (06:56 +0000)]
MDL-11451 fixing silly typo in cap name

17 years agoMDL-5327 - When making up a default question name from the question text, strip any...
tjhunt [Thu, 27 Sep 2007 06:54:17 +0000 (06:54 +0000)]
MDL-5327 - When making up a default question name from the question text, strip any HTML tags. Merged from MOODLE_18_STABLE.

17 years agoMDL-11451 grade publishing security/privacy improved - new capabilities needed for...
skodak [Thu, 27 Sep 2007 06:51:54 +0000 (06:51 +0000)]
MDL-11451 grade publishing security/privacy improved - new capabilities needed for publishing, by default allowed only for admins; added warning to publishing option

17 years agofixing a typo
toyomoyo [Thu, 27 Sep 2007 03:02:01 +0000 (03:02 +0000)]
fixing a typo

17 years agowhen no gradebook roles is set, there are lots of sql breakages so we should check...
toyomoyo [Thu, 27 Sep 2007 02:29:46 +0000 (02:29 +0000)]
when no gradebook roles is set, there are lots of sql breakages so we should check gradebookroles first

17 years agomodifying get_user_by_capability to handle requests on frontpage courses and sub...
toyomoyo [Thu, 27 Sep 2007 01:46:41 +0000 (01:46 +0000)]
modifying get_user_by_capability to handle requests on frontpage courses and sub contexts. MDL-11143

17 years agoMDL-11466 - failing to check for the case $rs = false in the accesslib performance...
tjhunt [Wed, 26 Sep 2007 21:31:54 +0000 (21:31 +0000)]
MDL-11466 - failing to check for the case $rs = false in the accesslib performance improvements. Credit for the fix goes to Gareth Morgan.

17 years agoMDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE.
tjhunt [Wed, 26 Sep 2007 20:45:23 +0000 (20:45 +0000)]
MDL-9331 - Problem with the tables on the quiz index page. Merged from MOODLE_18_STABLE.

17 years agoMDL-5086 - Improve the formatting of the question import and export help so that...
tjhunt [Wed, 26 Sep 2007 20:13:47 +0000 (20:13 +0000)]
MDL-5086 - Improve the formatting of the question import and export help so that the code samples fit. Merged from MOODLE_18_STABLE.

17 years agoTweak the styles for <pre> tags in help files. These are mostly used for code samples...
tjhunt [Wed, 26 Sep 2007 20:10:08 +0000 (20:10 +0000)]
Tweak the styles for <pre> tags in help files. These are mostly used for code samples, and they have a grey background and are shown in a different font, so the indent I am getting rid of is not necessarly to make the structure of the document clearn, and usually just means that the code sample does not fit. Merged from MOODLE_18_STABLE.

17 years agoMDL-10985 improved form validation in xml grade import
skodak [Wed, 26 Sep 2007 19:34:54 +0000 (19:34 +0000)]
MDL-10985 improved form validation in xml grade import

17 years agoMDL-11460
skodak [Wed, 26 Sep 2007 19:25:50 +0000 (19:25 +0000)]
MDL-11460