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
tjhunt
bcfc87f5de
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
2009-06-15 07:00:08 +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
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
skodak
eeeb388f28
MDL-19029 removed bogus feedback end span; merged from MOODLE_19_STABLE
2009-05-05 11:43:13 +00:00
skodak
7a9ba4b4e2
MDL-19052 fixed separate group mode access on grader report; merged from MOODLE_19_STABLE
2009-05-04 13:13:49 +00:00
nicolasconnault
bd129497f7
MDL-12444 Removed aggregationview preference from grader report. Merged from MOODLE_19_STABLE
2009-05-04 12:30:03 +00:00
skodak
18a003596b
MDL-19029 fixed incorrect closing of divs on grader report; merged from MOODLE_19_STABLE
2009-04-30 10:35:31 +00:00
skodak
30ebb74f44
MDL-18951 standardised group support in grader report
2009-04-30 09:00:43 +00:00
skodak
35079f539c
MDL-18951 standardised group support in grader report (not complete yet)
2009-04-30 08:07:43 +00:00
nicolasconnault
d0d1293d4c
MDL-19027 Added <th> for controls row in edit mode with screenreader and editing on. Merged from MOODLE_19_STABLE
2009-04-30 07:12:00 +00:00
nicolasconnault
6b0b62adf0
MDL-18963 Applied Matt's patch. Merged from MOODLE_19_STABLE
2009-04-29 09:26:37 +00:00
nicolasconnault
5f44fd3e06
MDL-18963 Applying Matt's patch to fix the YUI tooltips in the grader report. Merged from MOODLE_19_STABLE
2009-04-25 06:55:16 +00:00
nicolasconnault
b882f393e2
MDL-13579 Fixed an undefined variable ($course_value). Merged from MOODLE_19_STABLE
2009-04-24 09:05:07 +00:00
nicolasconnault
653a86489e
MDL-18083 Committing gradebook improvements to head
2009-04-16 07:16:44 +00:00
nicolasconnault
126d92d3dd
MDL-18228 Fixed the language issue and removed the grader report preference
2009-03-04 14:20:45 +00:00
nicolasconnault
203b7e2e7a
MDL-18228 Added a grader report preference for using the new fixed student column, and made it always off if $USER->screenreader is set.
2009-02-25 11:09:07 +00:00
nicolasconnault
1f3d80f8f2
MDL-10476 Removed duplicated average row
2009-02-25 08:59:50 +00:00
nicolasconnault
e4eb35a6da
MDL-10476 Fixed ajax
2009-02-25 08:50:52 +00:00
nicolasconnault
784295fe68
MDL-18228 Making sure excludedfloater floats left
2009-02-25 08:03:50 +00:00
nicolasconnault
d4a93c208a
MDL-18004 Redirecting report preference forms to their respective reports when submitted or cancelled
2009-02-17 09:12:25 +00:00
nicolasconnault
54c4a2cb4f
MDL-18004 Separated gradebook course settings from report preferences
2009-02-17 09:01:48 +00:00
nicolasconnault
de0300ea3c
MDL-12631 Fixed breadcrumbs
2009-02-13 08:07:27 +00:00
nicolasconnault
1d1d29985f
MDL-18163 Implemented stats report from LSU gradebook
2009-02-13 08:04:10 +00:00
nicolasconnault
8354e71618
MDL-18004 Added two admin settings for showing/hiding the gradebook dropdown and tab navigation
2009-02-12 10:27:23 +00:00
nicolasconnault
7cdfde4308
no message
2009-02-12 07:55:24 +00:00
nicolasconnault
f5c6409eaa
MDL-17807 Fixed skipped first column (Thanks Barry)
2009-02-11 14:29:11 +00:00
nicolasconnault
b827784e59
MDL-18004 Added a new "Settings tab" which includes course settings and report preferences
2009-02-11 14:27:22 +00:00
nicolasconnault
534b18ce69
MDL-18188 Removed obsolete css files for IE and implemented Sam's solution
2009-02-10 16:31:16 +00:00
nicolasconnault
dc482cfac0
MDL-18083 (including MDL-15680, MDL-17829, MDL-17807, MDL-18004, MDL-12631, MDL-16913)
2009-02-09 10:49:41 +00:00
skodak
c7d45f6da0
MDL-17226 reverted incorrect fix
2009-01-01 23:55:20 +00:00
skodak
fd01125fc2
MDL-17547 added missing param type; merged from MOODLE_19_STABLE
2008-12-07 21:32:01 +00:00
nicolasconnault
7f304262ba
MDL-17226 Hiding the group show/hide settings and toggle for grader report. Merging from MOODLE_19_STABLE
2008-11-13 15:44:01 +00:00
nicolasconnault
4dc81cc70d
MDL-15680 Added grade category aggregation settings and weights, plus correct handling of 3 types of weights.
2008-10-10 07:18:19 +00:00
tjhunt
ac324e05ea
MDL-16675 change callers to require_js to take advantage of the fact that callers no longer have to add $CFG->wwwroot themselves.
2008-09-25 06:40:52 +00:00
moodler
afb7a3c462
MDL-16649 Call to wrong function, should be __construct I think.
2008-09-24 06:24:18 +00:00
tjhunt
7264519e3f
MDL-16583 - Clean up some fo the places we link to javascript files, to use require_js
2008-09-23 07:00:59 +00:00
tjhunt
0acbdf846c
XHTML Strict!
2008-09-09 02:48:54 +00:00
skodak
b50371da1d
MDL-16238 improved SQL - see tracker for details, merged from MOODLE_19_STABLE + DML conversion updates
2008-08-28 17:42:49 +00:00
thepurpleblob
670710966d
MDL-16221
...
Specify both width and height for user image
Merged from STABLE_19
2008-08-28 12:46:31 +00:00
skodak
013578c1f6
MDL-14035 fixed user images on user report; merged from MOODLE_19_STABLE
2008-07-05 16:14:08 +00:00
skodak
294ce9870f
MDL-15189 magic quotes finally removed
2008-06-09 16:53:30 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
nicolasconnault
d24832f9af
MDL-14967 DB upgrades. Not finished yet.
2008-06-02 16:06:33 +00:00
skodak
44e1b7d7ff
MDL-14679 remoed all instances of get_records_list()
2008-06-01 15:42:48 +00:00
dongsheng
14398fd611
"MDL-14129, fix print_error"
2008-05-14 08:17:40 +00:00
nicolasconnault
b244b9b776
MDL-14163 YUI implementation complete, new grader_report preference and admin setting for enabling ajax.
2008-04-18 19:30:28 +00:00