Commit graph

701 commits

Author SHA1 Message Date
nicolasconnault
cae837087a MDL-19676 Blog improvements 2009-09-04 00:36:43 +00:00
nicolasconnault
c9c6c624f4 MDL-20179 Replaced incompatible code with something cross-browser compatible. Merged from MOODLE_19_STABLE 2009-08-28 06:57:06 +00:00
nicolasconnault
319770d747 MDL-19797 Upgraded most output code in grader report 2009-08-28 05:29:05 +00:00
skodak
6472929b6d fixed sloppy coding style 2009-08-27 08:23:10 +00:00
nicolasconnault
1c1f64a2a6 MDL-19797 Optimising output code and JS/CSS requires. Also improved CSS for grader report 2009-08-24 15:10:36 +00:00
nicolasconnault
03fcc729ab MDL-19797 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno 2009-08-20 08:40:49 +00:00
nicolasconnault
c3b834b42d MDL-19797 Upgraded calls to helpbutton, print_simple_box* and notify 2009-08-18 04:59:57 +00:00
nicolasconnault
698c31e100 MDL-19797 Upgraded calls to choose_from_menu 2009-08-17 15:19:06 +00:00
nicolasconnault
fd9fb08e1f MDL-19797 Converted calls to print_paging_bar 2009-08-07 00:28:38 +00:00
nicolasconnault
5a93139440 MDL-19797 Converted all print_footer() calls 2009-08-06 14:12:17 +00:00
nicolasconnault
c018f97328 MDL-19797 Migrated calls to print_heading 2009-08-06 08:16: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
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
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
5d3b999468 MDL-19690 - more $CFG->pixpath to $OUTPUT->old_icon_url 2009-07-02 10:26:02 +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
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
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
d69ef28b77 MDL-19090 fixed user report preferences; merged from MOODLE_19_STABLE 2009-05-07 07:38:02 +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
skodak
48a4c84986 MDL-19052 separate group mode improvements and fixes; merged from MOODLE_19_STABLE 2009-05-04 12:55:20 +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
b0639b78d9 MDL-15801 fixed incorrect use of get complete user data function; merged from MOODLE_19_STABLE 2009-04-30 20:09:23 +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
ad310aa455 MDL-19029 xhtml strict; merged from MOODLE_19_STABLE 2009-04-30 10:16:34 +00:00
skodak
30ebb74f44 MDL-18951 standardised group support in grader report 2009-04-30 09:00:43 +00:00
nicolasconnault
9e322c8c54 MDL-19028 Hiding hidden category from student report instead of grade items. See code diff for better explanation. Merged from MOODLE_19_STABLE 2009-04-30 08:40:22 +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
skodak
7ac88172fc MDL-18942 user selection and group support in gradebook user overview report; merged from MOODLE_19_STABLE 2009-04-23 20:29:30 +00:00
skodak
81f4918e0c MDL-18943 xhtml strict - using class instead of repeated id attribute; merged from MOODLE_19_STABLE 2009-04-23 20:20:41 +00:00
skodak
772229f345 MDL-18941 group support in user gradebook report; merged from MOODLE_19_STABLE 2009-04-23 19:27:21 +00:00
nicolasconnault
653a86489e MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
nicolasconnault
4c2a920872 MDL-13501 Removing stats and visual reports from HEAD 2009-04-02 12:51:14 +00:00
skodak
3283378835 MDL-18733 adding note - we need to use user keys instead of cookies here 2009-03-28 21:45:54 +00:00
skodak
1b3f759ae2 MDL-18163 removed bogus archive 2009-03-28 15:57:16 +00:00
skodak
e9a0ee701d MDL-18727 param types ARE required 2009-03-28 15:51:42 +00:00