Commit Graph

1255 Commits

Author SHA1 Message Date
skodak 3a0c6cca33 MDL-8521 new feature - safe overrides, see tracker for details; merged from MOODLE_19_STABLE 2008-07-23 16:10:06 +00:00
Francois Marier 6800d78e06 Drift between CVS and git
- large deletions
- lucene updates
- error() => print_error()
- NO_MOODLE_COOKIES define
- various other things
2008-06-25 17:31:23 +00:00
skodak 04264aeda4 MDL-15343 mod upgrade savepoints implemented (the xmldb generator is not updated yet) 2008-06-22 23:35:52 +00:00
skodak b1f93b1512 MDL-15246 moving all remaining ddl function to adminlib, keeping old lib/ddllib.php only for BC withexisting code; fixed inline docs related to ddl 2008-06-15 10:32:50 +00:00
skodak 294ce9870f MDL-15189 magic quotes finally removed 2008-06-09 16:53:30 +00:00
skodak 74d7d73538 MDL-15103 towards assignment dml conversion 2008-06-05 13:12:00 +00:00
skodak 5053f00f33 MDL-15103 towards assignment dml conversion 2008-06-05 10:50:15 +00:00
skodak 607d2b2abe MDL-15103 towards assignment dml conversion 2008-06-05 10:31:37 +00:00
skodak cd655b33f9 MDL-15095 towards restore lib dml conversion 2008-06-03 23:35:50 +00:00
skodak 9db7dab2ca MDL-15095 towards restore lib dml conversion 2008-06-03 22:36:54 +00:00
skodak 0b18169eab MDL-15133 fixed regressions - thanks Howard 2008-06-03 15:06:53 +00:00
thepurpleblob 6d2d4228d0 MDL-14045
Now respects mod/assignment:view
2008-06-03 13:59:41 +00:00
skodak c18269c7e5 MDL-14679 towards modform conversion 2008-06-01 21:36:11 +00:00
skodak 7cac0c4b2b MDL-14679 fixed references to mod.html 2008-06-01 19:09:13 +00:00
skodak 579d45b434 MDL-14679 converted some get courses 2008-06-01 18:12:24 +00:00
skodak fd0e6640cc MDL-14679 fixed some more $db's 2008-05-31 22:18:41 +00:00
jerome 91d8d9a020 MDL-14765 Assignments email teachers on any submission (only if Alert teacher = Yes AND Send for making = No), merged from 19 2008-05-28 02:07:06 +00:00
dongsheng a939f681bb "MDL-14129, fix print_error call" 2008-05-22 07:20:45 +00:00
skodak f33e1ed4ae MDL-14679 ok, here is the big patch with new dmllib and ddlib API, some code is already converted, XML db editor works; see tracker for details of regressions and TODOs 2008-05-15 21:40:00 +00:00
thepurpleblob 74da63289f Wasn't checking for empty due date. 2008-05-13 15:19:31 +00:00
thepurpleblob 7a3f8bf4b7 Small tidy up - left in some stuff, and now use proper error function. 2008-05-13 15:10:36 +00:00
thepurpleblob 62e49765a4 MDL-14045:
Assignment type now links to type/xxxx/all.php if it exists.
2008-05-13 14:56:29 +00:00
thepurpleblob 3b0d5ca301 MDL-14045:
Add ability to list all online assignments in a course.
Rather like what Journal used to do.
2008-05-13 14:46:10 +00:00
thepurpleblob e1faf3b99b MDL-14813:
submittedlink() returns an absolute rather than relative link.
2008-05-13 10:43:20 +00:00
skodak 39f563ed5b MDL-14564 pg null trouble fixed by David Mudrak; merged from MOODLE_18_STABLE 2008-04-27 22:41:07 +00:00
moodler cb59ca286e MDL-4485 Merged from 1.9 2008-04-15 03:42:32 +00:00
scyrma 74369ab567 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. (merge from 1.8
and 1.9)
2008-04-08 03:04:52 +00:00
dongsheng 5a2a53316f MDL-14129, remove all the other error() call 2008-04-04 02:54:20 +00:00
skodak a833a46aba MDL-14074 removed obsoleted $CFG->enablerecordcache = true; merged from MOODLE_19_STABLE 2008-03-27 08:40:01 +00:00
skodak ec29061d82 MDL-13899 force resending of all assignment grades into gradebook so that the submitted and graded dates get updated; merged from MOODLE_19_STABLE 2008-03-19 23:20:00 +00:00
skodak 12dce2534f MDL-13899 assignments should be now sending proper submissions and grading dates into gradebook; merged from MOODLE_19_STABLE 2008-03-19 22:35:24 +00:00
dongsheng d6cc234114 MDL-13481, Distinguish between course fullname and user fullname 2008-03-19 08:49:23 +00:00
skodak f30036d3f1 MDL-13610 made assignment submissions table 100% wide; merged from MOODLE_19_STABLE 2008-03-18 17:18:44 +00:00
skodak 1986792355 MDL-13807 assignment_showrecentsubmissions does not hide submissions on recent activity full report - patch by Jason Meinzer; merged from MOODLE_19_STABLE 2008-03-18 16:45:44 +00:00
skodak 63824bbffd MDL-13920 adding warning that regrading of assignments may take a while; merged from MOODLE_19_STABLE 2008-03-15 18:52:39 +00:00
skodak 5048575d7e MDL-13920 assignment without grades now sets text grade type, fixed overriding of feedback and overriding logic in general on grade edit page; merged from MOODLE_19_STABLE 2008-03-15 14:54:43 +00:00
thepurpleblob 7f91ea90de MDL-13872:
Display a dash when no grade info, suppresses notice.

Merged from STABLE_19
2008-03-11 14:26:38 +00:00
nicolasconnault 44d6ecc32b MDL-12854 Added required rule for submission text. Merging from MOODLE_19_STABLE 2008-03-07 09:18:08 +00:00
skodak ba9ad04975 MDL-13741 Incorrect max size shown when using course upload limit; patch by Jason Meinzer; merged from MOODLE_19_STABLE 2008-03-03 20:49:54 +00:00
moodler 99058191c6 Merged version bumps for release 1.9 2008-03-03 11:49:34 +00:00
moodler 0036b42fa3 Merged MDL-11484 Added some colors for overridden grades 2008-03-03 05:57:32 +00:00
nicolasconnault b64792f664 MDL-13736 Wrapped the link in a div and fixed the style. Merging from MOODLE_19_STABLE 2008-02-29 21:46:14 +00:00
nicolasconnault 319b73494c MDL-11484 Changed the display of overridden and locked grades. Merging from MOODLE_19_STABLE 2008-02-29 17:07:02 +00:00
nicolasconnault a344d6db71 Notices on empty array index. Merging from MOODLE_19_STABLE 2008-02-29 10:07:47 +00:00
moodler 8aa0c699b7 Merged MDL-6591 Simplified some wording and fixed the help file name for emailnotification 2008-02-27 05:07:57 +00:00
skodak 03076be407 MDL-6591 inverted checkbox for email notification; MDL-9657 - fixed date issues in drafts; merged from MOODLE_19_STABLE 2008-02-26 19:27:43 +00:00
moodler 0de80bcfe6 Merged MDL-12294 Fixed more missing strings 2008-02-26 08:27:19 +00:00
skodak 42f50aec59 MDL-9657 advanced upload assignment draft tracking now available as activity setting; merged from MOODLE_19_STABLE 2008-02-25 13:34:17 +00:00
skodak 39bc9fbbbb MDL-9657 better dealing with drafts in assignment; merged from MOODLE_19_STABLE 2008-02-25 12:39:48 +00:00
skodak d9cf732316 MDL-6591 moving the disable notification from fg prefs; merged from MOODLE_19_STABLE 2008-02-21 08:14:30 +00:00