This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/src/Models
Marcin Kurczewski 0001d38699 Further tweaks to model
- Fixed broken negative searches
- Faster search by tag / comment / submit / favorites (useless nested joins
  replaced to entity prefetch). Side effect: searching for nonexistent tags,
  users etc yields informative errors instead of "no posts to show")
- Fixed duplicated column in order clause ("ORDER BY id DESC, id DESC")
2013-11-30 19:07:39 +01:00
..
AbstractModel.php Further tweaks to model 2013-11-30 19:07:39 +01:00
AbstractQueryBuilder.php Closed #59 2013-11-13 19:44:36 +01:00
AccessRank.php Access rank: nobody 2013-10-09 22:43:20 +02:00
Model_Comment.php Optimization: preloading moved back to controllers 2013-11-30 01:10:58 +01:00
Model_Comment_QueryBuilder.php Fixed post deletion 2013-10-30 17:06:35 +01:00
Model_Post.php Optimization: preloading moved back to controllers 2013-11-30 01:10:58 +01:00
Model_Post_QueryBuilder.php Further tweaks to model 2013-11-30 19:07:39 +01:00
Model_Property.php Cosmetic change to property model 2013-11-23 17:29:01 +01:00
Model_Tag.php Added support for backets in tag names 2013-11-29 10:42:56 +01:00
Model_Tag_QueryBuilder.php Introducing tag list sort styles 2013-11-23 13:54:13 +01:00
Model_Token.php Closed #62 2013-11-16 19:24:50 +01:00
Model_User.php User settings: added opt-in tags in post thumbs 2013-11-25 22:23:48 +01:00
Model_User_QueryBuilder.php Models: enhanced entities filtering 2013-10-28 11:24:11 +01:00
PostSafety.php User settings DB column greatly compressed 2013-10-22 00:30:12 +02:00
PostType.php Closed #37 2013-10-25 13:18:03 +02:00
Privilege.php Refactor of controllers and models 2013-11-23 15:39:13 +01:00