aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
* | Adding Deprecation VersionAndrew Hooker2012-05-191-1/+1
* | Using Standard Refinery Deprecation MethodAndrew Hooker2012-05-191-1/+1
* | Renaming Method to better describe use, Including Deprecation Warning on Old ...Andrew Hooker2012-05-192-3/+8
|/
* Do we really need a model called comment_mailer?Philip Arndt2012-05-151-1/+0
* Notification recipients should be specified using :to instead of :recipients....Uģis Ozols2012-04-191-1/+1
* Adding attr_accessible for Rails 3.2 mass assignment fixes.Matt Garrison2012-04-181-1/+2
* Fix page caching on index when pages param is present.Michael Gall2012-04-111-1/+1
* Use shorter syntax for render :partial => ...Uģis Ozols2012-04-1016-27/+27
* Fix deprecation warnings.Uģis Ozols2012-04-106-10/+10
* Fix reference to ShareThis key.Cory Deppen2012-04-101-1/+1
* Fix MassAssignmentSecurity::Error in integration test.Pete Higgins2012-04-011-1/+3
* Fix draft translationNic Haynes2012-03-221-1/+1
* Show published date if not draftedNic Haynes2012-03-211-4/+5
* Fix markup for draft inputNic Haynes2012-03-211-4/+6
* Move draft checkbox for better usabilityNic Haynes2012-03-201-4/+5
* Add draft label to admin indexNic Haynes2012-03-201-0/+3
* Don't cache when logged in or there's a flash message. Moved canonical to pro...Philip Arndt2012-03-201-2/+3
* This took code presentation to a new level.Philip Arndt2012-02-291-3/+1
* Don't like having a dialogue for thisPhilip Arndt2012-02-291-1/+1
* y u need two linesPhilip Arndt2012-02-291-2/+1
* Now supporting FriendlyId 4Philip Arndt2012-02-272-10/+4
* Don't need to specify class names here.Pete Higgins2012-02-232-3/+3
* Cleanup next and previous stuff.Pete Higgins2012-02-231-7/+4
* Remove functionality provided by rails.Pete Higgins2012-02-231-6/+0
* DRY some Refinery::Blog::Post methods.Pete Higgins2012-02-231-7/+8
* Change a .map to a .pluck.Pete Higgins2012-02-221-1/+1
* Merge pull request #195 from substantial/refactor_archive_widgetPhilip Arndt2012-02-223-31/+52
|\
| * Refactor .by_archive and .by_year.Pete Higgins2012-02-101-4/+4
| * Refactor all_previous into published_dates_older_than.Pete Higgins2012-02-102-4/+4
| * Refactor blog archive widget.Pete Higgins2012-02-102-25/+46
* | Merge pull request #200 from dmoose/rails-3-1-recent-popularPhilip Arndt2012-02-222-0/+10
|\ \
| * | cleanupJeff Shumate2012-02-222-2/+2
| * | add popularity counter to blog posts as well as accessor for recent postsJeff Shumate2012-02-222-0/+10
| |/
* / Correct translations scopeMark Stuart2012-02-231-1/+1
|/
* Refinery::Crud already sets title_attribute and redirect_to_url with the same...Uģis Ozols2012-02-042-4/+1
* Move some of the Refinery::Setting's over to Refinery::Blog.Uģis Ozols2012-02-048-29/+20
* Converted scopes to class methods.Philip Arndt2012-02-032-22/+38
* Added support for new code in Refinery CMS since resolve/refinerycms#1234Philip Arndt2012-02-0123-69/+68
* New 'main_app.' format.Mark Stuart2012-01-301-6/+6
* New 'main_app.' formatMark Stuart2012-01-301-1/+1
* Correct path for form tag. Updated cancel_url to new format.Mark Stuart2012-01-301-2/+2
* Fix for deprecation in Rails 3.2Philip Arndt2012-01-301-1/+1
* Merge pull request #187 from substantial/rails-3-2-compatPhilip Arndt2012-01-281-2/+2
|\
| * attr_accessible :author for Post model.Pete Higgins2012-01-261-2/+2
* | add source url for postJeff Shumate2012-01-253-1/+30
|/
* really fix issue 175 path error in _navJeff Shumate2012-01-251-1/+1
* fix issue 175Jeff Shumate2012-01-251-2/+2
* Fix route helper in categories view.Pete Higgins2012-01-241-1/+1
* Merge pull request #181 from enmasse-entertainment/fix_comment_postingPhilip Arndt2012-01-241-1/+1
|\
| * Fix comment posting.Pete Higgins2012-01-241-1/+1