poltawski
ae817db2f8
MDL-12889 - fix bad invalid capability check
2008-01-09 15:43:37 +00:00
arborrow
e93291d5ee
MDL-12889 - uncommitting previous change - since grade:viewall is new to 1.9 (my bad)
2008-01-09 15:17:39 +00:00
arborrow
cfe0874655
MDL-12889 - bad capability check [thanks Tim!] in assignment recent activity report
...
merged from MOODLE_19_STABLE
2008-01-09 15:06:59 +00:00
martinlanghoff
b5558e5742
mod/assignment: Remove SQL "id,id" which causes errors on Oracle - MDL-12425
...
This loop also needs some rewriting - it is _very_ inefficient on
large courses.
2007-12-04 06:13:15 +00:00
toyomoyo
dcc09c507e
MDL-12160, do not force context creation when calling get_coursemodule_info() as context_rel table might not exist yet
2007-11-15 07:20:52 +00:00
mchurch
c58364c3d3
MDL-12149 Added code to check for selected group as well, so that privileged users get correct count when changing groups.
2007-11-13 16:46:16 +00:00
samulik
186b0a1537
MDL-1883 - /course/scales.php very slow. "Backported" the fix by Petr from 1.9 to 1.8. Not a direct merge as the code has been refactored.
2007-09-24 06:32:14 +00:00
stronk7
1714e789f4
Now, under quick grading, when new assignment_submissions records are
...
created, we provide a default for data1 and data2 text not null
columns. MDL-11268
Merged from MOODLE_17_STABLE
2007-09-17 16:58:54 +00:00
stronk7
b7f2b64f2f
Now using one cross-db solution to be able to
...
simulate the status boolean ins assignment
submissions. MDL-8164 & MDL-10846
Backported from MOODLE_HEAD
2007-09-13 17:58:55 +00:00
skodak
0d8b628813
MDL-10056 Fixed deleting of assignments when original plugin not present; backported from HEAD
2007-08-21 09:23:37 +00:00
mchurch
d715f651f4
Changing the doc.
2007-07-19 17:01:04 +00:00
mchurch
9a1dd76cfa
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:49:08 +00:00
skodak
9d46c8fbbf
MDL-10517 Use of addslashes in assignment/lib.php; backported from HEAD
2007-07-18 18:43:51 +00:00
skodak
190437b919
MDL-9780 Groups 181 cleanup - part 2
2007-05-15 18:26:48 +00:00
stronk7
f68ff717aa
Fixed quesry to work agains Oracle. Repeated fields + limit
...
are incompatible (and not needed) for Oracle. MDL-9321
Merged from MOODLE_17_STABLE
2007-04-16 14:43:37 +00:00
skodak
7ec5b06656
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
2007-04-10 14:49:36 +00:00
nicolasconnault
79c8c1dba4
Fixed broken XHTML
2007-04-05 02:11:24 +00:00
toyomoyo
d857dbc1c3
fix for MDL-9185
2007-04-04 04:03:27 +00:00
toyomoyo
a836952539
replacing fieldsets with divs in small forms
2007-03-01 07:28:19 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
toyomoyo
a727be0829
fixing insert_instance so that it can comply with the formslib form
2007-02-28 04:11:05 +00:00
toyomoyo
1b98048119
fix for MDL-8645, assignment due dates not written to db
2007-02-28 03:24:43 +00:00
toyomoyo
37e936ab77
fix for MDL-8505 and some other assignemnt issues
2007-02-15 08:15: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
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
skodak
0ac1cfc359
fixe missing global CFG
2007-01-11 17:14:24 +00:00
skodak
436cfa9fb3
MDL-6987 assignment mod conversion to new forms lib
2007-01-10 13:38:04 +00:00
skodak
998b2848c3
MDL-8115 fixed $$submission typo; merged from MOODLE_17_STABLE
2007-01-08 21:42:51 +00:00
skodak
0d905d9f34
MDL-7861 new class .icon and .iconsmall
2007-01-08 09:14:05 +00:00
toyomoyo
141a922c8c
MDL-7861, xhtml strict issues
2007-01-08 03:34:44 +00:00
skodak
a1c91f9a15
MDL-7861 assignment related xhtml strict fixes (client view and fixed quickgrading/grading) and admin tree CSS styling
2007-01-07 21:54:39 +00:00
skodak
d2ce367fb9
MDL-8062 Remove name attribute from <form> and related javascript code cleanup (tested with FF, IE, Konq and Opera)
2007-01-06 19:22:58 +00:00
toyomoyo
820aff13a4
MDL-7861, xhtml strict fixes
2007-01-05 05:56:19 +00:00
toyomoyo
d9cb14b885
MDL-7861, fixing xhtml strict problems
2007-01-05 04:57:58 +00:00
skodak
b7dc225654
MDL-8062 1.3 Remove name attribute from <form> and fix focus everywhere - more changes ahead
2007-01-04 21:32:36 +00:00
skodak
fa73873105
MDL-8050 1.2 Remove all target="_top" - refactoring of previous commit
2007-01-04 18:23:55 +00:00
skodak
e25cb71041
MDL-8050 1.2 Remove all target="_top"
2007-01-03 19:24:48 +00:00
skodak
89bfeee0d6
MDL-7742 added nested drop down box to add activities/resources to course, 3rd party mods can specify type
...
MDL-6987 preparation for migration of mod/assignment/mod.html
2007-01-02 09:33:07 +00:00
toyomoyo
c2adcc90b0
merged removed warning
2006-12-11 05:31:00 +00:00
skodak
32776fef0e
minor xhtml fixes
2006-11-30 09:50:01 +00:00
skodak
70ad6fdbe6
Broken next button when grading assignments MDL-7569; merged from MOODLE_17_STABLE
2006-11-15 19:39:17 +00:00
skodak
1936c10e54
fixed obsoleted use of course->category to find site course - now used SITEID instead MDL-1899
2006-11-12 08:55:13 +00:00
stronk7
422770d8cb
Moving deprecated uses of sql_paging_limit() to the new $limitfrom,
...
$limitnum parameters in all the get_recordXXX() functions. MDL-7167
Merged from MOODLE_17_STABLE
2006-10-23 23:00:18 +00:00
skodak
ac15a2d5ff
Assignment Reports incomplete MDL-6301 ; merged from MOODLE_17_STABLE
2006-10-23 21:02:57 +00:00
skodak
70b5660a51
fixed Notices after assignment deletion in Recent Activity MDL-7089 ; merged from MOODLE_17_STABLE
2006-10-18 21:02:30 +00:00
skodak
1f8c654979
Deleting uploaded files when deleting an assignment instance + fixed quoting style + trailing whitespace MDL-6387 ; merged from MOODLE_17_STABLE
2006-10-18 11:14:48 +00:00
skodak
c664a03609
added 'Reviewed' assignment status to My moodle page MDL-6834, patch submitted by Stephen Bourget - thanks!
2006-10-08 08:06:04 +00:00
skodak
793a8c3af7
Assignment Module breaks MyMoodle Page MDL-6802, revisited - I hope it is correct now
2006-10-03 23:34:03 +00:00