moodler
69ea5e1722
Added support for flv files in resources MDL-9739
2007-07-19 05:51:33 +00:00
moodler
699a8fbe02
Automatic installer.php lang files by installer_builder (20070719)
2007-07-19 05:45:29 +00:00
moodler
759bc3c89a
Added support for flv
2007-07-19 05:43:33 +00:00
moodler
b15f06224b
FIixes to show MP3 player properly MDL-9739
2007-07-19 05:19:24 +00:00
toyomoyo
60ace1e114
merged fix for MDL-10149, preventing the deletion of the last admin role
2007-07-19 05:19:05 +00:00
moodler
d670dbee90
Fixed navigation on embedded media
2007-07-19 03:45:30 +00:00
toyomoyo
69b0088cd9
merged fix for MDL-10461, timemodied in role assignments not preserved
2007-07-19 03:37:53 +00:00
stronk7
604015c878
Adding style to one more header.
2007-07-19 00:02:13 +00:00
skodak
5c13c6cc87
MDL-10520 reverting previous commit - the db setup+upgrade code must be fixed first
2007-07-18 21:37:30 +00:00
nicolasconnault
064105e357
Automatic grading Google Summer of Code project (Epaile assignment module) by Arkaitz Garo, First commit.
2007-07-18 21:13:53 +00:00
urs_hunkler
7784025672
added returns to make debugging easier
2007-07-18 21:08:21 +00:00
urs_hunkler
e1d02e7e0f
corrected an error in the sideblock structure for custom corners
2007-07-18 21:06:40 +00:00
skodak
ba74762bda
regular whitespace cleanup in grade code
2007-07-18 19:56:07 +00:00
skodak
e1d2692a73
fixed problem with quickgrading overriding nonexistent grades with no grade
2007-07-18 19:53:24 +00:00
urs_hunkler
966c9a686c
corrected a wrong closing div
2007-07-18 19:51:11 +00:00
skodak
9580a21f1c
MDL-9137 added new aggregation needed for upgrade - weighted + extra credit
...
minor item edit form cleanup
fixed minor bug in grader/lib.php
2007-07-18 19:29:32 +00:00
skodak
3a935caf4d
MDL-10517 Use of addslashes in assignment/lib.php
2007-07-18 18:42:45 +00:00
stronk7
72c7ee0c4d
Avoid some nested boxes in calendar block
2007-07-18 18:38:28 +00:00
urs_hunkler
0dc89caf21
added clearfix to class settingsform to correct collapsing
2007-07-18 15:53:07 +00:00
urs_hunkler
53c914f8e2
added a wrapper div to be able to handle content shorter than the side columns
2007-07-18 15:41:26 +00:00
nicolasconnault
8c5a416edd
MDL-10478 Added category preference aggregationview. This one is linked with the more global preferences and $CFG. However, a category-specific preference needs implementing: grade_report_categorystate{$catid}, which equals GRADE_CATEGORY_EXPANDED or GRADE_CATEGORY_CONTRACTED. I've written a stub in grade/report/grader/lib.php around line 492 for pruning out the grade_tree according to these prefs.
...
We'll also need to implement the actions for the -/+ icons.
2007-07-18 14:54:35 +00:00
tjhunt
b60af635df
MDL-10515 - Change HTML to make it easier to style multiple choice questions. Merged from MOODLE_18_STABLE
2007-07-18 13:57:24 +00:00
nicolasconnault
32b97bb24a
MDL-10490 Letter type implemented
2007-07-18 11:34:55 +00:00
thepurpleblob
808b3dbeb3
MDL-10496:
...
Correct role capability requirements had not been included, so menu
was not displayed for roles with only category update and/or bacup
selected (assigned at site level)
Merged from STABLE_18
2007-07-18 09:14:28 +00:00
moodler
939b226a2b
Fixed up help button texts MDL-9628
2007-07-18 09:07:50 +00:00
moodler
e15d4dd0e0
Move the "default role" into enrolments section MDL-10511
2007-07-18 08:57:28 +00:00
skodak
af15f9cc53
MDL-10439 yet another attempt to fix definition_after_data() - see the bug report for sample usage
2007-07-18 08:48:28 +00:00
toyomoyo
5ea4345b72
fixing 2 typos
2007-07-18 08:39:50 +00:00
toyomoyo
5c2aa19894
adding capabilities check
2007-07-18 08:13:09 +00:00
toyomoyo
3446013d45
MDL-10480, implement average grade selection
2007-07-18 08:03:38 +00:00
toyomoyo
61f774e8f6
merged fix for MDL-10469, users with doanything has no courses showing
2007-07-18 07:02:54 +00:00
toyomoyo
1ad2f41253
negative grades might be used so use null check instead. might break other db so might need a sql_null() function or something similar
2007-07-18 06:21:55 +00:00
moodler
a5431b72b0
Automatic installer.php lang files by installer_builder (20070718)
2007-07-18 06:17:19 +00:00
nicolasconnault
5e623a335f
MDL-10345 Fixed bug that changed a null scale finalgrade to 1 due to passing through bounded_number(1, null, 3)
2007-07-18 05:17:45 +00:00
nicolasconnault
8c4d80f130
MDL-10392 completed: the finalgrade value wasn't assigned to the grade_grades object when its update() method was being called.
2007-07-18 03:57:50 +00:00
nicolasconnault
e7536c9222
MDL-10479 Done, but would be nice to middle-align the user names vertically.
2007-07-18 03:34:55 +00:00
nicolasconnault
025bc8d0b1
MDL-10477 Fixed a small bug in grade/edit/item.php , where I was testing for
...
if (!empty($data->pref_gradedisplaytype))
which returned false if the value was set to 0. I just changed !empty to isset and it fixed it.
2007-07-18 03:14:06 +00:00
toyomoyo
e4add64dff
putting a space before {
2007-07-18 02:02:48 +00:00
skodak
ce86745870
MDL-10481 fixing broken form defaults - sorry
2007-07-17 19:38:27 +00:00
nicolasconnault
eff97ae081
minor edit
2007-07-17 19:28:22 +00:00
nicolasconnault
db4c796818
MDL-9628 Refactored display "Raw" string into "Real" to avoid confusion with raw vs final grades
2007-07-17 19:04:50 +00:00
stronk7
01516fd39a
And key fields are lowercased too. End of MDL-10413
...
Merged from MOODLE_18_STABLE
2007-07-17 18:57:31 +00:00
stronk7
470617ba0a
And index fields are lowercased too. Part of MDL-10413
...
Merged from MOODLE_18_STABLE
2007-07-17 18:55:51 +00:00
stronk7
40f5b3011a
Ensuring we always retrofit lowercase tables. Part of MDL-10413.
...
Merged from MOODLE_18_STABLE
2007-07-17 18:49:22 +00:00
nicolasconnault
e50ce569d9
MDL-10481
...
Two new preferences: averagesdecimalpoints and rangesdecimalpoints
Two new constants: GRADE_REPORT_PREFERENCE_INHERIT and GRADE_REPORT_PREFERENCE_DEFAULT with string values
removed GRADE_REPORT_GRADE_DISPLAY_TYPE_INHERIT in favour of the above
Added a number of language strings.
2007-07-17 18:46:21 +00:00
tjhunt
4f2c86ad81
OU bug 3463 - warnings when you start an attempt in 'each attempt builds on last' mode.
2007-07-17 15:27:59 +00:00
skodak
83ae2001b9
MDL-10481 minor form cleanup - added prefix for preferences in element names, added header + temporary debug delay before redirect
2007-07-17 15:22:18 +00:00
nicolasconnault
501e0e346e
MDL-10481 Elements added to form. item preferences not yet recognised by report.
2007-07-17 14:53:10 +00:00
skodak
2a8c101f69
MDL-10065 move lib/simpletest/grade/simpletest elsewhere
...
+ fixed categroy locking unittest and minor problem with return value
2007-07-17 14:25:20 +00:00
thepurpleblob
e8513d2ca0
MDL-10395:
...
Course managers are now displayed in the order that the user
selects in the Define Roles page.
2007-07-17 14:07:56 +00:00