1749 Commits

Author SHA1 Message Date
thepurpleblob
5ab5d67ddf Fixed failure to check for uninitialized Formatting field
which caused a notifcation in debug mode
2004-06-17 16:47:50 +00:00
thepurpleblob
e5a30e6a1a $answers is innitialized to defined QUIZ_MAX_NUMBER_ANSWERS.
Was wrongly left fixed at 6
2004-06-17 16:44:47 +00:00
thepurpleblob
c040a9a2ff New file for exporting quizzes 2004-06-17 16:18:21 +00:00
rkingdon
8193b23549 Fixed bug #1568. 2004-06-16 19:29:20 +00:00
rkingdon
6705518545 Addition of * wild card to Short Answers. 2004-06-16 17:18:08 +00:00
skaldrom
38a72c0936 Added new Headers from the Erfurtwiki-Project 2004-06-14 21:20:38 +00:00
skaldrom
56eb5690a2 Fixed more uninitialized variables (Bug #1557 - EWIKI_NAME already defined) 2004-06-14 20:56:03 +00:00
gustav_delius
77915f7aa7 Site option forcelogin is now respected by /mod/forum/search.php, fixing bug 1566 2004-06-14 20:02:50 +00:00
mchurch
c513f599e5 Added options to select or deselect administration flags for students. 2004-06-13 19:41:47 +00:00
skaldrom
e450fef546 Fixed Bug #1548 - Empty lines inserted when using HTML Editor 2004-06-11 22:40:18 +00:00
skaldrom
db0178a3be Warnings eliminated and made a fix for Bug #1557 - EWIKI_NAME already defined 2004-06-10 11:42:08 +00:00
bobopinna
415807c02d Added cmi.core.score.min/max support to API 2004-06-10 10:05:13 +00:00
gustav_delius
4a9df37352 made sure that ungraded modules would not show up in gradebook 2004-06-09 22:50:42 +00:00
moodler
a56d79cdc8 When sending assignment notifications, update "mailed" flag before trying
to mail them.  This helps prevent multiple mail problems if cron or
smtp has major problems.


http://moodle.org/mod/forum/discuss.php?d=8821
2004-06-09 07:05:16 +00:00
gustav_delius
5e607236f3 fixed problems with undefined $USER->id in recent activity block when no user logged in. 2004-06-08 21:23:26 +00:00
skaldrom
c26f300f6d Fix for Bug #1543 - wiki requires PHP >= 4.3 2004-06-08 20:24:53 +00:00
skaldrom
bc1f9c7349 Better fix for Bug #1530 - Wiki diffs useless when using HTML editor 2004-06-08 20:22:13 +00:00
bobopinna
dde32eea69 Added backup and restore features 2004-06-07 13:28:59 +00:00
moodler
64762ddc20 Don't cache $strforums because the value could change from user to user 2004-06-07 13:24:02 +00:00
bobopinna
5d8790cb77 Fixed PHP_SELF and patched some other playing problems 2004-06-07 12:16:41 +00:00
moodler
da5754f87c Merged bug fix for global glossary flag from MOODLE_13_STABLE to trunk 2004-06-07 08:43:00 +00:00
moodler
d395046adc Merged bugfix from 1.3.x 2004-06-07 06:18:16 +00:00
skaldrom
829e635033 Better Logging 2004-06-06 18:37:54 +00:00
skaldrom
dd69e424c0 Security-check was wrong. 2004-06-06 17:48:13 +00:00
skaldrom
5beb559572 May fix Bug #1530 - Wiki diffs useless when using HTML editor. 2004-06-06 15:38:25 +00:00
skaldrom
0dc1d62340 Made diff more usable for HTML: may fix Bug #1530 - Wiki diffs useless when using HTML editor 2004-06-06 15:37:18 +00:00
skaldrom
f4f3a68091 Update 2004-06-06 13:12:27 +00:00
gustav_delius
6e506bf902 Fixed bug 1535. Unless $CFG->forum_replytouser is set to 1 AND the user has set maildisplay nonzero, the address $CFG->noreplyaddress is sent instead of the user's address. 2004-06-06 12:49:55 +00:00
skaldrom
a9de02428d Export mechanism and Administration restriction. 2004-06-06 12:07:28 +00:00
gustav_delius
81b5c8e354 Fixed bug 1532, backlink now translatable 2004-06-05 15:34:16 +00:00
skaldrom
f34c100ac1 Stopped ewiki guessing the URL: Some users were kicked back to the homepage after editing. 2004-06-04 20:23:55 +00:00
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +00:00
moodler
15a07d8b33 Allow editor on Wiki summary 2004-06-04 07:04:32 +00:00
moodler
7613890851 BRANCH MERGE
These are the changes from MOODLE_13_STABLE, merged into trunk

The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point

The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
mchurch
089a198517 Changed multiple occurrences of help icon in non-HTML modes, to one
occurrence for all modes.
2004-06-03 13:40:46 +00:00
julmis
b15f577dad Trying to fix Safari bug (NaN). 2004-06-03 12:45:38 +00:00
mchurch
6f4d8ece46 Changed use of PHP_SELF to $ME. 2004-06-03 12:13:57 +00:00
mchurch
03e0e5f691 Fixed use of '- or -' string to a language file string. Added back lost
initialcontent help file.
2004-06-02 23:14:14 +00:00
mchurch
012791873c Added 'HowToWiki' help file to view wiki screen. 2004-06-02 21:32:18 +00:00
skaldrom
f80b073343 Reinserted Sitemap and made a better page-title. 2004-06-02 20:58:25 +00:00
skaldrom
9073c44d29 reimport 2004-06-02 20:35:25 +00:00
mchurch
526efb5517 Removed requirement for a wiki activity's page name to be in CamelCase, per
bug report 1355.
2004-06-02 19:00:55 +00:00
mchurch
1d20c825c0 Replaced some needed plugins. 2004-06-02 18:17:30 +00:00
julmis
f41e824f33 QuizTimer modifications added plus necessary files along. 2004-06-02 18:03:05 +00:00
moodler
2783162cbd Centralise summary box 2004-06-02 13:21:47 +00:00
moodler
39fcb981b8 Wiki module, copied from contrib/wiki.
I've left out stuff that didn't seem necessary ... including a lot
of the Wiki plugins which were quote large... I'm not sure if this
is currently working ... I'm about to try it out.
2004-06-02 12:45:55 +00:00
defacer
10e5d7c19b Corrected another silly mistake: extra comma before closing parenthesis. 2004-06-01 13:02:13 +00:00
defacer
d658167fb5 Tiny fix for forum_cron() to suppress a warning. 2004-06-01 10:10:25 +00:00
defacer
aaf7a9dc9f Email digest feature: Last and most important, the changes to forum_cron() 2004-06-01 10:09:26 +00:00
gustav_delius
a5dc1376bf Use 'savechanges' on button when editing post. 2004-06-01 08:36:47 +00:00