Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ensure page titles on date-based and tag-based archive views are unique | Shaun | 2011-11-11 | 2 | -0/+4 |
| | |||||
* | remove redundancy in page title | Shaun | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | gemspec is not regenerated manually anymore | Jamie Winsor | 2011-11-11 | 2 | -260/+10 |
| | |||||
* | Merge branch 'master' into rails-3-1 | Philip Arndt | 2011-11-10 | 3 | -22/+17 |
|\ | | | | | | | | | | | Conflicts: app/controllers/admin/blog/posts_controller.rb app/controllers/blog/posts_controller.rb | ||||
| * | Merge pull request #148 from vertjustin/master | Philip Arndt | 2011-11-09 | 1 | -8/+1 |
| |\ | | | | | | | Blog tabs were goobered by some jquery ui CSS. | ||||
| | * | cleaned up appearance of tabs on blog engine admin | Justin Edwards | 2011-11-09 | 1 | -8/+1 |
| |/ | |||||
| * | Merge pull request #142 from Kagetsuki/master | Joe Sak | 2011-10-10 | 2 | -158/+159 |
| |\ | | | | | | | jp to ja to correct for naming correction | ||||
| | * | moved jp to ja to match naming correction | 影月 零 | 2011-10-11 | 2 | -158/+159 |
| |/ | |||||
| * | Merge pull request #141 from stanmx/master | Uģis Ozols | 2011-10-05 | 1 | -0/+31 |
| |\ | | | | | | | Complete traduction of es.yml file | ||||
| | * | complete traduction of es.yml | Estanislao | 2011-10-05 | 1 | -0/+31 |
| |/ | |||||
| * | Merge pull request #134 from keram/master | Philip Arndt | 2011-09-10 | 1 | -3/+7 |
| |\ | | | | | | | re support canonical on multilanguage website | ||||
| | * | fix corrupted indentation | Marek | 2011-09-11 | 1 | -16/+16 |
| | | | |||||
| | * | canonical tag for posts | Marek | 2011-09-11 | 1 | -15/+19 |
| |/ | |||||
| * | Travis is saying that it wants sqlite3, pg and mysql2 gems. | Philip Arndt | 2011-09-02 | 1 | -0/+7 |
| | | |||||
| * | Merge pull request #118 from Progressbar/master | Uģis Ozols | 2011-08-22 | 1 | -8/+8 |
| |\ | | | | | | | minor fix in slovak translation | ||||
| | * | fix slovak grammar | progressbarsk | 2011-08-22 | 1 | -8/+8 |
| |/ | |||||
| * | Merge pull request #112 from map7/master | Philip Arndt | 2011-08-14 | 1 | -2/+2 |
| |\ | | | | | | | Fixed listing of uncategorized posts for Rails 3 | ||||
| | * | fixed listing of uncategorized posts | Michael Pope | 2011-08-15 | 1 | -2/+2 |
| |/ | |||||
* | | Merge pull request #147 from greendog/rails-3-1 | Uģis Ozols | 2011-11-09 | 1 | -0/+5 |
|\ \ | | | | | | | Generator for installing migrations | ||||
| * | | added install migratons generator | greendog | 2011-11-09 | 1 | -0/+5 |
|/ / | |||||
* | | Refactored everything (models, helpers) into proper namespace of ↵ | Philip Arndt | 2011-11-09 | 47 | -718/+725 |
| | | | | | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909 | ||||
* | | Use root menthod to set engine factory path. | Uģis Ozols | 2011-11-06 | 1 | -1/+1 |
| | | |||||
* | | Regenerate gemspec. Closes #146. | Uģis Ozols | 2011-11-06 | 1 | -5/+8 |
| | | |||||
* | | Specify correct path to factories. | Uģis Ozols | 2011-11-04 | 1 | -1/+1 |
| | | |||||
* | | Update travis.yml to use dummy app for testing | Jamie Winsor | 2011-10-28 | 1 | -2/+4 |
| | | |||||
* | | Merge branch 'use-generated-dummy-for-testing' into rails-3-1 | Jamie Winsor | 2011-10-28 | 83 | -1885/+92 |
|\ \ | |||||
| * | | Update readme on how to test | Jamie Winsor | 2011-10-28 | 1 | -3/+6 |
| | | | |||||
| * | | seo meta table migration removed | Jamie Winsor | 2011-10-28 | 1 | -25/+0 |
| | | | | | | | | | | | | We should not generate the seo meta table here - it is handled by refinerycms if the user wants it | ||||
| * | | Add rspec rake tasks | Jamie Winsor | 2011-10-28 | 2 | -0/+8 |
| | | | |||||
| * | | Move blog tab accessor and class array to blog file from tab file | Jamie Winsor | 2011-10-28 | 2 | -12/+12 |
| | | | |||||
| * | | No need to explicitly call load_factories for Refinery::Testing | Jamie Winsor | 2011-10-28 | 1 | -2/+0 |
| | | | |||||
| * | | Tabs are autoloaded, don't need to explicitly require | Jamie Winsor | 2011-10-27 | 1 | -4/+0 |
| | | | |||||
| * | | Refactor require layout to match other engines | Jamie Winsor | 2011-10-27 | 3 | -32/+32 |
| | | | |||||
| * | | Seed data should not be loaded mid migration | Jamie Winsor | 2011-10-27 | 1 | -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 base | Jamie Winsor | 2011-10-27 | 5 | -12/+19 |
| | | | | | | | | | | | | Seeds will now follow Rails 3.1 conventions | ||||
| * | | This is the blog engine... not hte resources engine.. | Jamie Winsor | 2011-10-27 | 1 | -1/+1 |
| | | | |||||
| * | | Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks | Jamie Winsor | 2011-10-26 | 1 | -0/+1 |
| | | | |||||
| * | | Add spec/dummy to git ignore file | Jamie Winsor | 2011-10-26 | 1 | -0/+1 |
| | | | |||||
| * | | Remove Refinery::Application route draw call, it no longer exists | Jamie Winsor | 2011-10-26 | 1 | -1/+1 |
| | | | |||||
| * | | Update engine definition | Jamie Winsor | 2011-10-26 | 1 | -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 tasks | Jamie Winsor | 2011-10-26 | 1 | -24/+5 |
| | | | |||||
| * | | Remove dummy application for testing | Jamie Winsor | 2011-10-26 | 68 | -1770/+0 |
|/ / | |||||
* | | Add rbenv files to gitignore | Jamie Winsor | 2011-10-26 | 1 | -0/+5 |
| | | |||||
* | | Regenerate gemspec | Jamie Winsor | 2011-10-11 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #144 from resolve/expose-factories | Philip Arndt | 2011-10-10 | 3 | -24/+18 |
|\ \ | | | | | | | Load refinerycms factories properly | ||||
| * | | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 3 | -24/+18 |
|/ / | | | | | | | Expose blog factories to other gems | ||||
* | | Merge pull request #143 from Kagetsuki/rails-3-1 | Uģis Ozols | 2011-10-10 | 1 | -1/+1 |
|\ \ | | | | | | | Rails 3 1 jp to ja correction | ||||
| * | | jp to ja correction | 影月 零 | 2011-10-11 | 1 | -1/+1 |
|/ / | |||||
* | | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 4 | -2/+28 |
| | | |||||
* | | Update gemspec | Jamie Winsor | 2011-09-19 | 1 | -2/+4 |
| | | | | | | | | [ci skip] |