Project

General

Profile

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

Latest revisions

# Date Author Comment
12612809 07/29/2016 05:58 AM Dominic Cleal

fixes #3917 - replace protected_attrs with strong parameters

Filtering of attributes has moved from the protected_attributes gem to
strong parameters in controller concerns, to be in line with current
Rails recommendations.

Concerns are shared between UI and both API controllers and list the...

a9fe14bf 07/27/2016 05:41 AM Dominic Cleal

fixes #15847 - change mailer helpers from paths to URLs

Use of path helpers in mailers (with Roadie to rewrite to URLs) is
deprecated in Rails 4 and removed in Rails 5, so prefer URL helpers. To
replace URL rewriting and reduce duplication, default_url_options is now...

5d515720 07/27/2016 05:22 AM Marek Hulán

Fixes #14518, #14516 - status change ignores validations

0b684955 07/27/2016 05:20 AM Vincent Lequertier

Fixes #15771 - add :token to the values returned by the API

aec605a9 07/25/2016 10:36 AM Dominic Cleal

fixes #15829 - remove ace-rails-ap file modes from app.js

Also removes editor from precompilation list, it's in the main app.js
since fa8353d, and removes unused ACE extensions.

application.js has reduced from 2512 to 2381KiB.

e263719a 07/25/2016 05:18 AM David Davis

Refs #3809 - Using defaults for AndOr cop

d9cc252b 07/22/2016 04:14 AM Brandon Weeks

Fixes #15773 - disambiguate table name

d1635077 07/21/2016 02:12 PM Amir Fefer

Fixes #15037 - Improves editable elements in settings

bbb2ea13 07/21/2016 04:26 AM Michael Moll

fixes #15709 - fix SuSE mediapath in PXELinux templates

65f95cab 07/21/2016 03:53 AM Tomer Brisker

Fixes #15675 - Improve report expiry performance

Slowness was being caused by an un-needed `.joins` method, which led
rails to creating suboptimal queries. Also removed default ordering for
a bit of extra performance.

I tested on a largeish DB with 3M reports and 6M logs, time was cut by a...

View revisions

Also available in: Atom