* Removed unapprovals, added post flags and post appeals (still need to update tests)

* Restyled text
This commit is contained in:
albert
2011-03-28 18:48:02 -04:00
parent 42627be1d3
commit f9c961cdc6
66 changed files with 642 additions and 403 deletions

View File

@@ -1,8 +1,8 @@
GIT
remote: http://github.com/EmmanuelOga/ffaker.git
revision: 3298ebf33319b840f693a1a0ae2613eeb53e7dc4
revision: fc090a6f62d63bd03546e8272e4c9ecd027a77de
specs:
ffaker (1.0.0)
ffaker (1.4.0)
GIT
remote: http://github.com/mislav/will_paginate.git
@@ -15,36 +15,36 @@ GEM
remote: http://gemcutter.org/
specs:
abstract (1.0.0)
actionmailer (3.0.3)
actionpack (= 3.0.3)
mail (~> 2.2.9)
actionpack (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
actionmailer (3.0.5)
actionpack (= 3.0.5)
mail (~> 2.2.15)
actionpack (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4)
rack (~> 1.2.1)
rack-mount (~> 0.6.13)
rack-test (~> 0.5.6)
rack-test (~> 0.5.7)
tzinfo (~> 0.3.23)
activemodel (3.0.3)
activesupport (= 3.0.3)
activemodel (3.0.5)
activesupport (= 3.0.5)
builder (~> 2.1.2)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activerecord (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activeresource (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
activesupport (3.0.3)
arel (2.0.6)
activeresource (3.0.5)
activemodel (= 3.0.5)
activesupport (= 3.0.5)
activesupport (3.0.5)
arel (2.0.9)
builder (2.1.2)
daemons (1.1.0)
delayed_job (2.1.2)
delayed_job (2.1.4)
activesupport (~> 3.0)
daemons
erubis (2.6.6)
@@ -53,7 +53,7 @@ GEM
haml (3.0.25)
i18n (0.5.0)
imagesize (0.1.1)
mail (2.2.14)
mail (2.2.15)
activesupport (>= 2.3.6)
i18n (>= 0.4.0)
mime-types (~> 1.16)
@@ -61,50 +61,48 @@ GEM
mechanize (1.0.0)
nokogiri (>= 1.2.1)
memcache-client (1.8.5)
meta_search (0.9.11)
meta_search (1.0.3)
actionpack (~> 3.0.2)
activerecord (~> 3.0.2)
activesupport (~> 3.0.2)
arel (~> 2.0.2)
mime-types (1.16)
mocha (0.9.10)
rake
mocha (0.9.12)
nokogiri (1.4.4)
pg (0.10.0)
pg (0.10.1)
polyglot (0.3.1)
rack (1.2.1)
rack (1.2.2)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.7)
rack (>= 1.0)
rails (3.0.3)
actionmailer (= 3.0.3)
actionpack (= 3.0.3)
activerecord (= 3.0.3)
activeresource (= 3.0.3)
activesupport (= 3.0.3)
rails (3.0.5)
actionmailer (= 3.0.5)
actionpack (= 3.0.5)
activerecord (= 3.0.5)
activeresource (= 3.0.5)
activesupport (= 3.0.5)
bundler (~> 1.0)
railties (= 3.0.3)
railties (3.0.3)
actionpack (= 3.0.3)
activesupport (= 3.0.3)
railties (= 3.0.5)
railties (3.0.5)
actionpack (= 3.0.5)
activesupport (= 3.0.5)
rake (>= 0.8.7)
thor (~> 0.14.4)
rake (0.8.7)
shoulda (2.11.3)
silent-postgres (0.0.7)
simple_form (1.3.0)
rails (~> 3.0.0)
simplecov (0.3.9)
simplecov-html (>= 0.3.7)
simplecov-html (0.3.9)
simple_form (1.3.1)
simplecov (0.4.1)
simplecov-html (~> 0.4.3)
simplecov-html (0.4.3)
super_exception_notifier (3.0.13)
actionmailer
rake
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
tzinfo (0.3.23)
tzinfo (0.3.25)
PLATFORMS
ruby
@@ -121,7 +119,7 @@ DEPENDENCIES
mocha
nokogiri
pg
rails (= 3.0.3)
rails (= 3.0.5)
shoulda
silent-postgres
simple_form