Commit Graph

630 Commits

Author SHA1 Message Date
mjollnir_ f3221af9e5 Initial checkin of stats (from processing the log table).
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
moodler a86a538fef Merged fixes from STABLE for submodules 2005-07-15 17:32:36 +00:00
skodak 3554b5c2be fixed html emails; merged from MOODLE_15_STABLE 2005-07-12 14:37:34 +00:00
skodak d4156e8096 unset unmodified text fields SC#140 + popup fix; merged from MOODLE_15_STABLE 2005-07-12 13:12:24 +00:00
moodler d23026fdf6 Fixed comment copying from stable 2005-07-12 09:57:01 +00:00
skodak 815b5ca6e9 fixed $posthtml - see bug#3868; merged from MOODLE_15_STABLE 2005-07-09 13:37:36 +00:00
skodak 3262ee106a fixed grading bug#1517 and some other typos; merged from MOODLE_15_STABLE 2005-07-09 12:34:08 +00:00
moodler 042311a9cf Merged frix from stable 2005-07-08 07:42:00 +00:00
skodak 472639376f merged from MOODLE_15_STABLE 2005-07-05 06:30:07 +00:00
skodak 1e4343a06d megamerge from MOODLE_15_STABLE 2005-07-05 06:03:04 +00:00
ikawhero 0a3f66a213 Small change merged from MOODLE_15_STABLE that to check $scalegrades.
There appears to have been other changes made to head so will not update
the merged tag.
2005-06-06 09:53:18 +00:00
moodler 736f191c1d Added event handling to new assignment. Whopos! 2005-05-31 23:00:20 +00:00
defacer c8dbfa5cd5 Fixing a header, this string wasn't set anywhere. Plus it needs a new
string in the lang files (coming up next).
2005-05-22 01:53:13 +00:00
defacer c5d3620362 Fixing invalid GROUP BY sql reported by Patrick Li of Catalyst.
(http://moodle.org/mod/forum/discuss.php?d=24110)

This was just a simple matter of cleaning up, no GROUP BY was needed.
Now let's see about the similar hornet's nest that we disturbed in Quiz...
2005-05-22 01:51:03 +00:00
moodler d175966b68 Fixed some upgrading bugs 2005-05-17 19:58:30 +00:00
moodler 3814722905 Shane and I fixed a few things:
- preventlate works
   - dates can be set to not be used
   - optional assignment fields all getting passed to second screen now  8-I
2005-04-27 09:37:52 +00:00
moodler 12acb98cb7 Fixed a PHP bug in deleting assignment instances. (SE). 2005-04-21 08:32:24 +00:00
moodler 86365d200b Strp tabs from shortened comments 2005-04-20 09:12:47 +00:00
moodler 01e2fdfe72 Inline commenting now works 2005-04-20 07:48:11 +00:00
moodler ba16713fc9 Fixed up the submitted links once and for all 2005-04-20 06:49:49 +00:00
moodler d8199f1d4c A few tidy ups 2005-04-18 16:01:02 +00:00
moodler f77cfb73dd Another big dump with many changes.
The most notable one is the new online assignment type, which is a good
example of how little code really needs to be written to make new
assignment types now.
2005-04-18 09:29:09 +00:00
stronk7 3898bc3337 assignment->name supports filterall again. :-P 2005-04-17 22:17:52 +00:00
moodler f1893f4428 Improved listing on index page for students 2005-04-17 18:45:32 +00:00
moodler ff8f7015e3 Added formatting for comments 2005-04-17 17:58:51 +00:00
moodler 52436fe1cc Added a new format field for comments 2005-04-17 17:51:25 +00:00
moodler 70b2c772b3 Tweaks and so on, making it pretty 2005-04-17 17:11:41 +00:00
moodler 3a3643df79 DIsplay numerical grades with total grade: 9 / 10 2005-04-17 15:56:40 +00:00
moodler 73097f0711 A very big batch of changes. Everything sort of works: now I'm mopping up. 2005-04-17 15:38:02 +00:00
moodler 6d4ecaec60 Tidied up the feedback - offline assignments are pretty much done 2005-04-15 14:19:24 +00:00
moodler 0f7d4e5e8a Cleaner updating of buttons and scales 2005-04-15 13:41:57 +00:00
ikawhero 5c95906e03 Redundant parameters removed 2005-04-14 23:15:07 +00:00
moodler 55fcc21e4d Forgot some debugging 2005-04-14 17:59:25 +00:00
moodler be86672db2 Better updating of the parent page when grading, now works even when
columns are closed
2005-04-14 17:56:03 +00:00
moodler 9437c85446 Shane and I have been working on this vastly improved grading interface :-D 2005-04-14 17:10:40 +00:00
moodler d59269cfa6 Better updating of table from popup 2005-04-14 15:23:48 +00:00
moodler 14a4e0283a Fixed a typo 2005-04-14 14:13:50 +00:00
ikawhero 5eefbc3b3c Oops! Removed debug echo line. 2005-04-14 14:13:19 +00:00
ikawhero 306dc7e5c5 SQL update to use JOIN rather than seperate queries 2005-04-14 14:09:06 +00:00
moodler b0f2597e17 Refactored Assignment Module
============================

This new assignment module allows Plugin Assignment types.  This should
allow a whole lot of new stuff to easily be placed in Moodle without
making the modules list longer for no good reason.

This checkin is still a really rough version that needs work on it.
Normally I would want it better than this to check in, but I need
to collaborate with Shane on the remaining code and CVS is the best
way.

Give it a day or two to settle in.  :-)

This is the last thing I wanted to get into 1.5.  Getting close now!!

Cheers!
Martin
2005-04-14 13:24:40 +00:00
stronk7 95c67e2fe1 Now xxx_print_recent_mod_activity() supports filterall.
(assignment, forum, quiz and workshop)
2005-04-02 23:19:01 +00:00
stronk7 ac21ad392d Now course/recent.php works under PHP5.
See bug 2828
(http://moodle.org/bugs/bug.php?op=show&bugid=2828)

Merged from MOODLE_14_STABLE
2005-04-02 11:32:22 +00:00
stronk7 2500b88bab Now assignment->name works under filterall. 2005-03-26 18:14:46 +00:00
moodler 8f7dc7f1c7 Variety of small fixes, but mostly related to how the recent activity
block is constructed.  A new function exists to pump these notes out
in a standard way :  print_recent_activity_note.

Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
moodler f1e0649c1c Removed files/mimetype.php and put it into lib/filelib.php instead
where it always should have been.
2005-03-07 11:32:03 +00:00
stronk7 95e72c12d0 Now retrieving only needed fields! 2005-02-13 00:42:29 +00:00
moodler f1c1d2f166 Removing the THEME variable and adding in classes where appropriate 2005-02-10 10:41:22 +00:00
moodler d3c8056258 Changes for XHTML and accessibility compatibility.
Tidied up layout and other minor changes.
2005-01-25 09:39:29 +00:00
moodler 32503db1c6 FIxes for bug 2379 (merged from stable) 2005-01-13 03:02:23 +00:00
moodler c30b1bc038 FIxed a few silly bugs. Seems to test out OK now. 2005-01-06 13:15:10 +00:00