26787 Commits

Author SHA1 Message Date
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
skodak
e5d31b2f1b MDL-10355 fixed typo 2007-07-05 20:39:41 +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
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
4e1d5a1e0a bumping version for MDL-7077, MDL-10181 adding capabilities 2007-07-05 06:55:32 +00:00
toyomoyo
eca3af25cb MDL-7077, MDL-10181, adding notes for students 2007-07-05 06:53:17 +00:00
toyomoyo
266ebe02c1 minor grader report fixes 2007-07-05 06:06:57 +00:00
moodler
5ec52841a7 Automatic installer.php lang files by installer_builder (20070705) 2007-07-05 05:45:14 +00:00
nicolasconnault
606af46f2b MDL-10210 Forgot to add the preferences_form file 2007-07-05 05:30:12 +00:00
nicolasconnault
8da2e59c00 Bumping the version for new admin settings. 2007-07-05 05:16:09 +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
toyomoyo
7994464178 fixing some warnings 2007-07-05 02:18:45 +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
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
skodak
3593af19df MDL-10341 fixed user search cleaning; merged from MOODLE_18_STABLE 2007-07-04 08:31:54 +00:00
moodler
18536f768f Started a Grades page for grades settings 2007-07-04 03:40:08 +00:00
toyomoyo
9e7a3d4298 fixes for extend enrol to make it less restrictive MDL-10181 2007-07-04 02:38:24 +00:00
toyomoyo
5480af3724 MDL-10181 manual enrolment changes 2007-07-04 02:35:52 +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
cf05753492 cron unenrolment of manual should takes place in the main cron, MDL-10181 2007-07-04 02:24:05 +00:00
toyomoyo
eff9c473a6 some grade import cleaning 2007-07-04 02:16:41 +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
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
4b07d3a8d9 Fixed a bad string definition 2007-07-03 10:26:14 +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
bobopinna
5dcb429b34 Fixed bug MDL-9570 2007-07-03 09:45:13 +00:00
bobopinna
4e204f8956 Fixed bug MDL-9236 2007-07-03 09:38:56 +00:00
bobopinna
43e892c93b Fixed bug MDL-9776 2007-07-03 09:19:05 +00:00
bobopinna
d3e4854956 Fixed update.php
Bug MDL-10318
2007-07-03 07:53:47 +00:00
bobopinna
7d97f6f87b Fixed a problem with memory use and big data tracks MDL-10318 2007-07-03 07:52:22 +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
stronk7
7934f019af XHTML compliance
Merged from MOODLE_18_STABLE
2007-07-02 17:03:12 +00:00
stronk7
f4a51541ad Using the new "choose" parameter to navigate/preview/choose
IMS-CP resource packages. MDL-10036

Merged from MOODLE_18_STABLE
2007-07-02 16:57:50 +00:00
stronk7
66524dae2e Using the new choosecoursefileorimsrepo form element. MDL-10036
Merged from MOODLE_18_STABLE
2007-07-02 16:54:38 +00:00