Commit Graph

359 Commits

Author SHA1 Message Date
defacer 2ac8f379c3 Merging all my latest changes and fixes from HEAD related to SC#187. 2005-11-13 04:53:47 +00:00
defacer 14c3063dcc Merging my latest commits from HEAD, which include:
Fixing XHTML stuff
Skodak's patch from SC#187 without the HACK ALERT part

The "Next" buttons in grading windows don't get you where you 'd
expect right now, but please see SC#187 before doing anything about it.
2005-11-13 03:50:28 +00:00
defacer c10ac049cc Better retrieval of table sortorder when not done directly through
the table class, see SC#187.
2005-11-12 03:01:05 +00:00
skodak 749de1c140 cleaning as assignment types SC#182 continued 2005-11-10 00:20:57 +00:00
skodak 259502e542 cleaning as assignment types SC#182 2005-11-10 00:14:01 +00:00
skodak ab68c36639 fixed incorrect assignment grades in gradebook when custom scales bug #4279 2005-11-09 22:38:26 +00:00
skodak 3e403b7950 fixed grades display in assignment/index.php when using different scales 2005-11-09 22:24:11 +00:00
skodak 977f038738 fixed grading when secure forms on bug #4300 2005-11-09 21:35:46 +00:00
moodler 2917dfb9dc Added check to avoid notices when trying to get grades from an assignment
that didn't have any grades yet.    bug 4287

Also, using datalib function to create LIMIT statement when displaying
submissions
2005-11-08 01:44:49 +00:00
moodler 7d255d1602 More notices fixed 2005-11-04 06:49:20 +00:00
moodler 2eb607bedb Fixed a number of bugs:
- zero grade vs no grade now works, no grade is stored as -1 in database
  - student modification time was being updated by teacher in quickgrade
  - sundry notices
2005-11-04 06:40:12 +00:00
moodler 15422ee0c2 fixes bug #4268 2005-11-04 06:22:47 +00:00
moodler 5ee8a752c4 Widened the window a bit more, bug #4146 2005-11-03 09:38:36 +00:00
moodler 38cdb67293 Fixing up the assignment grading interface to make it more usable.
- grade buttons are now links
  - popup window has teacher comments at the top
  - popup window can now cycle through all users without leaving the window
  - new quickgrading feature to grade inline in one go
  - can choose page size
2005-11-03 06:19:29 +00:00
moodler bc7e72c9b3 Adding group mode and visibility buttons to assignment!!! 2005-11-02 03:59:20 +00:00
gustav_delius b483d8c81e fixed a help button 2005-10-01 13:36:06 +00:00
moodler 769ffdfdca Don't calculate date when it's zero 2005-09-09 16:01:04 +00:00
patrickslee a3c092c96d Mass cleanup of bad postgres upgrade scripts 2005-08-15 22:30:47 +00:00
moodler 1989dfae9c Assignment is now a good citizen and will install new submodules nicely 2005-07-15 17:26:21 +00:00
skodak acef19a1e7 fixed submission logging, email notification for online 2005-07-12 19:14:23 +00:00
skodak 54902ff056 fixed html emails 2005-07-12 14:35:29 +00:00
skodak 854e6f0b2c unset unmodified text fields SC#140 + popup fix 2005-07-12 13:06:56 +00:00
moodler e1ace7dd20 Trim comment to remove extra space before using in Javascript statements 2005-07-12 09:48:42 +00:00
moodler 7e78d96097 Better yet, don't update student text at all 2005-07-12 09:03:29 +00:00
moodler 27619c6598 FIxed the problem with online assignments containing quotes 2005-07-12 09:00:27 +00:00
moodler 5bccb31ec7 Escaped text output during relinking, as per SC 139 2005-07-12 07:53:02 +00:00
moodler e92893695d Corrected the journal -> Assignment upgrade!!! :-( 2005-07-12 06:56:22 +00:00
skodak c1bf1d81a9 fixed resubmit logic and students can review their online assignment through file.php 2005-07-10 18:40:55 +00:00
skodak 82ff36e758 fixed $posthtml - see bug#3868 2005-07-09 13:36:38 +00:00
skodak eaf0b2d89f fixed grading bug#1517 and some other typos 2005-07-09 12:31:01 +00:00
skodak ca478f374d fixed resubmit logic 2005-07-09 06:59:44 +00:00
moodler 11fe3a4d74 Change && to AND to help PostgreSQL 2005-07-08 07:40:57 +00:00
skodak c6dba19212 added word count display 2005-07-06 14:02:58 +00:00
skodak 445ec0d7e5 max upload size not shown to students 2005-07-06 10:14:22 +00:00
skodak 033cc8a223 Bug #3596 - Secureforms yes breaks online assignment 2005-07-06 09:51:37 +00:00
defacer 4830bb4c53 Fixed the annoying "...and the 1 Journals you had..." message when you have
no Journals at all, because I was tired of seeing it.

count(false) is 1 and not 0.
2005-07-06 00:46:14 +00:00
skodak 6049058f5e fixed problem when removing due date or adding due date to existing assignment 2005-07-05 06:28:53 +00:00
skodak 88cfea17a9 code cleanup - see SC #110 2005-07-05 05:44:23 +00:00
stronk7 69731e2cc5 Improved automatic relinking in backup and restore. Credits go to skodak.
Complete refactoring of the system that was really awful (my fault!).
Now everything is in its place and working like a charm, making things really
easier to be implemented and amplied. Bug 3678
(http://moodle.org/bugs/bug.php?op=show&bugid=3678)
(http://moodle.org/mod/forum/discuss.php?d=26530)
2005-07-04 17:34:24 +00:00
thepurpleblob fc823bf378 Added missing sesskey field to module config screen 2005-06-20 08:26:17 +00:00
fiedorow ee74d5e92a Security fix: stop guest uploading 2005-06-16 17:16:53 +00:00
ikawhero 1244ed75d2 Check to see if a scale grade exists for the given grade and if not set it
to an empty string. This should never occur through normal use but just
in case ...
2005-06-06 09:45:17 +00:00
moodler 0d4a213943 Better handling of dates when timedue isn't set 2005-05-31 23:28:08 +00:00
moodler 98823d2ac0 Hide due date when there isn;t one 2005-05-31 23:18:54 +00:00
moodler facf76eede Added event handling from trunk 2005-05-31 23:02:44 +00:00
moodler 50e20544b7 Merged stability fix from HEAD 2005-05-26 15:25:47 +00:00
moodler 27437410f4 file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
moodler 2eac7ec168 Removed submit online assignment button for guest. (bug: 4604) 2006-01-19 02:41:11 +00:00
moodler f7de547886 Guests can no longer submit an online assignment (Bug 4604) 2006-01-18 04:45:12 +00:00
moodler f6691427d9 Added default values where needed for columns in the MySQL creation script mysql.sql.
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.

Committed by vyshane
2006-01-17 07:37:29 +00:00