samhemelryk
7cc378fdc2
question MDL-19797 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:48:37 +00:00
nicolasconnault
54a007e8f6
MDL-19797 Optimising output code for the Edit grades categories and items interface
2009-08-25 07:31:13 +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
7b1f2c829f
MDL-19756 Renamed moodle_select to html_select for better API consistency
2009-08-10 08:38:45 +00:00
nicolasconnault
291fa827f2
MDL-19797 Converted print_box* to $OUTPUT->box*
2009-08-10 04:54:32 +00:00
nicolasconnault
5a93139440
MDL-19797 Converted all print_footer() calls
2009-08-06 14:12:17 +00:00
nicolasconnault
49c8c8d27e
MDL-19976 Refactored select_menu() into select(), now supporting menu, radio and checkbox rendering. Added radio() and checkbox() functions.
2009-08-04 02:05:32 +00:00
nicolasconnault
0a95bebf59
MDL-19797 Migrated choose_from_menu to the new $OUTPUT->select_menu() function
2009-07-28 09:34:15 +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
samhemelryk
5fdb159e54
grade-edit-tree MDL-16706 Removed inline script
2009-07-02 07:45:44 +00:00
tjhunt
c28bf5c9f8
javascript: MDL-19475 replace require_js calls with $PAGE->requires->js.
...
Also, some related JavaScript cleanup.
More to follow.
2009-06-15 05:37:57 +00:00
skodak
cd3a391cf5
MDL-19323 added missing support for localized floats + code cleanup; merged from MOODLE_19_STABLE
2009-05-30 13:01:20 +00:00
nicolasconnault
b31f8d294d
MDL-19121 Not allowing negative values for droplow and keephigh: capping at 0. Merged from MOODLE_19_STABLE
2009-05-08 13:31:30 +00:00
nicolasconnault
19d1a53b5a
MDL-18950 Not printing "move selected to" element if no grade category exists. Merged from MOODLE_19_STABLE
2009-04-24 08:13:56 +00:00
nicolasconnault
2be6ca78db
MDL-18949 Move selector is now disabled unless at least one grade item is selected. Merged from MOODLE_19_STABLE
2009-04-24 07:56:35 +00:00
skodak
398a160d4d
MDL-18934 removed legacy grading support
2009-04-22 21:03:38 +00:00
skodak
db008d6feb
MDL-18929 fixed double colons, in fact we stopped using colons long time ago; merged from MOODLE_19_STABLE
2009-04-22 20:05:16 +00:00
skodak
e8048b1d7a
MDL-18933 Cannot assign default value to variable passed by reference; merged from MOODLE_19_STABLE
2009-04-22 20:01:47 +00:00
nicolasconnault
b189277fa6
MDL-18617 Stubs for drag and drop of categories and items
2009-04-16 15:18:32 +00:00
nicolasconnault
653a86489e
MDL-18083 Committing gradebook improvements to head
2009-04-16 07:16:44 +00:00
nicolasconnault
1575b030f8
MDL-14961 Merged from MOODLE_19_STABLE
2009-03-10 14:03:37 +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
8ad3ee9c54
MDL-18187 MDL-18186 Using grade classes to update grade items and categories, and removed error checking.
2009-02-10 10:40:50 +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
aaf54d21ba
grrr...
2008-11-20 15:44:36 +00:00
nicolasconnault
87c53ef598
CONTRIB-775 reverting
2008-11-20 15:26:40 +00:00
nicolasconnault
5c75a0a3b4
MDL-14967 DB upgrades. All done. Just bug fixing now ;)
2008-06-03 16:10:57 +00:00
dongsheng
1bb0aa0f06
"MDL-14129, fix print_error"
2008-05-14 07:24:28 +00:00
dongsheng
5a2a53316f
MDL-14129, remove all the other error() call
2008-04-04 02:54:20 +00:00
skodak
796a41b52e
MDL-13445 linked activity deleting improvements; merged from MOODLE_19_STABLE
2008-02-17 19:12:11 +00:00
skodak
23160003ae
MDL-12496, MDL-11889 allow deleting of activities with disabled grading from gradebook; merged from MOODLE_19_STABLE
2007-12-18 17:38:22 +00:00
skodak
61a5ee1647
MDL-11995 prevent deleting of grade items attached to external activities
2007-11-01 15:09:02 +00:00
skodak
6cc3e350d4
MDL-11966 fixed typo in grader report causing fatal errors
...
MDL-11993 refactored code for item headers and icons
2007-11-01 11:42:31 +00:00
skodak
d297269d79
2007-10-19 08:51:52 +00:00
skodak
e072450699
MDL-11578 , MDL-11578 , MDL-11573 :
...
* renamed Preferences to "My report preferences"
* renamed Site defaults to "Report defaults"
* rename Change site defaults to "Change report defaults"
* reintroduced Inherit option to Grader preferences - Nicolas was right, it is not possible to implement preference overrides without it with our current get_pref inplementation
* new separate option in plugin selector "Course settings"
* moved displaytype, decimals and aggregation position to "Course settings"
* created new table grade_settings + related functions grade_get/set_preference()
* user report now uses grade_seq class instead of grade_item::fetch_all(); added preloading of grade items into grade_grade instances
* other minor bugfixing/cleanup/improvements
Please note that the Grader report preferences and its defaults must be resaved again - sorry.
2007-10-08 23:09:10 +00:00
nicolasconnault
206f995349
Fixing OU report issues
2007-09-26 12:25:16 +00:00
nicolasconnault
d638075d2a
Fixed a little typo
2007-08-13 18:35:28 +00:00
skodak
eedd3aa27b
edit tree now respects aggregationposition preference
2007-08-06 09:01:18 +00:00
skodak
11a149995e
MDL-10364 improved calculation form
2007-08-01 21:48:10 +00:00
skodak
c738c61c44
fixed links broken while renaming tree.php to index.php
2007-08-01 14:31:51 +00:00
skodak
9127bc5dbf
outcome related fixes
2007-08-01 12:40:38 +00:00
nicolasconnault
826c5f8635
MDL-9628 Refactoring the building of navigation array for gradebook pages
2007-08-01 06:47:35 +00:00
moodler
a2a136b8ad
Hide some outcomes stuff when $CFG->enableoutcomes is off
2007-08-01 04:34:08 +00:00
moodler
9d1e218576
Fixing copyright years
2007-07-31 17:02:43 +00:00
moodler
423b2f006a
Some cleanups, moving buttons, false links etc
2007-07-31 14:04:13 +00:00
skodak
78ad5f3ff0
MDL-10544 placeholder for outcome edit forms grade/edit/outcome/
...
MDL-10650 scales code moved to grade/edit/scale/
refactoring in grade/edit/
2007-07-29 23:02:03 +00:00