Commit graph

591 commits

Author SHA1 Message Date
Philip Arndt
7c63d8188e Merge pull request #156 from substantial/fix_spec_setup
Fix spec setup
2011-12-14 18:21:23 -08:00
Philip Arndt
cc316ceb5b Merge pull request #157 from substantial/add_author_attribution
Add author attribution
2011-12-14 15:47:22 -08:00
Pete Higgins
04b49b2371 Allow configurable author for blog posts. 2011-12-14 15:24:20 -08:00
Pete Higgins
3bef84c3f8 Fix spec setup. 2011-12-14 11:51:46 -08:00
Jamie Winsor
3a7a9198a4 Merge branch 'fix-seeds' into rails-3-1 2011-11-14 13:03:55 -08:00
Jamie Winsor
c0cecdaad9 Remove accidentally generated content from end of seed file 2011-11-14 13:03:12 -08:00
Jamie Winsor
9255e1a71e Merge pull request #151 from enmasse-entertainment/page-title-seo-improvements
Page title seo improvements
2011-11-11 12:11:15 -08:00
Shaun
d90c831cca ensure page titles on date-based and tag-based archive views are unique 2011-11-11 12:09:05 -08:00
Shaun
1d5dfb1fdd remove redundancy in page title 2011-11-11 12:08:42 -08:00
Jamie Winsor
92e8230194 gemspec is not regenerated manually anymore 2011-11-11 11:46:06 -08:00
Philip Arndt
f9f56c6f1c Merge branch 'master' into rails-3-1
Conflicts:
	app/controllers/admin/blog/posts_controller.rb
	app/controllers/blog/posts_controller.rb
2011-11-10 09:23:02 +13:00
Philip Arndt
12164fd95a Merge pull request #148 from vertjustin/master
Blog tabs were goobered by some jquery ui CSS.
2011-11-09 12:13:40 -08:00
Justin Edwards
2b045432f9 cleaned up appearance of tabs on blog engine admin 2011-11-09 13:46:28 -06:00
Uģis Ozols
81475ff380 Merge pull request #147 from greendog/rails-3-1
Generator for installing migrations
2011-11-09 10:32:00 -08:00
greendog
f5d94d60b8 added install migratons generator 2011-11-09 22:01:53 +04:00
Philip Arndt
36c005ecd1 Refactored everything (models, helpers) into proper namespace of Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 2011-11-09 22:19:07 +13:00
Uģis Ozols
d18364d359 Use root menthod to set engine factory path. 2011-11-06 21:28:25 +02:00
Uģis Ozols
9936281bb8 Regenerate gemspec. Closes #146. 2011-11-06 07:26:48 +02:00
Uģis Ozols
a85b7ffab0 Specify correct path to factories. 2011-11-04 15:54:12 +02:00
Jamie Winsor
151629f044 Update travis.yml to use dummy app for testing 2011-10-28 13:20:11 -07:00
Jamie Winsor
c2a0ef9f41 Merge branch 'use-generated-dummy-for-testing' into rails-3-1 2011-10-28 13:17:48 -07:00
Jamie Winsor
fd7ce5e692 Update readme on how to test 2011-10-28 13:07:27 -07:00
Jamie Winsor
b1baeba3d2 seo meta table migration removed
We should not generate the seo meta table here - it is handled by refinerycms if the user wants it
2011-10-28 13:05:32 -07:00
Jamie Winsor
be06f1658d Add rspec rake tasks 2011-10-28 13:05:22 -07:00
Jamie Winsor
3165574730 Move blog tab accessor and class array to blog file from tab file 2011-10-28 12:15:07 -07:00
Jamie Winsor
4577f788e5 No need to explicitly call load_factories for Refinery::Testing 2011-10-28 12:13:16 -07:00
Jamie Winsor
e01e9ff9b7 Tabs are autoloaded, don't need to explicitly require 2011-10-27 19:37:38 -07:00
Jamie Winsor
14daff297b Refactor require layout to match other engines 2011-10-27 19:36:54 -07:00
Jamie Winsor
2b73c292c8 Seed data should not be loaded mid migration
Column information is not totally generated and seed will be done at end of migration run
2011-10-27 18:38:48 -07:00
Jamie Winsor
5a958007c5 Update blog generator to use Rails 3.1 base
Seeds will now follow Rails 3.1 conventions
2011-10-27 18:12:32 -07:00
Jamie Winsor
8cd4a282d8 This is the blog engine... not hte resources engine.. 2011-10-27 15:29:02 -07:00
Jamie Winsor
0de4fd9582 Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks 2011-10-26 13:50:26 -07:00
Jamie Winsor
4ddc2b3754 Add spec/dummy to git ignore file 2011-10-26 13:29:41 -07:00
Jamie Winsor
5dd11ffc61 Remove Refinery::Application route draw call, it no longer exists 2011-10-26 13:29:01 -07:00
Jamie Winsor
993b4a8b1b Update engine definition
Isolate engine to Refinery
add engine name
Add initializer to register engine with Refinery
Rename plugin init initializer to be more descriptive
Update plugin initializer to conform to latest master of RefineryCMS
2011-10-26 13:28:54 -07:00
Jamie Winsor
db93751fd6 Modify Rakefile to load engine tasks and testing railtie tasks 2011-10-26 13:12:26 -07:00
Jamie Winsor
1b3195bf30 Remove dummy application for testing 2011-10-26 13:11:54 -07:00
Jamie Winsor
4ab9eccdee Add rbenv files to gitignore 2011-10-26 13:07:00 -07:00
Jamie Winsor
64d83c5ce4 Regenerate gemspec 2011-10-11 18:21:49 -07:00
Philip Arndt
eb487f0e4e Merge pull request #144 from resolve/expose-factories
Load refinerycms factories properly
2011-10-10 19:42:38 -07:00
Jamie Winsor
754cddb141 Load refinerycms factories properly
Expose blog factories to other gems
2011-10-10 19:39:51 -07:00
Uģis Ozols
85419ce88e Merge pull request #143 from Kagetsuki/rails-3-1
Rails 3 1 jp to ja correction
2011-10-10 10:46:55 -07:00
Joe Sak
ff960785df Merge pull request #142 from Kagetsuki/master
jp to ja to correct for naming correction
2011-10-10 10:45:17 -07:00
影月 零
19ee4b8f69 jp to ja correction 2011-10-11 02:43:58 +09:00
影月 零
84e1a277cb moved jp to ja to match naming correction 2011-10-11 02:39:44 +09:00
Uģis Ozols
ea4f1961b2 Merge pull request #141 from stanmx/master
Complete traduction of es.yml file
2011-10-05 21:07:49 -07:00
Estanislao
ceaf2a0aa7 complete traduction of es.yml 2011-10-05 17:59:08 -07:00
Jamie Winsor
5e91670a80 Fix draft preview of blog posts 2011-09-21 00:56:54 -07:00
Jamie Winsor
df0664b142 Update gemspec
[ci skip]
2011-09-19 19:11:40 -07:00
Philip Arndt
8a69c623bb Merge pull request #139 from resolve/abstract-filters-into-controller-helper
Abstract filters into controller helper
2011-09-19 19:06:25 -07:00