aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #370 from dougbradbury/2-1-stable2-1-stablePhilip Arndt2014-08-252-2/+4
|\ | | | | restore tag autocomplete
| * restore tag autocompletedougbradbury2014-03-102-2/+4
| |
* | Merge pull request #376 from snake66/fix-acts-as-taggable-on-versionUģis Ozols2014-05-171-1/+1
|\ \ | | | | | | Fix acts as taggable on version
| * | Fix version of acts-as-taggable-on.Harald Eilertsen2014-05-171-1/+1
|/ / | | | | | | | | | | The blog engine as in the 2-1-stable branch is not compatible with acts-as-taggable-on versions 3 or greater. Make sure that reflects in the gemspec.
* | Merge pull request #375 from snake66/fixup-nb-locale-for-2-1Uģis Ozols2014-05-171-14/+154
|\ \ | |/ |/| Fixup nb locale for 2 1
| * Update nb locale.Harald Eilertsen2014-05-171-14/+154
|/
* Merge pull request #362 from kenips/globalize_fixPhilip Arndt2013-12-071-1/+4
|\ | | | | Brings in @shioyama's globalize fix to refinerycms-blog
| * Apply core globalize fix 2450. Fixes #361.Ken Ip2013-12-071-1/+4
|/
* Fixes small french locale typoJérémy FRERE2013-10-241-1/+1
|
* Clarify license, authors, version requirement.Philip Arndt2013-10-222-4/+5
|
* Use expect syntax.Uģis Ozols2013-10-181-3/+5
|
* Merge pull request #352 from patrickdavey/restrict_tags_to_live_postsUģis Ozols2013-10-172-1/+26
|\ | | | | Restricting tags to live posts
| * Explicitly setting tag list in testsPatrick Davey2013-10-181-2/+2
| |
| * Restricting tags to live postsPatrick Davey2013-10-172-1/+26
| |
* | Don't set tag_list on the post factory - it's not a required attribute.Uģis Ozols2013-10-172-3/+4
|/
* Merge pull request #348 from gajeev/masterUģis Ozols2013-09-071-6/+6
|\ | | | | scss fixes
| * frontend scss editgajeev2013-09-051-14/+14
| |
| * scss fixesgajeev2013-09-051-17/+17
|/
* Use refinerycms-testing from the github repo to get latest ↵Uģis Ozols2013-09-041-1/+1
| | | | selenium-webdriver version.
* Specify position for each page part when seeding db.Uģis Ozols2013-09-041-2/+2
| | | | #318
* Use stable version of refinerycms-settings.Uģis Ozols2013-09-041-1/+1
|
* Merge pull request #345 from refinery/use_refinerycms-acts-as-indexed_for_searchPhilip Arndt2013-08-118-60/+32
|\ | | | | Use refinerycms-acts-as-indexed for search functionality.
| * 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-078-59/+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
|
* Use proper gem versions/sources.Uģis Ozols2013-08-071-2/+4
|
* Merge pull request #344 from jurriaan/patch-1Uģis Ozols2013-08-061-0/+16
|\ | | | | Update nl.yml - forgot the activerecord part
| * Update nl.yml - forgot the activerecord partJurriaan Pruis2013-08-061-0/+16
| |
* | Merge pull request #343 from jurriaan/patch-1Uģis Ozols2013-08-061-2/+2
|\| | | | | Fix dutch locale
| * Fix dutch localeJurriaan Pruis2013-08-061-2/+2
|/
* Remove jquery-rails from Gemfile because it gets required by Refinery::Core ↵Uģis Ozols2013-07-171-2/+0
| | | | engine.
* Apply chnages recently made in main refinerycms repo.Uģis Ozols2013-07-163-66/+28
| | | | | | * Remove notifier gems * Remove Guardfile * Add ability to specify additional gems when developing in .gemfile
* Drop .dev from version. Delete version file and instead specify it directly ↵Uģis Ozols2013-07-162-24/+3
| | | | in gemspec.
* Merge pull request #340 from refinery/css_refactorUģis Ozols2013-07-142-101/+112
|\ | | | | CSS Refactor
| * Refactored CSS to SCSS.Philip Arndt2013-07-152-101/+112
|/
* Specified git dependencies more cleanly.Philip Arndt2013-07-151-4/+7
|
* Fix longstanding typo filed_in -> filled_inPhilip Arndt2013-07-1518-42/+42
|
* Updated Travis CI configuration.Philip Arndt2013-07-151-7/+2
|
* Merge pull request #339 from ↵Uģis Ozols2013-07-1313-47/+117
|\ | | | | | | | | refinery/revert_f906ef024ee39c31148edb49c6511f007735ce5a Revert f906ef0 but maintain table name improvements
| * Use proper namespace for Refinery::Blog::Categorization.Uģis Ozols2013-07-131-4/+4
| |
| * Revert f906ef0 but maintain table name improvementsPhilip Arndt2013-07-1413-47/+117
|/
* Cast user_class as string inside the initializer template.Philip Arndt2013-07-141-1/+1
|
* Merge pull request #338 from snowsunny/masterUģis Ozols2013-07-121-1/+14
|\ | | | | Added missing japanese translations
| * added missing japanese translationssnowsunny2013-07-121-1/+14
|/
* 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-2710-57/+62
|
* 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.
* Move down "Additional Features" section in readme.Uģis Ozols2013-06-211-5/+5
|
* Tiny code comment changes.Uģis Ozols2013-06-172-4/+3
|
* Merge pull request #333 from dougbradbury/masterUģis Ozols2013-06-173-2/+35
|\ | | | | Limit rss feed length with query param