441 Commits

Author SHA1 Message Date
julmis
eb2042f685 Add editor settings feature and Ludo's (Marc Alier) spellchecking functionality.
- Needs testing and should consider unstable.
2004-08-21 10:12:09 +00:00
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
moodler
d3e569daf8 Bump 2004-08-18 13:35:42 +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
stronk7
33f48f030e Now the RSS link is showed in the list of forums.
Now going to the glossary...

Bug 1706
(http://moodle.org/bugs/bug.php?op=show&bugid=1706)
2004-08-08 18:00:32 +00:00
stronk7
1ad1917042 Avoid some notices... 2004-08-07 17:21:43 +00:00
moodler
38ad519c06 Whoops, fixed a typo 2004-08-07 04:09:50 +00:00
moodler
29ad118c2f Merged recent fix from stable 2004-08-07 02:44:38 +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
6069e20688 RSS for forums now checks the new posts against the file modification date,
and doesn't regenerate the RSS file if it doesn't need to.

Much faster now.   :-)
2004-08-05 18:06:55 +00:00
moodler
b0a02eb869 FIxed some defaults and notices 2004-08-04 12:50:38 +00:00
moodler
fa2fb64cbc Fixed some notices. 2004-08-04 12:48:06 +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
paca70
edf693decf Wery quickly tested and untested versions for Postgresql. 2004-07-28 08:51:05 +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
0d1db48ee0 FIxes some course language problems 2004-07-13 14:11:17 +00:00
moodler
13152de482 Fixed a wrinkly prune (cou;dn;t update posts containing quotes) 2004-07-08 14:39:15 +00:00
moodler
2862b309eb Merging changes from Moodle 13 Stable 2004-07-07 17:42:53 +00:00
gustav_delius
8e8d0524af made sure that the guest autologin does not happen when user replies to post 2004-07-01 22:29:04 +00:00
moodler
4d35d88bcd Fixed a typo I just made 2004-06-29 03:49:51 +00:00
moodler
d078ee9bf4 Slight changes to prunng code (first post now assumes discussion name) 2004-06-29 03:46:17 +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
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
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
moodler
070528fc79 MOdules are dependent on this version of course/mod.php 2004-06-04 07:28:34 +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
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
defacer
c9114c35e5 Fix for dumb error (extra comma) 2004-06-01 07:45:18 +00:00
defacer
5bb8c192b1 Moving some stuff to forum/db where they belong... (sorry!) 2004-06-01 07:39:27 +00:00
gustav_delius
3705299bf4 changed language string 'savechanges' to 'posttoforum' on post.html 2004-05-31 18:58:42 +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