Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
540b67d5 04/18/2016 01:45 PM Dominic Cleal

fixes #14338 - move session store configuration earlier

When a plugin has an initializer relying on :build_middleware_stack, the
middleware stack is constructed with the default session store (cookies)
as the store hasn't been configured by config/initializers/ yet. Moving...

d62dff3e 03/10/2016 11:07 AM Ondřej Pražák

Fixes #14071 - Using Sprockets directive to require host_edit_interfaces.js

(cherry picked from commit d05be6d1b8b17e679fbea54b07b06425dc2622ed)

3b90d258 02/24/2016 12:32 PM Dominic Cleal

fixes #13804 - set enforce_available_locales in app config

Rails 4.1.9 in rails/rails@4399a23 sets I18n.enforce_available_locales
to the value in the Rails app config, which now defaults to true,
overwriting the false value set in the initialiser. Set it in the app...

a355157f 02/24/2016 12:32 PM Dominic Cleal

fixes #10662 - set default_locale to 'en'

When a default locale isn't set and FastGettext.set_locale() is called
with an unknown locale, it picks the first available. This depends on
the readdir order of locale/, which depends on filesystem behaviour.

Now when generating the default language API docs, they are always in...

44ad385e 02/18/2016 03:15 AM Tom Caspy

fixes #12621 - adding cache for template kinds to prevent multiple queries

743c84c8 02/18/2016 03:13 AM Daniel Lobato Garcia

Revert "Fixes #13424 - Add Patternfly Donut Chart React component"

This reverts commit f4b2a11615d14ba1407aecd55523cd44d1010e14.

f4b2a116 02/18/2016 03:12 AM Daniel Lobato Garcia

Fixes #13424 - Add Patternfly Donut Chart React component

Our donut charts do not look like they should in Patternfly.
https://www.patternfly.org/patterns/donut-chart/ uses c3, so we can do
that too.
Eventually I want to remove flot_pies too, but I have to yet figure out...

55033bc8 02/17/2016 09:06 AM Marek Hulán

Fixes #13755 - allow reading of AR collections with safe mode enabled

57000497 02/15/2016 07:22 AM Tomer Brisker

Fixes #9553 - Remove workaround for older json version

We already use json 1.8, this workaround is no longer needed.

f20c2a1a 02/15/2016 07:22 AM Dominic Cleal

fixes #13409 - remove early initialisation of test DB

All models etc. referenced within the Rails environment startup,
including in initialisers should load without making any reference to
the database. This ensures when running `rake test` without a test DB...

View revisions

Also available in: Atom