<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 10:18:02 CET 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>Magnolia - Issue tracker</title>
    <link>https://jira.magnolia-cms.com</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-uk</language>    <build-info>
        <version>9.4.2</version>
        <build-number>940002</build-number>
        <build-date>19-01-2023</build-date>
    </build-info>


<item>
            <title>[MGNLMIGRATION-191] Apply new CSS styles to migration report</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLMIGRATION-191</link>
                <project id="10574" key="MGNLMIGRATION">Migration 4.4 to 4.5 (closed)</project>
                    <description>&lt;p&gt;As per request, I&apos;ve had a look at the migration report in order to improve its overall look and feel. I&apos;ve compiled a series of &lt;b&gt;CSS definitions that change how the the report presents its information&lt;/b&gt;.&lt;/p&gt;

&lt;p&gt;The main goals have been to:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;ensure that all &lt;b&gt;warnings, errors and required user action can be easily identified&lt;/b&gt;, even in very large reports.&lt;/li&gt;
	&lt;li&gt;make sure that the report looks less technical and conveys a sense of trust.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Please find attached an archive containing four HTML files:&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;two files in the &quot;_styled&quot; directory contain the new look&lt;/li&gt;
	&lt;li&gt;the other two files in the &quot;_original&quot; directory represent the originals I&apos;ve styled.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Please review the changes and add them to the migration tool, if you agree with them. I&apos;ve actually had a hard time to properly style the layouts, as the HTML generated by the tool currently lacks classes and identifiers to easily style all elements for all three main sections (modules, scripts, components) simultaneously. You&apos;ll those found many very specific CSS selectors in the there. We should definitely improve and unify the generated HTML soon - that will make some of the CSS definitions a lot simpler and easier to understand.&lt;/p&gt;

&lt;p&gt;This work represents &lt;b&gt;the first step in proposed styling the report&lt;/b&gt; I&apos;ve worked on. I&apos;ve actually created a series of mockups representing where I suggest we go with this - I&apos;ve attached PNGs of these as well. Please consider this when reviewing the proposed CSS changes. I suggest &lt;b&gt;we first basically agree on the direction this is heading, before any change is applied&lt;/b&gt;.&lt;/p&gt;
</description>
                <environment></environment>
        <key id="26870">MGNLMIGRATION-191</key>
            <summary>Apply new CSS styles to migration report</summary>
                <type id="4" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10890&amp;avatarType=issuetype">Improvement</type>
                                            <priority id="3" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/major.svg">Major</priority>
                        <status id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are not closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="1">Fixed</resolution>
                                        <assignee username="mdivilek">Milan Divilek</assignee>
                                    <reporter username="weder">Andreas Weder</reporter>
                        <labels>
                            <label>design</label>
                            <label>todo_for_1_2_1</label>
                            <label>ux</label>
                    </labels>
                <created>Fri, 7 Dec 2012 18:28:14 +0100</created>
                <updated>Mon, 4 Nov 2013 13:41:23 +0100</updated>
                            <resolved>Mon, 4 Nov 2013 10:44:59 +0100</resolved>
                                    <version>1.2</version>
                                    <fixVersion>1.2.7</fixVersion>
                    <fixVersion>2.0</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="54735" author="weder" created="Fri, 7 Dec 2012 18:32:06 +0100"  >&lt;p&gt;Here are a couple of screenshots showing some of the styled elements from both the sample as well as the real report contained in the archive.&lt;/p&gt;</comment>
                            <comment id="54736" author="weder" created="Fri, 7 Dec 2012 18:34:04 +0100"  >&lt;p&gt;Here are two mockups showing where I&apos;d like to take this, if we all agree that this is the direction this should be going. The exact styling might still vary a bit and could be refined.&lt;/p&gt;</comment>
                            <comment id="73144" author="mdivilek" created="Mon, 4 Nov 2013 09:37:44 +0100"  >&lt;p&gt;Reopen:&lt;br/&gt;
In generated report &lt;span class=&quot;error&quot;&gt;&amp;#91;show/hide details&amp;#93;&lt;/span&gt; button doesn&apos;t work, because of missing javascript function toggle_visibility(id).&lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;ReferenceError: toggle_visibility is not defined
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;


&lt;p&gt;Adding the code above into the head section fix the problem.&lt;/p&gt;
&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;
&amp;lt;script type=&lt;span class=&quot;code-quote&quot;&gt;&quot;text/javascript&quot;&lt;/span&gt;&amp;gt;
    function toggle_visibility(id) {
       &lt;span class=&quot;code-keyword&quot;&gt;var&lt;/span&gt; e = document.getElementById(id);
       &lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;(e.style.display == &lt;span class=&quot;code-quote&quot;&gt;&apos;block&apos;&lt;/span&gt;)
          e.style.display = &lt;span class=&quot;code-quote&quot;&gt;&apos;none&apos;&lt;/span&gt;;
       &lt;span class=&quot;code-keyword&quot;&gt;else&lt;/span&gt;
          e.style.display = &lt;span class=&quot;code-quote&quot;&gt;&apos;block&apos;&lt;/span&gt;;
    }
&amp;lt;/script&amp;gt;
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="17466" name="Bildschirmfoto 2012-12-07 um 18.29.24.png" size="48566" author="weder" created="Fri, 7 Dec 2012 18:32:06 +0100"/>
                            <attachment id="17465" name="Bildschirmfoto 2012-12-07 um 18.29.48.png" size="107063" author="weder" created="Fri, 7 Dec 2012 18:32:06 +0100"/>
                            <attachment id="17467" name="Bildschirmfoto 2012-12-07 um 18.30.11.png" size="164985" author="weder" created="Fri, 7 Dec 2012 18:32:06 +0100"/>
                            <attachment id="17464" name="Migration report CSS styling.zip" size="60592" author="weder" created="Fri, 7 Dec 2012 18:28:14 +0100"/>
                            <attachment id="17469" name="migration report - details 1.png" size="140366" author="weder" created="Fri, 7 Dec 2012 18:34:04 +0100"/>
                            <attachment id="17468" name="migration report - var1.png" size="96894" author="weder" created="Fri, 7 Dec 2012 18:34:04 +0100"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_14166" key="com.okapya.jira.checklist:checklist">
                        <customfieldname>Acceptance criteria</customfieldname>
                        <customfieldvalues>
                            
        <checklist>
        <![CDATA[
                            




                
                                    <div class="o-completion" style="display: flex; flex-shrink: 0;"><span  class="aui-lozenge aui-lozenge-complete" style="font-size: 12px; font-weight: normal; display: flex; flex-direction: row; align-items: center;" ><span style="padding-right: 4px; vertical-align: middle;"><svg width="15" height="15" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" fill="white"><path clip-rule="evenodd" d="m10.41037,3.42544l-7.86501,0c-0.72395,0 -1.31084,0.58688 -1.31084,1.31084l0,7.86508c0,0.7239 0.58689,1.3108 1.31084,1.3108l7.86501,0c0.724,0 1.3109,-0.5869 1.3109,-1.3108l0,-7.86508c0,-0.72396 -0.5869,-1.31084 -1.3109,-1.31084zm-7.86501,-0.65542c-1.08593,0 -1.96626,0.88032 -1.96626,1.96626l0,7.86508c0,1.0859 0.88033,1.9662 1.96626,1.9662l7.86501,0c1.086,0 1.9663,-0.8803 1.9663,-1.9662l0,-7.86508c0,-1.08594 -0.8803,-1.96626 -1.9663,-1.96626l-7.86501,0z" fill-rule="evenodd"/><path d="m5.09049,10.18526l-1.82767,-1.82766l-0.78479,0.78479l2.61246,2.61246l5.38758,-5.38754l-0.78483,-0.78479l-4.60275,4.60274z"/></svg></span><span>Empty</span></span></div>
                        ]]>
    </checklist>


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>weder.net</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 4 Nov 2013 09:37:44 +0100</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_12730" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_14151" key="com.atlassian.jira.toolkit:message">
                        <customfieldname>Docu info</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10061" key="com.atlassian.jira.toolkit:lastusercommented">
                        <customfieldname>Last comm is not jira-dev</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>false</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10071" key="com.atlassian.jira.toolkit:lastupdaterorcommenter">
                        <customfieldname>Last participant</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>mmuehlebach</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 16 weeks ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>3.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>weder</customfieldvalue>
            <customfieldvalue>mdivilek</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i0029b:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>382</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="18">4.5.13</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_14145" key="com.intenso.jira.issue-templates:issue-templates-customfield">
                        <customfieldname>Template</customfieldname>
                        <customfieldvalues>
                            


                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_15131" key="com.onresolve.jira.groovy.groovyrunner:scripted-field">
                        <customfieldname>Time in Discovery</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10032" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        </customfields>
    </item>
</channel>
</rss>