8462 Commits

Author SHA1 Message Date
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
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
stronk7
060bbac9ef Adding some new strings to the XMLDB editor. MDL-7357
Merged from MOODLE_18_STABLE
2007-07-08 23:14:22 +00:00
poltawski
d1818f3283 MDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE 2007-07-06 16:34:30 +00:00
poltawski
0d53808b11 MDL-10311 Group import broken - missing lang strings & slight helpfile update
merged from MOODLE_18_STABLE
2007-07-06 15:35:37 +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
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
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
eca3af25cb MDL-7077, MDL-10181, adding notes for students 2007-07-05 06:53:17 +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
toyomoyo
d30c99c107 some cosmetic fixes 2007-07-04 09:14:39 +00:00
nicolasconnault
13b1072464 More language strings, minor edits. 2007-07-03 17:54:56 +00:00
bobopinna
6cb178cd20 Fixed help title 2007-07-03 12:13:52 +00:00
bobopinna
b984add67b Added two missing strings 2007-07-03 12:07:58 +00:00
bobopinna
5a11f4c35e Added missing help files 2007-07-03 12:04:17 +00:00
bobopinna
5dcb429b34 Fixed bug MDL-9570 2007-07-03 09:45:13 +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
moodler
6ba3d875f2 Added some new strings for gradebook export settings 2007-07-02 07:29:04 +00:00
tjhunt
bb4598fcf7 Quiz time limit field: Store it in the DB as an int(10), like the other time-related columns. Also, include the unit (minutes) in the forum label. 2007-07-02 06:48:50 +00:00
wildgirl
0825e989d0 improved help file - MDL-5074 and MDL-5075 fixes 2007-06-29 14:26:29 +00:00
nicolasconnault
8ace7bf75f MDL-10211 Added all icons. 2007-06-28 12:40:11 +00:00
nicolasconnault
1ec74ea5aa MDL-10209 MDL-10211
Added two tiny feedback/add_feedback icons.
Enabled feedback mode with button next to "Turn editing on".
Added tooltip (with overlib for the time being) for "Show feedback" when edit mode is off, and for "Edit feedback" when edit is on.
2007-06-28 11:15:12 +00:00
tjhunt
ac48e43a89 MDL-648 - Email notification and confirmation when quizzes are submitted. Thanks to Graham Miller for implementing this to my design. 2007-06-26 16:34:05 +00:00
toyomoyo
e352359420 merged fix for MDL-9051, apply supplied patch to fix $CFG->forum_enabletimedposts 2007-06-26 08:33:03 +00:00
nicolasconnault
8161dbb6fc MDL-10210 MDL-10207 Fixed small issues in tabs. Removed HTML-producing code from grade_tree and put it into category.php. 2007-06-26 07:45:40 +00:00
wildgirl
bd5e35c2f1 old help file removed 2007-06-25 21:15:44 +00:00
wildgirl
805962b122 typo fix 2007-06-25 21:06:00 +00:00
nicolasconnault
b78bb4f7a0 MDL-10210 MDL-10207 Tabs implemented. 2007-06-25 09:37:26 +00:00
tjhunt
11ac5c3ef7 MDL-10237 - Improve wording on true/false edit form. Merged from MOODLE_18_STABLE. 2007-06-24 11:53:07 +00:00
wildgirl
6be58b1c18 improved help file - MDL-7073 fix 2007-06-23 10:25:03 +00:00
nicolasconnault
5ff96295e6 MDL-10207 Tabs added to category admin page and grader report page. I also changed the id URL variable to courseid. This may cause some issues as long as the current grade/lib.php library is used, but I thought we should use courseid instead of id. 2007-06-22 17:34:14 +00:00
moodler
3b631edabe Merged string fixes from stable 2007-06-22 05:48:24 +00:00
tjhunt
7a6f4066ce MDL-6043 - Implement course reset function for quizzes. 2007-06-19 22:17:47 +00:00
mchurch
b069fbd9b3 MDL-10161 - Since get_course_... (users, students, teachers) is still being used by a number of functions (such as groups), trying to make them work with the SITE course the way they did pre-1.7, with $CFG->allusersarestudents set to TRUE. This will also have a configuration option that can be used to disable returning large amounts of users for the site course, if a site happens to be using this functionality and they have a large number of users. 2007-06-19 20:38:27 +00:00
jamiesensei
770fef0a3c MDL-10168 improvements to display of results from environment checks 2007-06-19 15:52:19 +00:00
poltawski
dc48ca472c MDL-10133 - html purifier lang typos 2007-06-18 19:43:10 +00:00
toyomoyo
1e0503f602 flexitable for user report 2007-06-18 08:05:53 +00:00
moodler
4fcdf5001d Simple framework interface for grades reports 2007-06-15 08:12:11 +00:00
moodler
841420be50 Lang files for the grade report plugins 2007-06-15 07:55:40 +00:00
toyomoyo
f57211724a adding some strings 2007-06-15 05:23:48 +00:00
dwoolhead
10b1d59829 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-13 12:55:23 +00:00
dwoolhead
b4892fa2a0 MDL-10048 General calendar view enhancements as per spec with regard to event highlighting 2007-06-12 16:26:38 +00:00