Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  assets
  controllers
  helpers
  mailers
  models
  observers
  services
  validators
  views

Latest revisions

# Date Author Comment
d05be6d1 03/08/2016 09:39 AM Ondřej Pražák

Fixes #14071 - Using Sprockets directive to require host_edit_interfaces.js

f2506d34 03/08/2016 07:20 AM Ori Rabin

Fixes #13937 - search by domain parameters searches on primary_interface

be6e6efc 03/08/2016 03:37 AM Dominic Cleal

fixes #14076 - remove unused Puppetclass hostgroups counter

17f4ee61 03/07/2016 06:49 AM Ivan Necas

Fixes #13984 - inherit subnet from hostgroup even for image-based provisioning

f05b9307 03/07/2016 06:25 AM Dominic Cleal

fixes #14000 - respect custom controller permissions

Allows controller_permission method to override the permission suffix
used in resource_scope, originally from a63aa7c and removed in bb39df2.

35d6eb40 03/07/2016 05:09 AM Shimon Shtein

Fixes #7494 - added search parameter to index action of usergroups

32a85509 03/06/2016 10:32 AM Shlomi Zadok

Fixes #13068 - Adds options to documentation_button and remove css float

eedc8706 03/06/2016 10:04 AM Dominic Cleal

fixes #14006 - use URL helpers in mailers

Rails 4.2 deprecates mailers from using _path helpers and from path
helpers being called with only_path => false. They should all be
changed to use _url helpers.

904367f1 03/06/2016 08:31 AM Dominic Cleal

fixes #13978 - replace AR value_to_boolean with our caster

In Rails 4.2, value_to_boolean was moved further into ActiveRecord's
column type classes. Replace the use of this internal method with
Foreman's own well-tested caster.

f441da9d 03/06/2016 02:40 AM cyrus-mc

fixes #13817 - test certificate.subject_alternative_names for presence

Otherwise certificate SAN test is always true even with no SAN. This
results in request_hosts being empty and thus ENC authentication fails.

With test by Dominic Cleal <>

View revisions

Also available in: Atom