aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* Add approve/reject links in comment notification mail.Uģis Ozols2012-09-051-0/+5
* Merge remote-tracking branch 'Nethemba/fix_tags_title'Philip Arndt2012-09-051-1/+1
|\
| * fix escaping quotes in titleMarek Labos2012-08-301-1/+1
* | Merge remote-tracking branch 'Nethemba/form_ux_impro'Philip Arndt2012-09-051-14/+2
|\ \
| * | using form advanced opt. menu snippet from refinery coreMarek Labos2012-08-251-14/+2
* | | Merge remote-tracking branch 'Nethemba/published_at_author_validation'Philip Arndt2012-09-051-0/+1
|\ \ \
| * | | added presence validation for published_at and authorMarek Labos2012-08-201-0/+1
| |/ /
* | | Merge remote-tracking branch 'Nethemba/ux_none_comments'Philip Arndt2012-09-053-42/+35
|\ \ \
| * | | rewrite comments count msg + add link to comments sectionMarek Labos2012-08-201-9/+5
| * | | moving condition for displaying comments into comments templateMarek Labos2012-08-201-3/+1
| * | | removing noisy "no comments" messageMarek Labos2012-08-201-30/+29
| |/ /
* | | Added the ability to use a different url than "/blog"John Agan2012-09-051-1/+1
* | | Adding Blog AutodiscoveryAndrew Hooker2012-09-041-0/+2
| |/ |/|
* | fix error when post is tagged and dont have current locale versionMarek Labos2012-08-201-1/+1
|/
* escape title and tags in templatesMarek Labos2012-08-172-3/+3
* Move avatar_url method to posts helper because view stuff shouldn't be in the...Uģis Ozols2012-07-313-8/+6
* Fix deprecation warnings by changing update_attribute to update_column.Uģis Ozols2012-07-312-2/+2
* Removed page caching on posts, and the associated sweeperAndy Gray2012-07-314-32/+0
* Merge pull request #251 from resolve/split_approved_rejected_actionsPhilip Arndt2012-07-063-24/+28
|\
| * Split rejected and approved comment actions into separate controller actions.Uģis Ozols2012-07-063-24/+28
* | Shorten render call.Uģis Ozols2012-07-061-4/+1
|/
* Prevents rails from looking for a layout for the rss feed.Charles de Bueger2012-07-021-1/+1
* Use shorter syntax of render where possible.Uģis Ozols2012-06-2711-53/+37
* Fix failing specs.Uģis Ozols2012-06-151-1/+1
* Refinery already bundles jquery-ui so there's no reason to include it twice.Uģis Ozols2012-06-151-4/+0
* Use add icon from refinery core.Uģis Ozols2012-06-151-1/+1
* Fix teaser copy function.Uģis Ozols2012-06-151-2/+2
* Fix deprecation warnings related to :confirm option.Uģis Ozols2012-06-152-2/+6
* Remove old assets folders.Uģis Ozols2012-06-153-0/+0
* Added i18n support to models through globalize3.Adrien Coquio2012-06-0913-30/+113
* Don't show 'read more' link in situations where the full post is already disp...Ryan Deussing2012-06-051-1/+3
* Merge pull request #238 from GeekOnCoffee/fix_countPhilip Arndt2012-05-191-1/+1
|\
| * Removing redundant live methodAndrew Hooker2012-05-191-4/+0
| * Adding Finder Method to utilize countAndrew Hooker2012-05-192-1/+5
* | Merge pull request #237 from GeekOnCoffee/eliminate_ternaryPhilip Arndt2012-05-191-1/+1
|\ \ | |/ |/|
| * Eliminate TernaryAndrew Hooker2012-05-191-1/+1
* | 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