Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
85a97146 04/20/2016 10:06 AM Dominic Cleal

fixes #13244 - update Rails to 4.2.6

- Add responders gem to support class-level respond_to usage
- http://edgeguides.rubyonrails.org/4_2_release_notes.html#respond-with-class-level-respond-to
- Replace foreigner with native Rails 4.2 FK support
- uses a patch from Rails 5 to support Foreigner's...

3f579c3e 04/14/2016 08:20 AM Marek Hulán

Fixes #10605 - handle logout accessed by GET

32f3b017 04/13/2016 10:32 AM Marek Hulán

Fixes #14588 - introduce plugin API for extending template helpers

bd95cda6 04/05/2016 07:38 AM Dominic Cleal

fixes #14415 - check CR availability with Fog, not SETTINGS

Simplifies the code for checking compute resource availability, which
can easily be determined with the registered Fog providers instead of
being stored in SETTINGS in app initialisation. Plugins should always be...

0443e85e 04/04/2016 03:31 AM Dominic Cleal

fixes #14434 - refactor tokens into concern from observer

rails-observers is still required via audited, but this removes the
usage in Foreman itself and unifies token-related code.

27ae0a7d 03/31/2016 06:40 AM Dominic Cleal

fixes #14368 - update fog to 1.38.0

355c3a31 03/31/2016 04:13 AM Dominic Cleal

fixes #12746 - list compute resources from plugin definitions

Load the full list of known CRs from plugins on the fly, instead of
modifying the class-level list of supported plugins. Since plugin
definitions don't get reloaded, this allows the ComputeResource class to...

2a08e8c1 03/28/2016 11:07 AM Ori Rabin

Fixes #13727 - Error raised when setting default_value when override is set to false

72f46ae9 03/28/2016 08:45 AM 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...

bf8c7fbd 03/24/2016 04:07 AM Dominic Cleal

fixes #14318 - load JS translations table for current locale only

View revisions

Also available in: Atom