-
Improvement
-
Resolution: Fixed
-
Minor
-
2.8.5, 2.9.2
-
MOODLE_28_STABLE, MOODLE_29_STABLE
-
MOODLE_30_STABLE
-
MDL-50109-master-blogsort -
Steps to reproduce:
- Set up a forum of the type "Standard forum displayed in a blog-like format"
- Post some blog posts
- Reply to some blog posts randomly
Expected behaviour:
When looking at the forum/view.php, the blog posts should always be displayed in reverse chronological order (most recent first).
What actually happens:
The most recently commented (replied) blog post is displayed first (as the forum uses d.timemodified DESC). While this behaviour works well in standard forums, it is very uncommon in blogs. Blogs, by definition, should always display recent posts first.
This is particularly annoying for me at the Plugins traffic blog at moodle.org.
- has a non-specific relationship to
-
MDL-45841 It is hard to find unread posts in blog-style forums
-
- Closed
-
-
MDL-49482 FreeTDS needs unlimited memory_limit or report_log with hundreds of thousands of records does not work
-
- Closed
-
- has been marked as being related by
-
MDLSITE-4031 Most recent posts in blog-like forums should display first
-
- Closed
-