skodak
f07e806dd8
MDL-14564 fixed whitespace
2008-04-27 22:41:36 +00:00
skodak
556e66c964
MDL-14564 pg null trouble fixed by David Mudrak
2008-04-27 22:35:39 +00:00
moodler
072758e96a
MDL-4485 Merged logging fix from 1.9
2008-04-15 03:41:08 +00:00
scyrma
0f4aa108d9
MDL-13792 - Commiting Patch by Skodak, fixing problem with japanese characters under some conditions. This has been reported to work, if nobody else
...
comes foward with bugs related to this, it will need to be changed everywhere else where there is no urlencoding done at this time.
2008-04-08 03:00:30 +00:00
skodak
a0a264068f
MDL-13792 reverting previous commits - the use of urlencode() is not correct
2008-04-01 20:24:00 +00:00
scyrma
f9085923a2
MDL-13792 - Fix to prevent urlencoding of '/'
2008-04-01 01:55:00 +00:00
scyrma
57be0ec8f7
MDL-13792 - Use urlencode for filename in upload and uploadsingle assignments to fix problems with multibytes filenames.
2008-03-27 01:48:17 +00:00
nicolasconnault
b8d8a34565
MDL-13430 I can only see this issue in the assignment submissions page.
2008-02-14 07:17:52 +00:00
poltawski
099d1c8f62
MDL-12400 - superfluous required_param causing problems in upload
...
assignment user report.
backported from MOODLE_19_STABLE
2008-01-11 11:47:23 +00:00
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
skodak
fcfe44d8b4
MDL-11783 no uploads after finalising; backported from MOODLE_19_STABLE
2007-12-25 22:04:17 +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
nicolasconnault
f60ecf6045
MDL-10905 iterating properly through readdir()
2007-10-15 05:42:36 +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
poltawski
87aa917219
MDL-10715 - remove inappropiate 'upload not allowed' options on upload assignment types!
2007-08-06 13:26:43 +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
c70adc397a
MDL-9696 used absolute path include in mod_forms; backported from HEAD
2007-06-10 23:28:44 +00:00
skodak
190437b919
MDL-9780 Groups 181 cleanup - part 2
2007-05-15 18:26:48 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +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
b41ee5a874
MDL-9204 New submission wasn't given a timemodified upon creation.
2007-04-05 03:18:45 +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
danmarsden
c7b1aaeed4
fix for MDL-9087 screwy page when user places table into online assignment.
2007-03-30 02:09:07 +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
vyshane
ae21a6519b
Merged from 1.7.
2007-02-16 08:43:10 +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
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
skodak
26de8d35ce
fixed text field widths in new forms
2007-01-11 19:47:08 +00:00
skodak
0ac1cfc359
fixe missing global CFG
2007-01-11 17:14:24 +00:00