Project

General

Profile

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

Latest revisions

# Date Author Comment
10c98a9a 03/16/2016 05:01 AM Dominic Cleal

fixes #14200 - exclude form templates from select2 initialisation

Form templates shouldn't be initialised with select2, as the elements
are copied through add_child_node, e.g. when adding a new external user
group inside the user group form. add_child_node calls select2 after...

1dc50766 03/16/2016 04:44 AM Marek Hulán

Fixes #14182 - authorize role index

01fde835 03/16/2016 04:30 AM Marek Hulán

Fixes #14204 - list only bridges for bridged networking

b299f9c9 03/15/2016 10:18 AM Dominic Cleal

fixes #13980 - don't merge NIC compute attrs on New Host form

Removes merging of NIC's compute attributes when refreshing interfaces
on compute profile or resource selections on the New Host form. Instead,
overwrite NIC attributes from the profile (as it did before 85e82d0) as...

473ba1c6 03/15/2016 10:00 AM Marek Hulán

Fixes #14184 - allow filter creation for users with taxonomies

860cbb0a 03/14/2016 02:53 PM Dominic Cleal

fixes #14179 - don't merge NIC compute attrs in ComputeProfileMerge

When creating a host over the API and specifying interface compute
attributes, the interface attributes were overwritten from the compute
profile. Example request:

{"host":{"interfaces_attributes":{"0":{"primary":"true","compute_attributes":{"model":"e1000"}}}, ...}}...
7339369d 03/14/2016 12:51 PM Ondřej Pražák

Fixes #6924 - Additional validations for Setting

f329b160 03/14/2016 12:49 PM Dominic Cleal

refs #9470 - set :limit on column, fix MailNotification initializer

MailNotification.new failed unless it had a Hash argument, hence the
factory had been changed from default behaviour. It also then ignored
all attributes except a given few listed in initialize_with.

7c9391e6 03/14/2016 11:44 AM Dominic Cleal

fixes #14170 - permit 'zone' parameter for GCE CR creation

fc362ac8 03/11/2016 07:24 AM Marek Hulán

Fixes #14154 - fix adrift reports show page

View revisions

Also available in: Atom