Commit graph

701 commits

Author SHA1 Message Date
Philip Arndt
93c2726f0b We can now depend on refinerycms ~> 2.0.3 and mark this as version 2.0.2 2012-04-06 22:29:27 +12:00
Philip Arndt
5b0828b408 Specify a minimum version of refinerycms and Gemfile it so that it can be used to test the next release. 2012-03-27 12:53:32 +13:00
Philip Arndt
822c933f56 Update seo_meta dependency to ~> 1.3.0 2012-03-27 12:13:07 +13:00
Uģis Ozols
bb900f1995 Add rake db:seed to install steps. 2012-03-09 17:07:41 +02:00
Philip Arndt
fccc86e63c Updated to support Refinery CMS 2.0.1 and Rails 3.2.2 2012-03-06 13:17:41 +13:00
Philip Arndt
1a3e0d057c Rephrase slightly 2012-03-03 11:35:34 +13:00
Uģis Ozols
0ea3690741 Test. 2012-03-01 22:22:56 +02:00
Uģis Ozols
52b1fce8aa Don't need testing task if we require refinery-settings. 2012-03-01 14:00:09 +02:00
Uģis Ozols
c6f36117a7 There's already dev, test group in Gemfile so use that. 2012-03-01 08:43:34 +02:00
Philip Arndt
6958ab82df Require seo_meta proper 2012-03-01 17:50:57 +13:00
Philip Arndt
215ea87e45 require refinerycms-settings 2012-03-01 13:48:13 +13:00
Philip Arndt
2e79e4f7a9 No more git sources in the Gemfile. 2012-03-01 13:45:06 +13:00
Philip Arndt
9bcf2b3dda This took code presentation to a new level. 2012-02-29 23:47:15 +13:00
Philip Arndt
70d8f46c12 Don't like having a dialogue for this 2012-02-29 21:26:33 +13:00
Philip Arndt
8edc3ab3dd y u need two lines 2012-02-29 21:23:10 +13:00
Uģis Ozols
4e7847dcbe RefineryCMS -> Refinery CMS. 2012-02-27 22:34:41 +02:00
Philip Arndt
594dd8ca96 Now supporting FriendlyId 4 2012-02-27 17:08:37 +13:00
Uģis Ozols
837ddfe42b There is no bin folder. 2012-02-24 20:49:54 +02:00
Uģis Ozols
44ec487542 Use refinery:testing:setup_extension rake task to copy Refinery::Setting migration file. 2012-02-24 06:39:13 +02:00
Uģis Ozols
bd2bcc0f2a Add Refinery::Setting dependency. 2012-02-23 21:48:37 +02:00
Philip Arndt
98f8d3f515 Merge pull request #203 from substantial/cleanup_models
Cleanup model code
2012-02-23 00:54:43 -08:00
Pete Higgins
d353cd556c Don't need to specify class names here. 2012-02-23 00:29:46 -08:00
Pete Higgins
5eaad8997f Cleanup next and previous stuff. 2012-02-23 00:20:37 -08:00
Pete Higgins
2537923034 Remove functionality provided by rails. 2012-02-23 00:09:09 -08:00
Pete Higgins
c9ff548329 DRY some Refinery::Blog::Post methods. 2012-02-23 00:02:15 -08:00
Pete Higgins
5ea1b7399b Change a .map to a .pluck. 2012-02-22 23:50:05 -08:00
Philip Arndt
f82d2c96e4 Merge pull request #195 from substantial/refactor_archive_widget
Refactor archive widget
2012-02-22 23:43:01 -08:00
Philip Arndt
aa729edc84 Merge pull request #202 from substantial/fix_seeds
Remove position setting from blog seed.
2012-02-22 23:38:07 -08:00
Pete Higgins
c37461cc43 Refinery::Page no longer has a position column. 2012-02-22 23:32:59 -08:00
Philip Arndt
5440fad815 Merge pull request #200 from dmoose/rails-3-1-recent-popular
Rails 3 1 recent popular
2012-02-22 20:11:14 -08:00
Jeff Shumate
602759af1b cleanup 2012-02-22 21:00:45 -07:00
Jeff Shumate
4f0b5f8223 add popularity counter to blog posts as well as accessor for recent posts 2012-02-22 20:37:08 -07:00
Philip Arndt
39fc086982 Merge pull request #199 from markstuart/rails-3-1
Fix error message: "translation missing: en.admin.blog.settings.notification_recipients.updated"
2012-02-22 18:47:06 -08:00
Mark Stuart
29809838f4 Correct translations scope 2012-02-23 15:43:07 +13:00
Uģis Ozols
45cad84f49 Generate blog initializer when running rails g refinery:blog. Closes #196. 2012-02-16 08:12:53 +02:00
Pete Higgins
2bcb7c8551 Fix spec name. 2012-02-12 23:54:07 -08:00
Uģis Ozols
e05fedb9b7 Merge pull request #194 from substantial/redirect_follower_log
Redirect follower log
2012-02-10 01:20:15 -08:00
Pete Higgins
dee1a9d539 Avoid creating some database records. 2012-02-10 01:07:15 -08:00
Pete Higgins
f140ed284f Refactor .by_archive and .by_year. 2012-02-10 01:07:04 -08:00
Pete Higgins
94ae01ce6f These aren't scopes anymore. :trollface: 2012-02-10 01:06:53 -08:00
Pete Higgins
922bc8b98f 'subject.class' -> described_class. 2012-02-10 01:06:41 -08:00
Pete Higgins
aaf26e22d2 Refactor all_previous into published_dates_older_than. 2012-02-10 01:06:05 -08:00
Pete Higgins
80187eac7d Refactor blog archive widget. 2012-02-10 01:05:51 -08:00
Pete Higgins
2275cde2ac Stop logging to stdout. 2012-02-05 23:54:41 -08:00
Uģis Ozols
1af631b501 Refinery::Crud already sets title_attribute and redirect_to_url with the same values. 2012-02-04 22:01:00 +02:00
Uģis Ozols
34fd7b7b89 Move some of the Refinery::Setting's over to Refinery::Blog. 2012-02-04 21:22:51 +02:00
Uģis Ozols
6cfebfae84 Remove rcov.opts. 2012-02-04 20:51:32 +02:00
Philip Arndt
6d06af3400 Converted scopes to class methods. 2012-02-03 11:34:49 +13:00
Uģis Ozols
5691a96a9d No need to specify Devise.stretches in spec_helper because it gets set in devise initializer. 2012-02-02 17:36:41 +02:00
Uģis Ozols
ba9091cd14 Make sure there is seeds.rb file before trying to append to it. 2012-02-02 15:49:07 +02:00