Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Refactor require layout to match other engines | Jamie Winsor | 2011-10-27 | 3 | -32/+32 | |
| | | | ||||||
| * | | Seed data should not be loaded mid migration | Jamie Winsor | 2011-10-27 | 1 | -2/+0 | |
| | | | | | | | | | | | | Column information is not totally generated and seed will be done at end of migration run | |||||
| * | | Update blog generator to use Rails 3.1 base | Jamie Winsor | 2011-10-27 | 5 | -12/+19 | |
| | | | | | | | | | | | | Seeds will now follow Rails 3.1 conventions | |||||
| * | | This is the blog engine... not hte resources engine.. | Jamie Winsor | 2011-10-27 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add ENGINE_ROOT constant to Rakefile for refinerycms-testing tasks | Jamie Winsor | 2011-10-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Add spec/dummy to git ignore file | Jamie Winsor | 2011-10-26 | 1 | -0/+1 | |
| | | | ||||||
| * | | Remove Refinery::Application route draw call, it no longer exists | Jamie Winsor | 2011-10-26 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update engine definition | Jamie Winsor | 2011-10-26 | 1 | -3/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Isolate engine to Refinery add engine name Add initializer to register engine with Refinery Rename plugin init initializer to be more descriptive Update plugin initializer to conform to latest master of RefineryCMS | |||||
| * | | Modify Rakefile to load engine tasks and testing railtie tasks | Jamie Winsor | 2011-10-26 | 1 | -24/+5 | |
| | | | ||||||
| * | | Remove dummy application for testing | Jamie Winsor | 2011-10-26 | 68 | -1770/+0 | |
|/ / | ||||||
* | | Add rbenv files to gitignore | Jamie Winsor | 2011-10-26 | 1 | -0/+5 | |
| | | ||||||
* | | Regenerate gemspec | Jamie Winsor | 2011-10-11 | 1 | -2/+2 | |
| | | ||||||
* | | Merge pull request #144 from resolve/expose-factories | Philip Arndt | 2011-10-10 | 3 | -24/+18 | |
|\ \ | | | | | | | Load refinerycms factories properly | |||||
| * | | Load refinerycms factories properly | Jamie Winsor | 2011-10-10 | 3 | -24/+18 | |
|/ / | | | | | | | Expose blog factories to other gems | |||||
* | | Merge pull request #143 from Kagetsuki/rails-3-1 | Uģis Ozols | 2011-10-10 | 1 | -1/+1 | |
|\ \ | | | | | | | Rails 3 1 jp to ja correction | |||||
| * | | jp to ja correction | 影月 零 | 2011-10-11 | 1 | -1/+1 | |
|/ / | ||||||
* | | Fix draft preview of blog posts | Jamie Winsor | 2011-09-21 | 4 | -2/+28 | |
| | | ||||||
* | | Update gemspec | Jamie Winsor | 2011-09-19 | 1 | -2/+4 | |
| | | | | | | | | [ci skip] | |||||
* | | Merge pull request #139 from resolve/abstract-filters-into-controller-helper | Philip Arndt | 2011-09-19 | 5 | -41/+49 | |
|\ \ | | | | | | | Abstract filters into controller helper | |||||
| * | | setting indentation to 'rails way' for protected and private classes | Jamie Winsor | 2011-09-19 | 2 | -21/+21 | |
| | | | ||||||
| * | | Fix indent on protected methods | Jamie Winsor | 2011-09-19 | 1 | -18/+18 | |
| | | | ||||||
| * | | Namespace BlogController into Blog::BaseController | Jamie Winsor | 2011-09-19 | 4 | -17/+19 | |
| | | | ||||||
| * | | Namespace BlogControllerHelper to Blog::ControllerHelper | Jamie Winsor | 2011-09-19 | 3 | -29/+31 | |
| | | | ||||||
| * | | remove duplicate BlogControllerHelper include | Jamie Winsor | 2011-09-19 | 1 | -2/+0 | |
| | | | ||||||
| * | | Abstract filter methods into controller helpers | Jamie Winsor | 2011-09-19 | 3 | -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. | |||||
* | | Merge pull request #136 from ↵ | Jamie Winsor | 2011-09-16 | 1 | -1/+0 | |
|\ \ | | | | | | | | | | | | | enmasse-entertainment/remove-unnecessary-js-includes Remove jquery include - now handled by asset pipeline | |||||
| * | | Remove jquery include - now handled by asset pipeline | Jamie Winsor | 2011-09-16 | 1 | -1/+0 | |
|/ / | ||||||
* | | Merge pull request #135 from enmasse-entertainment/fix-devise-user | Jamie Winsor | 2011-09-14 | 1 | -1/+1 | |
|\ \ | | | | | | | Change current_user to current_refinery_user | |||||
| * | | Change current_user to current_refinery_user | Jamie Winsor | 2011-09-14 | 1 | -1/+1 | |
|/ / | | | | | | | Fixes for https://github.com/resolve/refinerycms/commit/8294a86c13943fcd9bb966341ecfa250ae4aeaf0 | |||||
* | | Merge pull request #131 from wakeless/rails-3-1 | Philip Arndt | 2011-09-05 | 4 | -4/+4 | |
|\ \ | | | | | | | Fix for ::Refinery::AdminController | |||||
| * | | Second commit for ::Refinery::AdminController | Michael Gall | 2011-09-05 | 4 | -4/+4 | |
|/ / | ||||||
* | | Merge pull request #128 from enmasse-entertainment/rails-3-1 | Philip Arndt | 2011-09-04 | 1 | -2/+3 | |
|\ \ | | | | | | | Revert sweeper's expiration parameter to strings for now | |||||
| * | | Revert sweeper's expiration parameter to strings for now | Jamie Winsor | 2011-09-04 | 1 | -2/+3 | |
|/ / | ||||||
* | | Merge pull request #127 from enmasse-entertainment/more-comment-fixes | Philip Arndt | 2011-09-04 | 17 | -46/+125 | |
|\ \ | | | | | | | More comment fixes | |||||
| * | | use let instead of let! when we can lazily load these fixtures | Jamie Winsor | 2011-09-04 | 1 | -4/+4 | |
| | | | ||||||
| * | | accidentally had refinerycms pointing to my local filesystem... | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | convert expire_page parameters in blog sweeper from strings to url helpers | Jamie Winsor | 2011-09-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove useless comment | Jamie Winsor | 2011-09-04 | 1 | -1/+0 | |
| | | | ||||||
| * | | fix localization string for submit button on comment | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | accidentally had left perform_caching set to true | Jamie Winsor | 2011-09-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | refactor factories and add #show tests for posts controller | Jamie Winsor | 2011-09-04 | 14 | -42/+122 | |
|/ / | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Merge pull request #126 from enmasse-entertainment/fix-comments | Philip Arndt | 2011-09-03 | 20 | -266/+420 | |
|\ \ | | | | | | | Fix comments | |||||
| * | | index action of blog post controller now caches and sweeps on changes | Jamie Winsor | 2011-09-03 | 20 | -266/+420 | |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | Config is deprecated, using RbConfig instread. | Philip Arndt | 2011-09-03 | 1 | -4/+4 | |
| | | ||||||
* | | Using edge awesome_nested_set until 2.0.2 gem is released to fix deprecation ↵ | Philip Arndt | 2011-09-03 | 1 | -0/+1 | |
| | | | | | | | | warnings. | |||||
* | | Converted Factory to FactoryGirl to fix deprecation warnings. | Philip Arndt | 2011-09-03 | 7 | -40/+39 | |
| | | ||||||
* | | Merge pull request #125 from enmasse-entertainment/green-tests | Philip Arndt | 2011-09-02 | 11 | -38/+50 | |
|\ \ | | | | | | | Green tests | |||||
| * | | remove accidental inclusion of future feature | Jamie Winsor | 2011-09-02 | 1 | -2/+0 | |
| | | | ||||||
| * | | update and import refinerycms migrations and seeds | Jamie Winsor | 2011-09-02 | 11 | -38/+52 | |
|/ / | | | | | | | update Guardfile, spec_helper, and support files to match those generated by refinerycms-testing | |||||
* | | Added sqlite3, pg, mysql2 to the Gemfile and added Jamie to the ↵ | Philip Arndt | 2011-09-02 | 3 | -4/+9 | |
| | | | | | | | | notifications list for TRavis. |