Commit graph

26865 commits

Author SHA1 Message Date
skodak
de359e3c2e fixed notice in update_final_grade 2007-07-11 14:33:09 +00:00
thepurpleblob
1d1e8f2bab MDL-10380:
Modified check for existence of renderedmatch plugin so that it sees it properly.
Bodged weird parameter passing issue so that correct answer choices are found.
2007-07-11 13:57:59 +00:00
thepurpleblob
c569a97541 MDL-10415:
Documentation for Aiken format added back, plus a few other minor improvements.
2007-07-11 09:58:11 +00:00
thepurpleblob
f0c1799e43 MDL-10415:
Aiken format returns/
2007-07-11 09:18:32 +00:00
moodler
708d13d159 Add some caching to get_list_of_timezones 2007-07-11 09:11:44 +00:00
moodler
0768af851b Deleted excess call ... MDL-8451 2007-07-11 09:10:01 +00:00
toyomoyo
ae483dadca MDL-9983, missing upser_updated event 2007-07-11 09:05:17 +00:00
toyomoyo
2054475538 non-working edit_grade_form 2007-07-11 09:01:55 +00:00
exe-cutor
73f1e3b28b Merged changes from stable 2007-07-11 08:30:01 +00:00
exe-cutor
f309632a05 Merged changes from stable version 2007-07-11 08:04:12 +00:00
nicolasconnault
6e30bd442d 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
2007-07-11 07:30:04 +00:00
toyomoyo
38b9e8a8ed moving some functions out to lib so they can be used in other reports 2007-07-11 05:07:39 +00:00
moodler
3fad470e9a FIxed a notice 2007-07-11 02:45:40 +00:00
toyomoyo
7f6ab87f30 this float is causing grader report and user report footer to not display properly 2007-07-11 02:44:53 +00:00
urs_hunkler
7ea2be69b8 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. 2007-07-10 20:29:27 +00:00
nicolasconnault
cd20e11c28 minor fix 2007-07-10 18:41:28 +00:00
skodak
c86caae78a MDL-9137 new grade_grades field overridden; item edit form fixes; other minor fixes and improvements 2007-07-10 18:08:24 +00:00
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
skodak
98353ff194 MDL-9137 new grade_grades field overridden 2007-07-10 08:55:06 +00:00
skodak
f3d528cf43 removing settings upgrade code that is not needed 2007-07-10 08:09:44 +00:00
skodak
6b6f345266 MDL-6855 fixing id in new grade tables to be unsigned in unut tests 2007-07-10 07:57:58 +00:00
skodak
8c6c185a1c do not use role functions in upgrade scripts if roles not setup yet 2007-07-10 07:46:19 +00:00
skodak
197ba19cae MDL-6855 fixing id in new event and grade tables to be unsigned 2007-07-10 07:35:43 +00:00
skodak
d24b38e00e fixed typo 2007-07-10 07:34:05 +00:00
moodler
f18f4df814 Automatic installer.php lang files by installer_builder (20070710) 2007-07-10 06:26:06 +00:00
toyomoyo
a160cf0b17 fix for MDL-9983, trigger certain events out of the core to modules 2007-07-10 02:33:38 +00:00
diml
2f338ab5b0 global search review and extension for physical files 2007-07-09 21:12:16 +00:00
diml
cf0b12ac83 Lucene Zend Implementation update (better handle of UTF8) 2007-07-09 21:05:40 +00:00
diml
8cfbeb8159 Lucene Zend Implementation update (better handle of UTF8) 2007-07-09 20:57:29 +00:00
diml
3d65ef2d8d search engine lang file (EN-UTF8) 2007-07-09 20:54:36 +00:00
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