szurubooru/client/js/controllers
rr- b0c5031001 client+server/posts: reverse next/prev post role
In the post list, when we navigate to the page with ">" button, we
navigate to older posts.
In the post view, when we navigate to the page with ">" button, we
navigate to older posts as well.

However, in the post list, the ">" button is called "next page".
At the same time, in the post view, the ">" button was called "previous
post". Now it's called "next post".

The difference isn't visible to normal users nor even API consumers as
the "get posts around post X" request isn't documented.

The change is motivated not only by consistency, but to also improve
compatibility with Vimperator's `[[` and `]]`. Vimperator assumes the
word "next" refers to ">" and the word "previous" refers to "<".
2016-10-02 17:07:08 +02:00
..
auth_controller.js client/general: add title to every page 2016-07-13 21:50:07 +02:00
comments_controller.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
help_controller.js client/general: add title to every page 2016-07-13 21:50:07 +02:00
home_controller.js client/snapshots: add snapshots browser 2016-08-20 13:01:17 +02:00
not_found_controller.js client/general: add title to every page 2016-07-13 21:50:07 +02:00
page_controller.js client/paging: avoid redrawing header navigation 2016-08-28 23:40:28 +02:00
password_reset_controller.js client/general: add title to every page 2016-07-13 21:50:07 +02:00
post_controller.js client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
post_list_controller.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
post_upload_controller.js client/posts: add 'skip duplicates' to upload form 2016-09-29 22:26:37 +02:00
settings_controller.js client/events: adjust event names 2016-08-22 21:36:45 +02:00
snapshots_controller.js client/paging: avoid redrawing header navigation 2016-08-28 23:40:28 +02:00
tag_categories_controller.js client/auth: show errors early in controllers 2016-08-23 23:12:29 +02:00
tag_controller.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
tag_list_controller.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
top_navigation_controller.js client/auth: hide signup link in top nav if needed 2016-08-23 23:12:29 +02:00
user_controller.js client/tags: fix URL redirections 2016-08-28 23:57:53 +02:00
user_list_controller.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
user_registration_controller.js client/auth: show errors early in controllers 2016-08-23 23:12:29 +02:00