Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
_form.html.erb 6.46 KB
_loc_org_tabs.html.erb 1.49 KB
_step1.html.erb 461 Bytes
_step2.html.erb 1.38 KB
clone.html.erb 98 Bytes
edit.html.erb 267 Bytes
index.html.erb 2.82 KB
mismatches.html.erb 1.49 KB
new.html.erb 85 Bytes
step2.html.erb 109 Bytes

Latest revisions

# Date Author Comment
5a573456 11/08/2016 07:41 AM Tomer Brisker

Fixes #17195 - CVE-2016-8634 escape html in alert text

The alert helper used to mark the alert text as html_safe by default.
However, in some cases it may be possible for a user to enter custom
text into the alert message leading to a possible XSS vulnerability....

1e328af9 10/13/2016 10:03 AM Marek Hulán

Fixes #16899 - rename helper with conflicting path name

c773c0ef 07/19/2016 10:42 AM Tomer Brisker

Fixes #12193 - Stop using counter_cache for host[group] counts

This is aimed to prevent deadlocks caused by Rails' implementation of
counter_cache that is hit when multiple hosts are created or updated at
the same time. An added benefit is that the counters will now display...

2432eb5c 07/12/2016 03:03 PM Ori Rabin

Fixes #15629 - parameters form shows new parameters after error

b0f8d18e 07/01/2016 07:24 AM Dominic Cleal

refs #15336 - use i18n variable names and plural form

1a753b07 06/30/2016 10:13 AM Partha Aji

Fixes #15336 - Enables proper deletion of Orgs

Prior to this commit if you had an Org/Location with a host and tried to
the delete the Org. You would end up with an error that looks like

<Org> is used by <Host> (RuntimeError)

Basic error is these 2 areas...

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...

a30ab44e 06/23/2016 02:36 AM Marek Hulán

Fixes #15268 - limit user taxonomies using my scopes

Fixes CVE-2016-4475

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

Fixes #12945 - use helper for table css classes

bb25ebe6 03/25/2016 04:18 AM Tomer Brisker

Fixes #12979 - Create helper for "new" button

Previously the button classes were applied to new buttons using jQuery.
This commit creates a `new_link` helper that makes sure all new buttons
will receive the correct class and only display if authorized. Also a...

View revisions

Also available in: Atom