aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #402 from refinery/rspec-3-xPhilip Arndt2014-12-0517-190/+194
|\ \ | | | | | | Rspec 3 x
| * | Switched flags to the new SVG locale iconsPhilip Arndt2014-12-043-22/+26
| | |
| * | refinerycms-settings 3.0.0 was released.Philip Arndt2014-12-041-1/+0
| | |
| * | Upgrade translation picker API.Philip Arndt2014-12-041-6/+8
| | |
| * | Upgraded to rspec 3.xPhilip Arndt2014-12-0414-169/+168
|/ /
* | Merge pull request #401 from refinery/revert-400-patch-2Philip Arndt2014-12-041-2/+1
|\ \ | | | | | | | | | | | | Revert "refinerycms-settings 3.0.0 is a dependency" [ci skip]
| * | Revert "refinerycms-settings 3.0.0 is a dependency"Philip Arndt2014-12-041-2/+1
|/ /
* | Merge pull request #400 from darmens/patch-2Philip Arndt2014-12-041-1/+2
|\ \ | |/ |/| refinerycms-settings 3.0.0 is a dependency
| * refinerycms-settings 3.0.0 is a dependencyDuccio Armenise2014-12-041-1/+2
|/
* Updated locale from 'Ru' to the corrected 'ru'.Philip Arndt2014-11-212-3/+3
|
* Removed 2.0.0 from CI, as it's not supported.Philip Arndt2014-11-211-1/+0
|
* Merge pull request #394 from refinery/bugfix/failing-specsPhilip Arndt2014-11-132-1/+4
|\ | | | | Give the test user access to refinerycms_blog extension.
| * Give the test user access to refinerycms_blog extension.Philip Arndt2014-11-122-1/+4
| | | | | | | | Fixes #392
* | Merge pull request #393 from simi/patch-1Philip Arndt2014-11-121-1/+1
|\ \ | |/ |/| | | | | Add Travis badge to README.md. [ci skip]
| * Add Travis badge to README.md.Josef Šimánek2014-11-131-1/+1
|/ | | [ci skip]
* Fix incorrect spec file introduced in a96ffaf51220e928b3fbdfcc4db969cc810f597bPhilip Arndt2014-11-121-1/+0
|
* The backend needs to require jquery-ui/autocomplete since ↵Philip Arndt2014-11-043-0/+4
| | | | refinery/refinerycms#2735
* Added binstubs to ease dummy application use.Philip Arndt2014-11-042-0/+67
|
* Merge pull request #390 from prokopsimek/patch-1Philip Arndt2014-10-111-2/+2
|\ | | | | Update cs.yml
| * Update cs.ymlProkop Simek2014-10-111-2/+2
| | | | | | fix cs locale
* | Updated Ruby 2.1 instruction for CIPhilip Arndt2014-10-111-1/+1
| |
* | Removed plugin#activity call as this method was removed.Philip Arndt2014-10-112-10/+0
|/
* Updated readme for this version.Philip Arndt2014-08-241-3/+3
|
* Merge pull request #372 from jess/sortingPhilip Arndt2014-08-241-1/+1
|\ | | | | sort newest first
| * sort newest firstJess Brown2014-04-161-1/+1
| |
* | Upgraded some testing syntax, changed to selenium for more passable results.Philip Arndt2014-08-2215-26/+26
| |
* | Use docker builds, cache Bundler on Travis CIPhilip Arndt2014-08-221-0/+2
| |
* | Depend on refinerycms-wymeditor because we use it.Philip Arndt2014-08-222-7/+9
| |
* | Merge remote-tracking branch 'arthurtalkgoal/master'Philip Arndt2014-08-212-6/+65
|\ \ | | | | | | | | | | | | Conflicts: config/locales/zh-TW.yml
| * | Update TranslationArthur2014-05-213-16/+34
| | |
| * | Chinese Tradition i18nArthur2014-05-203-1/+174
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | inserted zh-TW translation translate form in chinese Translate admin form body part header Translate the advanced options Translate Chinese
* | | Updated versionsPhilip Arndt2014-08-091-3/+3
| | |
* | | Merge pull request #380 from greendog/masterPhilip Arndt2014-06-222-0/+35
|\ \ \ | | | | | | | | added new migrations for acts-as-taggable-on engine
| * | | added new migrations for acts-as-taggable-on engineAlexander Negoda2014-06-222-0/+35
|/ / /
* | / Re-use icons from the Core package.Uģis Ozols2014-05-151-2/+2
| |/ |/|
* | Merge pull request #371 from arthurtalkgoal/masterUģis Ozols2014-03-281-0/+132
|\ \ | |/ |/| Chinese Tradition i18n
| * Chinese Tradition i18nArthur2014-03-281-0/+132
|/ | | | inserted zh-TW translation
* Remove redundant and fix some of the existing locales.Uģis Ozols2014-02-044-12/+9
|
* Tell friendly_id to regenerate slug if title has changed.Uģis Ozols2014-02-032-0/+30
| | | | | This is due to change in friendly_id 5.0.x where it doesn’t regenerate slug when record is updated.
* Only run against 2.1.0 and 2.0.0 on Travis CI.Uģis Ozols2014-02-031-3/+1
|
* Merge pull request #368 from refinery/rails4Philip Arndt2014-02-0225-179/+186
|\ | | | | Rails 4 support.
| * Use newest version of filters_spam which doesn't produce a ton of ↵Uģis Ozols2014-01-271-0/+1
| | | | | | | | deprecation warnings.
| * Replace selenium with poltergeist.Uģis Ozols2014-01-272-1/+3
| |
| * Get rid of load_tasks which doesn't work anymore.Uģis Ozols2014-01-271-1/+0
| |
| * Use strong parameters.Uģis Ozols2014-01-279-40/+36
| |
| * Cleanup Gemfile and depend on relased version of friendly_id.Uģis Ozols2014-01-272-14/+11
| |
| * Use proper dependencies. Now we can bundle install.Uģis Ozols2014-01-202-8/+7
| |
| * Merge branch 'master' into rails4Uģis Ozols2014-01-2010-53/+213
| |\ | |/ |/| | | | | | | Conflicts: app/helpers/refinery/blog/controller_helper.rb app/models/refinery/blog/post.rb
* | Remove todo.mdPhilip Arndt2013-12-091-5/+0
| | | | | | | | [ci skip]
* | Merge pull request #363 from kenips/globalize_fix_masterPhilip Arndt2013-12-071-1/+4
|\ \ | | | | | | Apply core globalize fix 2450. Fixes #361.