Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
3ebc95da 03/08/2017 12:50 PM Marek Hulán

Fixes #18767 - keep cloning info

535d2329 03/08/2017 04:40 AM Amir Fefer

Fixes #14013 - add a setting for default owner of new hosts

8813aee5 03/07/2017 08:24 AM Ondřej Pražák

Fixes #18317 - Clone user role via API

2b81dfe4 03/05/2017 05:58 AM Tomer Brisker

Fixes #14492 - Unify delete and minimize for dashboard widgets

Originally the idea was for the buttons to have a different effect on
the widgets, however with changes introduced later on these differences
have been reduced to being insignificant.

3a766513 03/03/2017 09:30 AM Marek Hulán

Fixes #18345 - Improve templates error handling

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.

52bae9f0 02/27/2017 04:15 PM Dominic Cleal

refs #16982 - check _ids getters as admin user in taxonomy tests

After a request and User.current is back to nil, the ids getters will
not return any results as the default taxonomix scopes don't permit it.
The clone test was instead testing that _no
records were associated.

facbf0c7 02/27/2017 03:24 PM Dominic Cleal

fixes #18695 - create test/functional/ for test:functionals task

View revisions

Also available in: Atom