Commit graph

27042 commits

Author SHA1 Message Date
skodak
fefe8b06a1 MDL-10364 initial calcualtion edit form 2007-07-12 20:12:07 +00:00
skodak
46fa681022 MDL-10364 initial calcualtion edit form 2007-07-12 20:12:06 +00:00
skodak
920a0fb2eb MDL-10437 moved editing forms to grade/edit/ directory - these should be shared by all reports, there were too many files in grader directory anyway 2007-07-12 19:40:28 +00:00
skodak
95d6df779c MDL-10364 calcualtion icon fix 2007-07-12 17:46:38 +00:00
nicolasconnault
e5161d0cdd MDL-10386 More refactoring (grade_report_grader->get_user_pref($pref_name)) 2007-07-12 17:42:23 +00:00
skodak
9d452f139f MDL-10364 calcualtion validation improvements 2007-07-12 17:36:18 +00:00
skodak
9029762c3c MDL-10364 calcualtion validation improvements 2007-07-12 17:23:29 +00:00
skodak
64480c7dff always initilize arrays! 2007-07-12 17:03:52 +00:00
nicolasconnault
4ba9941c4b MDL-10386 Refactored the grader report file (index.php), and extracted the grade_report_grader class out of it. The index file now only calls upon the class' main methods. Certain elements and code blocks in the class can be abstracted for other reports (such as the paging, sorting arrows and several general purpose variables). 2007-07-12 16:36:38 +00:00
skodak
06d7c6d6b2 fixed object initialization 2007-07-12 15:42:50 +00:00
skodak
68d2023487 MDL-10433 Upgrade: undo_groupings() causes warnings (before groupings exist) 2007-07-12 15:31:49 +00:00
nfreear
11d97de1b2 Part fix of bug MDL-10332 "Data module not filtering list by group on .." - restore bug. 2007-07-12 14:12:35 +00:00
diml
714ee0b618 language file for search bloc (EN) 2007-07-12 12:33:55 +00:00
diml
918fb61f41 renew of the global search engine 2007-07-12 12:32:15 +00:00
skodak
3f7ebaf5bd item and category edit forms minor improvements 2007-07-12 09:20:08 +00:00
skodak
4bc2486747 MDL-10382 adding some more checks to prevent JS errors when hardFreezing elements with disabledIf conditions 2007-07-12 09:17:55 +00:00
toyomoyo
9c25957a13 fixing formslib usage and locked implementation 2007-07-12 08:48:02 +00:00
skodak
943e3dcdd2 MDL-10382 new fix, I hope it works now 2007-07-12 07:57:26 +00:00
toyomoyo
15a11fe3aa adding a <br/> to offset the group selector's float left 2007-07-12 06:59:00 +00:00
toyomoyo
7e3c9767db grade edit form, and adding set_locktime for grade_grades and grade_item 2007-07-12 06:42:44 +00:00
jamiesensei
df2c2310e5 Reverted previous fix for MDL-10382 Allow removing of elements with disabledIf conditions - "This fix has broken disabledIf in many forms. The problem is that if the dependentOn element is an element in a group then elementExists will return false." 2007-07-12 06:01:17 +00:00
skodak
ed30fa8e8a MDL-10394 grade_grades field overridden backup/restore support 2007-07-11 18:06:23 +00:00
skodak
adcbb43a25 MDL-10422 fixed missing include 2007-07-11 17:59:13 +00:00
skodak
454cf87189 MDL-10421 $fields= typo 2007-07-11 17:27:46 +00:00
nicolasconnault
474bad4698 MDL-9628 Enabling multiple feedback and grades update. Feedbacks now working, but grades don't (at least scales don't) 2007-07-11 16:54:11 +00:00
urs_hunkler
91a23ef0a1 MDL-10409 - .invisiblefieldset display: inline issue 2007-07-11 15:20:45 +00:00
skodak
a4820aef30 fixed notice in update_raw_grade 2007-07-11 14:53:47 +00:00
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