Commit graph

27085 commits

Author SHA1 Message Date
diml
ddce7c1ade search engine lang file (FR-UTF8) 2007-07-09 20:54:18 +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
stronk7
72e42141cf Now SQL sentences are all together and with proper terminators.
Tested against MySQL, PostgreSQL and MSSQL. MDL-7357
2007-07-09 18:03:47 +00:00
stronk7
67dc1f78c6 Reverting to previous version to respect cross-db. Final
tested solution arriving in hours. MDL-7357

Merged from MOODLE_18_STABLE
2007-07-09 17:17:13 +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
skodak
bc7afe29c3 fixed loggeduser foreign keys 2007-07-09 13:58:17 +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
jgutierr25
f535ea21fd *** empty log message *** 2007-07-09 08:49:47 +00:00
toyomoyo
75c2ecc88e merged fix for MDL-9337, hidden teachers are visible when not enroled 2007-07-09 07:42:46 +00:00
toyomoyo
e513826187 MDL-9983, adding triggers for certain events, no handler implemented 2007-07-09 06:43:33 +00:00
toyomoyo
52bb13dc9f adding group support for get_role_users 2007-07-09 06:22:56 +00:00
toyomoyo
f87b1451c3 MDL-10346, adding a row for grade range between headers and grades 2007-07-09 05:49:30 +00:00
moodler
95b31d202b Merged formatting fix for MDL-7357 2007-07-09 03:56:58 +00:00
toyomoyo
9477c1ecca merged fix for MDL-9613, broken SQL in online user block 2007-07-09 02:54:35 +00:00
stronk7
80c85b0c5d Now tested against Oracle too. Adding option to XMLDB Editor interface. MDL-7357
Merged from MOODLE_18_STABLE
2007-07-08 23:58:05 +00:00
stronk7
d63375cde5 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
2007-07-08 23:24:49 +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
skodak
d5fab31f08 grade category edit form improved, fixed aggregation 2007-07-08 21:37:55 +00:00
skodak
854386bc04 MDL-10382 Allow removing of elements with disabledIf conditions 2007-07-08 21:31:14 +00:00
skodak
d3f14e423d MDL-10364 fixed de/normalization of calculation formulas in item edit form 2007-07-08 19:24:41 +00:00
skodak
5132aa7fd5 fixed default needsupdate property 2007-07-08 18:18:32 +00:00
skodak
004081182d MDL-10226 fixed item unit tests 2007-07-08 15:14:26 +00:00
skodak
5656785b6f MDL-10226 fixed categroy unit tests 2007-07-08 15:07:16 +00:00
skodak
15b462da4b MDL-10226 fixed breakage in grade computing 2007-07-08 15:03:46 +00:00
skodak
b82caceafe fixed typo 2007-07-08 14:58:23 +00:00
skodak
f8e6e4dbea MDL-10226 improved regrading of final grades - optimised db access, partial regrading when raw grade updated 2007-07-08 14:57:19 +00:00
nicolasconnault
9aa1e44853 MDL-9268 2007-07-08 14:51:41 +00:00
Martin Langhoff
a9b24e489b cvsimport fixups - new files 2007-07-07 14:30:55 +12:00
Martin Langhoff
08103c9364 cvsimport fixups 2007-07-07 14:18:30 +12:00
tjhunt
99a1bf3d9c MDL-10374 - Quiz layout improvements, selectively merged from OU-moodle. 2007-07-06 16:37:06 +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
poltawski
c5e47c14af MDL-10311 Group import broken - groups import hadn't been updated for new groups,
also missing lang strings. Merged from MOODLE_18_STABLE
2007-07-06 15:28:37 +00:00
tjhunt
604a618428 Fix notice in essay question. 2007-07-06 13:30:16 +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
tjhunt
21988c8e20 Small improvement to print_table. Lets you apply a class attribute to particular table rows. 2007-07-06 11:29:25 +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
urs_hunkler
5393664ee6 In HTML resources the container box collapsed, when floats are used for content. Solved by adding "clearfix" to the classes. 2007-07-06 08:42:03 +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
tjhunt
b0972c0593 MDL-648 - minor corrections. 2007-07-06 08:20:07 +00:00
nicolasconnault
1dd1bc8eaa MDL-10287 Finished implementing form 2007-07-06 06:10:20 +00:00
moodler
08a2605a3c Automatic installer.php lang files by installer_builder (20070706) 2007-07-06 04:44:21 +00:00
jamiesensei
43914931f7 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. 2007-07-06 04:03:51 +00:00
nicolasconnault
02046f93fa MDL-10210 2 Fixing a few errors in preferences 2007-07-06 02:57:28 +00:00
nicolasconnault
5f087294bf MDL-10210 2 bumping the version for new preferences 2007-07-06 02:51:58 +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