Project

General

Profile

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

Latest revisions

# Date Author Comment
f9bae424 03/08/2016 11:18 AM Dominic Cleal

fixes #13974 - remove nested arrays passed to AR finders

Passing a nested array to Active Record finder methods is deprecated in
Rails 4.2 and will be removed, they must be flattened first.

5a9ad12f 03/08/2016 11:09 AM Ori Rabin

Fixes #5707 - disassociate does not appear for physical host

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.

View revisions

Also available in: Atom