Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
c7f55be1 06/23/2016 08:13 AM Ori Rabin

Fixes #13164 - Add view_params permission

A new view_params permission was added for parameters inheriting from
Parameter object. The only exception is global parameters, which are
already handled by filter for CommonParameter resource.

This new permissions is also automatically added to viewer and site...

1dc0f39b 05/06/2016 09:39 AM Tomer Brisker

Fixes #13741 - Prevent hidden parameters from erasing newline

Switching the input from textarea to password leads to all newline
characters being stripped from the value. This PR attempts to prevent
this by changing the font of the textarea to a font that displays a...

c9405b9b 05/03/2016 01:28 PM Tomer Brisker

Fixes #14795 - User w/o edit_params permission can save host

Some puppet class parameter fields were not disabled for users without
the `edit_params` permission, leading to errors when attempting to save
a host with overriden parameters.

bb25ebe6 03/25/2016 04:18 AM Tomer Brisker

Fixes #12979 - Create helper for "new" button

Previously the button classes were applied to new buttons using jQuery.
This commit creates a `new_link` helper that makes sure all new buttons
will receive the correct class and only display if authorized. Also a...

9573c033 01/19/2016 07:36 AM Ori Rabin

Fixes #13070 - making actions column consistent

8eb14718 01/15/2016 09:42 AM Ori Rabin

Fixes #13146 - Removes table-condensed class

aa50ab15 01/07/2016 04:51 AM Alon Goldboim

Fixes #4629 - Migrate UI to Patternfly

e4ae4a69 12/10/2015 05:48 AM Ori Rabin

Fixes #6007 - Allowing to hide smart class parameters

94344e68 11/30/2015 01:41 AM Tomer Brisker

Fixes #8799 - Show override button when removing overriden global param

Previously, when removing an override for an existing parameter the
override button was not displayed again until the page was reloaded.
Also saved call to `mark_params_override()` when overriding a single...

6501082f 11/20/2015 05:54 AM Tomer Brisker

Fixes #11458 - Override inline for class parameters

This implements override inline for smart class parameters and smart
variables in host and hostgroup edit forms.
Global variable override inline will be done in a seperate PR.

Authors:
Ori Rabin <>...

View revisions

Also available in: Atom