moodle.git
15 years agoMerged changes from stable
exe-cutor [Wed, 11 Jul 2007 08:30:01 +0000 (08:30 +0000)]
Merged changes from stable

15 years agoMerged changes from stable version
exe-cutor [Wed, 11 Jul 2007 08:04:12 +0000 (08:04 +0000)]
Merged changes from stable version

15 years agoMDL-10392 updated links to edit_grade form, corrected the loop for table rows, which...
nicolasconnault [Wed, 11 Jul 2007 07:30:04 +0000 (07:30 +0000)]
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

15 years agomoving some functions out to lib so they can be used in other reports
toyomoyo [Wed, 11 Jul 2007 05:07:39 +0000 (05:07 +0000)]
moving some functions out to lib so they can be used in other reports

15 years agoFIxed a notice
moodler [Wed, 11 Jul 2007 02:45:40 +0000 (02:45 +0000)]
FIxed a notice

15 years agothis float is causing grader report and user report footer to not display properly
toyomoyo [Wed, 11 Jul 2007 02:44:53 +0000 (02:44 +0000)]
this float is causing grader report and user report footer to not display properly

15 years agoMDL-8812 - one more of these display: inline issues with invisiblefieldset :-( Can...
urs_hunkler [Tue, 10 Jul 2007 20:29:27 +0000 (20:29 +0000)]
MDL-8812 - one more of these display: inline issues with invisiblefieldset :-( Can someone replace this problematic solution with another one - please! after correcting the property to display:block the search button moves below the search field when the text gets longer or the block width very narrow.

15 years agominor fix
nicolasconnault [Tue, 10 Jul 2007 18:41:28 +0000 (18:41 +0000)]
minor fix

15 years agoMDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes...
skodak [Tue, 10 Jul 2007 18:08:24 +0000 (18:08 +0000)]
MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements

15 years agoMDL-10385, use langconfig specific decimal point and thousand separator when printing...
toyomoyo [Tue, 10 Jul 2007 09:01:19 +0000 (09:01 +0000)]
MDL-10385, use langconfig specific decimal point and thousand separator when printing grades. Grade validation for grademin/grademax range

15 years agoMDL-9137 new grade_grades field overridden
skodak [Tue, 10 Jul 2007 08:55:06 +0000 (08:55 +0000)]
MDL-9137 new grade_grades field overridden

15 years agoremoving settings upgrade code that is not needed
skodak [Tue, 10 Jul 2007 08:09:44 +0000 (08:09 +0000)]
removing settings upgrade code that is not needed

15 years agoMDL-6855 fixing id in new grade tables to be unsigned in unut tests
skodak [Tue, 10 Jul 2007 07:57:58 +0000 (07:57 +0000)]
MDL-6855 fixing id in new grade tables to be unsigned in unut tests

15 years agodo not use role functions in upgrade scripts if roles not setup yet
skodak [Tue, 10 Jul 2007 07:46:19 +0000 (07:46 +0000)]
do not use role functions in upgrade scripts if roles not setup yet

15 years agoMDL-6855 fixing id in new event and grade tables to be unsigned
skodak [Tue, 10 Jul 2007 07:35:43 +0000 (07:35 +0000)]
MDL-6855 fixing id in new event and grade tables to be unsigned

15 years agofixed typo
skodak [Tue, 10 Jul 2007 07:34:05 +0000 (07:34 +0000)]
fixed typo

15 years agoAutomatic installer.php lang files by installer_builder (20070710)
moodler [Tue, 10 Jul 2007 06:26:06 +0000 (06:26 +0000)]
installer.php lang files by installer_builder (20070710)

15 years agofix for MDL-9983, trigger certain events out of the core to modules
toyomoyo [Tue, 10 Jul 2007 02:33:38 +0000 (02:33 +0000)]
fix for MDL-9983, trigger certain events out of the core to modules

15 years agoglobal search review and extension for physical files
diml [Mon, 9 Jul 2007 21:12:16 +0000 (21:12 +0000)]
global search review and extension for physical files

15 years agoLucene Zend Implementation update (better handle of UTF8)
diml [Mon, 9 Jul 2007 21:05:40 +0000 (21:05 +0000)]
Lucene Zend Implementation update (better handle of UTF8)

15 years agoLucene Zend Implementation update (better handle of UTF8)
diml [Mon, 9 Jul 2007 20:57:29 +0000 (20:57 +0000)]
Lucene Zend Implementation update (better handle of UTF8)

15 years agosearch engine lang file (EN-UTF8)
diml [Mon, 9 Jul 2007 20:54:36 +0000 (20:54 +0000)]
search engine lang file (EN-UTF8)

15 years agosearch engine lang file (FR-UTF8)
diml [Mon, 9 Jul 2007 20:54:18 +0000 (20:54 +0000)]
search engine lang file (FR-UTF8)

15 years agoMDL-10386
nicolasconnault [Mon, 9 Jul 2007 19:59:45 +0000 (19:59 +0000)]
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)

15 years agoNow SQL sentences are all together and with proper terminators.
stronk7 [Mon, 9 Jul 2007 18:03:47 +0000 (18:03 +0000)]
Now SQL sentences are all together and with proper terminators.
Tested against MySQL, PostgreSQL and MSSQL. MDL-7357

15 years agoReverting to previous version to respect cross-db. Final
stronk7 [Mon, 9 Jul 2007 17:17:13 +0000 (17:17 +0000)]
Reverting to previous version to respect cross-db. Final
tested solution arriving in hours. MDL-7357

Merged from MOODLE_18_STABLE

15 years agoMDL-10368 Finished implementation of toggle actions, and added icons near each toggle...
nicolasconnault [Mon, 9 Jul 2007 14:54:32 +0000 (14:54 +0000)]
MDL-10368 Finished implementation of toggle actions, and added icons near each toggle. Also added a few css rules for display.

15 years agofixed loggeduser foreign keys
skodak [Mon, 9 Jul 2007 13:58:17 +0000 (13:58 +0000)]
fixed loggeduser foreign keys

15 years agoMDL-10368 Added quick toggles
nicolasconnault [Mon, 9 Jul 2007 13:24:36 +0000 (13:24 +0000)]
MDL-10368 Added quick toggles

15 years agoMDL-9268 Removing "turn feedback on" button in favour of the new user/cfg preference...
nicolasconnault [Mon, 9 Jul 2007 11:58:24 +0000 (11:58 +0000)]
MDL-9268 Removing "turn feedback on" button in favour of the new user/cfg preference grade_report_shownotes; Re-displaying the calculation icons

15 years ago*** empty log message ***
jgutierr25 [Mon, 9 Jul 2007 08:49:47 +0000 (08:49 +0000)]
*** empty log message ***

15 years agomerged fix for MDL-9337, hidden teachers are visible when not enroled
toyomoyo [Mon, 9 Jul 2007 07:42:46 +0000 (07:42 +0000)]
merged fix for MDL-9337, hidden teachers are visible when not enroled

15 years agoMDL-9983, adding triggers for certain events, no handler implemented
toyomoyo [Mon, 9 Jul 2007 06:43:33 +0000 (06:43 +0000)]
MDL-9983, adding triggers for certain events, no handler implemented

15 years agoadding group support for get_role_users
toyomoyo [Mon, 9 Jul 2007 06:22:56 +0000 (06:22 +0000)]
adding group support for get_role_users

15 years agoMDL-10346, adding a row for grade range between headers and grades
toyomoyo [Mon, 9 Jul 2007 05:49:30 +0000 (05:49 +0000)]
MDL-10346, adding a row for grade range between headers and grades

15 years agoMerged formatting fix for MDL-7357
moodler [Mon, 9 Jul 2007 03:56:58 +0000 (03:56 +0000)]
Merged formatting fix for MDL-7357

15 years agomerged fix for MDL-9613, broken SQL in online user block
toyomoyo [Mon, 9 Jul 2007 02:54:35 +0000 (02:54 +0000)]
merged fix for MDL-9613, broken SQL in online user block

15 years agoNow tested against Oracle too. Adding option to XMLDB Editor interface. MDL-7357
stronk7 [Sun, 8 Jul 2007 23:58:05 +0000 (23:58 +0000)]
Now tested against Oracle too. Adding option to XMLDB Editor interface. MDL-7357

Merged from MOODLE_18_STABLE

15 years agoFirst cut of the utility embeded in the XMLDB Editor used to
stronk7 [Sun, 8 Jul 2007 23:24:49 +0000 (23:24 +0000)]
First cut of the utility embeded in the XMLDB Editor used to
check any Moodle server looking for missing indexes. Tested
under MySQL, PostgreSQL and MSSQL. No frontend available
until tested for Oracle. MDL-7357

Merged from MOODLE_18_STABLE

15 years agoAdding some new strings to the XMLDB editor. MDL-7357
stronk7 [Sun, 8 Jul 2007 23:14:22 +0000 (23:14 +0000)]
Adding some new strings to the XMLDB editor. MDL-7357

Merged from MOODLE_18_STABLE

15 years agograde category edit form improved, fixed aggregation
skodak [Sun, 8 Jul 2007 21:37:55 +0000 (21:37 +0000)]
grade category edit form improved, fixed aggregation

15 years agoMDL-10382 Allow removing of elements with disabledIf conditions
skodak [Sun, 8 Jul 2007 21:31:14 +0000 (21:31 +0000)]
MDL-10382 Allow removing of elements with disabledIf conditions

15 years agoMDL-10364 fixed de/normalization of calculation formulas in item edit form
skodak [Sun, 8 Jul 2007 19:24:41 +0000 (19:24 +0000)]
MDL-10364 fixed de/normalization of calculation formulas in item edit form

15 years agofixed default needsupdate property
skodak [Sun, 8 Jul 2007 18:18:32 +0000 (18:18 +0000)]
fixed default needsupdate property

15 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

15 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

15 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

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

15 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

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

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

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

15 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.

15 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

15 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

15 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

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

15 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

15 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.

15 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.

15 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.

15 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.

15 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

15 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!)

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

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

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

15 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.

15 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

15 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

15 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

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

15 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

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

15 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!

15 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).

15 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.

15 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

15 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

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

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

15 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

15 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.

15 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>

15 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>

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

15 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

15 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

15 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.

15 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.

15 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

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

15 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

15 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

15 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

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

15 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

15 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

15 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

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