Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
7949aadb 07/04/2018 09:24 AM Marek Hulán

Fixes #23782 - restore login disabling

67f704d2 05/12/2018 01:55 PM lupan.daniel

Fixes #23169 - Orders settings alphabetically

e642cd2b 07/26/2017 08:35 AM Swapnil Abnave

Fixes #17204 - Sort setting UI category tabs consistently

de3759ff 01/18/2017 04:57 AM Tomer Brisker

Fixes #17844 - unify test mail js code

5a8f4579 12/05/2016 03:34 AM Amir Fefer

Fixes #12156 - Adds email configuration into Foreman settings

Instead using email.yaml, the email configuration
can be modified dynamically via settings.

ba65983b 10/31/2016 06:46 AM Ondřej Pražák

Fixes #17120 - Allow custom name for setting category

ff9de7d6 05/10/2016 07:13 AM Ondřej Pražák

Fixes #12945 - use helper for table css classes

60fe43b2 07/31/2015 05:53 AM Ondřej Pražák

Fixes #7167 - names of settings marked for translation

8eed13de 03/19/2015 07:38 AM Daniel Lobato Garcia

Fixes #9589 - Add documentation button to various models

e77dd577 12/28/2014 04:12 AM Shimon Shtein

Fixes #8785 - HTML syntax fixes - add thead/tbody, fix formatting

86007852 04/25/2013 01:15 PM Greg Sutcliffe

fixes #2407 - Add STI to settings model

Also adds some tests for rendering new/missing STI models, and
refactors the old default_settings loader into the new sub-models.

74e0b0e3 04/24/2013 05:07 AM Lukas Zapletal

Feature #2368 - form helpers, exceptions and fixes

2e0daa96 04/24/2013 05:07 AM Dominic Cleal

Feature #2368 - host list popups and various fixes

93117958 04/24/2013 05:07 AM Bryan Kearney

Feature #2368 - i18n extracting strings

29972d83 10/18/2012 08:48 AM Amos Benari

fix minor css classes declaration.

c2f514c4 10/16/2012 08:46 AM Amos Benari

setting page has tabs for categories, yeh!

this also fixes #1742

b58ec945 04/29/2012 04:47 PM Ohad Levy

[UI] - make sure settings intput fields do not resize incorecctly upon inline edit

82e47ae0 04/29/2012 08:56 AM Amos Benari

updates UI to bootstrap v2

ad58d3fb 11/06/2011 08:51 AM Amos Benari

changed 'settings' to 'more', and 'oreman settings' to 'settings'

a7f81b9e 10/05/2011 04:06 AM Ohad Levy

clean up unused views and tests, refs #1184

5d8d8a6e 10/03/2011 11:38 AM Ohad Levy

refs #1184 - added editing of true / false values in settings page

df886c98 09/27/2011 10:04 AM Ohad Levy

Feature #1184 - allow to save array based settings

this also moves the setting page to use inline edit

9afa092e 07/06/2011 10:07 AM Ohad Levy

fixes #322 Ability to add custom variables and multiple values resovled
in a dynamic Hierarchally order

This commits introduces the ability to define variables per puppet
class.

additionally, each class can have multiple values, depends on the host
which is requesting that variable....

29eebabc 07/03/2011 09:30 AM Ohad Levy

splitted setting default data from the migration
this allows to add new data and modify its defaults
improved settings UI a bit more
refs #100

76607ed5 06/29/2011 02:17 PM Ohad Levy

fixes #100 - Setting is now a ActiveRecord object

This allows users to manage foreman settings via the UI.

the UI is a bit ugly, but works :)