Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
1f71c494 10/30/2015 08:26 AM Tomer Brisker

Fixes #12204 - Show interface form helptext in popovers

Refs #12204 - Resize interface modal, fields and labels

To cause virtual network settings to display correcty changes were also needed
in the layout of the compute attribute forms.

633c441e 10/30/2015 06:17 AM Lukas Zapletal

Refs #8800 - Avoid clipping on About - Plugins page

f72212fc 10/29/2015 08:56 AM Marek Hulán

Fixes #12280 - fix label for field helper

e8d6d2d6 10/28/2015 11:15 AM Shlomi Zadok

fixes #4151 - enable reports STI

Permits subclassing of ReportImporter and Report to import and store
new types of reports associated to hosts.

02e4c535 10/26/2015 08:44 AM Daniel Lobato Garcia

Fixes #11924 - Substitute .scoped by .where(nil) to force return relation

On Rails 4 .scoped is deprecated. Calling .all on the model returns the
equivalent ActiveRecord relation object on Rails 4, but on Rails 3 it
returns an Array right away.

A proper replacement we can use is where(nil) - it's ugly but it returns...

127920a3 10/12/2015 11:01 AM Amir Fefer

Fixes #11949 - In new forms password's placeholder should be empty

9a15dea4 10/09/2015 06:38 AM Julien Pivotto

Fixes #12028 - Put multiselects out of select2 control

Some multiselects are broken since 1.9.0 (enabled checked items
appear as disabled).

Find screenshots of the wrong behaviour in
http://projects.theforeman.org/issues/12028

027d2087 10/07/2015 10:58 AM Tomer Brisker

Fixes #8800 - Clip table cells only when needed

For clipping to work, table must have class `table-fixed` and the cell
have class `ellipsis`. Also column widths should be set in table head.
Clipping will occur automagically with tooltip.

c3ee7332 10/07/2015 10:42 AM Shimon Shtein

Fixes #12079 - Shows the correct error near the password field

996b3db5 10/07/2015 08:39 AM Daniel Lobato Garcia

Refs #10409 - Rails 4 compatible changes with Rails 3

This includes some changes that can be applied to Rails 3 without
any issue and don't follow any particular pattern/deprecation, In
general these are minor things we have to change. Other PRs with
retrocompatible changes that aim to fix particular deprecations...

View revisions

Also available in: Atom