Commit Graph

253 Commits

Author SHA1 Message Date
albert
050ca21c57 updated gem 2012-02-10 18:11:37 -05:00
albert
e36483550d updated gems 2012-02-10 17:55:05 -05:00
albert
6b62bfe857 added daemons gem 2012-01-27 18:26:58 -05:00
albert
b030cbf6ac upgraded to rails 3.2.1 2012-01-27 17:15:46 -05:00
albert
c8bcf5ad7c updated to rails 3.2, fixed tests 2012-01-27 14:22:47 -05:00
albert
ff266ed6b9 updated to rails 3.1.3 2011-11-29 18:13:34 -05:00
albert
ca6fef9195 fixed to image rake script 2011-11-02 18:11:32 -04:00
albert
ccbdbd74c1 updated gemfile 2011-11-02 17:58:36 -04:00
albert
50005ccf95 revert back to rmagick 2011-11-02 12:38:26 -04:00
albert
02eac64bd9 added more conditional checks for javascripts to reduce computation load 2011-11-02 12:27:40 -04:00
albert
ddd036ef97 fixes #118: flash uploads are broken 2011-10-14 18:02:11 -04:00
albert
d38fbbbce3 added kill task for delayed job 2011-09-29 17:04:37 -04:00
albert
dc31e74809 added tinami support 2011-09-26 17:30:35 -04:00
albert
48432e6563 add sass to gemfile 2011-09-24 10:41:10 -04:00
albert
c42513ea8e updated gemfile to use revised daemons gem 2011-09-21 16:18:16 -04:00
albert
2a91a7af84 updated gemfile 2011-09-21 16:08:01 -04:00
albert
a717134163 refactored resizer to use imagemagick, fixed some tests 2011-09-16 12:38:56 -04:00
albert
a19dd6a69f added sanitize, fixes #26: Clicking the wiki link withing comments gives a "page does not exist" error 2011-09-13 15:19:07 -04:00
albert
a33bd94ba3 updated rails gem to 3.1.0 release 2011-09-06 11:07:54 -04:00
Robin Liao
8f4720b1d8 Added a fallback for mini_magic + ImageMagic for platforms where it is more than difficult to compile the ImageResizer 2011-09-03 00:26:28 -07:00
randuin
31863738c1 Added vim .swp files to the gitignore and
also added pry to the development group for the Gemfile
2011-09-02 18:19:15 -07:00
albert
434d686bfd added therubyracer gem 2011-08-30 13:49:57 -04:00
albert
781100f2d9 added uglifier-rails 2011-08-30 13:42:09 -04:00
albert
d8e4f51f60 updated versions 2011-08-30 13:17:32 -04:00
albert
124403a921 implemented last-forum-read-at 2011-08-23 17:11:21 -04:00
albert
2b7a8f2d67 view changes 2011-08-22 16:28:31 -04:00
albert
c92bdf491e updated to rails 3.1.rc5 2011-08-06 16:22:49 -04:00
albert
80683f3f17 updated rails version 2011-08-06 15:50:37 -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
07f8dba7f2 work 2011-06-21 12:20:22 -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
9e287726e3 work 2011-05-29 03:47:06 -04:00
albert
969185ad24 work 2011-05-26 19:10:08 -04:00
albert
ca68b2def1 moved stylesheets and javascripts to assets 2011-05-24 18:24:45 -04:00
albert
1c964b5189 upgraded to rails 3.1.0.rc1 2011-05-24 18:04:25 -04:00
albert
630e3f3cad updated gemfile 2011-04-29 17:19:37 -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
6d0157265c pool views 2011-02-25 17:41:00 -05:00
albert
668fbab77a * Updated gemfile
* Added forum post/topic unit tests
* Added forum post/topic controller tests
2011-01-12 18:00:07 -05:00
albert
46164eab4f finished dmails and favorites functional tests 2010-12-05 22:27:45 -05:00
albert
f3b4312ef3 * Refactored post history. Each post now has a single history record. This history record has multiple revisions, serialized as JSON in a text field. 2010-11-06 03:08:27 -04:00
albert
1c9d8c37c7 Fixed some major bugs with implications, cleaning up the cache
expiration process and adding some additional tests.

Cleaned up the unit tests.  They should all run cleanly with rake
test:units now.
2010-10-27 16:56:12 -04:00
albert
484ff696e2 fixed jrails, fixed deprecation warnings 2010-10-27 13:40:50 -04:00
albert
f051e04550 sync 2010-10-08 18:42:26 -04:00
albert
6bc469b05d changes 2010-08-27 16:59:59 -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
06a959a9fd fixed test:units rake task 2010-03-18 18:29:41 -04:00
albert
9c441aff4c added resizer 2010-02-08 01:40:39 -05:00
Albert Yi
3bfae1f0db added user test, basic user methods 2010-02-06 16:48:40 -05:00
Albert Yi
130810e21f used --dev option on rails init 2010-02-04 15:53:59 -05:00
Albert Yi
9bb07046cd initial 2010-02-04 15:08:49 -05:00