tjhunt
3d96cba76a
Improve PHP doc comments.
2007-12-12 17:10:48 +00:00
toyomoyo
6967ba2846
MDL-12544, hide hidden roles in profile when user has no capability
2007-12-12 07:13:09 +00:00
toyomoyo
a249879a86
MDL-12550, wrong user count in role assignment
2007-12-12 03:31:26 +00:00
stronk7
8884b320b4
Reintroducing the possibility to declare a second row of tabs
...
via extratabs. MDL-12551
Merged from MOODLE_19_STABLE
2007-12-12 00:58:09 +00:00
stronk7
6030279805
Adding the ability to perform custom uninstall tasks in modules. MDL-12520
...
Merged from MOODLE_19_STABLE
2007-12-11 23:39:32 +00:00
tjhunt
89d7d96279
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.
2007-12-11 18:49:56 +00:00
tjhunt
02e48901b4
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.
2007-12-11 16:55:54 +00:00
tjhunt
4adab2a4a1
MDL-8682 - followup. When disabling the enter key, don't disable it on links. That is bad for accessibility. Merged from MOODLE_19_STABLE.
2007-12-11 16:23:54 +00:00
tjhunt
7b51c4e134
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.
2007-12-11 15:55:25 +00:00
nfreear
0154653b9b
Fixes MDL-12541 "Weeks course format - dates for each section should be marked up as heading". Merged.
2007-12-11 15:25:07 +00:00
tjhunt
d8d9497719
MDL-12540 - Quiz sometimes outputs content before <head> when previewing - breaks HTML strict. Merged from MOODLE_19_STABLE.
2007-12-11 15:04:31 +00:00
nfreear
93beeb7254
Fixes MDL-12539 "Help link text for all admin/user filters are broken".
2007-12-11 13:58:39 +00:00
nfreear
3b726c87a3
Fixes MDL-12539 "Help link text for all admin/user filters are broken".
2007-12-11 12:58:37 +00:00
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