Image board engine, Danbooru-style.
Find a file
Marcin Kurczewski 5cfb225400 Fixed lazy loaders injection
AbstractSearchService::getByFilter() wasn't injecting lazy loaders,
because it didn't call AbstractDao::afterLoad(). This resulted in tags
not showing up in post list, because there was nothing to retrieve them.
Changed lazy loaders injection so that it's always executed as soon as
possible (i.e. right in EntityConverter).
2014-10-18 18:48:24 +02:00
data Added posts listing (closed #7) 2014-10-18 18:48:24 +02:00
public_html (WIP) Added spinner (#39) 2014-10-18 18:48:24 +02:00
src Fixed lazy loaders injection 2014-10-18 18:48:24 +02:00
tests Added posts listing (closed #7) 2014-10-18 18:48:24 +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 Removed print_r from banned functions 2014-10-18 18:48:23 +02:00
upgrade.php Fixed vendor autoloader placement 2014-10-18 18:48:21 +02:00