Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
_fields.html.erb 2.43 KB
_form.html.erb 1.61 KB
edit.html.erb 63 Bytes
import.html.erb 1.15 KB
index.html.erb 1.4 KB
new.html.erb 62 Bytes

Latest revisions

# Date Author Comment
4260bb26 01/04/2017 03:44 PM Daniel Lobato Garcia

Fixes #17457 - multiple_checkboxes doesn't work with orgs/locs

multiple_checkboxes calls ActiveModel::Naming on associations that could
be simply "Taxonomy". This results on a 500 error 'undefined method
`taxonomies' for #<Filter:0x005593624bdd18>' (or whatever other class...

c6760930 10/07/2016 07:08 AM Timo Goebel

fixes #16725 - add plugin extension point for smart proxies

b6db72b1 10/04/2016 11:06 AM Dominic Cleal

fixes #16786 - don't call to_sentence on associations

4622318f 08/17/2016 06:10 AM Daniel Lobato Garcia

Fixes #16025 - Fix ERB & params to import subnets from proxy

Before this commit, the ERB would just throw a 500 because it tried to
show @subnet.name in a template for a @subnet that was still undefined.

Aside from that, the create_multiple method in the controller didn't...

a152c24d 08/04/2016 05:28 AM Dominic Cleal

fixes #15975 - replace instance variable ref in subnet partial

79c0664a 07/13/2016 12:46 PM Timo Goebel

fixes #14666 - support IPv6 in UI

c7f55be1 06/23/2016 08:13 AM Ori Rabin

Fixes #13164 - Add view_params permission

A new view_params permission was added for parameters inheriting from
Parameter object. The only exception is global parameters, which are
already handled by filter for CommonParameter resource.

This new permissions is also automatically added to viewer and site...

db140f2a 05/26/2016 10:47 AM Dominic Cleal

fixes #14905 - enable DHCP orchestration with any boot mode

DHCP orchestration remains useful to set up PXE booting to start the
provisioning process, even when a static boot mode because the boot mode
is typically applied later through templates. It's also useful in image...

ff9de7d6 05/10/2016 07:13 AM Ondřej Pražák

Fixes #12945 - use helper for table css classes

990dee69 05/06/2016 08:29 AM Timo Goebel

fixes #14661 - support IPv6 subnets

View revisions

Also available in: Atom