Commit graph

888 commits

Author SHA1 Message Date
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 &nbsp; 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
skodak
b5ebd0962f bgufixing and external grading improvements 2007-05-31 20:34:41 +00:00
nicolasconnault
de420c11c5 MDL-9317 Applying Petr's second patch 2007-05-29 00:56:44 +00:00
skodak
7bddd4b787 MDL-9632; MDL-9545 basic assignment grading support - event triggers implemented + some minor cleanup 2007-05-28 08:55:15 +00:00
mattc-catalyst
70c6c0ad70 MDL-9474: Updated build_navigation() to use global $COURSE
- Removed $course parameter from build_navigation()
- Updated all calls to build_navigation()


Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-23 21:11:10 +00:00
nicolasconnault
77a297d274 Fixed many xhtml errors 2007-04-20 07:54:42 +00:00
mattc-catalyst
b9dc2734a3 Breadcrumbs: mod/assignment changes
- modified to use build_navigation() for creating breadcrumbs.


Author: Matt Clarkson <mattc@catalyst.net.nz>
Committer: Matt Clarkson <mattc@catalyst.net.nz>
2007-04-16 20:52:48 +00:00
stronk7
f5ae7c498e Fixed quesry to work agains Oracle. Repeated fields + limit
are incompatible (and not needed) for Oracle. MDL-9321

Merged from MOODLE_18_STABLE
2007-04-16 14:43:57 +00:00
skodak
413efd2200 MDL-7888 rewritten email alerts to graders - "mod/assignment:grade" permission is now used instead of legacy teacher; it should also fix missing alerts when using separate groups; merged from MOODLE_18_STABLE 2007-04-10 14:51:34 +00:00
nicolasconnault
ac4c12c5bd MDL-9204 New submission wasn't given a timemodified upon creation. 2007-04-05 03:19:58 +00:00
nicolasconnault
2bf7e0b1be Fixed broken XHTML 2007-04-05 02:12:28 +00:00
toyomoyo
2d7617c67f merged fix for MDL-9185 2007-04-04 04:05:53 +00:00
danmarsden
f2bb50394f fix for MDL-9087 screwy page when user places table into online assignment. - merging changes from Moodle_18_stable 2007-03-30 02:10:58 +00:00
toyomoyo
a1b5dd2bd9 replacing fieldsets with divs in small forms 2007-03-01 07:28:11 +00:00
moodler
6ba65fa08d Merged Nicolas' changes from MDL-8582 into HEAD. 2007-02-28 06:25:22 +00:00
toyomoyo
343e683453 fixed insert_instance so that it complys with the formslib form 2007-02-28 04:12:13 +00:00
toyomoyo
8509c33345 merged fix for MDL-8645, assignment due dates not written into db 2007-02-28 03:26:35 +00:00
vyshane
2585a68d54 Merged from 1.8. 2007-02-16 08:46:55 +00:00
toyomoyo
16fc208896 merged fix for MDL-8505 and some other assignment issues 2007-02-15 08:16:54 +00:00
skodak
98be6ed825 MDL-8502 Fix assignment cron to use new course setup 2007-02-13 08:54:06 +00:00
skodak
dbbb712ed3 MDL-8498 Assignment - Notification of feedback e-mails to students not being sent; merged from MOODLE_17_STABLE 2007-02-13 08:43:17 +00:00
toyomoyo
afe35ec483 merged fix for MDL-8358, wrong count for not graded assignments 2007-02-12 06:50:32 +00:00
moodler
1934b87667 Updated versions and requires (primarily because of formslib dependencies) 2007-02-02 13:02:24 +00:00
stronk7
9ad5c91fa9 Delete some non cros-db boolean uses from queries, delegating them to PHP. MDL-8164
Merged from MOODLE_17_STABLE
2007-02-01 23:55:05 +00:00
stronk7
73be66c7a8 Now all the modules global config pages are valid XML. Related to MDL-7861 2007-01-13 20:13:58 +00:00
skodak
beac4717de MDL-8166 rename in/out methods in formslib - HQ consensus 2007-01-12 18:52:09 +00:00