Project

General

Profile

Download (6.83 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
9d43fc71 06/14/2018 12:05 PM Michael Moll

Fixes #19789 - fix Layout/SpaceAroundOperators cop

b9aa6bda 05/22/2018 10:04 AM Marek Hulán

Fixes #23487 - support namespaced controllers

833e2aef 04/11/2018 10:56 AM Amir Fefer

Fixes #22855 - Add full breadcrumbs functionality

3cd8c84b 04/11/2018 07:21 AM Michael Moll

Fixes #19787 - Fix Layout/SpaceAfterComma cop

85021506 04/05/2018 11:56 AM Michael Moll

Fixes #19839 - Fix Rails/Present cop

9738aa6e 03/29/2018 06:44 PM Amir Fefer

Fixes #22236 - Adds breadcrumbs to foreman UI

f7a762ec 02/07/2018 07:07 AM Ohad Levy

fixes #22518 - add hover css to table helper

53b80ce3 01/31/2018 03:32 PM Amir Fefer

Fixes #21425 - host selection alert refers to param per_page

Multiple host selection alert only mention settings[:per_page],
though pagination has been changed,
now the user can change per_page via select box

da9865b8 01/15/2018 04:28 PM Michael Moll

Fixes #19907 - Configure Style/TernaryParentheses cop

a154c816 07/24/2017 11:47 AM Liza Gilman

Fixes #19031 - move to patternfly pagination style

cabe2c2e 06/01/2017 07:45 AM Ohad Levy

Fixes #19700 - update rubocop rules

The following changes have been made:

- Performance/RedundantMerge:
changes lines such as:
```not_found_message.merge! :message => options```
to:
```not_found_message[:message] = options```

- converts str.match() to str =~ ()...

13a7bf0d 04/03/2017 06:52 AM Amir Fefer

Fixes #16043 - add select all hosts option

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.

5a573456 11/08/2016 07:41 AM Tomer Brisker

Fixes #17195 - CVE-2016-8634 escape html in alert text

The alert helper used to mark the alert text as html_safe by default.
However, in some cases it may be possible for a user to enter custom
text into the alert message leading to a possible XSS vulnerability....

0300fadf 05/19/2016 10:53 AM Daniel Lobato Garcia

Fixes #15077 - Error HTML tags are shown

On some custom errors we show, the alert_header helper is escaping the
HTML tags we put on the alert title.

http://imgur.com/cm6l5ZW

Obviously these shouldn't be escaped. Fix is as simple as marking the
string that puts the tags as html_safe

f4459c11 05/12/2016 09:56 AM David Davis

Refs #3809 - Turning on some rubocop cops

3952cb53 03/17/2016 04:48 AM Amir Fefer

Fixes #13757 - spilt layout helper into two helpers

Layout helper is too large, all the forms logic moved to form helper

2ac8d7ba 01/25/2016 06:02 AM Tomer Brisker

Fixes #12720 - Add tabs for puppet on proxy show page

This patch adds two tabs to the proxy show page related to puppet
1. Puppet - this tab is for proxies managing a puppet master. This tab
displays information about the puppet master, such as number of classes...

90aa4b03 01/21/2016 07:55 AM Daniel Lobato Garcia

Fixes #13279 - Adapt alerts to Patternfly

Currently our alerts have a h4 header, then a text. Alerts on Patternfly
are meant to have a bold title, then the content, like one can see in
https://www.patternfly.org/widgets/#alerts

ae23d007 01/20/2016 07:30 AM Ori Rabin

Fixes #13258 - Use patternfly icons for parameters

c77212ef 01/18/2016 08:58 AM Ohad Levy

fixes #13124 - use patternfly icons for status

this changes the following to use patternfly status icons(https://www.patternfly.org/styles/icons/)
- hosts list
- about page
- smart proxy index

Additionally, I've updated the default spinner to be xs class,...

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

7cdaddab 12/30/2015 02:44 AM Shlomi Zadok

fixes #12714 - Show proxy status in index, and create a show page for proxy

6bbf5085 12/22/2015 10:25 AM Ori Rabin

Fixes #12860 - Moves new_child_fields_template to LayoutHelper and connect new child to parent

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

Fixes #6007 - Allowing to hide smart class parameters

f72212fc 10/29/2015 08:56 AM Marek Hulán

Fixes #12280 - fix label for field helper

9a15dea4 10/09/2015 06:38 AM Julien Pivotto

Fixes #12028 - Put multiselects out of select2 control

Some multiselects are broken since 1.9.0 (enabled checked items
appear as disabled).

Find screenshots of the wrong behaviour in
http://projects.theforeman.org/issues/12028

c3ee7332 10/07/2015 10:42 AM Shimon Shtein

Fixes #12079 - Shows the correct error near the password field

2348fc8e 09/21/2015 11:32 AM Amir Fefer

Fixes #2943,#11387 - Add unset option to password_f in layout helper, added in Host and hostgroup root_pass, LDAP acount password, BMC password and compute resources password

#2943,#11387 - Please enter the commit message for your changes. Lines starting
08d4fc31 09/16/2015 07:55 AM Ori Rabin

Fixes #11188 - EnsureNotUsedBy checks for unscoped associations before destroying

f92e7cc9 09/15/2015 03:29 AM Walden Raines

Fixes #11689: hide editor container when hidden value.

http://projects.theforeman.org/issues/11689

baabd5ae 09/07/2015 08:28 AM Shimon Shtein

Fixes #11665 - Removed to_s function from OpenStruct instance

b3ac878a 09/02/2015 06:27 AM Tomer Brisker

Fixes #11466, #11462 - Improve layout of textareas

9bc1f99c 08/31/2015 06:16 AM Tomer Brisker

Fixes #11388 - Popovers display with correct size and dismiss on next click

b8fa2e29 08/28/2015 09:04 AM Ondřej Pražák

Fixes #11437 - do not modify frozen arrays in select_f helper

0dc8fd72 08/20/2015 04:39 PM Amir Fefer

Fixes #11174 - Don't show password placeholder when empty

cdb70710 08/13/2015 10:07 AM Marek Hulán

Fixes #11187 - explicitly pass resource_type and permission to check

09ce8a63 08/13/2015 07:13 AM Ori Rabin

Fixes #4419 - rearranging smart class parameters edit form

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

Fixes #7167 - names of settings marked for translation

04cb74c0 07/29/2015 09:00 AM Shimon Shtein

Fixes #9591 - Added support for "inherit" state.

8d7ea035 07/29/2015 04:11 AM Alon Goldboim

Fixes #11013 - Added common table css classes to the tables

de9e7ada 07/16/2015 05:56 AM Marek Hulán

Fixes #11035 - template preview feature

77c68e43 06/23/2015 08:15 AM Marek Hulán

Fixes #10849 - remove hidden template fields on submit

8b8be6e4 06/04/2015 07:07 AM Tomer Brisker

Fixes #3856 - Make parameter value fields expandable

f536685b 05/22/2015 11:40 AM Walden Raines

Fixes #10542: correct path for auto complete search on filters page.

The filters page was using an incorrect path for the autocomplete search
which caused it to not work on initial page load with non-core resources.
This commit updates the autocomplete search path to use the correct URL....

887e2fd9 05/21/2015 05:18 AM Tomer Brisker

Fixes #7337 - Only list authorized items on multiple select

bc9558f7 05/18/2015 10:40 AM Shlomi Zadok

fixes #1213 - Get email reports of audit changes

b2b7a13b 05/07/2015 09:32 AM Daniel Lobato Garcia

Refs #3809 - Remove nested ternary and nil checking

71b46a72 04/09/2015 03:48 AM Tomer Brisker

Fixes #4787 - prevent unneeded AJAX requests on popover clicks

42117380 04/02/2015 09:22 AM Tomer Brisker

Fixes #8106 - Dashboard rewrite to allow better customization

9b79e4f1 03/25/2015 04:01 PM Daniel Lobato Garcia

Fixes #9886 - Caps on password warning is not html safe

1614aac7 03/19/2015 07:36 AM Daniel Lobato Garcia

Fixes #8898 - Caps lock warning in password fields

abd8f1d1 02/18/2015 03:54 AM Daniel Lobato Garcia

Refs #3809 - Remove cops for empty lines

2aa77d78 01/23/2015 02:37 PM Ori Rabin

Fixes #8963 - Rename trunc helper to trunc_with_tooltip

c873b3cd 01/09/2015 07:05 AM Joseph Magen

fixes #8802 - add Turbolinks support

ad998ce7 12/28/2014 07:22 AM Shlomi Zadok

fixes #8049 - Add timezone to user

0f383a25 12/02/2014 12:15 PM Ohad Levy

fixes #8471 - adds a number field input support

  • change subnet vlan to number field
  • change ldap port to number field
6e916e52 10/26/2014 02:25 PM Shlomi Zadok

Fixes #746 - Generate all the Host template when click on Build to avoid errors during installation

5f029ed6 10/07/2014 03:40 AM Daniel Lobato Garcia

Refs #3809 - Use parentheses in method definitions

19abc86f 10/07/2014 02:32 AM Shlomi Zadok

Fixes #5468 - prevent Chrome from autofilling passwords

4f7a4d0b 10/06/2014 02:37 PM David Davis

Refs #3809 - Fix a few rubocop TODOs

a783d2c8 10/02/2014 09:48 AM B Sh

Fixes #7588 - pagination info not a button and aligned

22438bd2 10/01/2014 09:52 AM Marek Hulán

Fixes #7750 - hidden required fields do not prevent submit

When a field is explicitly required an HTML5 tag required was added
which caused issues during form submit.

3b87444a 09/21/2014 07:52 AM Marek Hulán

Fixes #7450 - do not mark non-required fields

If validation is conditional we don't mark fields as required by
default. Also fixes disabling by override using :required option.

adb487e0 09/15/2014 04:54 AM Ori Rabin

Fixes #6713: Long names needs to be truncated while listing

2af7c64a 08/10/2014 02:06 PM Joseph Magen

Fixes #6400 - Show * next to required form fields

4a28771d 07/17/2014 10:05 AM Stephen Benjamin

fixes #1646, #3103 - enable cloning and locking of templates

aa0ccf33 07/13/2014 07:34 AM Ori Rabin

fixes #6497: New Organization: Focus should exist in Name field

a33142b9 04/30/2014 02:08 PM Dominic Cleal

fixes #5038 - remove empty label causing template edit box indentation

8527c9f1 03/24/2014 12:42 PM Amos Benari

fixes #4733 lookup keys in puppet class form visual changes

16b9f09b 03/11/2014 09:38 AM Ohad Levy

fixes #4625 - ensures alerts can have close opt disabled

acfbc458 03/03/2014 02:26 PM Marek Hulán

fixes #812 - new permissions model, user group role and nest support, role filters for better granularity

Contributions from:
bfee97b6 02/24/2014 04:45 PM Lukas Zapletal

fixes #3751 - new/edit submit buttons now have id

99527500 02/24/2014 11:43 AM Jimmi Dyson

fixes #4015 - support oVirt using templates like images

1fa008a4 02/19/2014 10:31 AM Joseph Magen

fixes #3912 - add inheritance for locations / organizations

52667feb 01/20/2014 05:09 PM Joseph Magen

fixes #4132 - helper select_f missing option for :multiple => true to increase width

ede5687c 01/14/2014 09:55 PM Ohad Levy

refs #3811 alerts messages cleanup and minor refactoring

c6e02bd3 01/09/2014 07:43 AM Joseph Magen

fixes #3178 - add feature for compute profiles for hostgroups and hosts

5d6ab0b1 12/31/2013 12:58 PM Amos Benari

refs #3811 - additional bootstrap 3 updates/fixes

  • css renamed alert-error is now alert-danger
  • spinner progress indicators are back
  • fixed progress bar on create host
1fa42669 12/30/2013 10:16 AM Amos Benari refs #3811 - additional bootstrap 3 updates/fixes
  • provisioning template "resolve" button ui fixes
  • form inline help and button lacation fix
  • host ip address help link fixed
  • fixes libvirt allocation buttons
  • host global parameters columns fixed
  • fix multi-select width
d31eea8c 12/29/2013 11:22 AM Amos Benari

fixes #3811 - merge with new layout

bf4a13d3 12/29/2013 11:22 AM Walden Raines

Fixes #3811 updating to bootstrap 3

f8e70988 12/19/2013 02:13 PM Amos Benari

Merge branch 'fixes-3872' of git://github.com/ehelms/foreman into ehelms-fixes-3872

19f55923 12/18/2013 09:14 PM Eric Helms

Fixes 3872: Provides a better customizable application layout that
conforms to HTML5 best practices.

This change aims to provide a more customizable application layout by first
splitting the base layout, menu and content out into their own view files.
The base layout provides generic hooks and only the most basic common data...

c2c32409 12/13/2013 03:02 PM Greg Sutcliffe

Fixes #3720 - Add description field to operatingsystem

f60942c6 10/15/2013 11:50 AM Amos Benari

fixes #3254 - Added support for unobtrusive two pane control

3595a70c 06/20/2013 12:07 PM Joseph Magen

fixes #2484 - host, hostgroup, and BMC passwords were overwritten as blank

1546388e 06/18/2013 08:29 AM Amos Benari

fixes #2646 Asset icon URLs are incorrect when under a different base URL

15e1a62b 06/11/2013 10:12 AM Dmitri Dolguikh

fixes #2596 - bumping up gettext-i18n-rails gem version to 0.10.0

c8d1c6d7 06/10/2013 06:52 AM Lukas Zapletal

fixes #2622 - error messages with HTML properly escaped

ef4b97d1 06/07/2013 05:17 AM Joseph Magen

fixes #2631 - fix remote code execution via controller name (CVE-2013-2121)

410505f4 06/06/2013 10:46 AM Marek Hulán

Fixes #2615 - failed to save host group

If there was current organization selected, organizations got doubled
which prevented save. Fixed and added test for this part.

0c6065e6 06/05/2013 05:32 AM Libor Zoubek

fixes #2607 - add autocomplete=false attribute to root_host_pass input x

1bf7cc35 06/04/2013 04:36 AM Amos Benari

fixed #2534 fixes #2495 paginator has i18n issues

b08d7e45 05/31/2013 06:40 AM Dmitri Dolguikh

fixes #2588 - fixed regression introduced earlier: localization works for non-AR classes too now

2e1e6f71 05/30/2013 01:22 PM Dmitri Dolguikh

fixes #2588 - table name used for localization is being determined correctly now for sti classes.

89b9ecb0 05/29/2013 06:16 AM Amos Benari

fixes #2582 indicators for all.

7f7cac23 05/05/2013 01:18 AM Dominic Cleal

fixes #2452 - allow nil form, used for checkboxes in taxonomies wizard

17aecd7f 04/26/2013 03:31 AM Marc Grimme

fixes #2430 - undefined method gettext_translation_for_attribute_name