194 Commits

Author SHA1 Message Date
Andrew Davis
b9cc756ef3 grader report MDL-21367 when an item is unhidden its category should unhide to 2010-02-03 02:26:44 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Petr Skoda
8ae8bf8a14 MDL-21198 OUTPUT->action_icon improvements, refactoring and fixing conversion regressions 2010-01-02 13:17:54 +00:00
Petr Skoda
b52706307c MDL-21198 $OUTPUT->icon() improvements 2009-12-31 10:06:56 +00:00
Petr Skoda
b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda
683c01d2c8 MDL-20787 removed mod_icon_url() completely 2009-12-16 20:30:24 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Andrew Davis
30d44c5d23 gradebook MDL-19455 now shows first user in gradebook user report user select box 2009-11-18 01:17:07 +00:00
Petr Skoda
6c3ef4103a MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 12:11:29 +00:00
skodak
9c2d5353a8 MDL-20311 refactoring regression - thanks Clyde Tan for noticing this 2009-09-26 18:22:12 +00:00
samhemelryk
f3df5e1444 gradebook MDL-19797 Updated print_header and build_navigation to OUTPUT and PAGE equivalents 2009-09-07 06:04:46 +00:00
nicolasconnault
eef00ade8f MDL-19797 Optimising output code in gradebook, and fixed bugs in export key management 2009-08-27 09:39:50 +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
7b1f2c829f MDL-19756 Renamed moodle_select to html_select for better API consistency 2009-08-10 08:38:45 +00:00
nicolasconnault
714b4745bc MDL-19797 Converted calls to popup_form() 2009-08-10 03:40:56 +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
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
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
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
0287fe7e23 Fix package name. 2009-06-15 02:45:26 +00:00
samhemelryk
63c00e30b1 gradelib MDL-19376 Fixed full view link 2009-06-03 04:09:33 +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
1edd08ab56 MDL-19029 fixed validation problems; merged from MOODLE_19_STABLE 2009-05-06 18:50:52 +00:00
skodak
0febb12d93 MDL-16687 fixed incorrect sorting - thanks Philip Cali; backported from MOODLE_19_STABLE 2009-04-29 20:36:42 +00:00
nicolasconnault
10f5c0460b MDL-18942 Fixed user selector lang string. Merged from MOODLE_19_STABLE 2009-04-24 07:30:57 +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
772229f345 MDL-18941 group support in user gradebook report; merged from MOODLE_19_STABLE 2009-04-23 19:27:21 +00:00
nicolasconnault
134fbea202 MDL-18419 Hiding export and import tabs from users who lack moodle/grade:export|import caps. Merged from MOODLE_19_STABLE 2009-04-23 07:23:16 +00:00
skodak
38a9fc5566 MDL-18930 fixed behaviour of dropdown menu selector in gradebook - the headings are not selectable again like the rest of moodle dropdowns; merged from MOODLE_19_STABLE 2009-04-22 20:54:06 +00:00
nicolasconnault
653a86489e MDL-18083 Committing gradebook improvements to head 2009-04-16 07:16:44 +00:00
nicolasconnault
34f0062766 MDL-18004 Fixed problem of duplicate entries in the drop-down 2009-02-27 15:38:34 +00:00
nicolasconnault
da6cec8d5b MDL-18004 Fixed problem of duplicate entries in the drop-down 2009-02-27 15:32:03 +00:00
nicolasconnault
7981d537da MDL-18004 Fixed problem of duplicate entries in the drop-down 2009-02-27 15:25:05 +00:00
nicolasconnault
27eef3bb33 MDL-18004 Adding keymanagers for when grade publishing is enabled, plus a few improvements in the tabs and breadcrumbs 2009-02-27 14:19:25 +00:00
nicolasconnault
bb776ef478 MDL-17991 Fixed a bug with the user selector 2009-02-25 09:17:48 +00:00
nicolasconnault
c4c97a6d82 MDL-18004 2009-02-17 11:17:29 +00:00
nicolasconnault
54c4a2cb4f MDL-18004 Separated gradebook course settings from report preferences 2009-02-17 09:01:48 +00:00
nicolasconnault
64f4942f71 MDL-18004 2009-02-13 13:50:42 +00:00
nicolasconnault
de0300ea3c MDL-12631 Fixed breadcrumbs 2009-02-13 08:07:27 +00:00
nicolasconnault
90dc9c4b9f MDL-18004 Fixed typo 2009-02-12 14:38:19 +00:00
nicolasconnault
70aaa10f25 MDL-18004 Combined the two admin settings into one dropdown 2009-02-12 11:00:16 +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
b827784e59 MDL-18004 Added a new "Settings tab" which includes course settings and report preferences 2009-02-11 14:27:22 +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
nicolasconnault
dab9f42374 MDL-17883 Added title attribute to grade item link. Merged from MOODLE_19_STABLE 2009-01-16 14:57:43 +00:00