Commit graph

4046 commits

Author SHA1 Message Date
moodler
68c88622ac fixed a little search bug >_< 2005-12-05 08:56:48 +00:00
moodler
7f8edff98c Merged from stable, added autocomplete=off
(Bug #4423 - Short Answer Quiz Q's Saving Form Entries)
2005-12-05 06:15:53 +00:00
moodler
f8432d2500 Merged from stable (Bug #4423 - Short Answer Quiz Q's Saving Form Entries) 2005-12-05 06:11:26 +00:00
moodler
c992ff85c2 Merged parameter fixes from STABLE 2005-12-05 04:36:25 +00:00
moodler
27b219f16c fix for XSS exploit in search 2005-12-05 03:11:32 +00:00
moodler
3d4b223a85 NEW MODULE FROM MOODLE.COM - DATABASE !
Finally, we have an early version good enough for everyone to
start banging on to help us polish it up and find bugs.

Please take a look and file bugs in the bug tracker under "Database module".

We urgently need
    - new icons for existing field types
    - testing on PostgreSQL install


Coming soon (?):

    - Many more field types:  calculation, checkbox, relation, date, datetime,
                              time, email, group, list, user, number, richtext
      (Please let us know if you are interested in developing any of these)

    - A way to save and restore "presets", which are field/template sets

    - Backup/Restore support

    - Groups Support

    - RSS support

Many thanks to Yu for all the hard work under my whip.
2005-12-02 07:50:26 +00:00
moodler
410a24c09e Merged Hannes Gassert's code for podcasting support more or less without changes.
http://opensource.mediagonal.ch/moodle/patches/podcasting/
2005-12-02 07:07:44 +00:00
patrickslee
8b116048fd Fixed a problem that unable to post a new discussion related to mailnow 2005-12-01 20:50:22 +00:00
patrickslee
6ae342e599 Added backup procedures for embargoed announcements 2005-11-29 22:23:00 +00:00
bobopinna
47de120cbf Added multiple attempts support 2005-11-29 14:54:39 +00:00
bobopinna
558bed05be Fixed bug 4379 2005-11-29 14:53:11 +00:00
moodler
0bfa18bce2 Added extra CSS hooks to distinguish different correctness responses 2005-11-28 04:33:08 +00:00
patrickslee
03877b049e Users can now subscribe/unsubscribe to all forums in a course from the forum list 2005-11-28 03:11:05 +00:00
gbateson
d4ef3c5aaf JMatch: allow extra, unused RHS items 2005-11-25 23:01:15 +00:00
gbateson
01a8d9bd6f corrected scoring and finishing of JMatch with unused RHS items 2005-11-25 13:04:38 +00:00
toyomoyo
15b3db1236 fix for bug 4067 2005-11-25 08:41:16 +00:00
toyomoyo
ba43f6673a fix for bug 4067 - allow user to upload when assignment not yet marked 2005-11-25 08:31:31 +00:00
moodler
afa3507ca2 fix for bug #4314 2005-11-25 07:11:20 +00:00
gbateson
71a10ef2ad removed bad newlines (\r\r\n) which caused double-spacing in HTML/JS/CSS source 2005-11-24 07:00:33 +00:00
gbateson
02aff07d3b removed bad newlines (\r\r\n) which caused double-spacing in PHP source 2005-11-24 06:44:25 +00:00
gbateson
64b4e0f155 removed bad newlines, which caused double-spacing in PHP source 2005-11-24 05:40:36 +00:00
gbateson
2cc57707a8 fix bad newlines which caused double spacing 2005-11-24 05:16:19 +00:00
moodler
6bd9fe3912 fix for bug #4206 2005-11-24 02:50:05 +00:00
defacer
7f9def8fa9 XHTML fix 2005-11-23 22:31:52 +00:00
defacer
64f36986b6 The bug where an event was not created for closing-time-only-supplied
quizzes also existed when updating a quiz instance (not only adding)...
2005-11-23 22:22:44 +00:00
defacer
018881d4a9 Fixing invalind value for cellpadding ("5px") 2005-11-23 22:14:57 +00:00
defacer
3d6fc45229 Fixing defaults (copy/paste error) -- this printed notices with debug=on and
actually mangled the "create lesson instance" query so badly that you could
not add lessons!
2005-11-23 22:11:50 +00:00
defacer
001996c2f2 Fix for bug 4358:
No "Quiz closes" event was created for quizzes which ONLY had a closing date
2005-11-23 21:34:48 +00:00
defacer
9173a5671c Searching around in the langfile, it seems that these are the correct
strings for the helpbuttons' title attribute. I added the first helpbutton
back in as well (exists in 1.5.3+ but not in HEAD???).
2005-11-23 21:16:47 +00:00
defacer
8635a2824a Fixing one get_string() that didn't specify the Quiz langfile, and changing
another to be uniform with the help file title.

Some things in the langfile need fixing too, coming right up.
2005-11-23 21:00:40 +00:00
stronk7
140b7eb5db Log actions must be strored to DB without &amp;
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853)

Merged from MOODLE_15_STABLE
2005-11-23 09:46:25 +00:00
patrickslee
0f620d4bf2 Some mailing related Embargoed Announcements fixes.
* The forum cron only mails posts those are created within the past two days, in which case posts those are scheduled to shown after more than two days will be ignored and not been mailed out.

* When cron is marking old posts as mailed, it supposes everything is mailed so just marks everything older than now as mailed. We DO NOT want our delayed posts been marked as mailed.
2005-11-22 04:08:02 +00:00
moodler
6220058b16 fixes bug #4354 2005-11-22 03:45:48 +00:00
stronk7
91121c8904 shorten_text() AFTER format properly. See bug 4355.
(http://moodle.org/bugs/bug.php?op=show&bugid=4355)

Merged from MOODLE_15_STABLE
2005-11-21 15:42:19 +00:00
gbateson
de0eca74b0 Sequitur improvments: corrected score and added counts for number of correct and wrong clicks 2005-11-19 16:23:47 +00:00
moodler
81532b92f2 Merged bug 4351 fix from stable 2005-11-19 15:39:31 +00:00
gustav_delius
d9bd40280c Correcting corrupted line endings 2005-11-19 11:08:51 +00:00
gbateson
14f793ba98 micro-incremented version number to 2.1.5 2005-11-19 02:10:15 +00:00
gbateson
72e5f837c8 incremented version number and added one more sponsor 2005-11-19 02:09:26 +00:00
gbateson
7ba55121e7 corrected JMatch reporting and added intermediate reporting of TexToys Rhubarb quizzes 2005-11-19 02:02:13 +00:00
mjollnir_
e366107f67 Merged from MOODLE_15_STABLE: Fixing bug 4345: merging problem when fixing bug 4303 2005-11-18 21:03:05 +00:00
skodak
39e1190567 some more fixes for assignment grading; merged from MOODLE_15_STABLE 2005-11-18 10:31:46 +00:00
gbateson
0e143b3514 allow "penalties" to be returned from Rottmeier Find-It quizzes 2005-11-18 06:07:02 +00:00
patrickslee
0fcac008cb Reverted changes in ver 1.401, as this is ultimately fixed by bumping the version number 2005-11-18 05:34:29 +00:00
patrickslee
6dce1da9e7 Put some initial values in new forum posting form 2005-11-18 05:23:35 +00:00
moodler
4ad916da57 Bump version to upgrade db for Patrick's new feature 2005-11-18 05:02:07 +00:00
patrickslee
f3f1b00d8e Wrong logical operators used in SQL statements 2005-11-18 04:43:46 +00:00
patrickslee
6af7cc2206 Moved Embargoed Announcements related search into SQL. So that paging/counting for the search results will be accurate. 2005-11-18 04:35:14 +00:00
moodler
c38c0e3b7b fix for bug #4336 2005-11-18 03:19:22 +00:00
gbateson
daa08c4e4c remove [] from clue button text in JCloze (HP default is [?], so additional [] are not needed) 2005-11-18 01:13:31 +00:00