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
skodak
973d2660e6
MDL-16613 sesskey cleanup
2009-01-02 10:51:26 +00:00
nicolasconnault
e58fcb3517
MDL-15680 Began implementing a simple YUI treeview of the grade items in their categories. Will tweak this to become a form with weights in input fields, and possible drag and drop also
2008-09-22 15:51:27 +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
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
skodak
05aba805bb
MDL-13895 incorrect title and alt on grade edit icon in gradebook reports; merged from MOODLE_19_STABLE
2008-03-11 23:59:55 +00:00
nicolasconnault
2673c733de
MDL-13718 New icon for "locked" state icon, for grades whose grade item is locked. Merging from MOODLE_19_STABLE
2008-02-28 15:43:09 +00:00
skodak
ff1bc6034d
MDL-13690 activity outcome items do not support calculation - remove calc icon; merged from MOODLE_19_STABLE
2008-02-27 10:11:22 +00:00
nicolasconnault
a1f21902d8
MDL-13647 Added new icon. Merging from MOODLE_19_STABLE.
2008-02-27 09:17:05 +00:00
tjhunt
4d526fb1a1
MDL-13530 - Improve words used in the gradebook plugin selector dropdown menu
2008-02-19 15:00:02 +00:00
skodak
46d1af82f7
MDL-12934 temporary fix for grade items of activities without proper course module record; merged from MOODLE_19_STABLE
2008-02-17 19:04:01 +00:00
skodak
2be2c4c2cd
MDL-12934 temporary fix for grade items of activities without proper course module record; merged from MOODLE_19_STABLE
2008-02-17 18:38:44 +00:00
skodak
345674caa0
MDL-13454 user iterator fixed; merged from MOODLE_19_STABLE
2008-02-17 14:49:40 +00:00
nicolasconnault
879c99bbd1
MDL-12122 Applied Petr's suggested capability fix
2008-01-17 16:25:48 +00:00
nicolasconnault
d08bba8354
MDL-12122 Completed the change to a more useful user report for the admin, with a few extra bits.
2008-01-17 15:08:09 +00:00
skodak
b9f49659b6
MDL-12822 removing some unused grade functions (obsoleted by format grade function), renaming PUBLIC API to activity communication API and adding new querylib.php with useful functions (requested by other devs); merged from MOODLE_19_STABLE
2008-01-09 18:19:42 +00:00
tjhunt
c0e9f877b4
gradebook / graded_users_iterator - Typo in conditional.
2007-12-19 12:40:00 +00:00
nicolasconnault
9ecd438653
MDL-11835 Implemented all the default settings suggested in the pdf report, and turned down the size of the report table fonts.
2007-12-06 09:17:28 +00:00
skodak
1426edacd9
MDL-12096 new simple weighted mean aggregation type; merged from MOODLE_18_STABLE
2007-11-15 22:30:01 +00:00