Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 72fef5686b Fixed user settings across sessions
When getting settings from database, running across NULL loads default
setting for given option. Becuase entity unserializer always returned
NULLs instead of FALSEs due to bug in TextHelper, it ended up always
loading default settings (but only after reloading entity, setting it in
the settings page worked correctly until relog).

This fix is closely related to fde6fc2.
2014-05-19 09:58:08 +02:00
data Fixed privacy policy 2014-05-18 21:59:57 +02:00
lib Newest chibi-core 2014-05-18 21:59:57 +02:00
public_html Fixed vertical text alignment of buttons 2014-05-18 23:22:50 +02:00
scripts Fixed scripts 2014-05-18 21:59:56 +02:00
src Fixed user settings across sessions 2014-05-19 09:58:08 +02:00
tests Fixed user settings across sessions 2014-05-19 09:58:08 +02:00
.gitmodules Text case conversion moved to gist 2014-04-12 16:25:07 +02:00
init.php Removed legacy functions 2014-05-17 00:02:01 +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.