Project

General

Profile

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

Latest revisions

# Date Author Comment
da9f6473 02/16/2016 11:03 AM Marek Hulán

Fixes #3951 - reverting compatibility with newer jQuery

e1dbddda 02/16/2016 08:15 AM Tom Caspy

fixes #13567 - fixing locale:pack

apparently, the PO generator treats underscore as something important,
it assumes it's the GetText underscore method, thus, breaking
things in a spactacular way.
removing it solves it.

c49222be 02/16/2016 08:15 AM Tomer Brisker

Fixes #12393 - Clarify parameter override count column header

a980bf4a 02/16/2016 06:47 AM Michael Moll

fixes #13729 - fix typo in images header HTML

9db5b4fb 02/16/2016 06:46 AM Daniel Lobato Garcia

Fixes #13426 - Change status colors to adapt to Patternfly palette

The status colors are a bit off from the colors suggested in the palette.
https://www.patternfly.org/styles/color-palette/

a977bd3b 02/16/2016 05:01 AM Daniel Lobato Garcia

Fixes #13557 - Rubocop enforce specifying a timezone

Rubocop can enforce what timezone to store in the database ,
so we can ensure everything is stored using UTC and we don't
miss these things in code reviews. When objects are displayed,
they must use the time provided by set_timezone in the...

ddc567cd 02/15/2016 07:27 AM Tomer Brisker

Fixes #13353 - Correctly handle widget dragging in dashboard

57000497 02/15/2016 07:22 AM Tomer Brisker

Fixes #9553 - Remove workaround for older json version

We already use json 1.8, this workaround is no longer needed.

f20c2a1a 02/15/2016 07:22 AM Dominic Cleal

fixes #13409 - remove early initialisation of test DB

All models etc. referenced within the Rails environment startup,
including in initialisers should load without making any reference to
the database. This ensures when running `rake test` without a test DB...

f5c7a90e 02/12/2016 10:11 AM Daniel Lobato Garcia

Fixes #13356 - OpenStack volumes API v2 needs :name

Our code in uses :display_name as the name attribute to create
Openstack volumes.

Notice volume v2 API requires :name, while v1 just needs :display_name
https://github.com/fog/fog/blob/master/lib/fog/openstack/models/volume_v1/volume.rb...

View revisions

Also available in: Atom