Project

General

Profile

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

Latest revisions

# Date Author Comment
1eef5c9a 03/02/2017 07:46 AM Marek Hulán

Fixes #18768 - remove generic inline helps

4b2873a6 03/02/2017 06:50 AM June Zhang

Fixes #18763 - Change delete button to standard style

1f5f5dfd 03/01/2017 10:00 AM Amir Fefer

Fixes #18740 - remove erb extension from host_checkbox.js

09fae511 03/01/2017 09:57 AM Chris Roberts

Fixes #18514 - switch prefix/mask fields

1d75969e 03/01/2017 09:21 AM Dominic Cleal

fixes #18735 - truncate encryption key to match preferred length (#4350)

Ruby 2.4's OpenSSL bindings raise an ArgumentError during encryption if
the key length exceeds the cipher's configured length (32 bytes with the
default cipher), but the verification hash algorithm still uses the full...

f54cb6a2 02/28/2017 11:25 AM Dominic Cleal

fixes #18662 - stop default scope being overridden by association

Ensure the Taxonomix empty default scope isn't overridden by association
scopes which (effectively) calls `.where(:id => ...)` and overrides the
value of :id set in this default scope. This occurs on Rails 5.0 which...

d9d745e5 02/28/2017 10:46 AM Ohad Levy

fixes #18676 - don't ignore notification expiry

This also adds the ability to mass refresh expiry dates.

213e8060 02/27/2017 06:25 AM Ohad Levy

refs #17545 - notifications should be deleted with blueprint

0a54c7f8 02/27/2017 03:21 AM Dominic Cleal

fixes #18665 - call #to_h before comparing AC::Parameters to hash

Allows comparisons when ActionController::Parameters is separated from
Hash in Rails 5.0. #permit! is now called on inner hashes sent through
KeepParam (similar to rails/rails@e86524c in 5.1) so they are included...

b9f27ad9 02/26/2017 09:35 AM Jo Vandeginste

Add pxe_loader to host REST

Add the field `pxe_loader` to the GET part of the hosts/
It is possible to set or update (POST, UPDATE), but not to read it

View revisions

Also available in: Atom