aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-1733-335/+341
| | | | Refinery::Admin::Blog
* Isolate this engine to Refinery::Blog (which, according to my interpretation ↵Philip Arndt2012-01-101-8/+2
| | | | of the docs, is how it should be) and remove url hack now that resolve/refinerycms#1193 has been fixed.
* ruby highlighting addedPhilip Arndt2012-01-101-1/+3
|
* Merge pull request #172 from substantial/fix_for_activity_fixPhilip Arndt2012-01-082-2/+2
|\ | | | | Fix for activity fix
| * Fix typo in activity route.Pete Higgins2012-01-082-2/+2
| |
* | Merge pull request #170 from substantial/make_db_seed_idempotentPhilip Arndt2012-01-083-5/+17
|\| | | | | Make db seed idempotent
| * Make DB seed idempotent.Pete Higgins2012-01-082-5/+16
| |
| * Linux needs a js runtime.Pete Higgins2012-01-081-0/+1
|/
* Merge pull request #169 from substantial/fix_dashboard_activityUģis Ozols2012-01-063-3/+24
|\ | | | | Fix dashboard activity
| * Fix activity route generation. Workaround for resolve/refinerycms#1193.Pete Higgins2012-01-062-1/+22
| |
| * The newest factory_girl apparently doesn't like how this worked.Pete Higgins2012-01-061-2/+2
|/
* Currently there isn't any template so we don't need this code.Uģis Ozols2012-01-031-2/+0
|
* Merge pull request #165 from enmasse-entertainment/rails-3-1Uģis Ozols2012-01-021-1/+1
|\ | | | | use new syntax for config accessors
| * use new syntax for config accessorsShaun2012-01-021-1/+1
|/
* No need to use awesome_nested_set edge version anymore.Uģis Ozols2012-01-021-3/+1
|
* refinerycms-core requires Rails so don't check if defined?(Rails).Uģis Ozols2012-01-022-4/+1
|
* Use Refinery::Core.config to get site name.Uģis Ozols2012-01-023-4/+4
|
* Fix deprecation warning. Closes #164.Uģis Ozols2012-01-021-5/+4
|
* Don't require rails explicitly because refinerycms-core will do it for us.Uģis Ozols2011-12-221-3/+2
|
* Return correct root path.Uģis Ozols2011-12-221-6/+6
|
* Refinery::Page.default_parts is now Refinery::Pages.config.default_partsPhilip Arndt2011-12-171-3/+3
|
* Use Refinery::Page APIs (content_for) properly.Philip Arndt2011-12-171-3/+3
|
* Merge pull request #159 from substantial/fix_tab_highlighting_againPhilip Arndt2011-12-152-1/+14
|\ | | | | Fix tab highlighting
| * Fix tab highlighting in admin interface.Pete Higgins2011-12-152-1/+14
|/
* Merge pull request #156 from substantial/fix_spec_setupPhilip Arndt2011-12-142-3/+2
|\ | | | | Fix spec setup
| * Fix spec setup.Pete Higgins2011-12-142-3/+2
| |
* | Merge pull request #157 from substantial/add_author_attributionPhilip Arndt2011-12-144-7/+44
|\ \ | |/ |/| Add author attribution
| * 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