moodle/mod/forum
David Mudrák 9e381efd1f MDL-50109 forum: Respect chronological order of blog posts in prev/next
The function forum_get_discussion_neighbours() is used to generate links
to neighbour discussions. I had to change the signature of the function
to have access to the forum's type without the need to re-read it from
the database in additional query.

The SQL query for blogs is a variant of the existing query, just using
the first post's creation time instead of the discussion's timemodified
time.
2015-08-31 09:55:02 +02:00
..
backup MDL-1626 mod_forum: Create new discussion subscription tracking table 2014-06-24 12:16:33 +08:00
classes MDL-50714 mod_forum: Correct use of movedicussions cap when posting 2015-08-21 08:18:46 +08:00
db MDL-49796 webservices: Fix the functions description 2015-07-14 11:31:57 +02:00
lang/en MDL-50430 forum: Add number of subscribers to forum subscriber list 2015-08-10 14:17:10 -03:00
pix NOBUG: Fixed SVG browser compatibility 2014-09-25 11:17:48 +01:00
tests MDL-50109 forum: Respect chronological order of blog posts in prev/next 2015-08-31 09:55:02 +02:00
yui MDL-46215 mod_forum: Only add text on discussion view 2014-10-28 14:27:05 +08:00
deprecatedlib.php MDL-48019 mod_forum: Add sesskey checks when setting tracking prefs 2014-11-05 10:35:12 +00:00
discuss.php MDL-50109 forum: Respect chronological order of blog posts in prev/next 2015-08-31 09:55:02 +02:00
externallib.php Merge branch 'MDL-50493-master' of git://github.com/jleyva/moodle 2015-08-04 11:46:14 +08:00
forum.js MDL-48019 mod_forum: Add sesskey checks when setting tracking prefs 2014-11-05 10:35:12 +00:00
index.php MDL-48019 mod_forum: Add sesskey checks when setting tracking prefs 2014-11-05 10:35:12 +00:00
lib.php MDL-50109 forum: Respect chronological order of blog posts in prev/next 2015-08-31 09:55:02 +02:00
locallib.php MDL-49684 timezones: rewrite timezone support 2015-04-06 13:53:51 +12:00
maildigest.php MDL-43178 mod_forum: fixed the digest setting confirmation message 2014-01-10 08:33:03 +08:00
markposts.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
mod_form.php Merge branch 'MDL-49101' of https://github.com/andrewhancox/moodle 2015-04-07 17:27:17 +08:00
post.php MDL-50714 mod_forum: Correct use of movedicussions cap when posting 2015-08-21 08:18:46 +08:00
renderer.php MDL-50430 forum: Add number of subscribers to forum subscriber list 2015-08-10 14:17:10 -03:00
rsslib.php MDL-44157 mod_forum: unified @package use 2014-02-18 11:15:10 +13:00
search.php MDL-18162 mod_forum: Correct @param type in phpdoc to use stdClass 2014-06-04 11:25:38 +08:00
settings.php MDL-49069 mod_forum: Ability to specify default values for Forum RSS 2015-03-10 14:57:03 -07:00
settracking.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
styles.css Merge branch 'MDL-48044-master' of git://github.com/andrewnicols/moodle 2014-11-06 11:55:46 +13:00
subscribe.php MDL-49360 core_lib: add new method get_local_referer() 2015-07-27 11:11:24 +08:00
subscribe_ajax.php MDL-48029 mod_forum: Check for subscription before enrolling 2014-11-06 10:42:09 +08:00
subscribers.php MDL-35027 mod_forum: Fix subscriber list in hidden forums 2015-08-03 12:12:56 +01:00
unsubscribeall.php MDL-47918 forum: Coding style fix 2014-10-30 16:46:46 +00:00
upgrade.txt MDL-49894 forum: Add deprecated information for get_forum_discussions 2015-04-16 14:53:11 +02:00
user.php MDL-49688 navigation: First review fixes and version bump. 2015-04-10 17:18:03 +08:00
version.php MDL-50322 forum: add basic split post behat coverage 2015-06-01 14:59:06 +01:00
view.php MDL-50109 forum: Display blog posts in reverse chronological order 2015-08-31 09:55:01 +02:00