Petr Skoda
b5e7b2bf2b
MDL-23071 standardising gradebook plugin names
...
AMOS BEGIN
MOV [modulename,gradeimport_csv],[pluginname,gradeimport_csv]
MOV [modulename,gradeimport_xml],[pluginname,gradeimport_xml]
MOV [modulename,gradeexport_ods],[pluginname,gradeexport_ods]
MOV [modulename,gradeexport_txt],[pluginname,gradeexport_txt]
MOV [modulename,gradeexport_xls],[pluginname,gradeexport_xls]
MOV [modulename,gradeexport_xml],[pluginname,gradeexport_xml]
MOV [modulename,gradereport_grader],[pluginname,gradereport_grader]
MOV [modulename,gradereport_outcomes],[pluginname,gradereport_outcomes]
MOV [modulename,gradereport_overview],[pluginname,gradereport_overview]
MOV [modulename,gradereport_user],[pluginname,gradereport_user]
AMOS END
2010-07-04 13:08:11 +00:00
Dongsheng Cai
c46aeeab9c
MDL-22574, fixed outcomes import form
2010-06-08 05:23:44 +00:00
David Mudrak
d4dcfc6b8f
MDL-20204 Fixed regression in the recent url_select improvements
...
Now, url_select checks for valid URLs in optgrouped lists and paramater
'selected' is converted to the local URL form, too. The patch also
fixes a legacy handling of thr Gradebook plugins selector.
2010-05-31 15:30:45 +00:00
Andrew Davis
54caa598ee
gradebook MDL-22522 fixed navigation issues around editing letters
2010-05-25 07:03:06 +00:00
Sam Hemelryk
4d5059d4f3
navigation MDL-22321 Fixed up the navigation in the grades section
2010-05-05 03:27:22 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
Petr Skoda
000c278cff
MDL-20204 new pix_icon renderable widget
2010-02-11 14:59:00 +00:00
Petr Skoda
f1a3e072fa
MDL-20204 using url_select
2010-02-10 10:55:51 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
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