]> git.mjollnir.org Git - moodle.git/log
moodle.git
17 years agofixed default needsupdate property
skodak [Sun, 8 Jul 2007 18:18:32 +0000 (18:18 +0000)]
fixed default needsupdate property

17 years agoMDL-10226 fixed item unit tests
skodak [Sun, 8 Jul 2007 15:14:26 +0000 (15:14 +0000)]
MDL-10226 fixed item unit tests

17 years agoMDL-10226 fixed categroy unit tests
skodak [Sun, 8 Jul 2007 15:07:16 +0000 (15:07 +0000)]
MDL-10226 fixed categroy unit tests

17 years agoMDL-10226 fixed breakage in grade computing
skodak [Sun, 8 Jul 2007 15:03:46 +0000 (15:03 +0000)]
MDL-10226 fixed breakage in grade computing

17 years agofixed typo
skodak [Sun, 8 Jul 2007 14:58:23 +0000 (14:58 +0000)]
fixed typo

17 years agoMDL-10226 improved regrading of final grades - optimised db access, partial regrading...
skodak [Sun, 8 Jul 2007 14:57:19 +0000 (14:57 +0000)]
MDL-10226 improved regrading of final grades - optimised db access, partial regrading when raw grade updated

17 years agoMDL-9268
nicolasconnault [Sun, 8 Jul 2007 14:51:41 +0000 (14:51 +0000)]
MDL-9268

17 years agocvsimport fixups - new files
Martin Langhoff [Sat, 7 Jul 2007 02:30:55 +0000 (14:30 +1200)]
cvsimport fixups - new files

17 years agocvsimport fixups
Martin Langhoff [Sat, 7 Jul 2007 02:18:30 +0000 (14:18 +1200)]
cvsimport fixups

17 years agoMDL-10374 - Quiz layout improvements, selectively merged from OU-moodle.
tjhunt [Fri, 6 Jul 2007 16:37:06 +0000 (16:37 +0000)]
MDL-10374 - Quiz layout improvements, selectively merged from OU-moodle.

17 years agoMDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE
poltawski [Fri, 6 Jul 2007 16:34:30 +0000 (16:34 +0000)]
MDL-10311 - further groups import fixes - merged from MOODLE_18_STABLE

17 years agoMDL-10311 Group import broken - missing lang strings & slight helpfile update
poltawski [Fri, 6 Jul 2007 15:35:37 +0000 (15:35 +0000)]
MDL-10311 Group import broken - missing lang strings & slight helpfile update
merged from MOODLE_18_STABLE

17 years agoMDL-10311 Group import broken - groups import hadn't been updated for new groups,
poltawski [Fri, 6 Jul 2007 15:28:37 +0000 (15:28 +0000)]
MDL-10311 Group import broken - groups import hadn't been updated for new groups,
also missing lang strings. Merged from MOODLE_18_STABLE

17 years agoFix notice in essay question.
tjhunt [Fri, 6 Jul 2007 13:30:16 +0000 (13:30 +0000)]
Fix notice in essay question.

17 years agoMDL-10365 Improved handling of history when inserting/updating/deleting in new grade...
skodak [Fri, 6 Jul 2007 12:49:28 +0000 (12:49 +0000)]
MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part

17 years agoMDL-10364 Added calculation icon, changed customdata to set_data for feedback form.
nicolasconnault [Fri, 6 Jul 2007 12:41:33 +0000 (12:41 +0000)]
MDL-10364 Added calculation icon, changed customdata to set_data for feedback form.

17 years agoSmall improvement to print_table. Lets you apply a class attribute to particular...
tjhunt [Fri, 6 Jul 2007 11:29:25 +0000 (11:29 +0000)]
Small improvement to print_table. Lets you apply a class attribute to particular table rows.

17 years agoMDL-10345, adding group sum and class total to grader report. No caching implemented...
toyomoyo [Fri, 6 Jul 2007 08:43:33 +0000 (08:43 +0000)]
MDL-10345, adding group sum and class total to grader report. No caching implemented yet but might not be needed. Testing required.

17 years agoIn HTML resources the container box collapsed, when floats are used for content....
urs_hunkler [Fri, 6 Jul 2007 08:42:03 +0000 (08:42 +0000)]
In HTML resources the container box collapsed, when floats are used for content. Solved by adding "clearfix" to the classes.

17 years agoMDL-10210 Changed literal english strings into get_string() in settings.php
nicolasconnault [Fri, 6 Jul 2007 08:41:25 +0000 (08:41 +0000)]
MDL-10210 Changed literal english strings into get_string() in settings.php

17 years agoMDL-10364 Added the showcalculations preference and re-factored preferences_form...
nicolasconnault [Fri, 6 Jul 2007 08:23:17 +0000 (08:23 +0000)]
MDL-10364 Added the showcalculations preference and re-factored preferences_form.php (much, much smaller now!)

17 years agoMDL-648 - minor corrections.
tjhunt [Fri, 6 Jul 2007 08:20:07 +0000 (08:20 +0000)]
MDL-648 - minor corrections.

17 years agoMDL-10287 Finished implementing form
nicolasconnault [Fri, 6 Jul 2007 06:10:20 +0000 (06:10 +0000)]
MDL-10287 Finished implementing form

17 years agoAutomatic installer.php lang files by installer_builder (20070706)
moodler [Fri, 6 Jul 2007 04:44:21 +0000 (04:44 +0000)]
Automatic installer.php lang files by installer_builder (20070706)

17 years agovalidation can return an empty array() or true to indicate no errors. array() is...
jamiesensei [Fri, 6 Jul 2007 04:03:51 +0000 (04:03 +0000)]
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.

17 years agoMDL-10210 2 Fixing a few errors in preferences
nicolasconnault [Fri, 6 Jul 2007 02:57:28 +0000 (02:57 +0000)]
MDL-10210 2 Fixing a few errors in preferences

17 years agoMDL-10210 2 bumping the version for new preferences
nicolasconnault [Fri, 6 Jul 2007 02:51:58 +0000 (02:51 +0000)]
MDL-10210 2 bumping the version for new preferences

17 years agoMDL-10210 2 new preferences: showgrandtotals and grandtotalsdisplaytype
nicolasconnault [Fri, 6 Jul 2007 02:49:36 +0000 (02:49 +0000)]
MDL-10210 2 new preferences: showgrandtotals and grandtotalsdisplaytype

17 years agotrailing whitespace cleanup again
skodak [Thu, 5 Jul 2007 21:42:34 +0000 (21:42 +0000)]
trailing whitespace cleanup again

17 years agoMDL-10207 delete support in grade tree editing page
skodak [Thu, 5 Jul 2007 21:40:05 +0000 (21:40 +0000)]
MDL-10207 delete support in grade tree editing page

17 years agoMDL-10355 fixed typo
skodak [Thu, 5 Jul 2007 20:39:41 +0000 (20:39 +0000)]
MDL-10355 fixed typo

17 years agoNew $CFG->xmldbreconstructprevnext setting to allow edition of XMLDB
stronk7 [Thu, 5 Jul 2007 16:24:24 +0000 (16:24 +0000)]
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!

17 years agoMDL-10286 Finished the view feedback page. Also added links for each user name on...
nicolasconnault [Thu, 5 Jul 2007 08:02:05 +0000 (08:02 +0000)]
MDL-10286 Finished the view feedback page. Also added links for each user name on the grader report page (linking to their profiles).

17 years agoMDL-10286 Implementing the view feedback page. Added links to the user, module and...
nicolasconnault [Thu, 5 Jul 2007 07:01:48 +0000 (07:01 +0000)]
MDL-10286 Implementing the view feedback page. Added links to the user, module and scale when applicable.

17 years agobumping version for MDL-7077, MDL-10181 adding capabilities
toyomoyo [Thu, 5 Jul 2007 06:55:32 +0000 (06:55 +0000)]
bumping version for MDL-7077, MDL-10181 adding capabilities

17 years agoMDL-7077, MDL-10181, adding notes for students
toyomoyo [Thu, 5 Jul 2007 06:53:17 +0000 (06:53 +0000)]
MDL-7077, MDL-10181, adding notes for students

17 years agominor grader report fixes
toyomoyo [Thu, 5 Jul 2007 06:06:57 +0000 (06:06 +0000)]
minor grader report fixes

17 years agoAutomatic installer.php lang files by installer_builder (20070705)
moodler [Thu, 5 Jul 2007 05:45:14 +0000 (05:45 +0000)]
Automatic installer.php lang files by installer_builder (20070705)

17 years agoMDL-10210 Forgot to add the preferences_form file
nicolasconnault [Thu, 5 Jul 2007 05:30:12 +0000 (05:30 +0000)]
MDL-10210 Forgot to add the preferences_form file

17 years agoBumping the version for new admin settings.
nicolasconnault [Thu, 5 Jul 2007 05:16:09 +0000 (05:16 +0000)]
Bumping the version for new admin settings.

17 years agoMDL-9473: Initialise navlinks array before use
mattc-catalyst [Thu, 5 Jul 2007 04:55:24 +0000 (04:55 +0000)]
MDL-9473: Initialise navlinks array before use

Author: Matt Clarkson <mattc@catalyst.net.nz>

17 years agoMDL-9615: Correct incorrect use of term breadcrumbs
mattc-catalyst [Thu, 5 Jul 2007 04:40:48 +0000 (04:40 +0000)]
MDL-9615: Correct incorrect use of term breadcrumbs

- $crumbs -> $navlinks

Author: Matt Clarkson <mattc@catalyst.net.nz>

17 years agofixing some warnings
toyomoyo [Thu, 5 Jul 2007 02:18:45 +0000 (02:18 +0000)]
fixing some warnings

17 years agocomplete unit tests for grade_item + minor cleanup in insert and update
skodak [Wed, 4 Jul 2007 17:52:43 +0000 (17:52 +0000)]
complete unit tests for grade_item + minor cleanup in insert and update

17 years agoMDL-10210 new parameter in grade_tree constructor to force category grade item as...
skodak [Wed, 4 Jul 2007 16:16:39 +0000 (16:16 +0000)]
MDL-10210 new parameter in grade_tree constructor to force category grade item as last child

17 years agoMDL-10210 Added the user preferences, using moodleform.
nicolasconnault [Wed, 4 Jul 2007 15:23:36 +0000 (15:23 +0000)]
MDL-10210 Added the user preferences, using moodleform.

17 years agoMDL-10210 Added the grader report admin settings, and its corresponding language...
nicolasconnault [Wed, 4 Jul 2007 10:01:20 +0000 (10:01 +0000)]
MDL-10210 Added the grader report admin settings, and its corresponding language strings. Few other minor edits.

17 years agoAdded a Grades section to the Admin menu. It dynamically checks the plugins for...
moodler [Wed, 4 Jul 2007 09:34:17 +0000 (09:34 +0000)]
Added a Grades section to the Admin menu.  It dynamically checks the plugins for settings.php files to define global settings.  MDL-10210

17 years agosome cosmetic fixes
toyomoyo [Wed, 4 Jul 2007 09:14:39 +0000 (09:14 +0000)]
some cosmetic fixes

17 years agoMDL-10341 fixed user search cleaning; merged from MOODLE_18_STABLE
skodak [Wed, 4 Jul 2007 08:31:54 +0000 (08:31 +0000)]
MDL-10341 fixed user search cleaning; merged from MOODLE_18_STABLE

17 years agoStarted a Grades page for grades settings
moodler [Wed, 4 Jul 2007 03:40:08 +0000 (03:40 +0000)]
Started a Grades page for grades settings

17 years agofixes for extend enrol to make it less restrictive MDL-10181
toyomoyo [Wed, 4 Jul 2007 02:38:24 +0000 (02:38 +0000)]
fixes for extend enrol to make it less restrictive MDL-10181

17 years agoMDL-10181 manual enrolment changes
toyomoyo [Wed, 4 Jul 2007 02:35:52 +0000 (02:35 +0000)]
MDL-10181 manual enrolment changes

17 years agoadded a method that returns the submitted data without validation MDL-10181, please...
toyomoyo [Wed, 4 Jul 2007 02:32:08 +0000 (02:32 +0000)]
added a method that returns the submitted data without validation MDL-10181, please let me know if this is not needed, thanks

17 years agoround up enrolment to day, truncate the rest MDL-10181
toyomoyo [Wed, 4 Jul 2007 02:26:36 +0000 (02:26 +0000)]
round up enrolment to day, truncate the rest MDL-10181

17 years agocron unenrolment of manual should takes place in the main cron, MDL-10181
toyomoyo [Wed, 4 Jul 2007 02:24:05 +0000 (02:24 +0000)]
cron unenrolment of manual should takes place in the main cron, MDL-10181

17 years agosome grade import cleaning
toyomoyo [Wed, 4 Jul 2007 02:16:41 +0000 (02:16 +0000)]
some grade import cleaning

17 years agosql_concact() can handle more than 2 params, thanks Eloy
toyomoyo [Wed, 4 Jul 2007 02:03:47 +0000 (02:03 +0000)]
sql_concact() can handle more than 2 params, thanks Eloy

17 years agoworking on MDL-10322 :: tabs. I added a space before the closing </li> to close the...
urs_hunkler [Tue, 3 Jul 2007 20:17:54 +0000 (20:17 +0000)]
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.

17 years agoMDL-12010 Added preferences to config table
nicolasconnault [Tue, 3 Jul 2007 18:41:31 +0000 (18:41 +0000)]
MDL-12010 Added preferences to config table

17 years agoMore language strings, minor edits.
nicolasconnault [Tue, 3 Jul 2007 17:54:56 +0000 (17:54 +0000)]
More language strings, minor edits.

17 years agoFixed help title
bobopinna [Tue, 3 Jul 2007 12:13:52 +0000 (12:13 +0000)]
Fixed help title

17 years agoAdded two missing strings
bobopinna [Tue, 3 Jul 2007 12:07:58 +0000 (12:07 +0000)]
Added two missing strings

17 years agoAdded missing help files
bobopinna [Tue, 3 Jul 2007 12:04:17 +0000 (12:04 +0000)]
Added missing help files

17 years agoFixed a bad string definition
bobopinna [Tue, 3 Jul 2007 10:26:14 +0000 (10:26 +0000)]
Fixed a bad string definition

17 years agocomplete unit tests for grade_category, minor API cleanup, fixed forced regrading...
skodak [Tue, 3 Jul 2007 10:06:08 +0000 (10:06 +0000)]
complete unit tests for grade_category, minor API cleanup, fixed forced regrading in grade_category

17 years agoFixed bug MDL-9570
bobopinna [Tue, 3 Jul 2007 09:45:13 +0000 (09:45 +0000)]
Fixed bug MDL-9570

17 years agoFixed bug MDL-9236
bobopinna [Tue, 3 Jul 2007 09:38:56 +0000 (09:38 +0000)]
Fixed bug MDL-9236

17 years agoFixed bug MDL-9776
bobopinna [Tue, 3 Jul 2007 09:19:05 +0000 (09:19 +0000)]
Fixed bug MDL-9776

17 years agoFixed update.php
bobopinna [Tue, 3 Jul 2007 07:53:47 +0000 (07:53 +0000)]
Fixed update.php
Bug MDL-10318

17 years agoFixed a problem with memory use and big data tracks MDL-10318
bobopinna [Tue, 3 Jul 2007 07:52:22 +0000 (07:52 +0000)]
Fixed a problem with memory use and big data tracks MDL-10318

17 years agosome minor cleanup/bug fix
toyomoyo [Tue, 3 Jul 2007 06:20:07 +0000 (06:20 +0000)]
some minor cleanup/bug fix

17 years agoMDL-9268
nicolasconnault [Tue, 3 Jul 2007 05:25:08 +0000 (05:25 +0000)]
MDL-9268
Added language strings for grade item edit form.
Fixed HTML error in grader report.
Added tabs to category edit page.

17 years agoMDL-10288 some more improvements for the item edit form
skodak [Mon, 2 Jul 2007 18:26:11 +0000 (18:26 +0000)]
MDL-10288 some more improvements for the item edit form

17 years agoXHTML compliance
stronk7 [Mon, 2 Jul 2007 17:03:12 +0000 (17:03 +0000)]
XHTML compliance

Merged from MOODLE_18_STABLE

17 years agoUsing the new "choose" parameter to navigate/preview/choose
stronk7 [Mon, 2 Jul 2007 16:57:50 +0000 (16:57 +0000)]
Using the new "choose" parameter to navigate/preview/choose
IMS-CP resource packages. MDL-10036

Merged from MOODLE_18_STABLE

17 years agoUsing the new choosecoursefileorimsrepo form element. MDL-10036
stronk7 [Mon, 2 Jul 2007 16:54:38 +0000 (16:54 +0000)]
Using the new choosecoursefileorimsrepo form element. MDL-10036

Merged from MOODLE_18_STABLE

17 years agoRegistering the choosecoursefileorimsrepo form element to
stronk7 [Mon, 2 Jul 2007 16:51:50 +0000 (16:51 +0000)]
Registering the choosecoursefileorimsrepo form element to
show the "Browse Repository" button
for IMS-CP resources type. (MDL-10036)

Merged from MOODLE_18_STABLE

17 years agoAdding the choosecoursefileorimsrepo form element to
stronk7 [Mon, 2 Jul 2007 16:49:39 +0000 (16:49 +0000)]
Adding the choosecoursefileorimsrepo form element to
show the "Browse Repository" button
for IMS-CP resources type. (MDL-10036)

Merged from MOODLE_18_STABLE

17 years agoMDL-10288, adding some fields for grade item edit and security fixes for grader report
toyomoyo [Mon, 2 Jul 2007 08:57:04 +0000 (08:57 +0000)]
MDL-10288, adding some fields for grade item edit and security fixes for grader report

17 years agoAdded some new strings for gradebook export settings
moodler [Mon, 2 Jul 2007 07:29:04 +0000 (07:29 +0000)]
Added some new strings for gradebook export settings

17 years agoQuiz time limit field: Store it in the DB as an int(10), like the other time-related...
tjhunt [Mon, 2 Jul 2007 06:48:50 +0000 (06:48 +0000)]
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.

17 years agoAutomatic installer.php lang files by installer_builder (20070702)
moodler [Mon, 2 Jul 2007 04:48:33 +0000 (04:48 +0000)]
Automatic installer.php lang files by installer_builder (20070702)

17 years agofixing an error when no grade item is listed for this course
toyomoyo [Mon, 2 Jul 2007 02:40:30 +0000 (02:40 +0000)]
fixing an error when no grade item is listed for this course

17 years agoMDL-10224 fixing some more regressions in grade reports; adding proper CSS; more...
skodak [Sun, 1 Jul 2007 19:45:13 +0000 (19:45 +0000)]
MDL-10224 fixing some more regressions in grade reports; adding proper CSS; more fixes and improvements

17 years agoMDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch...
skodak [Sun, 1 Jul 2007 15:48:50 +0000 (15:48 +0000)]
MDL-9599 Glossary terms revert back to 'Not categorized' when using categories, patch by Alexander Pavlyutin; merged from MOODLE_18_STABLE

17 years agoMDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307b...
skodak [Sun, 1 Jul 2007 15:42:36 +0000 (15:42 +0000)]
MDL-10309 Broken password expiration support for LDAP user types rfc2307 and rfc2307bis, patch by IƱaki Arenaza; merged from MOODLE_18_STABLE

17 years agoMDL-9629 fixed regressions in grade reports caused by my previous commits, added...
skodak [Sat, 30 Jun 2007 21:12:47 +0000 (21:12 +0000)]
MDL-9629 fixed regressions in grade reports caused by my previous commits, added unfinished forms for category and item edit

17 years agoremoving file that mistakenly was committed to HEAD
jamiesensei [Sat, 30 Jun 2007 04:22:51 +0000 (04:22 +0000)]
removing file that mistakenly was committed to HEAD

17 years agotest for questionlib on MOODLE_19_QUESTIONS branch
jamiesensei [Sat, 30 Jun 2007 03:50:52 +0000 (03:50 +0000)]
test for questionlib on MOODLE_19_QUESTIONS branch

17 years agoMDL-10240:
thepurpleblob [Fri, 29 Jun 2007 14:32:20 +0000 (14:32 +0000)]
MDL-10240:
Added Bb Short Response as a Moodle Essay type question.
Found quite a lot of stuff that could do to be checked and improved
in this code, so this should be considered an intermediate step.

17 years agoimproved help file - MDL-5074 and MDL-5075 fixes
wildgirl [Fri, 29 Jun 2007 14:26:29 +0000 (14:26 +0000)]
improved help file - MDL-5074 and MDL-5075 fixes

17 years agosmall change to make icons easier to override in child classes.
jamiesensei [Fri, 29 Jun 2007 14:19:22 +0000 (14:19 +0000)]
small change to make icons easier to override in child classes.

17 years agotaking out some redundant sql
toyomoyo [Fri, 29 Jun 2007 08:31:01 +0000 (08:31 +0000)]
taking out some redundant sql

17 years agoMDL-9283, fixing a broken SQL, thanks Arno
toyomoyo [Fri, 29 Jun 2007 08:23:31 +0000 (08:23 +0000)]
MDL-9283, fixing a broken SQL, thanks Arno

17 years agoCSS for login block updated
urs_hunkler [Fri, 29 Jun 2007 06:19:17 +0000 (06:19 +0000)]
CSS for login block updated

17 years agoAutomatic installer.php lang files by installer_builder (20070629)
moodler [Fri, 29 Jun 2007 04:49:59 +0000 (04:49 +0000)]
Automatic installer.php lang files by installer_builder (20070629)

17 years agoMDL-10224 some more improvements in grader report related to total course grade and...
skodak [Thu, 28 Jun 2007 22:55:46 +0000 (22:55 +0000)]
MDL-10224 some more improvements in grader report related to total course grade and category grade + other bugfixes

17 years agofixed grade tree sortorder generation
skodak [Thu, 28 Jun 2007 20:04:19 +0000 (20:04 +0000)]
fixed grade tree sortorder generation

17 years agoMDL-10224 finishing the commit, grrr
skodak [Thu, 28 Jun 2007 19:18:52 +0000 (19:18 +0000)]
MDL-10224 finishing the commit, grrr