Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding Deprecation Version | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Using Standard Refinery Deprecation Method | Andrew Hooker | 2012-05-19 | 1 | -1/+1 |
| | |||||
* | Renaming Method to better describe use, Including Deprecation Warning on Old ↵ | Andrew Hooker | 2012-05-19 | 3 | -6/+11 |
| | | | | Method | ||||
* | Use 'refinery_login_with :refinery_user' instead of deprecated ↵ | Uģis Ozols | 2012-05-15 | 6 | -14/+14 |
| | | | | 'login_refinery_user' in request specs. | ||||
* | Bump master to 2.1.0.dev. | Uģis Ozols | 2012-05-15 | 4 | -10/+13 |
| | |||||
* | Do we really need a model called comment_mailer? | Philip Arndt | 2012-05-15 | 1 | -1/+0 |
| | |||||
* | Test using rbx-19mode on Travis. | Uģis Ozols | 2012-05-05 | 1 | -2/+2 |
| | |||||
* | Set published_time as Time.utc to avoid hackery needed later to compare dates. | Uģis Ozols | 2012-05-05 | 1 | -9/+4 |
| | |||||
* | Fix millisecond comparison issue in post spec. | Uģis Ozols | 2012-04-26 | 1 | -2/+7 |
| | |||||
* | Changes on Travis: | Uģis Ozols | 2012-04-26 | 1 | -1/+3 |
| | | | | | * Remove Ruby 1.9.2 testing * Allow Rubinius to fail | ||||
* | Adjust times for spec to avoid running into DST issues. | Uģis Ozols | 2012-04-26 | 1 | -3/+3 |
| | |||||
* | Remove testing dependencies. | Uģis Ozols | 2012-04-26 | 1 | -3/+0 |
| | |||||
* | Merge pull request #228 from GeekOnCoffee/patch-1 | Philip Arndt | 2012-04-22 | 1 | -0/+6 |
|\ | | | | | Adding More information to README | ||||
| * | Adding More information to README | Andrew Hooker | 2012-04-22 | 1 | -0/+6 |
|/ | |||||
* | Notification recipients should be specified using :to instead of ↵ | Uģis Ozols | 2012-04-19 | 1 | -1/+1 |
| | | | | :recipients. Fixes #226. | ||||
* | Merge pull request #225 from mattsgarrison/master | Philip Arndt | 2012-04-18 | 1 | -1/+2 |
|\ | | | | | Fix for Categories and Rails 3.2 Mass Assignment whitelist requirements. | ||||
| * | Adding attr_accessible for Rails 3.2 mass assignment fixes. | Matt Garrison | 2012-04-18 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #221 from wakeless/fix-page-caching | Philip Arndt | 2012-04-10 | 1 | -1/+1 |
|\ | | | | | Fix page caching on index when pages param is present. | ||||
| * | Fix page caching on index when pages param is present. | Michael Gall | 2012-04-11 | 1 | -1/+1 |
|/ | | | | fixes #145 | ||||
* | In #prev and #next specs advance time by days instead of minutes. | Uģis Ozols | 2012-04-10 | 1 | -2/+2 |
| | |||||
* | Use shorter syntax for render :partial => ... | Uģis Ozols | 2012-04-10 | 16 | -27/+27 |
| | |||||
* | Fix deprecation warnings. | Uģis Ozols | 2012-04-10 | 6 | -10/+10 |
| | |||||
* | Merge pull request #219 from corydeppen/patch-2 | Uģis Ozols | 2012-04-10 | 1 | -1/+1 |
|\ | | | | | Fix reference to ShareThis key. | ||||
| * | Fix reference to ShareThis key. | Cory Deppen | 2012-04-10 | 1 | -1/+1 |
|/ | |||||
* | We require 2.0.1 at least | Philip Arndt | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Merge pull request #215 from resolve/bump_seo_meta_dep | Philip Arndt | 2012-04-01 | 1 | -2/+2 |
|\ | | | | | Bump seo_meta for compitiblity with refinerycms 2-0-stable. | ||||
| * | Bump seo_meta for compitiblity with refinerycms 2-0-stable. | Pete Higgins | 2012-04-01 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #214 from resolve/fix_mass_assignment_error | Philip Arndt | 2012-04-01 | 1 | -1/+3 |
|\ | | | | | Fix MassAssignmentSecurity::Error in integration test. | ||||
| * | Fix MassAssignmentSecurity::Error in integration test. | Pete Higgins | 2012-04-01 | 1 | -1/+3 |
|/ | |||||
* | Merge pull request #211 from nicinabox/master | Joe Sak | 2012-03-26 | 3 | -5/+13 |
|\ | | | | | Add draft label | ||||
| * | Fix draft translation | Nic Haynes | 2012-03-22 | 2 | -1/+2 |
| | | |||||
| * | Show published date if not drafted | Nic Haynes | 2012-03-21 | 1 | -4/+5 |
| | | |||||
| * | Fix markup for draft input | Nic Haynes | 2012-03-21 | 1 | -4/+6 |
| | | |||||
| * | Move draft checkbox for better usability | Nic Haynes | 2012-03-20 | 1 | -4/+5 |
| | | |||||
| * | Add draft label to admin index | Nic Haynes | 2012-03-20 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #212 from corydeppen/patch-1 | Philip Arndt | 2012-03-24 | 1 | -1/+1 |
|\ \ | |/ |/| | Fixed drop_table for Category. | ||||
| * | Fixed drop_table for Category. | Cory Deppen | 2012-03-24 | 1 | -1/+1 |
|/ | |||||
* | Don't cache when logged in or there's a flash message. Moved canonical to ↵ | Philip Arndt | 2012-03-20 | 2 | -3/+4 |
| | | | | protected methods. | ||||
* | Add rake db:seed to install steps. | Uģis Ozols | 2012-03-09 | 1 | -2/+6 |
| | |||||
* | Updated to support Refinery CMS 2.0.1 and Rails 3.2.2 | Philip Arndt | 2012-03-06 | 4 | -10/+6 |
| | |||||
* | Rephrase slightly | Philip Arndt | 2012-03-03 | 1 | -1/+1 |
| | |||||
* | Test. | Uģis Ozols | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | Don't need testing task if we require refinery-settings. | Uģis Ozols | 2012-03-01 | 2 | -11/+0 |
| | |||||
* | There's already dev, test group in Gemfile so use that. | Uģis Ozols | 2012-03-01 | 1 | -4/+2 |
| | |||||
* | Require seo_meta proper | Philip Arndt | 2012-03-01 | 1 | -1/+1 |
| | |||||
* | require refinerycms-settings | Philip Arndt | 2012-03-01 | 1 | -0/+1 |
| | |||||
* | No more git sources in the Gemfile. | Philip Arndt | 2012-03-01 | 1 | -9/+3 |
| | |||||
* | This took code presentation to a new level. | Philip Arndt | 2012-02-29 | 1 | -3/+1 |
| | |||||
* | Don't like having a dialogue for this | Philip Arndt | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | y u need two lines | Philip Arndt | 2012-02-29 | 1 | -2/+1 |
| |