aboutsummaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Fixed test failures relating to not finding the title.Philip Arndt2015-03-053-2/+10
|
* Require filters_spam only in comment modelBrice Sanchez2015-02-241-0/+2
|
* Switched flags to the new SVG locale iconsPhilip Arndt2014-12-041-3/+7
|
* Upgrade translation picker API.Philip Arndt2014-12-041-6/+8
|
* The backend needs to require jquery-ui/autocomplete since ↵Philip Arndt2014-11-041-0/+2
| | | | refinery/refinerycms#2735
* Merge pull request #372 from jess/sortingPhilip Arndt2014-08-241-1/+1
|\ | | | | sort newest first
| * sort newest firstJess Brown2014-04-161-1/+1
| |
* | Re-use icons from the Core package.Uģis Ozols2014-05-151-2/+2
|/
* Tell friendly_id to regenerate slug if title has changed.Uģis Ozols2014-02-031-0/+6
| | | | | This is due to change in friendly_id 5.0.x where it doesn’t regenerate slug when record is updated.
* Use strong parameters.Uģis Ozols2014-01-279-40/+36
|
* Merge branch 'master' into rails4Uģis Ozols2014-01-202-26/+22
|\ | | | | | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb
| * Apply core globalize fix 2450. Fixes #361.Ken Ip2013-12-081-1/+4
| |
| * Restricting tags to live postsPatrick Davey2013-10-171-1/+1
| |
* | Supported Rails 4 and Refinery 3.0.0.devPhilip Arndt2013-09-168-122/+136
|/
* 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
| | | | | Also simplify index views for posts, categories and comments by removing redundant code.
* 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
| | | | | Was added in 46877fbc5335fc60b96b218cbfd787387bf7d94e probably by mistake.
* 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
| | | | | | | | Read explanation at https://github.com/refinery/refinerycms-blog/issues/325#issuecomment-198 07945. Closes #325.
* 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 ↵Jérémy FRERE2013-05-112-9/+9
| | | | no_articles message
* 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. ↵Tom Russell2012-11-231-1/+1
| | | | | | the correct 'next' post is selected. Fixes #302
* 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
| | | | | | | | We really shouldn't know how this works.
* | Fix problems with edit dialog and translationsMarek Labos2012-11-231-1/+1
| | | | | | | | Fixes #284
* | use global locale_picker partialMarek Labos2012-11-233-16/+5
| |
* | Fix bugs with globalize, published_before and clean codeMarek Labos2012-11-232-7/+7
| | | | | | | | Fixes #276
* | 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 ↵Uģis Ozols2012-11-153-3/+3
|/ | | | dependency for refinerycms-core.
* 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
|\ \ \