Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
assets.rb 2.43 KB
logging.rb 2.41 KB
rbac_registry.rb 820 Bytes
rbac_support.rb 5.29 KB
search_overrides.rb 666 Bytes
webpack_assets.rb 0 Bytes

Latest revisions

# Date Author Comment
8ec9fb0f 10/04/2017 04:13 AM Ondřej Pražák

Fixes #20469 - Register react components from plugins

b17de844 07/26/2017 06:45 AM Ivan Necas

Fixes #20396 - better handling of detection of plugin assets

1. don't warn on assets that were added by plugin configuration
2. handle '-' in plugin name

fbbab0d8 07/07/2017 10:24 AM Michael Moll

fixes #18500 - replace quiet_assets with sprockets-rails flag

  • fixes #18512 - support sprockets-rails 3.x

The app.assets environment is no longer always configured, and instead
is only configured when the regular Rails environment is loaded. Loading
only the 'assets' group initializers isn't sufficient....

554ade1d 06/19/2017 09:32 AM Marek Hulán

Fixes #20034 - add Organization admin role

  • Fixes #20034 - add Organization admin role
  • Refs #20034 - refactor role names
e730fd13 06/06/2017 11:30 AM Eric Helms

Fixes #19930: Skip adding permissions to default_roles during migrate

b40dde10 05/24/2017 07:30 AM Dominic Cleal

fixes #19528 - rewrite FiltersHelperOverrides to support autoload

Replaces class-level filter search overrides storage with a query
against Foreman::Plugin, allowing the class to be reloaded and tested
safely. Removes another 'registry' class.

40fffe69 04/24/2017 12:37 PM Dominic Cleal

fixes #19317, #10927 - move registries to autoload_once path

Partially reverts 70ce8fe to reinstate autoload_once_paths as the
preferred way to load registry-type objects with class variables
containing data set up during app initialisation (e.g. plugin
registrations, menu items.)...

View revisions

Also available in: Atom