skodak
98353ff194
MDL-9137 new grade_grades field overridden
2007-07-10 08:55:06 +00:00
skodak
f3d528cf43
removing settings upgrade code that is not needed
2007-07-10 08:09:44 +00:00
skodak
6b6f345266
MDL-6855 fixing id in new grade tables to be unsigned in unut tests
2007-07-10 07:57:58 +00:00
skodak
8c6c185a1c
do not use role functions in upgrade scripts if roles not setup yet
2007-07-10 07:46:19 +00:00
skodak
197ba19cae
MDL-6855 fixing id in new event and grade tables to be unsigned
2007-07-10 07:35:43 +00:00
nicolasconnault
ce0c946a1f
MDL-10386
...
- Renamed grade_report_shownotes preference to grade_report_showfeedback
- Added grade_report_quickgrading and grade_report_quickfeedback preferences
- Re-organised the grade_get_icons() function: The icons are all prepared first,
then the preferences and conditions are applied to the selection of icons.
This allows for a third $icons parameter, an array of icon names, which
explicitly sets which icons should be returned by the function, regardless
of preferences and options.
- Identified and fixed MDL-10391 bug with updating boolean user preferences (advcheckbox used)
2007-07-09 19:59:45 +00:00
skodak
bc7afe29c3
fixed loggeduser foreign keys
2007-07-09 13:58:17 +00:00
nicolasconnault
27626e7147
MDL-9268 Removing "turn feedback on" button in favour of the new user/cfg preference grade_report_shownotes; Re-displaying the calculation icons
2007-07-09 11:58:24 +00:00
toyomoyo
52bb13dc9f
adding group support for get_role_users
2007-07-09 06:22:56 +00:00
skodak
d5fab31f08
grade category edit form improved, fixed aggregation
2007-07-08 21:37:55 +00:00
skodak
854386bc04
MDL-10382 Allow removing of elements with disabledIf conditions
2007-07-08 21:31:14 +00:00
skodak
d3f14e423d
MDL-10364 fixed de/normalization of calculation formulas in item edit form
2007-07-08 19:24:41 +00:00
skodak
5132aa7fd5
fixed default needsupdate property
2007-07-08 18:18:32 +00:00
skodak
004081182d
MDL-10226 fixed item unit tests
2007-07-08 15:14:26 +00:00
skodak
5656785b6f
MDL-10226 fixed categroy unit tests
2007-07-08 15:07:16 +00:00
skodak
15b462da4b
MDL-10226 fixed breakage in grade computing
2007-07-08 15:03:46 +00:00
skodak
f8e6e4dbea
MDL-10226 improved regrading of final grades - optimised db access, partial regrading when raw grade updated
2007-07-08 14:57:19 +00:00
nicolasconnault
9aa1e44853
MDL-9268
2007-07-08 14:51:41 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
skodak
aaff71daf4
MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part
2007-07-06 12:49:28 +00:00
nicolasconnault
d2e87c0c39
MDL-10364 Added calculation icon, changed customdata to set_data for feedback form.
2007-07-06 12:41:33 +00:00
tjhunt
21988c8e20
Small improvement to print_table. Lets you apply a class attribute to particular table rows.
2007-07-06 11:29:25 +00:00
nicolasconnault
a69e733573
MDL-10364 Added the showcalculations preference and re-factored preferences_form.php (much, much smaller now!)
2007-07-06 08:23:17 +00:00
nicolasconnault
1dd1bc8eaa
MDL-10287 Finished implementing form
2007-07-06 06:10:20 +00:00
jamiesensei
43914931f7
validation can return an empty array() or true to indicate no errors. array() is preferred since then parent class validation functions can be chained. Changing moodle_form validation method to return array() so that chaining works in question types. Shouldn't affect other forms code.
2007-07-06 04:03:51 +00:00
stronk7
4d248a2e80
New $CFG->xmldbreconstructprevnext setting to allow edition of XMLDB
...
out from the XMLDBEditor, ignoring the prev/next stuff, that will be
automatically regenerated by the Editor by simply loading and saving
the edited file. Credit goes to skodak!
2007-07-05 16:24:24 +00:00
nicolasconnault
657e52d4da
MDL-10286 Implementing the view feedback page. Added links to the user, module and scale when applicable.
2007-07-05 07:01:48 +00:00
toyomoyo
eca3af25cb
MDL-7077, MDL-10181, adding notes for students
2007-07-05 06:53:17 +00:00
mattc-catalyst
01e3838853
MDL-9473: Initialise navlinks array before use
...
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:55:24 +00:00
mattc-catalyst
3b27b0fe21
MDL-9615: Correct incorrect use of term breadcrumbs
...
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-05 04:40:48 +00:00
skodak
c3146da7ac
complete unit tests for grade_item + minor cleanup in insert and update
2007-07-04 17:52:43 +00:00
skodak
225e707187
MDL-10210 new parameter in grade_tree constructor to force category grade item as last child
2007-07-04 16:16:39 +00:00
nicolasconnault
82b4da8649
MDL-10210 Added the grader report admin settings, and its corresponding language strings. Few other minor edits.
2007-07-04 10:01:20 +00:00
toyomoyo
f4bee9e580
added a method that returns the submitted data without validation MDL-10181, please let me know if this is not needed, thanks
2007-07-04 02:32:08 +00:00
toyomoyo
898d7119f0
round up enrolment to day, truncate the rest MDL-10181
2007-07-04 02:26:36 +00:00
toyomoyo
0674ff6ca8
sql_concact() can handle more than 2 params, thanks Eloy
2007-07-04 02:03:47 +00:00
urs_hunkler
a04c3b55b9
working on MDL-10322 :: tabs. I added a space before the closing </li> to close the gap between the li elements used without images. I don't know why this space is necessary.
2007-07-03 20:17:54 +00:00
nicolasconnault
4a129c473b
MDL-12010 Added preferences to config table
2007-07-03 18:41:31 +00:00
nicolasconnault
13b1072464
More language strings, minor edits.
2007-07-03 17:54:56 +00:00
skodak
6639ead31e
complete unit tests for grade_category, minor API cleanup, fixed forced regrading in grade_category
2007-07-03 10:06:08 +00:00
nicolasconnault
5b5eb8e6c7
MDL-9268
...
Added language strings for grade item edit form.
Fixed HTML error in grader report.
Added tabs to category edit page.
2007-07-03 05:25:08 +00:00
stronk7
6f05b1e149
Registering the choosecoursefileorimsrepo form element to
...
show the "Browse Repository" button
for IMS-CP resources type. (MDL-10036)
Merged from MOODLE_18_STABLE
2007-07-02 16:51:50 +00:00
stronk7
f7c91a30c5
Adding the choosecoursefileorimsrepo form element to
...
show the "Browse Repository" button
for IMS-CP resources type. (MDL-10036)
Merged from MOODLE_18_STABLE
2007-07-02 16:49:39 +00:00
skodak
739196ba10
MDL-10224 fixing some more regressions in grade reports; adding proper CSS; more fixes and improvements
2007-07-01 19:45:13 +00:00
skodak
f13002d53e
MDL-9629 fixed regressions in grade reports caused by my previous commits, added unfinished forms for category and item edit
2007-06-30 21:12:47 +00:00
jamiesensei
7856a8c384
removing file that mistakenly was committed to HEAD
2007-06-30 04:22:51 +00:00
jamiesensei
c28245d7e5
test for questionlib on MOODLE_19_QUESTIONS branch
2007-06-30 03:50:52 +00:00
jamiesensei
20c55233c3
small change to make icons easier to override in child classes.
2007-06-29 14:19:22 +00:00
toyomoyo
0cdd512c17
taking out some redundant sql
2007-06-29 08:31:01 +00:00
toyomoyo
12e27a048d
MDL-9283, fixing a broken SQL, thanks Arno
2007-06-29 08:23:31 +00:00