247 Commits

Author SHA1 Message Date
gustav_delius
067675c006 introduced the fullname() function in a lot of places. Still not complete though, especially in sorting. 2004-08-20 20:12:48 +00:00
gustav_delius
f88803e06d Improved subscription editing interface according to discussion at http://moodle.org/mod/forum/discuss.php?d=11089#53612 2004-08-15 21:01:34 +00:00
gustav_delius
90e7063e45 Editing teacher can now subscribe users to a forum, see http://moodle.org/mod/forum/discuss.php?d=11089 2004-08-15 12:38:29 +00:00
moodler
b140ae85e8 Better messages 2004-08-14 12:33:36 +00:00
moodler
944a2b2870 Finally? Fixed the digest mail sending time (it was a timezone issue). 2004-08-11 07:55:40 +00:00
stronk7
f6bb7eaa39 Paging discussions is in CVS just now :-) 2004-08-10 09:37:02 +00:00
moodler
3b7d3db5de Don't clean posted text on input (will be cleaned on output). 2004-08-09 14:56:03 +00:00
moodler
38ad519c06 Whoops, fixed a typo 2004-08-07 04:09:50 +00:00
moodler
c274b0e0f5 Fix for stupid bug causing old mails not to be marked as mailed
Also, forum email is now posted from old to new.
2004-08-05 18:08:20 +00:00
moodler
3ecca1ee0c Forum mail older than two days is never sent out.
This will prevent the "flood of mail" problem that newbie admins
sometimes experience when cron isn't set up.
2004-08-04 02:20:29 +00:00
moodler
b6268a0eb4 == was not working I think, but === definitely does 2004-08-03 05:11:34 +00:00
moodler
50a26903e6 Forum mail now logs differently if mail was just blocked (rather than
flagging it as an error)
2004-08-03 04:02:26 +00:00
moodler
9c674431b9 Some tidy ups in mail formatting 2004-08-02 09:49:20 +00:00
moodler
ca8e8a10ca Simpler method of working out when to send digests 2004-08-02 03:00:40 +00:00
moodler
1246ea56bc Set a default value for $CFG->forum_replytouser 2004-07-29 13:10:21 +00:00
moodler
a0330747f9 Add body color to email .... ?
Reversed PJ's changes .. should to be working OK without them
2004-07-22 14:08:33 +00:00
defacer
2913fac636 An improvement(?) in forum digest language handling. 2004-07-21 12:01:38 +00:00
moodler
6e6a64b319 Untested small hack to maybe fix the digest language 2004-07-21 09:42:27 +00:00
defacer
e1c6dde150 This should make individual forum posts in digests be sorted in ascending postid
(and thus, chronological) order. Strange thing is, it looks like being sorted as it is!
2004-07-20 12:39:19 +00:00
moodler
2862b309eb Merging changes from Moodle 13 Stable 2004-07-07 17:42:53 +00:00
defacer
a402bdcbda Minor fix in forum digests: The digest sender's name was that of the last
poster in it. Now set to the site shortname.
2004-06-25 07:38:44 +00:00
moodler
a4fbb0b2f1 Show links on group icons in forum posts 2004-06-23 15:31:50 +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
moodler
d395046adc Merged bugfix from 1.3.x 2004-06-07 06:18:16 +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
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
moodler
14eef46494 Undoing Gustav's checkin from yesterday ...
Sorry, Gustav, but all those record_exists calls were too much overhead.

It's better done by a check in the delete page...  this will also
account for the case where a reply has been made since the post
was displayed on screen.
2004-05-31 02:42:26 +00:00
gustav_delius
cf84431be0 Can now break off posts into a new discussion, see bug 673 2004-05-30 17:25:26 +00:00
gustav_delius
4c62719001 Delete links on forum post now only show if post has no children 2004-05-30 14:42:04 +00:00
gustav_delius
cb9a975f95 fixed bug 904 2004-05-25 20:03:45 +00:00
moodler
1bf4c86205 Suppress warnings on set_time_limit 2004-05-18 14:14:47 +00:00
moodler
a796d0b8c3 Don't show the replies column when no replies are allowed - it seems to
upset some people.
2004-05-18 03:15:32 +00:00
defacer
65b0e53770 Fix for bug 1194:
Now forum_print_user_discussions does not show discussions in hidden
forums, unless you are an an editing teacher.

** NOISY DIFF WARNING **
I don't know why this happens, but the only changes are in function
forum_print_user_discussions (10 lines or so).
2004-05-17 09:31:06 +00:00
stronk7
2127fedda8 Step 2 of Bug 1223 done.
(http://moodle.org/bugs/bug.php?op=show&bugid=1223)
2004-05-16 00:36:00 +00:00
stronk7
0f1a97c2fb Step 1 of Bug 1223 done.
(http://moodle.org/bugs/bug.php?op=show&bugid=1223)
2004-05-15 23:18:24 +00:00
moodler
b6650a256a Borders on mailed posts 2004-05-10 18:26:31 +00:00
moodler
e2d4106275 Wasting time with tweaks 2004-05-10 18:14:49 +00:00
moodler
26bba779ff Tweaking the formatting of the footers a bit 2004-05-10 18:12:32 +00:00
gustav_delius
274e05dbd5 fixed bug 1093 by applying clean_text to $forum->intro 2004-05-07 17:48:02 +00:00
moodler
49d9b738cf Email from forums is marked as "bulk" to reduce vacation bounces etc 2004-05-07 03:31:01 +00:00
moodler
6673d7bdf6 Subscriber editing is group-aware.
Groups can be subscribed or unsubscribed with one click
2004-04-26 08:55:00 +00:00
moodler
d591b40f51 Bug fixed when determining who can post into a forum when groups are used 2004-04-12 10:12:43 +00:00
moodler
b656e2a976 Use the fullname function to display name on minmal forum listings 2004-04-12 06:34:44 +00:00
moodler
34e934a97b Don't allow links within forum post subjects when filtering them 2004-03-15 05:23:19 +00:00
moodler
c3862e8fda Use emailstop ;-) 2004-03-07 06:32:22 +00:00
selliott
90708fc1f3 Added logic in function forum_get_recent_mod_activity for groups 2004-02-20 21:52:56 +00:00
moodler
b8be40ce52 Variable $CFG->admineditalways will enable admin editing all the time 2004-02-18 03:30:05 +00:00
moodler
096b5432a7 Fixed some old pix paths 2004-02-16 09:24:14 +00:00
moodler
e1fb2e6e09 Don't create empty $CFG->courselang to be sure 2004-02-15 14:32:18 +00:00