albert
0e0f2af6ff
refactored pixiv proxy
2011-09-24 11:39:37 -04:00
albert
f56ae86b5b
refactored anon pools
2011-09-16 19:01:40 -04:00
albert
fa062caea9
added test for transparent image resizer
2011-09-16 15:25:18 -04:00
albert
a717134163
refactored resizer to use imagemagick, fixed some tests
2011-09-16 12:38:56 -04:00
albert
18cfc49d96
disable reraise on upload errors
2011-09-15 18:35:42 -04:00
albert
22074eed1f
fixes #69 : Comment voting non functional
2011-09-14 17:46:42 -04:00
albert
662bc744c7
Fixes #15 : Unable to add parent-child links
2011-09-14 12:30:17 -04:00
albert
c818f2c114
fixed pixiv tests, added metatag support when tagging fixes #23 : Unable to add to pool using "pool:XXX" syntax
2011-09-13 19:08:39 -04:00
albert
89a406db33
added dtext test
2011-09-13 17:50:34 -04:00
r888888888
67b239dd3e
Merge pull request #6 from Bapabooiee/master
...
Unit test compatibility fixes for ruby-1.8
2011-09-11 11:18:22 -07:00
albert
d9c3a5b519
added test to make sure password is not leaked in user json/xml feed
2011-09-10 16:02:16 -04:00
Dean Matzkov
5efb6a5b92
Fix unit tests for ruby-1.8 compatibility
2011-09-08 21:00:29 -06:00
Robin Liao
851ff11576
Need to provide methods so we can identify when we're using the fallback method, and adjust tests accrodingly
2011-09-03 04:48:51 -07:00
albert
4265408581
fix tests
2011-08-23 17:22:38 -04:00
albert
c8067a4691
fixing jobs
2011-08-15 19:41:50 -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
3e2b2e7418
added new tag batch change model
2011-08-03 18:32:57 -04:00
albert
04103c3352
added invites
2011-07-29 19:42:25 -04:00
albert
c8afd34d15
added ip addr search
2011-07-29 18:04:50 -04:00
albert
5da43c54f0
fixed all tests
2011-07-22 19:25:56 -04:00
albert
d0e8084f0f
implemented moderator dashboard queue
2011-07-22 17:34:43 -04:00
albert
72e9da01b5
fixing functional tests
2011-07-17 16:42:26 -04:00
albert
469ae14805
fixed tests, implemented sql based partitioning for favorites
2011-07-16 20:16:34 -04:00
albert
fc9755b748
fixed unit tests
2011-07-16 19:30:42 -04:00
albert
58c3d2af13
fixing tests
2011-07-16 19:20:02 -04:00
albert
033f0fc266
added wiki page post set test
2011-06-11 17:29:55 -04:00
albert
1a303fd3db
added tests for post sets
2011-06-11 17:05:46 -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
158810d9f0
fixed comment test
2011-05-16 09:27:06 -04:00
albert
c348f6118f
copied over download.rb changes from oldbooru
2011-04-08 13:18:22 -04:00
albert
aee5cf0aa1
fixed unit tests
2011-03-30 15:11:22 -04:00
albert
f749e82da9
post appeal test
2011-03-30 14:22:36 -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
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
c80df378d8
fixed tests
2011-02-02 16:55:36 -05:00
albert
c0968ec5e3
tag subscriptions
2011-01-30 02:24:47 -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
c5a9067e72
fixed unit tests
2011-01-22 03:01:15 -05:00
albert
3d5873c182
some fixes to janitor trials, implemented jan trial controller test
2011-01-14 16:45:10 -05:00