Tag 'tito-0.4.18-1.3' created by Michael Mraka michael.mraka@redhat.com at 2013-12-16 10:10 +0000
Tagging package [tito] version [0.4.18-1.3] in directory [spec-tree/tito/].
Changes since spacewalk-branding-2.1.14-1: Bo Maryniuk (5): TB3: Locale form in autoinstallation Fixing -lg- style with -md- TB3: kickstart system details partitioning Fixing the -lg- to -md- TB3: Fix Edit Autoinstallable Distribution page
Cynthia Sanchez (5): Links inside a alert-info have a darker blue than the text shown and have underline. It is necessary to distinguish the link over the general text colour added to the counter in SSM button send aligned to the center Id added to the Language div in the section Create New User System management options have been modified to look more similar to how it looked in the later version of Spacewalk
Duncan Mac-Vicar P (5): makes the system details page to be shown in two columns, with boxes - There is no reason for address to be a jumbotron adapt the testcase and fix a issue catched by the testcase Refactor the List tag to get rid of the complicated state handled by trailing whitespace
Johannes Renner (4): Fix ListDisplayTagTest class after implementation changes Fix display of notifications checkboxes on system properties page Fix messed up indentation and add missing <div class="checkbox"> Add missing colon after activation key description label
Maximilian Meister (1): Fix Unit test for ProbeList
Michael Calmer (1): use translated text for the title
Michael Mraka (2): fixed building third party packages Automatic commit of package [tito] minor release [0.4.18-1.3].
Silvio Moioli (4): ListTag: avoid self-closing navigation button icon tags Disabled buttons' style fixed List pagination buttons: restore hover text channel/manage/delete.jsp: disabled attribute fixed
Tomas Kasparek (7): add default switch value + fix long lines fixes in jsp fixing schedule section headers icon making help links disappear call ssm check on system hardware page call ssm check on system migrate page call ssm check on system notes page
--- branding/css/spacewalk-theme.less | 14 java/code/src/com/redhat/rhn/frontend/action/monitoring/test/ProbeListTest.java | 6 java/code/src/com/redhat/rhn/frontend/action/systems/sdc/NoteListAction.java | 2 java/code/src/com/redhat/rhn/frontend/action/systems/sdc/SystemHardwareAction.java | 2 java/code/src/com/redhat/rhn/frontend/action/systems/sdc/SystemMigrateAction.java | 1 java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource_en_US.xml | 2 java/code/src/com/redhat/rhn/frontend/taglibs/AddressTag.java | 48 java/code/src/com/redhat/rhn/frontend/taglibs/IconTag.java | 2 java/code/src/com/redhat/rhn/frontend/taglibs/ListDisplayTag.java | 1 java/code/src/com/redhat/rhn/frontend/taglibs/list/ListCommand.java | 8 java/code/src/com/redhat/rhn/frontend/taglibs/list/ListTag.java | 124 +- java/code/src/com/redhat/rhn/frontend/taglibs/list/ListTagUtil.java | 11 java/code/src/com/redhat/rhn/frontend/taglibs/list/SpanTag.java | 2 java/code/src/com/redhat/rhn/frontend/taglibs/list/test/ListTagTest.java | 11 java/code/src/com/redhat/rhn/frontend/taglibs/test/AddressTagTest.java | 27 java/code/src/com/redhat/rhn/frontend/taglibs/test/ListDisplayTagTest.java | 4 java/code/webapp/WEB-INF/pages/admin/users/userdetails.jsp | 2 java/code/webapp/WEB-INF/pages/channel/manage/delete.jsp | 2 java/code/webapp/WEB-INF/pages/channel/manage/package/listremovecustompackages.jsp | 15 java/code/webapp/WEB-INF/pages/common/fragments/activationkeys/details.jspf | 2 java/code/webapp/WEB-INF/pages/kickstart/kickstartpartition.jsp | 58 - java/code/webapp/WEB-INF/pages/kickstart/locale.jsp | 82 - java/code/webapp/WEB-INF/pages/kickstart/tree-form.jspf | 24 java/code/webapp/WEB-INF/pages/kickstart/treecreate.jsp | 13 java/code/webapp/WEB-INF/pages/kickstart/treeedit.jsp | 69 - java/code/webapp/WEB-INF/pages/ssm/ssmindex.jsp | 224 ++-- java/code/webapp/WEB-INF/pages/systems/details/virtualization/images/images-content.jspf | 2 java/code/webapp/WEB-INF/pages/systems/sdc/details.jsp | 218 ++-- java/code/webapp/WEB-INF/pages/systems/sdc/overview.jsp | 497 ++++------ java/code/webapp/WEB-INF/pages/user/create/usercreate.jsp | 4 java/code/webapp/WEB-INF/pages/user/edit/yourdetails.jsp | 14 rel-eng/packages/tito | 2 spec-tree/tito/tito.spec | 7 33 files changed, 782 insertions(+), 718 deletions(-) ---
spacewalk-commits@lists.fedorahosted.org