aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Allow configurable author for blog posts.Pete Higgins2011-12-144-7/+44
|
* Merge branch 'fix-seeds' into rails-3-1Jamie Winsor2011-11-141-7/+0
|\
| * Remove accidentally generated content from end of seed fileJamie Winsor2011-11-141-7/+0
| |
* | Merge pull request #151 from enmasse-entertainment/page-title-seo-improvementsJamie Winsor2011-11-113-1/+5
|\ \ | |/ |/| Page title seo improvements
| * ensure page titles on date-based and tag-based archive views are uniqueShaun2011-11-112-0/+4
| |
| * remove redundancy in page titleShaun2011-11-111-1/+1
|/
* gemspec is not regenerated manually anymoreJamie Winsor2011-11-112-260/+10
|
* Merge branch 'master' into rails-3-1Philip Arndt2011-11-103-22/+17
|\ | | | | | | | | | | Conflicts: app/controllers/admin/blog/posts_controller.rb app/controllers/blog/posts_controller.rb
| * Merge pull request #148 from vertjustin/masterPhilip Arndt2011-11-091-8/+1
| |\ | | | | | | Blog tabs were goobered by some jquery ui CSS.
| | * cleaned up appearance of tabs on blog engine adminJustin Edwards2011-11-091-8/+1
| |/
| * Merge pull request #142 from Kagetsuki/masterJoe Sak2011-10-102-158/+159
| |\ | | | | | | jp to ja to correct for naming correction
| | * moved jp to ja to match naming correction影月 零2011-10-112-158/+159
| |/
| * Merge pull request #141 from stanmx/masterUģis Ozols2011-10-051-0/+31
| |\ | | | | | | Complete traduction of es.yml file
| | * complete traduction of es.ymlEstanislao2011-10-051-0/+31
| |/
| * Merge pull request #134 from keram/masterPhilip Arndt2011-09-101-3/+7
| |\ | | | | | | re support canonical on multilanguage website
| | * fix corrupted indentationMarek2011-09-111-16/+16
| | |
| | * canonical tag for postsMarek2011-09-111-15/+19
| |/
| * Travis is saying that it wants sqlite3, pg and mysql2 gems.Philip Arndt2011-09-021-0/+7
| |
| * Merge pull request #118 from Progressbar/masterUģis Ozols2011-08-221-8/+8
| |\ | | | | | | minor fix in slovak translation
| | * fix slovak grammarprogressbarsk2011-08-221-8/+8
| |/
| * Merge pull request #112 from map7/masterPhilip Arndt2011-08-141-2/+2
| |\ | | | | | | Fixed listing of uncategorized posts for Rails 3
| | * fixed listing of uncategorized postsMichael Pope2011-08-151-2/+2
| |/
* | Merge pull request #147 from greendog/rails-3-1Uģis Ozols2011-11-091-0/+5
|\ \ | | | | | | Generator for installing migrations
| * | added install migratons generatorgreendog2011-11-091-0/+5
|/ /
* | Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-0947-718/+725
| | | | | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* | Use root menthod to set engine factory path.Uģis Ozols2011-11-061-1/+1
| |
* | Regenerate gemspec. Closes #146.Uģis Ozols2011-11-061-5/+8
| |
* | Specify correct path to factories.Uģis Ozols2011-11-041-1/+1
| |
* | Update travis.yml to use dummy app for testingJamie Winsor2011-10-281-2/+4
| |
* | Merge branch 'use-generated-dummy-for-testing' into rails-3-1Jamie Winsor2011-10-2883-1885/+92
|\ \
| * | Update readme on how to testJamie Winsor2011-10-281-3/+6
| | |
| * | seo meta table migration removedJamie Winsor2011-10-281-25/+0
| | | | | | | | | | | | We should not generate the seo meta table here - it is handled by refinerycms if the user wants it
| * | Add rspec rake tasksJamie Winsor2011-10-282-0/+8
| | |
| * | Move blog tab accessor and class array to blog file from tab fileJamie Winsor2011-10-282-12/+12
| | |
| * | No need to explicitly call load_factories for Refinery::TestingJamie Winsor2011-10-281-2/+0
| | |
| * | Tabs are autoloaded, don't need to explicitly requireJamie Winsor2011-10-271-4/+0
| | |
| * | Refactor require layout to match other enginesJamie Winsor2011-10-273-32/+32
| | |
| * | Seed data should not be loaded mid migrationJamie Winsor2011-10-271-2/+0
| | | | | | | | | | | | Column information is not totally generated and seed will be done at end of migration run
| * | Update blog generator to use Rails 3.1 baseJamie Winsor2011-10-275-12/+19
| | | | | | | | | | | | Seeds will now follow Rails 3.1 conventions
| * | This is the blog engine... not hte resources engine..Jamie Winsor2011-10-271-1/+1
| | |
| * | Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasksJamie Winsor2011-10-261-0/+1
| | |
| * | Add spec/dummy to git ignore fileJamie Winsor2011-10-261-0/+1
| | |
| * | Remove Refinery::Application route draw call, it no longer existsJamie Winsor2011-10-261-1/+1
| | |
| * | Update engine definitionJamie Winsor2011-10-261-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | 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
| * | Modify Rakefile to load engine tasks and testing railtie tasksJamie Winsor2011-10-261-24/+5
| | |
| * | Remove dummy application for testingJamie Winsor2011-10-2668-1770/+0
|/ /
* | Add rbenv files to gitignoreJamie Winsor2011-10-261-0/+5
| |
* | Regenerate gemspecJamie Winsor2011-10-111-2/+2
| |
* | Merge pull request #144 from resolve/expose-factoriesPhilip Arndt2011-10-103-24/+18
|\ \ | | | | | | Load refinerycms factories properly
| * | Load refinerycms factories properlyJamie Winsor2011-10-103-24/+18
|/ / | | | | | | Expose blog factories to other gems