defacer
e9584ca3e2
Fix for bug 1453:
...
Automatic "Re:" prefixes in forum replies now don't get chained in languages
where the "re:" string has length != 3.
2004-05-24 10:04:59 +00:00
gustav_delius
f81be26aee
Fixed bug 1443: In the case of a "Teacher Forum" the "Subscribe everyone to this forum" button now only subscribes teachers.
2004-05-23 20:46:29 +00:00
moodler
52b201eeb5
Teacher forum never has groups
2004-05-19 06:43:22 +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
moodler
d31262021a
Minor tweaks I forgot to check in from a long time ago
2004-05-18 03:14:01 +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
stronk7
7923318e97
Included some missing colons...I forgot.
2004-05-09 23:10:46 +00:00
stronk7
2dda0bbbc7
Now glossaries can produce RSS feeds too !!
...
Some strings (RSS related) has been moved from forum.php to moodle.php
to avoid suplicating them once per module.
It seems to work fine, please test...:-)
2004-05-09 22:20:05 +00:00
stronk7
ca87cbe100
Some improvements in RSS:
...
- Article's author is showed if present.
- In forum posts feeds, show post->subject instead of discussion->name
- Description contents in every article are passed to format_text() to
show contents like the rest of Moodle.
2004-05-09 18:34:33 +00:00
stronk7
5b76e6fc51
Now every link to forums (from resources and forums) and every link
...
to resources (from resources and forums) are re-encoded in backup/restore.
I could reduce the code size but for now I prefer to have it this looong
form to clarify what it's doing.
Please, test, test and test...
2004-05-08 18:30:30 +00:00
stronk7
3a238a355a
Changed the system to recode links to forums. Now it it detect
...
that the link doesn't belong to the course being restored, then
the original link is mantained.
With this, the backup/restore should be finished. Now some
tests to check everything !!
2004-05-07 23:40:41 +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
stronk7
1ea2e64c65
Now links to forums are encoded properly
2004-05-06 22:53:04 +00:00
stronk7
c05e7d7e53
Added support for rsstype and rssarticles in forum's
...
backup & restore.
2004-05-03 18:18:54 +00:00
stronk7
759a8abbad
I suppose that now forum needs current version of Moodle
...
to work (modified cron system...), isn't it?
2004-05-02 23:14:53 +00:00
stronk7
8adcb49f8e
First version of RSS System.
...
Discussion and post forum feeds supported.
Integrated in cron system.
Some strings missing.
Test, test, test...
2004-05-02 23:08:19 +00:00
moodler
806021014b
Some fixes to ensure students can't post to hidden forums
2004-04-30 01:54:56 +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
3315ee39b1
Fixed a hard-coded string. bug 1269
2004-04-26 03:01:00 +00:00
moodler
36257d39d5
Check attachment variable to prevent warnings
2004-04-25 02:15:48 +00:00
moodler
fce9c67b20
Fix for bug 1268
2004-04-25 01:43:20 +00:00
stronk7
56eea82e08
First version of inter-activities mantained in backup/restore.
...
All the conversion to some pseudo-codes are done at backup time.
In the restore process, every link is decoded to new ids.
For now, this is supported:
- In backup:
-all links to forums are encoded.
- In restore:
- all links to forums are decoded.
- from forums (post->message).
- from resources (resource->alltext).
The process requires a backup made with the same version (because it
has to be properly encoded at backup time). Old backups will work
without conversions at all.
Only tested with some little courses.
It would be perfect to have some "big" course to test it.
Please, test and feedback, ciao :-)
2004-04-24 00:40:45 +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
9c8b8eeeb5
Fix for the display of hidden forums to students - bug 1209
2004-04-01 03:45:34 +00:00
moodler
56eb160c8e
Attachments can now be completely disabled in forums
2004-03-27 14:32:57 +00:00
moodler
0eb59ce623
Better handling of single forums when secureforms is on. bug 1189
2004-03-25 05:29:38 +00:00
moodler
8575cd3233
Most of the time, don't rely on HTTP_REFERER
2004-03-22 05:59:43 +00:00
moodler
34e934a97b
Don't allow links within forum post subjects when filtering them
2004-03-15 05:23:19 +00:00
moodler
fcc69042e9
The menu when moving discussions now has section markers
2004-03-13 13:56:29 +00:00
moodler
bd83d0a3a8
OK that should fix the access problem, as well as a bug with organising the data
2004-03-13 12:01:28 +00:00
moodler
5b5f2971f1
Some fixes to counting, still need to fix some access issues
2004-03-13 11:26:29 +00:00
moodler
a0a4a3c964
Some fixes. :-}
2004-03-13 10:56:38 +00:00
moodler
ecc8403ea2
OK, so the forums listing is revamped with different logic and it should now
...
correctly show the number of discussions for separate forums.
I'm checking this in so I can do testing on various servers.
2004-03-13 10:41:07 +00:00
moodler
68ddf8bc47
Make sure forcelogin is applied to forums at site level
2004-03-12 01:54:10 +00:00
moodler
589af000f2
New dependency
2004-03-10 02:21:54 +00:00
moodler
db46e49c9d
Use break_up_long_words
2004-03-10 02:19:34 +00:00
moodler
c3862e8fda
Use emailstop ;-)
2004-03-07 06:32:22 +00:00
gustav_delius
6ff27f32af
fixed a typo in the URL produced by the group menu on forum/view.php
2004-03-02 22:11:48 +00:00
stronk7
744d723c2c
Now forum logs are restored.
2004-02-22 12:34:07 +00:00
stronk7
b17333be71
In the delete discussion action, as the discussion no longer exists,
...
point the url to view the forum instead of the discussion.
2004-02-22 11:50:09 +00:00
stronk7
96d6fc8f14
Solved small bug in delete discussion action, where the
...
info field was storing the post->id rather of the discussion->id field
2004-02-22 11:40:44 +00:00
stronk7
454e72f7d4
Added the forum->id into the info field
...
for the "view subscribers" action. To make
this action easily recovereable and to show
forum name when displaying logs.
2004-02-22 11:25:09 +00:00