nicolasconnault
49c8c8d27e
MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions.
2009-08-04 02:05:32 +00:00
nicolasconnault
0a95bebf59
MDL-19797 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
2009-07-28 09:34:15 +00:00
tjhunt
9482c0fff6
scales: Fix initialisation order problem.
2009-07-27 10:05:46 +00:00
nicolasconnault
e060e33dc3
MDL-19727 Replaced boilerplates and removed ID tags. Merged from MOODLE_19_STABLE
2009-07-07 02:26:36 +00:00
nicolasconnault
1cfecb0286
MDL-19404 Getting default values for grade_item object when creating a new grade_category. Merged from MOODLE_19_STABLE
2009-07-07 02:04:15 +00:00
nicolasconnault
5939e44447
MDL-19429 Validating 0 values for grademin, grademax and gradepass for the edit category form. Also checking for grademax < grademin case. Merged from MOODLE_19_STABLE
2009-07-07 01:57:45 +00:00
nicolasconnault
8f2fab88b9
MDL-16438 Fixed parsing of get_plugins_list for grader reports.
2009-07-06 06:56:25 +00:00
nicolasconnault
0f171ca620
MDL-18228 Added a bit of JS to resize the left header of the fixed student column. This should help to keep the rows below aligned. Merged from MOODLE_19_STABLE
2009-07-03 06:33:12 +00:00
tjhunt
666e84584c
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-03 04:23:05 +00:00
tjhunt
bdbc743c1f
Fix some grader report breakage.
2009-07-02 12:43:19 +00:00
tjhunt
e63f88c9a6
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
...
and $CFG->modpixpath to $OUTPUT->mod_icon_url
2009-07-02 12:07:58 +00:00
tjhunt
6b608f8f50
MDL-19690 - lots more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:53:31 +00:00
tjhunt
5d3b999468
MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:26:02 +00:00
tjhunt
4096752d1d
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:06:39 +00:00
samhemelryk
5fdb159e54
grade-edit-tree MDL-16706 Removed inline script
2009-07-02 07:45:44 +00:00
nicolasconnault
93feac1719
MDL-19673 Removed the semi-transparent underlay of YUI tooltips, they don't work in IE. Merged from MOODLE_19_STABLE
2009-07-01 03:57:05 +00:00
stronk7
d47cf63dec
MDL-19579 code coverage - add initial $includecoverage attributes
2009-06-26 17:21:36 +00:00
tjhunt
34a2777ccb
themes: MDL-19077 new $OUTPUT->header/footer to replace print_header/footer.
...
Also, part of the change from weblib.php functions to $OUTPUT-> methods.
This is part of http://docs.moodle.org/en/Development:Theme_engines_for_Moodle%3F
This is a big change, and the result is not perfect yet. Expect some debugging output
on some pages.
The main part of these changes are that $OUTPUT->header now looks for a file
in the theme called layout.php, rather than header.html and footer.html. Also
you can have special templates for certain pages like layout-home.php. There is
fallback code for Moodle 1.9 themes, so they still work.
A few of the old arguments to print_header are no longer supported. (You get an
exception if you try to use them.) Sam H will be cleaning those up.
All the weblib functions that have been replaced with $OUTPUT-> have version in
deprecatedlib, so existing code will go on working for the foreseeable future.
2009-06-26 09:06:16 +00:00
nicolasconnault
795b745a63
MDL-19596 Added browser check and refactored fixed student column check into its own method. Merged from MOODLE_19_STABLE
2009-06-24 00:22:52 +00:00
nicolasconnault
ec3f20419a
MDL-19583 Showing outcomes in user report if enabled at site level. Merged from MOODLE_19_STABLE
2009-06-23 00:38:29 +00:00
skodak
17da2e6f28
MDL-16438 centralise information about plugins to avoid duplication, includes local customisation conversion to standard plugin structure + fixes for some recent regressions; see tracker for more details and links to docs and forums discussions
2009-06-19 14:25:56 +00:00
tjhunt
bcfc87f5de
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
2009-06-15 07:00:08 +00:00
tjhunt
c28bf5c9f8
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
Also, some related JavaScript cleanup.
More to follow.
2009-06-15 05:37:57 +00:00
tjhunt
0287fe7e23
Fix package name.
2009-06-15 02:45:26 +00:00
skodak
fc29e51b2d
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:34:43 +00:00
skodak
a8f3a651c0
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 18:16:08 +00:00
tjhunt
18e8f3ab9e
Fix syntax error.
2009-06-12 10:13:01 +00:00
tjhunt
9a78a083f3
Kill use of deprecated parameter.
2009-06-12 10:05:16 +00:00
samhemelryk
d5c2872377
grader_report MDL-19007 Resolved alignment issue - Thanks Neil for the patch
2009-06-05 09:40:54 +00:00
tjhunt
adf541d99a
grader preport: XHTML strict
2009-06-04 05:19:36 +00:00
skodak
2be0078162
MDL-19364 Create new category in tree doesn't check for advanced grade_item fields, thanks Daniel Neis
2009-06-03 08:57:01 +00:00
skodak
51d1bdba90
MDL-19378 fixed incorrect weight in category form; backported from STABLE
2009-06-03 08:52:53 +00:00
samhemelryk
63c00e30b1
gradelib MDL-19376 Fixed full view link
2009-06-03 04:09:33 +00:00
skodak
cd3a391cf5
MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE
2009-05-30 13:01:20 +00:00
skodak
b925fe0a00
MDL-19323 added missing support for localized floats on category edit page + more cleanup; merged from MOODLE_19_STABLE
2009-05-29 17:30:53 +00:00
nicolasconnault
cf72e2dde3
MDL-19247 Minor adjustments to Moodle Coding Standard, mostly switching Errors to Warnings. Added a file to sniff out elseif declarations. Cleaned up grade/lib.php as an example (no more errors).
2009-05-19 21:17:54 +00:00
skodak
d714732db3
MDL-14831 adding warning - excluded grades are not compatible with sum agg
2009-05-08 20:07:33 +00:00
nicolasconnault
b31f8d294d
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
2009-05-08 13:31:30 +00:00
skodak
4b4c1d1d68
MDL-19068 fixed item decimals before saving item; merged from MOODLE_19_STABLE
2009-05-08 13:18:09 +00:00
nicolasconnault
33e2e92453
MDL-18402 Put default value of 1 for grade item's aggregationcoef if parent category's aggregation is weighted mean. Put 0 for gradepass if field is empty, and 0 for grademin if left empty. This prevents SQL errors because all three fields (aggregationcoef, gradepass and grademin) are non-NULL. Merged from MOODLE_19_STABLE
2009-05-08 07:23:51 +00:00
nicolasconnault
e3efd04c1e
MDL-16416 Created a new help file including explanations of extra credit for both "Sum of Grades" and "Mean with extra credit" aggregation types. This is used on the "Edit categories and items" page. Merging from MOODLE_19_STABLE
2009-05-08 06:30:46 +00:00
skodak
fa5ac78bed
MDL-19111 fixed dimming of hidden until items; merged from MOODLE_19_STABLE
2009-05-07 17:38:40 +00:00
skodak
572befbcf2
MDL-19101 scale selection validated on category edit form; merged from MOODLE_19_STABLE
2009-05-07 08:47:54 +00:00
skodak
d9be236f5d
MDL-19091 removed custom scales from different courses + added BC hack; backported from MOODLE_19_STABLE
2009-05-07 08:39:29 +00:00
nicolasconnault
28087eb710
MDL-12444 Removed aggregationview preference from category edit form. Merged from MOODLE_19_STABLE
2009-05-07 07:57:04 +00:00
skodak
d69ef28b77
MDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE
2009-05-07 07:38:02 +00:00
skodak
b8a3724138
MDL-19088 fixed category aggregation limitations; merged from mOODLE_19_STABLE
2009-05-07 07:19:04 +00:00
skodak
1edd08ab56
MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE
2009-05-06 18:50:52 +00:00
skodak
da2818d34c
MDL-19029 fixed validation problem in yui titles; merged from MOODLE_19_STABLE
2009-05-06 18:35:47 +00:00
skodak
bdfe0ef8c6
MDL-19029 added missing CDATA; merged from MOODLE_19_STABLE
2009-05-05 11:53:20 +00:00