Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

d1635077 07/21/2016 02:12 PM Amir Fefer

Fixes #15037 - Improves editable elements in settings

c3c186de 07/13/2016 07:40 AM Lukas Zapletal

Fixes #15490 - adding view_host filter and better msg

Users who are logged in with permissions to view some hosts are able to
preview provisioning templates for any host by specifying its hostname
in the URL, as the specific view_hosts permissions and filters aren't...

287082a5 07/12/2016 04:41 AM David Davis

Refs #3809 - Turning on the AndOr cop

ede1a30a 07/07/2016 03:01 PM Tomer Brisker

Fixes #14817 - load JS only in relevant pages

The proxy_status.js and about.js files should only be loaded on relevant
pages.

f21ca7d5 07/06/2016 10:04 AM Dominic Cleal

fixes #13845 - remove 1.13 deprecations

85c9be5a 06/30/2016 04:21 AM Ori Rabin

Fixes #15308 - Override validation doesn't run without changes

0cdd6598 06/02/2016 03:44 PM Dominic Cleal

fixes #15250 - ignore current controller from link_to/hash_for

When link_to generates a link on a page served from a nested controller
(e.g. foreman_example/examples) with a hash of controller/action from
our hash_for_*_path extension, it calls url_for which added the current...

a1506cab 06/02/2016 07:38 AM Amir Fefer

Fixes #8797 - Separate style from the HTML in emails

By using roadie-rails gem (1.1) style can be separated from email
html foramt, and absolute paths can be used.
style was separated to 'email.css'

View revisions

Also available in: Atom