aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-0135-199/+184
* We don't need to read all about the dummy app or test on rbx-2.0Philip Arndt2012-01-312-5/+4
* Merge pull request #189 from markstuart/rails-3-1Philip Arndt2012-01-293-9/+9
|\
| * New 'main_app.' format.Mark Stuart2012-01-301-6/+6
| * New 'main_app.' formatMark Stuart2012-01-301-1/+1
| * Correct path for form tag. Updated cancel_url to new format.Mark Stuart2012-01-301-2/+2
|/
* Fix for deprecation in Rails 3.2Philip Arndt2012-01-301-1/+1
* Merge pull request #187 from substantial/rails-3-2-compatPhilip Arndt2012-01-282-6/+5
|\
| * attr_accessible :author for Post model.Pete Higgins2012-01-261-2/+2
| * Loosen version requirements in Gemfile.Pete Higgins2012-01-261-4/+3
* | Merge pull request #186 from dmoose/add-src-url-3-1Philip Arndt2012-01-289-4/+171
|\ \ | |/ |/|
| * add source url for postJeff Shumate2012-01-259-4/+171
|/
* Merge pull request #184 from dmoose/fix-issue-175Philip Arndt2012-01-251-1/+1
|\
| * really fix issue 175 path error in _navJeff Shumate2012-01-251-1/+1
* | Merge pull request #183 from dmoose/fix-issue-175Philip Arndt2012-01-251-2/+2
|\|
| * fix issue 175Jeff Shumate2012-01-251-2/+2
|/
* Merge pull request #182 from substantial/fix_category_creationPhilip Arndt2012-01-242-1/+21
|\
| * Fix route helper in categories view.Pete Higgins2012-01-242-1/+21
|/
* Merge pull request #181 from enmasse-entertainment/fix_comment_postingPhilip Arndt2012-01-242-1/+25
|\
| * Fix comment posting.Pete Higgins2012-01-242-1/+25
* | Don't need to set table_name_prefix because it gets set by isolate_namespace.Uģis Ozols2012-01-201-4/+0
* | Don't need to set engine_name because it gets set by isolate_namespace.Uģis Ozols2012-01-201-1/+0
* | Merge pull request #174 from tsemana/fixes-posts-helper-namespacingPhilip Arndt2012-01-192-4/+4
|\ \ | |/ |/|
| * Fixed to show the word 'blog' only once in routeTony Semana2012-01-172-3/+3
| * Fixes posts_helper to use updated refinery namespacingTony Semana2012-01-171-3/+3
|/
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1762-282/+259
* Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin...Philip Arndt2012-01-1733-335/+341
* Isolate this engine to Refinery::Blog (which, according to my interpretation ...Philip Arndt2012-01-101-8/+2
* ruby highlighting addedPhilip Arndt2012-01-101-1/+3
* Merge pull request #172 from substantial/fix_for_activity_fixPhilip Arndt2012-01-082-2/+2
|\
| * 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.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 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 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 in admin interface.Pete Higgins2011-12-152-1/+14
|/