Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
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...

2348fc8e 09/21/2015 11:32 AM Amir Fefer

Fixes #2943,#11387 - Add unset option to password_f in layout helper, added in Host and hostgroup root_pass, LDAP acount password, BMC password and compute resources password

#2943,#11387 - Please enter the commit message for your changes. Lines starting
08d4fc31 09/16/2015 07:55 AM Ori Rabin

Fixes #11188 - EnsureNotUsedBy checks for unscoped associations before destroying

f92e7cc9 09/15/2015 03:29 AM Walden Raines

Fixes #11689: hide editor container when hidden value.

http://projects.theforeman.org/issues/11689

View revisions

Also available in: Atom