]>
git.mjollnir.org Git - moodle.git/log
scyrma [Tue, 11 Dec 2007 05:10:10 +0000 (05:10 +0000)]
prevent some notices, cleaner code.
scyrma [Tue, 11 Dec 2007 05:00:14 +0000 (05:00 +0000)]
MDL-12528 - getElementById was misspelled.
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
toyomoyo [Tue, 11 Dec 2007 03:16:15 +0000 (03:16 +0000)]
MDL-12463, do not backup mod gradeitems if not selected
toyomoyo [Tue, 11 Dec 2007 02:04:36 +0000 (02:04 +0000)]
MDL-12519. grader report row colors override highlighting
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
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.
tjhunt [Mon, 10 Dec 2007 16:53:17 +0000 (16:53 +0000)]
Do not suppress errors from developers! it makes debugging a nightmare!
tjhunt [Mon, 10 Dec 2007 11:57:24 +0000 (11:57 +0000)]
Fix notice in numerical question.
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.
stronk7 [Sun, 9 Dec 2007 18:22:24 +0000 (18:22 +0000)]
Document MDL-12378
Merged from MOODLE_19_STABLE
stronk7 [Sun, 9 Dec 2007 18:20:55 +0000 (18:20 +0000)]
Prevent XHTML breackage. MDL-12378
Merged from MOODLE_19_STABLE
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
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
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
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.
sam_marshall [Fri, 7 Dec 2007 16:26:32 +0000 (16:26 +0000)]
MDL-12500 Fixed restore conversion for links in database templates
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
stronk7 [Fri, 7 Dec 2007 15:58:04 +0000 (15:58 +0000)]
Using new cross-db sql_isnotempty() function. MDL-12084
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!!)
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 :)
nicolasconnault [Fri, 7 Dec 2007 09:47:10 +0000 (09:47 +0000)]
MDL-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
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.
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
toyomoyo [Fri, 7 Dec 2007 04:39:40 +0000 (04:39 +0000)]
customized cron should be in dirroot/local/cron.php
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
toyomoyo [Fri, 7 Dec 2007 01:42:09 +0000 (01:42 +0000)]
MDL-12432, do not enable 'updated only' grades export for other plugins
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
mattc-catalyst [Thu, 6 Dec 2007 22:33:36 +0000 (22:33 +0000)]
MDL-12335: mod/lesson - fixed missing navigation links
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
poltawski [Thu, 6 Dec 2007 15:43:46 +0000 (15:43 +0000)]
MDL-12464 - if a glossary is deleted, it causes some breakage in the
random glossary block
Merged from MOODLE_19_STABLE
nicolasconnault [Thu, 6 Dec 2007 14:24:48 +0000 (14:24 +0000)]
MDL-11835 Changing default aggregateonlygraded to false
nicolasconnault [Thu, 6 Dec 2007 14:20:37 +0000 (14:20 +0000)]
MDL-11835 Changed upgradelib so that course category aggregation and grade category default aggregation are simple weighted mean
tjhunt [Thu, 6 Dec 2007 11:38:53 +0000 (11:38 +0000)]
MDL-12448 - Fix page_generic_activity->init_full() to use get_coursemodule_from_instance(). Merged from MOODLE_19_STABLE.
nicolasconnault [Thu, 6 Dec 2007 09:45:58 +0000 (09:45 +0000)]
MDL-11835 Merging from 1.9
skodak [Thu, 6 Dec 2007 09:21:55 +0000 (09:21 +0000)]
fixing unmerged files
nicolasconnault [Thu, 6 Dec 2007 09:17:28 +0000 (09:17 +0000)]
MDL-11835 Implemented all the default settings suggested in the pdf report, and turned down the size of the report table fonts.
skodak [Thu, 6 Dec 2007 08:44:07 +0000 (08:44 +0000)]
fixing unmerged files
toyomoyo [Thu, 6 Dec 2007 07:10:29 +0000 (07:10 +0000)]
MDL-12352, block/search fails to install on postgres
moodler [Thu, 6 Dec 2007 05:02:23 +0000 (05:02 +0000)]
Automatic installer.php lang files by installer_builder (
20071206 )
toyomoyo [Thu, 6 Dec 2007 03:57:05 +0000 (03:57 +0000)]
MDL-12451, in get_users_by_capability(), defaultroleid bit fixes
toyomoyo [Thu, 6 Dec 2007 01:08:25 +0000 (01:08 +0000)]
MDL-8270, fixing a warning
tjhunt [Wed, 5 Dec 2007 17:25:25 +0000 (17:25 +0000)]
MDL-12452 - not a fix I fear, just clarifying the comments about how this method is broken.
tjhunt [Wed, 5 Dec 2007 16:50:23 +0000 (16:50 +0000)]
MDL-12438 - followup - fix typos. Thanks to Dan Poltawski.
tjhunt [Wed, 5 Dec 2007 16:14:29 +0000 (16:14 +0000)]
MDL-12450 - Matching up roles on the restore settings form is broken - this is basically a complete rewrite of these two functions. Merged from MOODLE_19_STABLE.
diml [Wed, 5 Dec 2007 15:54:39 +0000 (15:54 +0000)]
fixing security hole. reference : http://moodle.org/mod/forum/discuss.php?d=85748#p379857
Inaki Arenzana
poltawski [Wed, 5 Dec 2007 14:33:10 +0000 (14:33 +0000)]
MDL-12446 - profile signup page not respect custom user profile field
sortorder
Merged from MOODLE_19_STABLE
nicolasconnault [Wed, 5 Dec 2007 09:35:19 +0000 (09:35 +0000)]
MDL-11835 Implemented changes discussed in http://moodle.org/mod/forum/discuss.php?d=85908. Also added item name and module name and category name (for category totals) in alt tags of icons
toyomoyo [Wed, 5 Dec 2007 07:49:56 +0000 (07:49 +0000)]
MDL-12430, if new and regrade are chosen, then preview hides 'old' students
toyomoyo [Wed, 5 Dec 2007 06:13:17 +0000 (06:13 +0000)]
MDL-12439 database preset fixes
toyomoyo [Wed, 5 Dec 2007 02:59:44 +0000 (02:59 +0000)]
MDL-12435, cancel in preferences form doesn't work
toyomoyo [Wed, 5 Dec 2007 01:13:29 +0000 (01:13 +0000)]
MDL-12437, sorting by names adds teacher to gradebook list
skodak [Tue, 4 Dec 2007 23:53:39 +0000 (23:53 +0000)]
MDL-12133 fixed regression in user advanced edit, sorry; merged from MOODLE_19_STABLE
mudrd8mz [Tue, 4 Dec 2007 21:52:16 +0000 (21:52 +0000)]
Merged from MOODLE_19_STABLE. Do not produce PHP warnings in case string file does not define array $string[]
tjhunt [Tue, 4 Dec 2007 17:29:47 +0000 (17:29 +0000)]
MDL-12438 - Print a develoer debug message if you call get_records with a non-unique first column. Merged from MOODLE_19_STABLE.
poltawski [Tue, 4 Dec 2007 12:57:02 +0000 (12:57 +0000)]
MDL-12415 - When we have more than one category/lots of courses the course
block shows two links next to search other (Search Courses/All courses)
which point to the same place....
The all courses link is able to be switched off and the search courses is not,
for this reason i've gone for removing the search courses link.
Merged from MOODLE_19_STABLE
sam_marshall [Tue, 4 Dec 2007 11:47:28 +0000 (11:47 +0000)]
MDL-12431 Added ability for filters to contain lang files
nicolasconnault [Tue, 4 Dec 2007 10:35:25 +0000 (10:35 +0000)]
MDL-12389 Removed the selectallornone element in favour of a more generic submitlink element. The checkbox controller is now added to a form using moodleform::add_checkbox_controller.
martinlanghoff [Tue, 4 Dec 2007 06:26:10 +0000 (06:26 +0000)]
datalib: get_logs_user*() - fix invalid SQL - MDL-12426
Oracle does not accept column labels in the GROUP BY section -
get_logs_usercourse() and get_logs_userday() were computing the
day/hours column and using it in the GROUP BY. The compatible fix
is to reproduce the same computation in the GROUP BY section.
Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>.
martinlanghoff [Tue, 4 Dec 2007 06:25:56 +0000 (06:25 +0000)]
blocks/online_users: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
Credit for the fix goes to Dennis Rochford <Dennis.Rochford@usq.edu.au>
martinlanghoff [Tue, 4 Dec 2007 06:25:42 +0000 (06:25 +0000)]
mod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
This loop also needs some rewriting - it is _very_ inefficient on
large courses.
martinlanghoff [Tue, 4 Dec 2007 06:25:25 +0000 (06:25 +0000)]
accesslib: build_context_path() remove $temptable for Oracle too
The removal of $temptable was incomplete - and so build_context_path()
was broken on Oracle. MDL-11347
toyomoyo [Tue, 4 Dec 2007 05:10:12 +0000 (05:10 +0000)]
MDL-12399, shorten_text() truncates all closing tags
moodler [Tue, 4 Dec 2007 05:09:30 +0000 (05:09 +0000)]
Automatic installer.php lang files by installer_builder (
20071204 )
toyomoyo [Tue, 4 Dec 2007 01:08:48 +0000 (01:08 +0000)]
MDL-12419, do not present course start date if start date is invalid
toyomoyo [Tue, 4 Dec 2007 01:04:03 +0000 (01:04 +0000)]
MDL-12419, do not present course start date if start date is invalid
fmarier [Mon, 3 Dec 2007 23:20:03 +0000 (23:20 +0000)]
ddllib: Mark table_column() as deprecated
Signed-off-by: Eloy Lafuente
stronk7 [Mon, 3 Dec 2007 20:44:03 +0000 (20:44 +0000)]
Adding some outer spaces to returned SQL to avoid wrong
sentences caused by concatenation.
Merged from MOODLE_19_STABLE
stronk7 [Mon, 3 Dec 2007 20:30:41 +0000 (20:30 +0000)]
Adding two new functions: sql_isempty() and sql_isnotempty() to perform
SQL comparisons to empties in a cross-db way. General solution for
problems like MDL-12084
Merged from MOODLE_19_STABLE
nicolasconnault [Mon, 3 Dec 2007 20:13:01 +0000 (20:13 +0000)]
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form
nfreear [Mon, 3 Dec 2007 16:41:36 +0000 (16:41 +0000)]
Fixes bug MDL-12416, Help links - img ALT text should contain phrase "new window" to match link TITLE.
nicolasconnault [Mon, 3 Dec 2007 15:42:11 +0000 (15:42 +0000)]
MDL-12389 Added a new getElementsByClassName function in lib/javascript.php, added the selectallornone formslib element, modified the advcheckbox element to support the group variable, and implemented the new element in grade_export_form
poltawski [Mon, 3 Dec 2007 12:23:24 +0000 (12:23 +0000)]
MDL-12409 - stop access to editing 'site course' with course edit form.
Merged from MOODLE_19_STABLE
toyomoyo [Mon, 3 Dec 2007 06:27:21 +0000 (06:27 +0000)]
MDL-10915, additional setting for emoticons
toyomoyo [Mon, 3 Dec 2007 04:46:37 +0000 (04:46 +0000)]
wrap search/replace in a function so that it could be used in cron
toyomoyo [Mon, 3 Dec 2007 02:03:38 +0000 (02:03 +0000)]
MDL-12397, gradebook sort by names should start with ASC
iarenaza [Sun, 2 Dec 2007 22:19:53 +0000 (22:19 +0000)]
Fix MDL-12407: missing whitespace produces invalid XHTML syntax
iarenaza [Sun, 2 Dec 2007 16:14:13 +0000 (16:14 +0000)]
Remove accidentally revived files as part of MDL-11099 fix
tjhunt [Fri, 30 Nov 2007 12:08:01 +0000 (12:08 +0000)]
MDL-12373 - If you can see your user profile, but don't have moodle/course:viewparticipants, you get a link in the nav bar that takes you to an error message. Merged from MOODLE_19_STABLE.
tjhunt [Fri, 30 Nov 2007 11:00:48 +0000 (11:00 +0000)]
MDL-12393 - Layout tweaks on question category editing page. Merged from MOODLE_19_STABLE.
scyrma [Fri, 30 Nov 2007 03:09:59 +0000 (03:09 +0000)]
Code style corrections.
toyomoyo [Fri, 30 Nov 2007 02:00:04 +0000 (02:00 +0000)]
adding support for customized cron
toyomoyo [Fri, 30 Nov 2007 01:16:26 +0000 (01:16 +0000)]
fixing duplicate header
moodler [Thu, 29 Nov 2007 16:59:26 +0000 (16:59 +0000)]
New installer files added - stronk7
skodak [Thu, 29 Nov 2007 14:43:04 +0000 (14:43 +0000)]
MDL-7028 rewritten course reset + forum role_unassign cleanup fixes; merged from MOODLE_19_STABLE
scyrma [Thu, 29 Nov 2007 07:20:13 +0000 (07:20 +0000)]
Possible fix to MDL-12093 : give window without heading and navigation special css classes.
scyrma [Thu, 29 Nov 2007 06:00:33 +0000 (06:00 +0000)]
MDL-12093 : new strings to get locale-aware popup windows.
scyrma [Thu, 29 Nov 2007 05:54:35 +0000 (05:54 +0000)]
MDL-12093 : cleanup & simplify code to get popup windows.
moodler [Thu, 29 Nov 2007 05:47:38 +0000 (05:47 +0000)]
Automatic installer.php lang files by installer_builder (
20071129 )
toyomoyo [Thu, 29 Nov 2007 04:31:57 +0000 (04:31 +0000)]
MDL-12346, lesson module GIFT import fails
stronk7 [Wed, 28 Nov 2007 18:14:38 +0000 (18:14 +0000)]
Adding new wraplevelXX class for easier containers identification. MDL-12339
Merged from MOODLE_19_STABLE
tjhunt [Wed, 28 Nov 2007 16:43:20 +0000 (16:43 +0000)]
MDL-12330 - moving a question that uses an image in a subfolder of course files, where the same subfolder does not exist at the destination, fails. Merged from MOODLE_19_STABLE.
urs_hunkler [Wed, 28 Nov 2007 16:15:56 +0000 (16:15 +0000)]
added missing pix
urs_hunkler [Wed, 28 Nov 2007 14:22:38 +0000 (14:22 +0000)]
MDL-12370 :: added missing images
tjhunt [Wed, 28 Nov 2007 12:45:57 +0000 (12:45 +0000)]
MDL-12369 - get_actual_response should not truncate the student's response. Merged from MOODLE_19_STABLE.
skodak [Wed, 28 Nov 2007 09:43:47 +0000 (09:43 +0000)]
MDL-7028 gradebook related changes for course reset; merged from MOODLE_19_STABLE
toyomoyo [Wed, 28 Nov 2007 07:53:44 +0000 (07:53 +0000)]
MDL-10263, enable forum search for multiple groups
nicolasconnault [Wed, 28 Nov 2007 05:16:09 +0000 (05:16 +0000)]
MDL-12356 CSS classes implemented
toyomoyo [Wed, 28 Nov 2007 05:08:51 +0000 (05:08 +0000)]
MDL-11818, single post forum descript = first post