<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 07:05:39 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>[MGNLRSSAGG-111] Update RSSAggregator module installation, erase obsolete classes and bootstrap files.</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLRSSAGG-111</link>
                <project id="10250" key="MGNLRSSAGG">Magnolia RSS Aggregator Module</project>
                    <description></description>
                <environment></environment>
        <key id="33697">MGNLRSSAGG-111</key>
            <summary>Update RSSAggregator module installation, erase obsolete classes and bootstrap files.</summary>
                <type id="5" iconUrl="https://jira.magnolia-cms.com/secure/viewavatar?size=xsmall&amp;avatarId=10896&amp;avatarType=issuetype">Sub-task</type>
                            <parent id="33554">MGNLRSSAGG-101</parent>
                                    <priority id="6" iconUrl="https://jira.magnolia-cms.com/images/icons/priorities/neutral.gif">Neutral</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="rkovarik">Roman Kova&#345;&#237;k</assignee>
                                    <reporter username="apchelintcev">Aleksandr Pchelintcev</reporter>
                        <labels>
                    </labels>
                <created>Wed, 16 Oct 2013 09:39:28 +0200</created>
                <updated>Mon, 18 Nov 2013 10:24:50 +0100</updated>
                            <resolved>Fri, 15 Nov 2013 12:29:07 +0100</resolved>
                                    <version>2.2</version>
                                    <fixVersion>2.2</fixVersion>
                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="72601" author="fgrilli" created="Mon, 28 Oct 2013 12:07:14 +0100"  >&lt;p&gt;I think update tasks can be simplified, i.e.&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;
.addTask(&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; NodeExistsDelegateTask(&lt;span class=&quot;code-quote&quot;&gt;&quot;Set property&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Set workspace &lt;span class=&quot;code-keyword&quot;&gt;for&lt;/span&gt; rss importer&quot;&lt;/span&gt;, RepositoryConstants.CONFIG, &lt;span class=&quot;code-quote&quot;&gt;&quot;/modules/data/config/importers/rssaggregator&quot;&lt;/span&gt;,
                       &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; PropertyExistsDelegateTask(&lt;span class=&quot;code-quote&quot;&gt;&quot;&quot;, &quot;&lt;/span&gt;&lt;span class=&quot;code-quote&quot;&gt;&quot;, RepositoryConstants.CONFIG, &quot;&lt;/span&gt;/modules/data/config/importers/rssaggregator&lt;span class=&quot;code-quote&quot;&gt;&quot;, &quot;&lt;/span&gt;repository&quot;,
                               &lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; SetPropertyTask(&lt;span class=&quot;code-quote&quot;&gt;&quot;&quot;, RepositoryConstants.CONFIG, &quot;&lt;/span&gt;/modules/data/config/importers/rssaggregator&lt;span class=&quot;code-quote&quot;&gt;&quot;, &quot;&lt;/span&gt;repository&quot;, RSSAggregatorConstants.WORKSPACE), &lt;span class=&quot;code-keyword&quot;&gt;null&lt;/span&gt;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;one could omit the check for parent node existence which already done by PropertyExistsDelegateTask&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;
.addTask(&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; PropertyExistsDelegateTask(&lt;span class=&quot;code-quote&quot;&gt;&quot;Do something&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;Does something.&quot;&lt;/span&gt;, RepositoryConstants.CONFIG, &lt;span class=&quot;code-quote&quot;&gt;&quot;/modules/data/config/importers/rssaggregator&quot;&lt;/span&gt;, &lt;span class=&quot;code-quote&quot;&gt;&quot;repository&quot;&lt;/span&gt;, 
&lt;span class=&quot;code-keyword&quot;&gt;new&lt;/span&gt; SetPropertyTask(&lt;span class=&quot;code-quote&quot;&gt;&quot;&quot;, RepositoryConstants.CONFIG, &quot;&lt;/span&gt;/modules/data/config/importers/rssaggregator&lt;span class=&quot;code-quote&quot;&gt;&quot;, &quot;&lt;/span&gt;repository&quot;, RSSAggregatorConstants.WORKSPACE))
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                            <comment id="73449" author="rkovarik" created="Fri, 8 Nov 2013 16:11:46 +0100"  >&lt;ul&gt;
	&lt;li&gt;Migration to new app is registered under wrong version:
&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;
        register(DeltaBuilder.update(&lt;span class=&quot;code-quote&quot;&gt;&quot;2.1&quot;&lt;/span&gt;, &quot;&quot;)
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Typo:&lt;br/&gt;
.addTask(new RemoveNodeTask(&quot;Remove rss aggregator tree&lt;font color=&quot;red&quot;&gt;s&lt;/font&gt;&quot;, &quot;Remove RSSAggregator tree from data module&quot;, &quot;config&quot;, &quot;/modules/data/tree/RssAggregator&quot;))&lt;/li&gt;
&lt;/ul&gt;



&lt;ul&gt;
	&lt;li&gt;Update from Magnolia 5:
	&lt;ul&gt;
		&lt;li&gt;&lt;tt&gt;/modules/data/types/RssAggregator&lt;/tt&gt; is not removed on update.&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/modules/adminInterface/pages/rssaggregator&lt;/tt&gt; should be removed from this module instead of admininterface-legacy (&lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLADMLEG-37&quot; title=&quot;clean up configuration on migration from 4.5 to 5&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLADMLEG-37&quot;&gt;&lt;del&gt;MGNLADMLEG-37&lt;/del&gt;&lt;/a&gt;)&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;adminInterface/config/menu/rssaggregator&lt;/tt&gt; is not removed on update.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;Update from Magnolia 4.5.x:
	&lt;ul&gt;
		&lt;li&gt;&lt;tt&gt;/modules/adminInterface/pages/rssggregator&lt;/tt&gt; is not removed on update.&lt;/li&gt;
		&lt;li&gt;&lt;tt&gt;/modules/adminInterface/config/menu/config/rssggregator&lt;/tt&gt; is not removed on update.&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;missing VersionHandlerTest&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;pls re-resolve parent task when done&lt;/li&gt;
&lt;/ul&gt;
</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10021">
                    <name>duplicate</name>
                                                                <inwardlinks description="is duplicated by">
                                        <issuelink>
            <issuekey id="34363">MGNLRSSAGG-122</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="34356">MGNLADMLEG-37</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10111" key="com.atlassian.jira.toolkit:reporterdomain">
                        <customfieldname>Company</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>magnolia-cms.com</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                <customfield id="customfield_10031" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Mon, 28 Oct 2013 12:07:14 +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>ajones</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_13136" key="com.atlassian.jira.toolkit:LastCommentDate">
                        <customfieldname>Last public comment date</customfieldname>
                        <customfieldvalues>
                            10 years, 15 weeks, 2 days ago
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                            <customfield id="customfield_10020" key="com.atlassian.jira.toolkit:attachments">
                        <customfieldname>Number of attachments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10150" key="com.atlassian.jira.toolkit:comments">
                        <customfieldname>Number of comments</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>apchelintcev</customfieldvalue>
            <customfieldvalue>fgrilli</customfieldvalue>
            <customfieldvalue>rkovarik</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i026dr:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>12761</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_10245" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue id="26">5.2-rc2</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>