refinerycms-blog
refinerycms-blog copied to clipboard
The very best blogging engine for Refinery CMS
I noticed a bug when using different locales and saving using the "Save & continue editing" button: the URL of the locales switch picker got undefined and an error occur....
The user class we are using does NOT have a username database column associated with it. A change made in the PostsController is the addition of the "find_all_authors" method which...
Hi, It seems that post's slug is not generated when save/update. I'm using gem 'refinerycms', '~> 4.0' gem 'refinerycms-blog', git: 'https://github.com/refinery/refinerycms-blog', branch: 'master' It might be that this one returns...
To reproduce it: 1. activate some frontend_locales in `spec/dummy/config/initializers/refinery/i18n.rb`, eg: `config.frontend_locales = [:en, :fr, :nl, :pt]` 2. create a test post and click "Save" 3. edit the test post 4....
I was writing quite a long post and frequently using the 'Save & continue editing' button, which seems to be fine (as no errors popped-up, see issue #472). When using...
I am using refinery for some time now and I've added refinerycms-blog. Problem is the on ```` rake db:migrate ```` the following happens ```` StandardError: An error has occurred, this...
refinerycms (3.0.0) refinerycms-blog (3.0.0) globalize (5.0.1) friendly_id (5.1.0) Hi guys. Have a project with 2 locales(:en, :cs ). Using refinery blog. Creating a post in two locales - no problems....
Steps to reproduce: * Open an existing blog post * Change title (so URL/slug changes) * Click 'Save & continue editing' * Now save again using 'Save & continue editing'...
This is extended PR (included https://github.com/refinery/refinerycms-blog/pull/462). With fix of localization bug.