aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fixed to show the word 'blog' only once in routeTony Semana2012-01-171-2/+2
|
* Fixes posts_helper to use updated refinery namespacingTony Semana2012-01-171-3/+3
|
* Fixed namespacing for Refinery conventions.Philip Arndt2012-01-1736-171/+162
|
* Restructured part of the project to Refinery::Blog::Admin not ↵Philip Arndt2012-01-1725-35/+35
| | | | Refinery::Admin::Blog
* 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
|
* 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
|
* Allow configurable author for blog posts.Pete Higgins2011-12-142-6/+13
|
* ensure page titles on date-based and tag-based archive views are uniqueShaun2011-11-112-0/+4
|
* 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
| * fix corrupted indentationMarek2011-09-111-16/+16
| |
| * canonical tag for postsMarek2011-09-111-15/+19
| |
| * fixed listing of uncategorized postsMichael Pope2011-08-151-2/+2
| |
* | Refactored everything (models, helpers) into proper namespace of ↵Philip Arndt2011-11-0927-389/+385
| | | | | | | | Refinery::Blog. Requires refinery commit 25162b585b9c4023d39fd1a9796140bfa4ecb909
* | Fix draft preview of blog postsJamie Winsor2011-09-212-2/+2
| |
* | setting indentation to 'rails way' for protected and private classesJamie Winsor2011-09-192-21/+21
| |
* | Fix indent on protected methodsJamie Winsor2011-09-191-18/+18
| |
* | Namespace BlogController into Blog::BaseControllerJamie Winsor2011-09-194-17/+19
| |
* | Namespace BlogControllerHelper to Blog::ControllerHelperJamie Winsor2011-09-193-29/+31
| |
* | remove duplicate BlogControllerHelper includeJamie Winsor2011-09-191-2/+0
| |
* | Abstract filter methods into controller helpersJamie Winsor2011-09-193-26/+32
| | | | | | | | | | | | 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.
* | Remove jquery include - now handled by asset pipelineJamie Winsor2011-09-161-1/+0
| |
* | 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
| |
* | Revert sweeper's expiration parameter to strings for nowJamie Winsor2011-09-041-2/+3
| |
* | convert expire_page parameters in blog sweeper from strings to url helpersJamie Winsor2011-09-041-2/+2
| |
* | remove useless commentJamie Winsor2011-09-041-1/+0
| |
* | fix localization string for submit button on commentJamie Winsor2011-09-041-1/+1
| |
* | refactor factories and add #show tests for posts controllerJamie Winsor2011-09-042-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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-0311-62/+86
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add attr_accessible to blog posts to interact better with page_imagesMichael Gall2011-08-311-0/+2
| |
* | will_paginate is back.Uģis Ozols2011-08-2510-16/+19
| |
* | Syntax fixes for Ruby 1.8.7Jamie Winsor2011-08-143-18/+6
| |
* | refactor engine testing scenarioJamie Winsor2011-08-037-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
* | I18n scope fix.Uģis Ozols2011-08-031-2/+2
| |
* | WIP - use asset pipeline.Uģis Ozols2011-08-0344-104/+654
| |
* | Fix some I18n translations.Uģis Ozols2011-08-033-7/+13
| |
* | Made it so that comments and the body_content_right have been further ↵Justin Ricaurte2011-07-302-0/+49
| | | | | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it.
* | Made it so that comments and the body_content_right have been further ↵Justin Ricaurte2011-07-304-67/+8
| | | | | | | | refactored out, so that they can be easily overridden. body_content_right can also now have things prepended and appended to it.
* | Refactor blog_archive_list helper function into blog_archive_widget function ↵Jamie Winsor2011-07-296-43/+41
| | | | | | | | | | | | (with alias for compatability) Fix archive view for rails-3-1 support
* | Update translation scopesJamie Winsor2011-07-285-22/+22
| | | | | | | | | | | | Update url helpers in public views Various uninitialized constant fixes for public views & controllers Add some request specs to test what was fixed in this commit
* | Update translation scopes and routes.Uģis Ozols2011-07-285-17/+20
| |
* | More request specs and updates to code to make specs pass.Uģis Ozols2011-07-282-14/+14
| |
* | Array is paginated differently.Uģis Ozols2011-07-282-6/+8
| |
* | Update some translation scopes.Uģis Ozols2011-07-283-7/+9
| |
* | will_paginate -> paginate.Uģis Ozols2011-07-275-14/+10
| |
* | Remove per_page pagination code from controllers.Uģis Ozols2011-07-273-8/+9
| |
* | Move per_page pagination stuff into model to dry up posts controller.Uģis Ozols2011-07-272-10/+9
| |
* | Cucumber tag steps now pass.Uģis Ozols2011-07-2710-83/+84
| |