aboutsummaryrefslogtreecommitdiffstats
path: root/config/routes.rb
Commit message (Collapse)AuthorAgeFilesLines
* Adds a button to delete the displayed translation of a blog postJérémy FRERE2015-05-141-0/+3
|
* Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-161-3/+3
|
* Allow custom backend route.Josef Šimánek2013-03-181-1/+1
|
* Added the ability to use a different url than "/blog"John Agan2012-09-051-2/+2
|
* Remove redundant routes.Uģis Ozols2012-07-061-2/+0
|
* Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-061-0/+2
|
* Fix routing.Philip Arndt2012-02-021-1/+3
|
* I accidentally this twice.Philip Arndt2012-02-011-3/+0
|
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-011-16/+14
|
* Fixed to show the word 'blog' only once in routeTony Semana2012-01-171-1/+1
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-171-9/+16
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-171-3/+1
| | | | Refinery::Admin::Blog
* Remove Refinery::Application route draw call, it no longer existsJamie Winsor2011-10-261-1/+1
|
* Rails 3.1 - wip.Uģis Ozols2011-07-271-34/+36
|
* Using preferred "defaults" hash to set format of blog/feed.rss to "rss".Jack Kinsella2011-07-221-1/+1
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-0/+1
| | | | | | I prefer full length articles at all times on blogs and don't like teasers. I added the ability for people to disable teasers so full articles will be shown by default. The teasers can e enabled just like comments from the admin page or trough the normal settings. However not sure if the post partial now is conform standards. Maybe the helper method "blog_post_teaser" could encapsulate the check which is now done in the view and return the full length article instead of a teaser if the teasers are disabled.
* make the tag_name optional for crazy languagesJoe Sak2011-06-301-1/+1
|
* This should be a slash to further clear up confusion on which param is whichJoe Sak2011-06-281-1/+1
|
* tag url strategy updatedJoe Sak2011-06-211-1/+1
|
* autocomplete added for tagsJoe Sak2011-06-151-1/+4
|
* fix for issue 58Robin Wenglewski2011-04-041-1/+1
|
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-111-0/+1
|
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-0/+1
| | | | enabled, with translations.
* Add route for uncategorized posts index in blog adminJoe Sak2011-02-161-1/+3
|
* Archives group by year after 2 yearsJoe Sak2011-01-101-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-63/+27
|
* remove data-nav-url attribute from in post navigationdjones2010-11-271-1/+0
|
* Consistent whitespace.Philip Arndt2010-11-231-1/+1
|
* Merge remote branch 'origin/master'Philip Arndt2010-11-221-3/+3
|\
| * remove unnecessary prefixJ. Edward Dewyea2010-11-201-1/+1
| |
| * :name_prefix has been deprecatedJ. Edward Dewyea2010-11-201-3/+3
| |
* | total refactor hereJoe Sak2010-11-201-1/+0
| |
* | ajaxify the navJoe Sak2010-11-201-0/+1
| |
* | Archive routing tested and fixedJoe Sak2010-11-201-2/+2
|/
* Archive listing, views, helpersJoe Sak2010-11-181-0/+5
| | | | | | @page added to PostsController TODO: language file stuff -- I left comments in the view files where these belong. I don't know how to test them from here
* Routing errors in Rails3Joe Sak2010-09-211-2/+2
|
* add rss supportdjones2010-09-141-3/+5
|
* Fixed the reference to public blog routes. Fixed module dependencyFernando Blat2010-09-071-4/+4
|
* refactoring the frontend to use more partials, separate out the categories ↵djones2010-09-061-9/+12
| | | | into it's own controller, namespace the blog into it's own folder and create a base blog controller for handling common front end tasks
* Hello rails3 support.Philip Arndt2010-09-031-4/+39
|
* Comment moderation now working in the backend. Of course it still happens ↵Philip Arndt2010-09-021-0/+6
| | | | automatically if the blog isn't moderated based on whether it's spam or not.
* wrote rails engine for later, added ability to add comments and see ones ↵Philip Arndt2010-08-281-17/+22
| | | | already posted.
* frontend markup and categories.Philip Arndt2010-08-261-1/+3
|
* Better settings, update notified has a form but doesn't yet work. Created ↵Philip Arndt2010-08-101-2/+8
| | | | script files but not using them yet.
* Set up menu and what is to come.Philip Arndt2010-08-091-1/+4
|
* Namespaced blog posts under blog/posts to allow for blog/comments and ↵Philip Arndt2010-08-091-1/+3
| | | | blog/categories
* Initial commit - you can create, edit and delete a blog post and it respects ↵Philip Arndt2010-08-091-0/+7
the fact that it is draft or not.