Commit Graph

315 Commits

Author SHA1 Message Date
albert
6da2bbde0d Fixes #27: The favorite function does not work 2011-09-13 14:44:23 -04:00
albert
f63de376b7 Fixes #28: Pool reording does not work 2011-09-13 13:28:33 -04:00
albert
d29287dffc fixes #30: Hot function currently broken 2011-09-13 13:20:19 -04:00
albert
ccbca1a0c4 Fixes #32: Setting a default images size in the user profile does not seem to work 2011-09-13 13:15:57 -04:00
albert
189ad7052d fixed image resizing 2011-09-11 20:25:13 -04:00
albert
a4764716a9 added rating to post/show 2011-09-11 18:23:32 -04:00
albert
1ca7df52b7 fixed default image size for users 2011-09-11 18:20:43 -04:00
albert
8f84061388 fixes #34: case sensitive blacklisted tags 2011-09-11 17:54:44 -04:00
albert
72bfac3d90 prevent the creation of users with empty string email addresses 2011-09-11 17:48:30 -04:00
albert
b92c312605 removed outdated js 2011-09-11 17:25:18 -04:00
albert
4b998184a4 fixed error messages upon user creation 2011-09-11 17:24:44 -04:00
albert
281cb75991 fix 2011-09-11 17:03:36 -04:00
albert
3395c97c65 fixed comment hiding 2011-09-11 16:40:58 -04:00
albert
7483ad2e28 comment threshold link now hitting the correct action 2011-09-11 15:15:16 -04:00
albert
ff4e3e3ad1 Fixes #37: Search function for artists requires all fields to be completed (fixed for all searches) 2011-09-11 14:51:09 -04:00
albert
0c895f892b Fixes #38: Search function for the forums requires all fields to be filed out 2011-09-11 14:49:06 -04:00
albert
3183872b1e Fixes #39: Reverting a translation does not work 2011-09-11 14:47:35 -04:00
albert
a8b6ac49f5 Fixes #40: History from "Note edit" does not work 2011-09-11 14:39:12 -04:00
albert
f5d543c760 Fixes #41 2011-09-11 14:33:30 -04:00
r888888888
0736ea7716 Merge pull request #42 from Randuin/issue-35
issue 35 fix, just a model limiting mass assignment
2011-09-11 11:19:25 -07:00
r888888888
6db31a14b7 Merge pull request #9 from Randuin/issue-8
Fixed the user name in user#show
2011-09-11 11:18:58 -07: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
randuin
22ee3776a2 issue 35 fix, just a model limiting mass assignment 2011-09-11 02:37:15 -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
albert
a7846731d5 improved api censoring 2011-09-10 15:58:04 -04:00
albert
b55893d96d fixed tn notes 2011-09-10 15:29:55 -04:00
Robin Liao
dfa78f1b68 Fixed the user name in user#show 2011-09-09 02:00:47 -07:00
Dean Matzkov
5efb6a5b92 Fix unit tests for ruby-1.8 compatibility 2011-09-08 21:00:29 -06:00
albert
60704c27be added from addr for user maint emails 2011-09-06 18:24:46 -04:00
albert
79277ff6d3 fixed user feedback link 2011-09-06 18:21:56 -04:00
albert
156776f42c fixed user feedback link in static/more 2011-09-06 18:20:00 -04:00
albert
44647115ac changed upload limit to 1 second to allow new users to upload 2011-09-06 18:19:28 -04:00
albert
9a24e67125 typo fix for approver metatag 2011-09-06 18:15:48 -04:00
albert
d2719f3881 added github issues link 2011-09-06 11:34:45 -04:00
albert
0b71e36e3d hide passwords/ip addrs from json/xml apis 2011-09-06 11:27:57 -04:00
albert
4de74a5f6b remove console log statement 2011-09-06 11:09:55 -04:00
albert
61afb87ade Merge branch 'master' of github.com:r888888888/danbooru 2011-09-06 11:08:14 -04:00
albert
a33bd94ba3 updated rails gem to 3.1.0 release 2011-09-06 11:07:54 -04:00
r888888888
3290516aec Merge pull request #5 from Bapabooiee/master
Compatibility fixes for ruby-1.8
2011-09-06 08:05:13 -07:00
albert
33fa8d30ee * Merge randuin's changes
* Revert user/show changes
* Move paginator js into separate file
2011-09-06 11:01:40 -04:00
Dean Matzkov
feaa3353f2 Fixed a few ruby19-isms for compatibility with ruby18 2011-09-06 01:40:24 -06:00
Robin Liao
c37766c4c1 keyed pagination in post#index 2011-09-03 15:13:56 -07:00
Robin Liao
b2bcf207f7 Keymaster javascript library 2011-09-03 14:47:02 -07: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
Robin Liao
0690733247 Mocking out a fake Memcached so we can run our tests without a running memcache server 2011-09-03 04:38:07 -07:00
Robin Liao
a84b5f5e68 better usage of the asset pipeline for page specific css and a more concise user#show 2011-09-03 01:56:10 -07: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
randuin
5f9098663f Merge branch 'master' of https://github.com/r888888888/danbooru 2011-09-02 17:52:18 -07:00
albert
60abc867ca js fixes 2011-08-30 20:10:38 -04:00