Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski f6df009085 Split EntityConverter to separate strategies
Reflection turned out to be bad, since I cannot implement my own method
in entities, like Post::setUser() instead of Post::setUserId().
2014-10-18 18:48:22 +02:00
data Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
public_html Reduced post upload presenter complexity somewhat 2014-10-18 18:48:22 +02:00
src Split EntityConverter to separate strategies 2014-10-18 18:48:22 +02:00
tests Added transaction manager 2014-10-18 18:48:22 +02:00
.gitignore Added style checkers and build tasks 2014-10-18 18:48:19 +02:00
composer.json Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00
gruntfile.js Moved functions to outer scope 2014-10-18 18:48:22 +02:00
LICENSE Removed unneeded file; added license 2014-10-18 18:48:11 +02:00
package.json Changed minification engine (closed #4) 2014-10-18 18:48:20 +02:00
phpcheckstyle.cfg Turned on notifications about unused variables 2014-10-18 18:48:21 +02:00
upgrade.php Fixed vendor autoloader placement 2014-10-18 18:48:21 +02:00