Commit Graph

70 Commits

Author SHA1 Message Date
albert
ce720dab6c fix for preview path 2011-08-30 15:05:30 -04:00
albert
8b0ff52ede updated install script 2011-08-28 11:11:58 -04:00
albert
e3a9614930 fixes to whenever scripts 2011-08-23 16:15:29 -04:00
albert
e42ea9c608 added popular exploration, added order:rank 2011-08-11 15:39:51 -04:00
albert
c078178fc4 added whenever (cron replacement), fixed related tag calculation updates (now delayed), tag subscriptions now calculated on cron 2011-08-05 19:07:28 -04:00
albert
e106f70b6d * Removed memcaching for TagImplication (too many latent race conditions)
* Added Post.exact_tag_match to skip normalization/metatag parsing
* Added DelayedJob support for tag alias/implication processing
2011-08-04 19:54:13 -04:00
albert
469ae14805 fixed tests, implemented sql based partitioning for favorites 2011-07-16 20:16:34 -04:00
albert
58c3d2af13 fixing tests 2011-07-16 19:20:02 -04:00
albert
bd3af50e10 changes 2011-07-02 21:04:29 -04:00
albert
28d179708f changes 2011-06-25 16:33:30 -04:00
albert
07f8dba7f2 work 2011-06-21 12:20:22 -04:00
albert
ca7afc10be revamped pool tests 2011-06-10 01:02:09 -04:00
albert
f67374da83 * Some major bug fixes related to post sets. Tests for pools and favorites were added.
* Refactored the favorites code a bit. Adding a favorite from either an user or a post now works and will update all necessary records.
2011-06-07 19:06:39 -04:00
albert
49b3d43ddd * meta_search now pulls directly from GitHub
* Updated gems
* [inprogress] New pagination helpers used instead of pagination presenters
* [inprogress] Favorites refactored to use ActiveRecord
* [inprogress] PostSets refactored to use a decorator/dependency injection pattern
* [inprogress] Made pool/post interaction more robust
* Pool#posts now returns an ActiveRelation object
* Fixed unit tests
2011-06-07 17:34:09 -04:00
albert
435d3bf6e2 fixed user tests 2011-06-05 04:05:21 -04:00
albert
ca3e9bb6db major refactoring of post sets and pagination, incomplete 2011-06-03 19:47:16 -04:00
albert
ca68b2def1 moved stylesheets and javascripts to assets 2011-05-24 18:24:45 -04:00
albert
158810d9f0 fixed comment test 2011-05-16 09:27:06 -04:00
albert
aee5cf0aa1 fixed unit tests 2011-03-30 15:11:22 -04:00
albert
a871b425f6 added post flag test 2011-03-30 14:13:42 -04:00
albert
f9c961cdc6 * Removed unapprovals, added post flags and post appeals (still need to update tests)
* Restyled text
2011-03-28 18:48:02 -04:00
albert
7c45243d16 minor moderation fixes 2011-03-14 14:11:45 -04:00
albert
0830eb46c1 implemented post moderation 2011-03-14 14:08:29 -04:00
albert
90a41a334b separated pool/post updates; fixed unit tests 2011-03-13 17:49:34 -04:00
albert
9e7efbd295 stubbed in view code from old danbooru; only janitors can lock a wiki page 2011-02-28 14:18:39 -05:00
albert
6d0157265c pool views 2011-02-25 17:41:00 -05:00
albert
f48000a8b5 got rid of removedpost, restore classic is_deleted mechanics 2011-02-12 17:37:48 -05:00
albert
33f5350677 implemented javascripts for approval/disapproval/unapproval from post/show page 2011-02-10 19:08:23 -05:00
albert
00ea319743 work on post unapproval javascript 2011-02-08 19:11:14 -05:00
albert
76a7594a97 implemented favorites on post/show page 2011-02-07 18:57:33 -05:00
albert
c80df378d8 fixed tests 2011-02-02 16:55:36 -05:00
albert
3ba52acfe0 added post controller test 2011-01-28 18:03:00 -05:00
albert
2053e6ad8c * Renamed Post.find_by_tags into Post.tag_match, made into a full fledged scope
* Post.tag_match no longer takes an options hash (use other arel builders instead)
2011-01-28 17:40:22 -05:00
albert
7051b016f5 added revert methods for post 2011-01-26 18:26:32 -05:00
albert
f7e2344b9f * Reworked how post versioning works, now more closely resembles the 1.18 strategy 2011-01-26 18:10:49 -05:00
albert
683d4583ac * Added note version controller and test
* Added pool version controller and test
* Refactored unit tests for post disapprovals
* Renamed PostModerationDetail to PostDisapproval
2011-01-25 18:13:05 -05:00
albert
6076788d60 * Approvers can no longer approve an unapproved post if they previously approved it 2010-11-04 18:31:36 -04:00
albert
551c25909c * Denormalized post versions. Testing has shown it reduces the size
of the table 66%.
2010-11-04 18:17:03 -04:00
albert
fc0a076aca * Missing files
* Work on post exploration code by traversing dates
2010-10-27 20:16:43 -04:00
albert
a9da0f1059 add jrails, work on comments 2010-10-21 18:56:00 -04:00
albert
acdce69f20 more work 2010-10-19 19:34:31 -04:00
albert
f051e04550 sync 2010-10-08 18:42:26 -04:00
albert
ad39553aac updated tests, switched to rails 3.0.0rc2 2010-08-26 14:36:02 -04:00
albert
5610731b35 sync 2010-08-18 18:42:33 -04:00
albert
23656e3fa9 * Continued work on improving post view templates
* Added statistics-based estimator for related tag calculator
* Fleshed out IpBan class based on changes to Danbooru 1.xx
2010-04-29 17:32:15 -04:00
albert
3666364469 changes 2010-03-26 16:19:12 -04:00
albert
3416a5dbcb added 2010-03-26 15:41:30 -04:00
albert
f112ff7c67 implemented numbered paginator 2010-03-19 17:03:14 -04:00
albert
dcf8d0df4c fixed upload->post converion process 2010-03-17 19:20:44 -04:00
albert
ca8be10ab9 more work on post uploads 2010-03-12 19:27:54 -05:00