moodle/mod/forum
Tim Hunt df710f84d0 MDL-32357 Try to fix unread post notification for blog-style forums.
I know that showing unread posts is not 100% blog-style, but I think
it is useful functionality, therefore, I chose to fix it, rather than,
say, disable it completely.

I think this fix will only affect blog-style forums since
forum_print_latest_discussions is only called with mode 'plain' in
three places:
1. Blog-style forums - the case we want to fix,
2. Site news forum, and
3. Social course format.

In all cases, having read tracking work properly seems like the
right thing to do.
2012-04-28 18:57:05 +01:00
..
backup MDL-32104 forum: Fixing issue with logs during restore 2012-04-20 08:55:40 +08:00
db MDL-19125 module restrictions: addinstance capabilities for all mods 2012-03-15 17:13:43 +00:00
lang/en MDL-19125 module restrictions: addinstance capabilities for all mods 2012-03-15 17:13:43 +00:00
pix MDL-26623 fix file permissions 2011-03-01 12:26:49 +01:00
tests MDL-32400 improve module generators 2012-04-15 14:16:59 +02:00
discuss.php MDL-30707 mod_forum: fixed a add_to_log() call that was causing invalid URLs to be added to the log 2012-01-31 09:06:01 +07:00
forum.js MDL-24561 forum subscription checks sesskey 2011-01-05 13:01:46 +01:00
index.php MDL-32094 fix various E_STRICT compatibility problems 2012-03-18 18:37:24 +01:00
lib.php MDL-32357 Try to fix unread post notification for blog-style forums. 2012-04-28 18:57:05 +01:00
locallib.php MDL-25619 portfolio: exported HTML output can not be cleaned 2010-12-08 23:20:04 +00:00
markposts.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
mod_form.php MDL-23184 activity names are now either PARAM_TEXT or PARAM_CLEANHTML, this should be more accurate 2010-09-02 18:29:39 +00:00
post.php MDL-31006 fix various notices in PHP54 2012-01-18 01:03:20 +01:00
post_form.php MDL-18128 - forum - Addition of group editing for forums. 2011-12-21 15:25:44 +08:00
prune.html MDL-17227 forum: seekey-ize forum prune (split). Merged from 19_STABLE 2008-11-16 22:46:23 +00:00
renderer.php MDL-21652 html_table rendering refactored 2010-03-20 22:15:54 +00:00
rsslib.php MDL-26500 mod/forum: Rewrite pluginfile urls in RSS 2012-04-17 17:47:11 +08:00
search.php Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag" 2012-04-11 17:18:58 +12:00
settings.php MDL-27171 forum: refactor forum settings 2011-05-27 13:49:28 +01:00
settracking.php MDL-24321 switching to stdClass in /mod/ 2010-09-21 08:37:36 +00:00
styles.css MDL-32359 Forum usability: reduce accidental clicks on mark thread read 2012-04-14 15:58:39 +01:00
subscribe.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
subscribers.php MDL-31607 use full course object for require_login() if already available 2012-04-22 17:41:47 +02:00
unsubscribeall.php MDL-30722 mod_forum: prevented users being auto-logged in as guest when they access /mod/forum/unsubscribeall.php 2012-01-31 09:03:40 +07:00
user.php MDL-28615 forum: Fixed up a couple of minor regressions 2011-10-05 11:08:50 +13:00
version.php MDL-19125 module restrictions: addinstance capabilities for all mods 2012-03-15 17:13:43 +00:00
view.php MDL-30421 forum: resolved error in single discussion forum, if more then one record is present 2011-11-30 14:38:23 +08:00