szurubooru/server
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
..
szurubooru client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
.pylintrc server/tags: add order to tag names 2016-08-28 20:00:50 +02:00
alembic.ini client+server/general: fix config references 2016-04-10 16:23:35 +02:00
generate-thumb server/tools: add generate-thumb 2016-06-02 13:58:08 +02:00
host-waitress server/general: ditch falcon for in-house WSGI app 2016-08-14 16:43:35 +02:00
lint server/tools: add lint script 2016-08-14 16:46:50 +02:00
migrate-v1 server/snapshots: rewrite 2016-08-16 21:51:25 +02:00
requirements.txt server/tools: add lint script 2016-08-14 16:46:50 +02:00
test server/tests: change test runner 2016-04-16 11:03:48 +02:00