29771 Commits

Author SHA1 Message Date
tjhunt
b04ad8649b 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. 2007-12-11 10:37:53 +00:00
pichetp
4efa376ffb MDL-12421 rounding 2007-12-11 09:13:17 +00:00
pichetp
87cd4f5469 MDL-12503 Loguniform and MDL-12421 rounding 2007-12-11 08:56:24 +00:00
toyomoyo
f7b3e5a50b MDL-12504, gradebook export does not respect course item position 2007-12-11 05:44:11 +00:00
scyrma
8d7924ba0b prevent some notices, cleaner code. 2007-12-11 05:10:10 +00:00
scyrma
d0b869a00c MDL-12528 - getElementById was misspelled. 2007-12-11 05:00:14 +00:00
jamiesensei
2c44a3d393 MDL-12410 - a way to select which questions to export, includes debug messages 2007-12-11 03:24:35 +00:00
toyomoyo
dfbe1fa473 MDL-12463, do not backup mod gradeitems if not selected 2007-12-11 03:16:15 +00:00
toyomoyo
c9607072c1 MDL-12519. grader report row colors override highlighting 2007-12-11 02:04:36 +00:00
martinlanghoff
70dd126e0b 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
2007-12-10 21:35:58 +00:00
tjhunt
aaa6ac6f2a 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. 2007-12-10 17:37:14 +00:00
tjhunt
0b94215637 Do not suppress errors from developers! it makes debugging a nightmare! 2007-12-10 16:53:17 +00:00
tjhunt
c85aea03d3 Fix notice in numerical question. 2007-12-10 11:57:24 +00:00
nfreear
b0dc3e563d Fixes bug MDL-2674, "backup always backsup/restores groups regardless of user settings" - restore group/grouping option. 2007-12-10 10:26:47 +00:00
stronk7
0404b472cf Document MDL-12378
Merged from MOODLE_19_STABLE
2007-12-09 18:22:24 +00:00
stronk7
dbe3f5b520 Prevent XHTML breackage. MDL-12378
Merged from MOODLE_19_STABLE
2007-12-09 18:20:55 +00:00
stronk7
5383636fbb Changing wrong UNSIGNEDs to nulls in tests. MDL-11662
Merged from MOODLE_19_STABLE
2007-12-08 18:54:24 +00:00
stronk7
4a5d0a39b1 Changing XMLDB_UNSIGNED to nulls for non-numeric types. MDL-11662
Merged from MOODLE_19_STABLE
2007-12-08 18:44:12 +00:00
stronk7
051b9588d1 XMLDB_UNSIGNED only applicable to number types. MDL-11662
Merged from MOODLE_19_STABLE
2007-12-08 18:20:15 +00:00
tjhunt
9ce2fe53cb 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. 2007-12-07 16:58:07 +00:00
sam_marshall
c6b666847c MDL-12500 Fixed restore conversion for links in database templates 2007-12-07 16:26:32 +00:00
nicolasconnault
30923fcd7f MDL-11835 Making sure all upgraded grade_items have their grademax properly set 2007-12-07 16:12:02 +00:00
stronk7
87c06e6ebd Using new cross-db sql_isnotempty() function. MDL-12084 2007-12-07 15:58:04 +00:00
sam_marshall
1be64f767b MDL-11845 Last checkin accidentally omitted a require_once (hopefully finally done now!!) 2007-12-07 11:11:44 +00:00
sam_marshall
ae8c48f726 MDL-11845 Updated the three file downloads from Snoopy to download_file_content (which I didn't know about before :) 2007-12-07 10:24:00 +00:00
nicolasconnault
a47d38f294 MDL-11835 Alternating row colours for grader report 2007-12-07 09:47:10 +00:00
nicolasconnault
292e3e12ee MDL-11835 Alternating row colours for grader report 2007-12-07 09:47:10 +00:00
nicolasconnault
0c87b5aac0 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. 2007-12-07 09:14:51 +00:00
fmarier
2bba926db0 weblib: Fix typo in print_table() which was causing invalid <th> tag
MDL-11506
2007-12-07 05:00:22 +00:00
toyomoyo
40e473bfe1 customized cron should be in dirroot/local/cron.php 2007-12-07 04:39:40 +00:00
toyomoyo
b1d9fa9b22 MDL-12373, restore should not try to restore pre 1.9 gradebook categories 2007-12-07 04:07:42 +00:00
toyomoyo
94c68814ab MDL-12432, do not enable 'updated only' grades export for other plugins 2007-12-07 01:42:09 +00:00
mattc-catalyst
2d5b1ac891 MDL-12433: course/info respect the $CFG->allowvisiblecoursesinhiddencategories setting
Credit goes to Petr Kalis
2007-12-07 00:30:21 +00:00
mattc-catalyst
df825b971f MDL-12335: mod/lesson - fixed missing navigation links 2007-12-06 22:33:36 +00:00
sam_marshall
3e93ea86c0 MDL-11845 Support for config proxy options when downloading language packs (& other components), timezone file 2007-12-06 18:12:42 +00:00
poltawski
f9192b6538 MDL-12464 - if a glossary is deleted, it causes some breakage in the
random glossary block

Merged from MOODLE_19_STABLE
2007-12-06 15:43:46 +00:00
nicolasconnault
9776dba81b MDL-11835 Changing default aggregateonlygraded to false 2007-12-06 14:24:48 +00:00
nicolasconnault
6e17e472ee MDL-11835 Changed upgradelib so that course category aggregation and grade category default aggregation are simple weighted mean 2007-12-06 14:20:37 +00:00
tjhunt
0d7c3b78cd MDL-12448 - Fix page_generic_activity->init_full() to use get_coursemodule_from_instance(). Merged from MOODLE_19_STABLE. 2007-12-06 11:38:53 +00:00
nicolasconnault
f9124bd22f MDL-11835 Merging from 1.9 2007-12-06 09:45:58 +00:00
skodak
ee022cb7b8 fixing unmerged files 2007-12-06 09:21:55 +00:00
nicolasconnault
9ecd438653 MDL-11835 Implemented all the default settings suggested in the pdf report, and turned down the size of the report table fonts. 2007-12-06 09:17:28 +00:00
skodak
3f4e29b4ac fixing unmerged files 2007-12-06 08:44:07 +00:00
toyomoyo
4affe9486b MDL-12352, block/search fails to install on postgres 2007-12-06 07:10:29 +00:00
moodler
6806fff30f Automatic installer.php lang files by installer_builder (20071206) 2007-12-06 05:02:23 +00:00
toyomoyo
176058849a MDL-12451, in get_users_by_capability(), defaultroleid bit fixes 2007-12-06 03:57:05 +00:00
toyomoyo
cecac3b37c MDL-8270, fixing a warning 2007-12-06 01:08:25 +00:00
tjhunt
36c6f4f59e MDL-12452 - not a fix I fear, just clarifying the comments about how this method is broken. 2007-12-05 17:25:25 +00:00
tjhunt
628f99616d MDL-12438 - followup - fix typos. Thanks to Dan Poltawski. 2007-12-05 16:50:23 +00:00
tjhunt
349d41f0c5 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. 2007-12-05 16:14:29 +00:00