stronk7
|
63d69d5481
|
Delete one unused table when grading online assignment submissions.
|
2007-09-16 21:06:56 +00:00 |
|
skodak
|
6b5c722df5
|
MDL-9542 new function needed for showing of final grades in Quiz + minor changes in grading public API used by modules
|
2007-09-15 19:24:10 +00:00 |
|
stronk7
|
c926560086
|
Now using one cross-db solution to be able to
simulate the status boolean ins assignment
submissions. MDL-8164 & MDL-10846
|
2007-09-13 17:51:48 +00:00 |
|
moodler
|
fb81abe154
|
1) Refresh grade item when grades are saved (I was getting assignments with no names in the gradebook)
2) Tidy up how messages are shown after quick grading
|
2007-09-04 05:50:04 +00:00 |
|
skodak
|
9c8d38fa97
|
MDL-11092 events are not used for changed raw grades anymore + minor cleanup in handling of raw grades (now used only for modules or other external plugins that produce grades)
|
2007-08-31 22:42:05 +00:00 |
|
stronk7
|
8d7fb1bacd
|
And we don't need to call assignment_upgrade_submodules()
from the update scripts any more. The standard plugin
architecture for modules support that. MDL-11029
|
2007-08-29 14:50:41 +00:00 |
|
stronk7
|
e9d46b8187
|
Now assignment submodules are installed/upgraded properly
(using the standard plugins architecture) MDL-11029
|
2007-08-29 14:42:39 +00:00 |
|
stronk7
|
c617b6f3b6
|
Changed the online submodule to work under the new install/upgrade code
|
2007-08-29 14:38:34 +00:00 |
|
skodak
|
d515beab01
|
MDL-10320 assignment types that are not installed are not restored anymore + fixed warning when no attempts present
|
2007-08-28 21:06:01 +00:00 |
|
mattc-catalyst
|
ba3dc7b4a8
|
MDL-10888: groupings - mod/assignment - updated to support groupings
|
2007-08-26 23:50:08 +00:00 |
|
skodak
|
d014b69b92
|
MDL-10927 implemented cron support in assignment plugins
|
2007-08-21 09:53:35 +00:00 |
|
skodak
|
1fc8777426
|
MDL-10056 Fixed deleting of assignments when original plugin not present
|
2007-08-21 09:20:42 +00:00 |
|
skodak
|
c219eec3cf
|
MDL-10846 reverting commit - waiting for Eloy :-(
|
2007-08-20 22:27:38 +00:00 |
|
skodak
|
2ff4411414
|
MDL-10846 Sorting submitted assignments by status makes all assignments disappear
|
2007-08-20 22:21:46 +00:00 |
|
skodak
|
9ca302560c
|
MDL-10846 Sorting submitted assignments by status makes all assignments disappear
|
2007-08-20 22:18:18 +00:00 |
|
skodak
|
f8e3d5f0c2
|
MDL-10888 groupmembers only checks in require_login()
|
2007-08-17 12:15:32 +00:00 |
|
nicolasconnault
|
f1af7aaaf5
|
MDL-10870 All files updated to new build_navigation() method.
|
2007-08-17 07:25:47 +00:00 |
|
skodak
|
2c386f82e5
|
MDL-10383 - deprecated get_groups(), user_group() and ismember()
|
2007-08-15 20:21:01 +00:00 |
|
skodak
|
1d68419596
|
MDL-10383 - deprecated groups_members_from_sql and friends - we do not need them anymore because we reverted to 1.7 style groups in 1.9
|
2007-08-15 19:28:11 +00:00 |
|
skodak
|
e46f4d110d
|
MDL-10549 fixed outcoems appearing in assingment when not used
|
2007-08-07 07:25:06 +00:00 |
|
poltawski
|
148e093abb
|
MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!
Merged from MOODLE_18_STABLE
|
2007-08-06 13:28:40 +00:00 |
|
moodler
|
4c67d26eda
|
Added grade.php so that MDL-10674 works
|
2007-08-06 05:31:17 +00:00 |
|
skodak
|
39bb937a6a
|
MDL-10549 finally found the cause of incorrect layout - invisiblefieldset strikes again
|
2007-08-03 14:56:32 +00:00 |
|
skodak
|
a330e1ae5d
|
MDL-10549 aligning outcomes the same way as grades on submissions page == right
|
2007-08-03 14:38:22 +00:00 |
|
skodak
|
38f4c3fc4b
|
MDL-10549 css fixes - alignment in popup grading in ff still not ok, hmmm
|
2007-08-03 14:32:26 +00:00 |
|
skodak
|
1a35ee51ac
|
MDL-10549 css fixes - work in progress
|
2007-08-03 14:03:32 +00:00 |
|
skodak
|
fbaa56b22d
|
MDL-10549 adding support for disabling outcomes
|
2007-08-03 13:22:31 +00:00 |
|
nicolasconnault
|
206ab18470
|
MDL-9775 Added inside the <div></div> for class="bt" and class="bb", for custom corners theme
MDL-10702 Finished fixing the CSS
|
2007-08-03 11:55:28 +00:00 |
|
skodak
|
cc03871ba3
|
MDL-10549 outcomes quickgrading in assignment
TODO: fix html and CSS
|
2007-08-02 22:38:52 +00:00 |
|
skodak
|
3a5ae6602b
|
MDL-10544 basic support for outcomes grading in modules - implemented in assignment popup grading (TODO: fix html and css there)
|
2007-07-31 22:56:29 +00:00 |
|
skodak
|
42ff9ce68b
|
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
|
2007-07-22 21:43:47 +00:00 |
|
mchurch
|
09ba8e56a9
|
Adding 'get_coursemodule_info' to the standard available functions for assignment types. As a minimum, this allows assignment types to add their own icon (like resource does).
|
2007-07-19 16:59:51 +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 |
|
skodak
|
3a935caf4d
|
MDL-10517 Use of addslashes in assignment/lib.php
|
2007-07-18 18:42:45 +00:00 |
|
Martin Langhoff
|
08103c9364
|
cvsimport fixups
|
2007-07-07 14:18:30 +12:00 |
|
mattc-catalyst
|
01e3838853
|
MDL-9473: Initialise navlinks array before use
Author: Matt Clarkson <mattc@catalyst.net.nz>
|
2007-07-05 04:55:24 +00:00 |
|
mattc-catalyst
|
3b27b0fe21
|
MDL-9615: Correct incorrect use of term breadcrumbs
- $crumbs -> $navlinks
Author: Matt Clarkson <mattc@catalyst.net.nz>
|
2007-07-05 04:40:48 +00:00 |
|
toyomoyo
|
7994464178
|
fixing some warnings
|
2007-07-05 02:18:45 +00:00 |
|
skodak
|
ac9b080524
|
MDL-10202 merge raw and final grade tables
|
2007-06-20 23:06:29 +00:00 |
|
skodak
|
d55930f153
|
MDL-9516 removing include of gradelib.php - now included only when needed
|
2007-06-11 11:28:42 +00:00 |
|
skodak
|
23a7718bd1
|
MDL-9696 used absolute path include in mod_forms
|
2007-06-10 23:20:45 +00:00 |
|
skodak
|
34e67f76a8
|
MDL-10076 finalize grade_is_locked() and implement grade item locking in assignment
|
2007-06-10 20:34:07 +00:00 |
|
skodak
|
09c442620d
|
MDL-9536 assignment now reacts to external updates
|
2007-06-09 14:56:22 +00:00 |
|
skodak
|
b67ec72f57
|
MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event
|
2007-06-06 23:04:24 +00:00 |
|
skodak
|
612607bd47
|
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
|
2007-06-05 22:58:37 +00:00 |
|
skodak
|
8b4fb44ed1
|
MDL-9545 minor refactoring and comment cleanup
|
2007-06-03 12:37:50 +00:00 |
|
skodak
|
4a1be95c60
|
MDL-9545 minor code formatting cleanup
|
2007-06-03 09:26:45 +00:00 |
|
skodak
|
45fa341298
|
MDL-9545 refactoring of grading code in assignment, whitespace cleanup
|
2007-06-03 09:10:52 +00:00 |
|
skodak
|
ada917d50a
|
fixed handling of grade items when deleting assignment
|
2007-06-01 15:13:36 +00:00 |
|