aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers
Commit message (Collapse)AuthorAgeFilesLines
...
* | remove duplicate BlogControllerHelper includeJamie Winsor2011-09-191-2/+0
| |
* | Abstract filter methods into controller helpersJamie Winsor2011-09-192-26/+4
| | | | | | | | | | | | This will enable users to include the controller helper into their own controllers to perform common functions - such as finding a blog post or listing all blog posts.
* | Change current_user to current_refinery_userJamie Winsor2011-09-141-1/+1
| | | | | | | | Fixes for https://github.com/resolve/refinerycms/commit/8294a86c13943fcd9bb966341ecfa250ae4aeaf0
* | Second commit for ::Refinery::AdminControllerMichael Gall2011-09-054-4/+4
| |
* | remove useless commentJamie Winsor2011-09-041-1/+0
| |
* | refactor factories and add #show tests for posts controllerJamie Winsor2011-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | Do not want to cache classes, but do want to reload models after factory girl: http://groups.google.com/group/factory_girl/browse_thread/thread/daa24556d90c31fc http://stackoverflow.com/questions/5145165/associationtypemismatch-and-factorygirl rails_autolink was removed from Rails 3.1 and abstracted to an external gem fix display author name and post time on comment show fix namespace for thanking and moderated flash notices
* | index action of blog post controller now caches and sweeps on changesJamie Winsor2011-09-033-20/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix various views which were broken and untested with rails-3-1 upgrade add request spec tests for admin blog comments Factory is now FactoryGirl Fix multiple issues around listing unmoderated comments use cleaner definitions to set per_page willpaginate attribute on models update all paginate calls to use new arel representation reorganize filter sections to be located at top of controller modify uncategorized class method to activerecord scope and perform a left outer join instead of iterate through an array to find uncategorized posts move request specs into their proper places update guardfile to ensure that request specs get run when their respective controllers are modified Fix show action for AdminBlogComments and added test Fix redirection link after approving or rejecting a comment
* | will_paginate is back.Uģis Ozols2011-08-251-1/+4
| |
* | Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-143-18/+6
| |
* | refactor engine testing scenarioJamie Winsor2011-08-031-0/+0
| | | | | | | | | | | | | | | | Engine is now tested standalone by leveraging a dummy rails app Enable Guard for speedy testing Move factories to the more standard location `spec/factories/*` Update README with a Testing section Rename migrations to contain datetimestamps for their version to fix migration order issues when migrating the dummy application
* | Array is paginated differently.Uģis Ozols2011-07-281-3/+3
| |
* | Update some translation scopes.Uģis Ozols2011-07-281-2/+3
| |
* | Remove per_page pagination code from controllers.Uģis Ozols2011-07-272-8/+6
| |
* | Move per_page pagination stuff into model to dry up posts controller.Uģis Ozols2011-07-271-10/+6
| |
* | Cucumber tag steps now pass.Uģis Ozols2011-07-272-9/+8
| |
* | Wip.Uģis Ozols2011-07-271-1/+1
| |
* | Rails 3.1 - wip.Uģis Ozols2011-07-2714-335/+349
|/
* Blog:PostsController#index doesn't paginate the blog posts if an rss feed is ↵Jack Kinsella2011-07-221-0/+2
| | | | requested.
* I don't know, it looks like before_filters are down hereJoe Sak2011-07-121-1/+3
|
* this is the 'railscasts' way of handling the category checkboxesJoe Sak2011-07-121-1/+6
|
* Added ability to disable teaser independent of teaser lengthJohan Bruning2011-07-041-0/+10
| | | | | | 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.
* fix my typosPhilip Arndt2011-07-011-1/+1
|
* Making use of modules and putting classes under modules.Philip Arndt2011-07-016-220/+240
|
* Making use of translation scopes.Philip Arndt2011-07-013-5/+5
|
* tag url strategy updatedJoe Sak2011-06-211-2/+3
|
* Needs to use ~* operatorJoe Sak2011-06-211-1/+1
|
* postgreSQL is picky about doing a LIKE queryJoe Sak2011-06-211-2/+14
|
* Fix failure on Ruby 1.8.7 where lines can't begin with a . (it has to be on ↵Philip Arndt2011-06-211-4/+3
| | | | the previous line)
* autocomplete added for tagsJoe Sak2011-06-151-0/+8
|
* Modify the category view of the blog to show a paged view, rather than all ↵Kyle Wilkinson2011-06-131-0/+4
| | | | blog posts.
* Present the blog post's meta information now. This will require ↵Philip Arndt2011-05-061-3/+3
| | | | refinerycms-core 1.0.0
* Closes GH-29. Blog posts act as taggable. rspec & cukes passingJoe Sak2011-03-111-0/+13
|
* WIP: trying to test user association as authorJoe Sak2011-02-241-0/+46
|
* Added settings click-button functionality for toggling comments being ↵Philip Arndt2011-02-211-2/+14
| | | | enabled, with translations.
* Add controller action and view template for uncategorized postsJoe Sak2011-02-161-0/+7
|
* Archives group by year after 2 yearsJoe Sak2011-01-101-6/+17
|
* Reduce db queries.Uģis Ozols2010-12-031-1/+1
|
* Remove all Rails2/Rails3 checks as master is now Rails3 onlyAmanda Wagener2010-12-011-25/+9
|
* Allow refinery users with access to the blog to see the blog posts when they ↵Philip Arndt2010-11-231-1/+7
| | | | are draft. Closes GH-19
* Consistent whitespace.Philip Arndt2010-11-233-8/+8
|
* include the blog helper in all blog front end controllers. Also fix kend ↵djones2010-11-221-0/+1
| | | | error on show.html.erb for front end blog viewing
* total refactor hereJoe Sak2010-11-201-4/+0
|
* ajaxify the navJoe Sak2010-11-201-5/+28
|
* Um... find_page was already there.Joe Sak2010-11-201-5/+0
|
* Archive listing, views, helpersJoe Sak2010-11-181-2/+16
| | | | | | @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
* Added comment notifications.Philip Arndt2010-11-151-0/+12
|
* prefix with blog_Philip Arndt2010-10-131-1/+4
|
* Let's paginateFernando Blat2010-10-051-1/+1
|
* PaginationFernando Blat2010-10-051-3/+3
|
* use published at in more placesdjones2010-09-212-2/+2
|