szurubooru/src/Dao/Services
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
..
AbstractSearchService.php Fixed lazy loaders injection 2014-10-18 18:48:24 +02:00
PostSearchService.php Added posts listing (closed #7) 2014-10-18 18:48:24 +02:00
UserSearchService.php Switched to sqlite (closed #38) 2014-10-18 18:48:21 +02:00