Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
72209166 04/16/2020 11:52 AM Adam Ruzicka

Fixes #29447 - Build more efficient taxonomy search for filters

If a filter supported taxonomy filtering and the role had many taxonomies
assigned then the resulting search query consisted of many id comparisons joined
together with ORs. This commit generates more efficient query by performing the...

d2175aa0 04/16/2020 09:05 AM Ondřej Ezr

Fixes #29523 - GraphQL collection preloading on Rails 6

43e3bb8e 04/16/2020 06:44 AM Kamil Szubrycht

Fixes #29525 - Use model name from global id to load object

1f9a13dd 04/15/2020 11:56 AM Kamil Szubrycht

Fixes #29504 - Skip plugin registration if the db is not ready

d70aab32 04/09/2020 09:51 AM Bernhard Suttner

Fixes #29439 - VMRC doesn't start

Co-Authored-By: Ondřej Ezr <>

bad5f878 04/07/2020 02:50 PM Dominik Matoulek

Fixes #26210 - Don't remove locked template

ba970027 04/07/2020 11:31 AM Tomer Brisker

Fixes #29491 - Simplify Plugin#pending_migration method

c7181bd2 04/07/2020 07:42 AM Nagoor Shaik

Fixes #29477 - updated VMware vSphere 7.0 VM Hardware version

c12d8a8e 04/05/2020 02:22 PM Tomer Brisker

Fixes #29474 - remove :on from save callbacks

This was silently ignored, and will fail in rails 6. Changing the
callbacks to the correct ones intended according to the :on option.

5059cd45 04/03/2020 01:49 PM Marek Hulán

Fixes #29464 - plain inputs can be hidden

Some inputs can be sensitive. Users typing such values would prefer to
have the value hidden in the form. The sensitive information can be a
password, private key or general multiline text. Therefore we aren't
limitting the input to type=password, but use text area with hiding...

View revisions

Also available in: Atom