27166 Commits

Author SHA1 Message Date
nicolasconnault
9ba38673fa Fixed bugs and typos in grade backups 2007-07-27 13:38:06 +00:00
tjhunt
bb7053f3d8 MDL-10627 - "No message plugins installed" warning on admin page on head 2007-07-27 11:31:34 +00:00
dwoolhead
98907dbaaa Correct display of unittest results for IE 2007-07-27 11:13:22 +00:00
tjhunt
a2cd1ed6ff MDL-10626 - Change HTML of checkboxes etc., to make it easier to style forms 2007-07-27 11:05:34 +00:00
tjhunt
a4bcb27f0e Improvements to sql_bitand, etc. so that the caller does not have to worry about operator precidence. 2007-07-27 09:24:20 +00:00
nicolasconnault
1bf35770e6 Repaired the language file that was causing the printing of a weird UTF-8 character in admin page 2007-07-27 06:18:39 +00:00
toyomoyo
3527464679 when unassign users in course, if user has no more course:view capability left, he should be removed from all groups in course 2007-07-27 05:43:05 +00:00
toyomoyo
bf4bb28d4f MDL-10557, adding format_string() to support multilang filter usage on grade item names 2007-07-27 02:28:59 +00:00
toyomoyo
b0e1ed348a MDL-10557, adding format_string prior to return of grade item name in order to support multilang filger 2007-07-27 01:59:47 +00:00
stronk7
6287423e4a Adding not needed - but better - missing break 2007-07-26 18:06:11 +00:00
stronk7
fd5d527925 Adding some sql_bitXXX() functions to be able to generate
cross-db bitwise operations. Not fully tested yet but I need
this in CVS to be able to test under Oracle.
2007-07-26 17:45:08 +00:00
thepurpleblob
1b36a58597 MDL-10239:
Improper check for correct answer in true/false questions
2007-07-26 15:08:16 +00:00
thepurpleblob
46d798182a This new moodle_url thing (which is really confusing by the way)
had broken the page. The selected category was being ignored.
Fixed, but possibly not in the most elegant way!!
2007-07-26 13:50:59 +00:00
thepurpleblob
7d43178bf2 This new moodle_url thing (which is really confusing by the way)
had broken the page. The selected category was being ignored.
Fixed, but possibly not in the most elegant way!!
2007-07-26 13:43:25 +00:00
thepurpleblob
a783cec297 Possible error passing course id from page to page resolved 2007-07-26 12:38:28 +00:00
tjhunt
d5ab1b0cf4 Minor tidyup. 2007-07-26 12:04:34 +00:00
tjhunt
8995ddda2a MDL-10619 - Quiz password form does not work. 2007-07-26 11:39:04 +00:00
thepurpleblob
301317e987 Whoops - parameters need to match category check and display of course. 2007-07-26 11:04:28 +00:00
thepurpleblob
9782846235 MDL-9123:
Check that the selected category is allowed.

Merged from STABLE_18
2007-07-26 10:56:13 +00:00
nicolasconnault
e96cb4feaa MDL-10550 Fixed small bugs 2007-07-26 08:49:53 +00:00
nicolasconnault
41b477217d MDL-10210 Removed the loading of the $CFG versions of the preferences when the user versions are set to default. This means that a value set to default always stays at default unless it is changed manually. 2007-07-26 07:58:00 +00:00
moodler
eabbdb0ee5 Automatic installer.php lang files by installer_builder (20070726) 2007-07-26 05:08:10 +00:00
toyomoyo
16677200a3 adding some strings 2007-07-26 03:09:13 +00:00
toyomoyo
6872debcc8 merged fix for MDL-10564, wrong userid used in get_my_courses() for blogs 2007-07-26 02:47:44 +00:00
toyomoyo
787fb606a6 merged fix for MDL_9804, course shortname limited to 15 chars on forms 2007-07-26 02:30:18 +00:00
skodak
f10fac9669 MDL-10544 basic UI for outcome item adding/editing implemented - todo: calculation support, lang strings, bugfixing...
whitespace cleanup
2007-07-25 22:12:17 +00:00
skodak
4faf5f99be MDL-10478 reworked collapse/expand for grade categories 2007-07-25 19:57:47 +00:00
tjhunt
be161556ce OU Bug 2867 - Overview report keeps forgetting the 'Display options' settings. Merged MOODLE_18_STABLE. 2007-07-25 17:08:41 +00:00
nicolasconnault
438a5aa9ad MDL-9628 Moving Basic support for compact view from report class to grade_category class, internal to the grade_tree recursive construction 2007-07-25 15:04:31 +00:00
urs_hunkler
e7bbdbbaa1 added paddign-top:1em for removed <br /> in sitelink 2007-07-25 14:58:40 +00:00
urs_hunkler
3572b8b1ee removed <br /> in sitelink 2007-07-25 14:50:37 +00:00
thepurpleblob
6f83b034e0 MDL-10604:
Add ability to add sub categories directly from category screens.

Merged from STABLE_18
2007-07-25 14:02:27 +00:00
thepurpleblob
ba5c5f210a MDL-10604:
Add ability to add sub categories directly from category screens.

Merged from STABLE_18
2007-07-25 13:57:26 +00:00
thepurpleblob
7d59f03afd MDL-10604:
Add ability to add sub categories directly from category screens.
2007-07-25 13:54:25 +00:00
tjhunt
33dfb53e09 Fix whitespace. 2007-07-25 12:34:21 +00:00
tjhunt
362b172c18 Tabs to spaces. 2007-07-25 12:01:57 +00:00
urs_hunkler
a08d370b51 changed old getElementById(id).submit() to the new submitFormById(id) call. 2007-07-25 11:19:42 +00:00
nicolasconnault
48b5d8f38b MDL-9628 Basic support for compact view 2007-07-25 09:33:08 +00:00
toyomoyo
675bfda8ae changing to more cross-db compatible is null 2007-07-25 09:12:31 +00:00
toyomoyo
fc61f64b72 some fixes for grade outcomes 2007-07-25 08:57:59 +00:00
moodler
f3db3cfc38 New capability gradereport/outcomes:manage and implementation in tabs 2007-07-25 07:53:09 +00:00
toyomoyo
938de499da adding some capabilities to outcomes 2007-07-25 07:51:01 +00:00
moodler
b9c70b99de Fix selected tabs 2007-07-25 07:34:00 +00:00
moodler
5d2dfba2a8 IMproved tabs 2007-07-25 07:25:46 +00:00
toyomoyo
e41442e47f some outcomes code 2007-07-25 07:24:04 +00:00
moodler
78091c4572 Bumping versions to fix capability upgrade 2007-07-25 07:09:12 +00:00
moodler
05b4211927 A little more info when upgrading plugins 2007-07-25 07:08:07 +00:00
moodler
344e5c5397 Bump to fix capability upgrade 2007-07-25 06:28:50 +00:00
toyomoyo
e99c48d856 adding a new key 2007-07-25 03:14:17 +00:00
toyomoyo
c0bd9f4865 split into course.php and site.php 2007-07-25 02:03:49 +00:00