gallery.accords-library.com/server/szurubooru/search
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
..
configs server/search: don't be a hardass about strings 2016-09-26 22:48:09 +02:00
__init__.py server/search: refactor, extract parsing 2016-06-03 19:47:09 +02:00
criteria.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00
executor.py client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
parser.py server/search: prefer arrays over ranges 2016-09-26 22:48:09 +02:00
tokens.py server/general: embrace most of PEP8 2016-08-14 16:44:03 +02:00