aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* restore tag autocompletedougbradbury2014-03-102-2/+4
* Apply core globalize fix 2450. Fixes #361.Ken Ip2013-12-071-1/+4
* Restricting tags to live postsPatrick Davey2013-10-171-1/+1
* frontend scss editgajeev2013-09-051-14/+14
* scss fixesgajeev2013-09-051-17/+17
* Use select and map instead of pluck to make JRuby happy.Uģis Ozols2013-08-121-1/+1
* Use refinerycms-acts-as-indexed for search functionality.Uģis Ozols2013-08-077-58/+31
* Fix N+1 query in posts for associated authors.Uģis Ozols2013-08-071-1/+1
* Refactored CSS to SCSS.Philip Arndt2013-07-152-101/+112
* Fix longstanding typo filed_in -> filled_inPhilip Arndt2013-07-153-5/+5
* Remove view which is not used.Uģis Ozols2013-07-011-0/+0
* Update specs due to recent Capybara/FactoryGirl upgrade.Uģis Ozols2013-06-271-1/+1
* Need to call html_safe on unsafe string before concatenating it to safe string.Uģis Ozols2013-06-211-6/+6
* Tiny code comment changes.Uģis Ozols2013-06-171-2/+1
* limit rss feed for some services that have limits (like feedburner)dougbradbury2013-06-161-1/+5
* Adds pagination links in posts#archiveJérémy FRERE2013-05-271-0/+1
* Uses I18n.localize instead of strftime for posts#archives title and no_articl...Jérémy FRERE2013-05-112-9/+9
* Committing user_class to masterJonathan Seitel2013-01-312-2/+2
* Move Refinery::Categorization to Refinery::Blog namespace [Fixes #282]Edgars Beigarts2012-12-103-11/+13
* Update seo_meta to 1.4.0; removes meta_keywordsPhilip Arndt2012-11-291-2/+2
* Fix lookup path for body and teaser translations.Uģis Ozols2012-11-231-2/+2
* Modify to reorder (and so ignore default scope) when using Post.next s.t. the...Tom Russell2012-11-231-1/+1
* Merge remote-tracking branch 'jerefrer/master'Philip Arndt2012-11-231-0/+6
|\
| * Fixes bug with SEO fields translationJérémy FRERE2012-11-151-0/+6
* | Use Globalize.locale instead of ThreadPhilip Arndt2012-11-232-2/+2
* | Fix problems with edit dialog and translationsMarek Labos2012-11-231-1/+1
* | use global locale_picker partialMarek Labos2012-11-233-16/+5
* | Fix bugs with globalize, published_before and clean codeMarek Labos2012-11-232-7/+7
* | Merge remote-tracking branch 'romaingweb/missing-asset'Philip Arndt2012-11-231-0/+0
|\ \ | |/ |/|
| * Add missing 'add.png' in assetsRomain Gérard2012-11-131-0/+0
* | Remove Refinery.i18n_enabled? checks because refinerycms-i18n is now a hard d...Uģis Ozols2012-11-153-3/+3
|/
* 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
|\