toyomoyo
9c25957a13
fixing formslib usage and locked implementation
2007-07-12 08:48:02 +00:00
toyomoyo
15a11fe3aa
adding a <br/> to offset the group selector's float left
2007-07-12 06:59:00 +00:00
toyomoyo
7e3c9767db
grade edit form, and adding set_locktime for grade_grades and grade_item
2007-07-12 06:42:44 +00:00
nicolasconnault
474bad4698
MDL-9628 Enabling multiple feedback and grades update. Feedbacks now working, but grades don't (at least scales don't)
2007-07-11 16:54:11 +00:00
toyomoyo
2054475538
non-working edit_grade_form
2007-07-11 09:01:55 +00:00
nicolasconnault
6e30bd442d
MDL-10392 updated links to edit_grade form, corrected the loop for table rows, which only initialised the $element object at the end of the loop
...
MDL-10211 Removed showfeedback preference
MDL-10286 Changed tooltip so that it surrounds the grade in a span when edit mode is off, and surrounds the edit icon otherwise
MDL-10287 Deleted edit_feedback and edit_feedback files and links to this form
MDL-10368 Removed show/hide feedback toggle
2007-07-11 07:30:04 +00:00
toyomoyo
38b9e8a8ed
moving some functions out to lib so they can be used in other reports
2007-07-11 05:07:39 +00:00
nicolasconnault
cd20e11c28
minor fix
2007-07-10 18:41:28 +00:00
skodak
c86caae78a
MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements
2007-07-10 18:08:24 +00:00
toyomoyo
de7d838841
MDL-10385, use langconfig specific decimal point and thousand separator when printing grades. Grade validation for grademin/grademax range
2007-07-10 09:01:19 +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
nicolasconnault
d490d87c22
MDL-10368 Finished implementation of toggle actions, and added icons near each toggle. Also added a few css rules for display.
2007-07-09 14:54:32 +00:00
nicolasconnault
73a5d828ce
MDL-10368 Added quick toggles
2007-07-09 13:24:36 +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
f87b1451c3
MDL-10346, adding a row for grade range between headers and grades
2007-07-09 05:49:30 +00:00
skodak
d5fab31f08
grade category edit form improved, fixed aggregation
2007-07-08 21:37:55 +00:00
skodak
d3f14e423d
MDL-10364 fixed de/normalization of calculation formulas in item edit form
2007-07-08 19:24:41 +00:00
nicolasconnault
9aa1e44853
MDL-9268
2007-07-08 14:51:41 +00: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
toyomoyo
2bac025ea6
MDL-10345, adding group sum and class total to grader report. No caching implemented yet but might not be needed. Testing required.
2007-07-06 08:43:33 +00:00
nicolasconnault
9511c244a9
MDL-10210 Changed literal english strings into get_string() in settings.php
2007-07-06 08:41: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
nicolasconnault
02046f93fa
MDL-10210 2 Fixing a few errors in preferences
2007-07-06 02:57:28 +00:00
nicolasconnault
5851ef55b6
MDL-10210 2 new preferences: showgrandtotals and grandtotalsdisplaytype
2007-07-06 02:49:36 +00:00
skodak
eda77debe3
trailing whitespace cleanup again
2007-07-05 21:42:34 +00:00
skodak
f943f4fd00
MDL-10207 delete support in grade tree editing page
2007-07-05 21:40:05 +00:00
nicolasconnault
c3e193ece3
MDL-10286 Finished the view feedback page. Also added links for each user name on the grader report page (linking to their profiles).
2007-07-05 08:02:05 +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
266ebe02c1
minor grader report fixes
2007-07-05 06:06:57 +00:00
nicolasconnault
606af46f2b
MDL-10210 Forgot to add the preferences_form file
2007-07-05 05:30:12 +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
nicolasconnault
6e1d5e046c
MDL-10210 Added the user preferences, using moodleform.
2007-07-04 15:23:36 +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
moodler
28e2c55641
Added a Grades section to the Admin menu. It dynamically checks the plugins for settings.php files to define global settings. MDL-10210
2007-07-04 09:34:17 +00:00
toyomoyo
d30c99c107
some cosmetic fixes
2007-07-04 09:14:39 +00:00
toyomoyo
eff9c473a6
some grade import cleaning
2007-07-04 02:16:41 +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
toyomoyo
7759d32720
some minor cleanup/bug fix
2007-07-03 06:20:07 +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
skodak
8d27270849
MDL-10288 some more improvements for the item edit form
2007-07-02 18:26:11 +00:00
toyomoyo
db313fec53
MDL-10288, adding some fields for grade item edit and security fixes for grader report
2007-07-02 08:57:04 +00:00
toyomoyo
f208e0e1d1
fixing an error when no grade item is listed for this course
2007-07-02 02:40:30 +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
skodak
314c433698
MDL-10224 some more improvements in grader report related to total course grade and category grade + other bugfixes
2007-06-28 22:55:46 +00:00
skodak
b3ac6c3ef0
MDL-10224 total course grade implemented + lots of other changes and improvements; there are still some regressions and bugs - going to fix them ASAP; some unit tests still missing too
2007-06-28 13:20:30 +00:00