27208 Commits

Author SHA1 Message Date
skodak
173a9d21ea various grade outcomes and scales improvements, fixes, changes and refactoring
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
tjhunt
d349d4f0e1 MDL-10661 - another bloody invisiblefieldset bug. Merged from MOODLE_18_STABLE. 2007-07-30 22:14:32 +00:00
stronk7
29b71de660 Delete some trailing whitespaces... 2007-07-30 19:13:19 +00:00
urs_hunkler
78b90296f7 MDL-10645 :: removed the quotes around $navigation" within print_navigation($navigation). 2007-07-30 18:43:43 +00:00
stronk7
13c59ebc0f Fixed one minor XHTML problem 2007-07-30 17:20:42 +00:00
stronk7
88dffda52c Cleaning some trailing spaces here and there. 2007-07-30 17:11:55 +00:00
tjhunt
5fceb049cc Use of get_html_head_contributions was causing unwanted interaction bewteen question types. Switched to using a class variable. 2007-07-30 17:04:46 +00:00
stronk7
5460bdd884 Since now, Moodle 2.0 will require PHP 5.2. MDL-10390
Merged from MOODLE_18_STABLE
2007-07-30 16:49:40 +00:00
nicolasconnault
e751b5602e MDL-9664 Attempting to address the issue. I need feedback from many people on this, so this commit is only a temporary fix. 2007-07-30 16:43:12 +00:00
stronk7
2b22db69c3 Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:16:22 +00:00
stronk7
e5736382ec Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:12:01 +00:00
stronk7
f05e24491a Re-adding some strings that were lost when stripping BOMB 2007-07-30 15:06:52 +00:00
nicolasconnault
84338bde48 MDL-10637 Applied Eloy's suggested fix to the BOMs in the files he detected on his oh-so-aware Mac :-) 2007-07-30 11:51:37 +00:00
tjhunt
de266537a7 MDL-10300 - cleaning incorrectly applied to overall feedback. 2007-07-30 10:33:43 +00:00
tjhunt
00719c02d6 MDL-10656 - Way to control when Overall feedback is displayed, independantly of the other sorts of feedback. Also, improve the layout of those settings on the quiz editing form. 2007-07-30 10:05:11 +00:00
nicolasconnault
56cef27dab MDL-10210 Updated the admin settings page for the grader report. 2007-07-30 09:46:01 +00:00
tjhunt
46ee31748d Change the config.html form to match changes made in mod_form ages ago. Oops! 2007-07-30 09:41:31 +00:00
tjhunt
9fd26d1042 Eliminate commented code. 2007-07-30 09:36:39 +00:00
nicolasconnault
8933d48cf4 MDL-10210 Added help text for fields of 'text' type: "Leave this field empty to use the site default (currently $a)" 2007-07-30 09:01:14 +00:00
toyomoyo
7b61efbefe bug fix and hopefully faster grade average calculation 2007-07-30 08:50:26 +00:00
nicolasconnault
28c955150e MDL-10210 Re-organised the gradebook preferences, and now displaying site defaults inside the dropdown menus instead of the labels. 2007-07-30 07:12:33 +00:00
toyomoyo
9ade462ce1 fixing broken paging bar 2007-07-30 06:58:46 +00:00
toyomoyo
268366744a adding jumpto menu for import and export 2007-07-30 06:28:41 +00:00
toyomoyo
082443a9d3 adding jump menu 2007-07-30 06:23:24 +00:00
toyomoyo
3e176d9de2 adding function get_fieldset_select() MDL-10181 2007-07-30 04:36:05 +00:00
toyomoyo
57a80eb6a3 fixing notes style 2007-07-30 04:31:26 +00:00
toyomoyo
4e4889f28d fixing some strings 2007-07-30 04:30:19 +00:00
moodler
fc2ee492d1 Automatic installer.php lang files by installer_builder (20070730) 2007-07-30 04:29:24 +00:00
toyomoyo
1cf124a7de merged fix for MDL_10640, adding missing index for mdl_role_capabilities table during upgrade 2007-07-30 02:42:17 +00:00
skodak
78ad5f3ff0 MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00
urs_hunkler
70244cc2cd MDL-10075 - changes done following Petr's patch and optional_param with default ltr 2007-07-29 20:46:05 +00:00
skodak
cb5105a872 MDL-9960 more support for NULLs in db values + unittests 2007-07-29 15:20:51 +00:00
skodak
31fa03861f fixed grade category unit tests 2007-07-29 13:58:57 +00:00
skodak
514a3467a4 MDL-10636 reverting last commit 2007-07-29 13:22:50 +00:00
stronk7
21fed7a3ed Minor change from 0 to null in formats. More correct and compatible
with previous (0) implementation. MDL-9911
2007-07-28 16:04:52 +00:00
stronk7
35dc61d374 Updating PEAR-Excel lib doc. MDL-9911 2007-07-28 15:15:26 +00:00
stronk7
8e268b268b Updating PEAR-Excel package to 0.9.1 MDL-9911 2007-07-28 15:14:16 +00:00
nicolasconnault
f04873a9ea MDL-10636
Attempting to fix a number of bugs related to backup/restore for gradebook
2007-07-28 09:23:32 +00:00
moodler
300cede9d7 Automatic installer.php lang files by installer_builder (20070728) 2007-07-28 06:02:11 +00:00
stronk7
6237acc230 Adding one Moodle note about the local hack performed. MDL-9911
Merged from MOODLE_18_STABLE
2007-07-28 00:17:25 +00:00
stronk7
3fef791551 Moodle hack to make the excel generation lib really better
under UTF-8. Credit goes to Thomas Robb. MDL-9911

Merged from MOODLE_18_STABLE
2007-07-28 00:04:44 +00:00
mchurch
0ea0369669 Bug #MDL-10632, fixing the use of 'delete_event'. 2007-07-27 18:39:54 +00:00
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