Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski b97726f6ff Changed behavior of post list tabs
Before: each one linked to separate page that contained "static" search.
After: each one links to generic search that is aware of current search.

Example: if you searched for "snow" and clicked "upvoted", you would see
all upvoted posts ever regardless of what you just searched for. After
this change, you will see upvoted posts that have tag "snow". Now, if
you go back to "all posts", you will see again all posts tagged with
"snow" with or without the upvotes. Similarly if you click favorites,
favmin:1 will be appended to your search. In order to totally reset your
search, click "browse".

Additionally, typing favmin:1 and scoremin:1 manually now selects proper
tab.  Previously tabs were marked only if you clicked the tab.

Unfortunately, all of this had to happen at expense of URLs like
/upvoted and /random - now everything is represented with plain /posts/.
2014-08-04 22:15:10 +02:00
cache Added cache to upload thumbnails proxy 2014-06-20 18:31:59 +02:00
data Improved aligning post lists to their containers 2014-07-27 19:33:20 +02:00
lib Upgraded chibi-sql 2014-07-31 11:52:43 +02:00
public_html Added protection against unsupported URLs 2014-08-03 23:43:51 +02:00
scripts Fixed thumbnails for deleted Youtube videos 2014-07-25 23:15:36 +02:00
src Changed behavior of post list tabs 2014-08-04 22:15:10 +02:00
tests Fixed being able to add post relation to itself 2014-08-03 22:06:13 +02:00
.gitmodules Text case conversion moved to gist 2014-04-12 16:25:07 +02:00
init.php Updated jQuery to 2.1.1 2014-07-28 18:15:09 +02:00
LICENSE Initial commit 2013-09-30 22:26:47 -07:00
README.md update readme file with installation instructions link 2013-10-09 15:24:53 +02:00
upgrade.php Refactored TestRunner and core 2014-05-15 09:50:54 +02:00

szurubooru

Szurubooru is a Danbooru-style board, a gallery where users can upload, browse, tag and comment images, video clips and flash animations.

Szurubooru is powered by chibi, a lightweight PHP framework.

Installation instructions

For installation instructions, please see the Quick Start Guide on our wiki pages.