<!-- 
RSS generated by JIRA (9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b) at Mon Feb 12 02:01:36 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>[MGNLFORUM-193] Create M5-App and a Content-App as 1st sub-app to browse and moderate Forums, Threads and Messages</title>
                <link>https://jira.magnolia-cms.com/browse/MGNLFORUM-193</link>
                <project id="10130" key="MGNLFORUM">Forum (closed)</project>
                    <description>&lt;p&gt;Create M5-App and a Content-App as 1st sub-app to browse and moderate Forums, Threads and Messages.&lt;/p&gt;</description>
                <environment></environment>
        <key id="35143">MGNLFORUM-193</key>
            <summary>Create M5-App and a Content-App as 1st sub-app to browse and moderate Forums, Threads and Messages</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="34839">MGNLFORUM-189</parent>
                                    <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="cmeier">Christoph Meier</assignee>
                                    <reporter username="cmeier">Christoph Meier</reporter>
                        <labels>
                    </labels>
                <created>Mon, 9 Dec 2013 16:53:55 +0100</created>
                <updated>Wed, 12 Mar 2014 18:56:32 +0100</updated>
                            <resolved>Wed, 12 Mar 2014 09:56:18 +0100</resolved>
                                                    <fixVersion>3.3</fixVersion>
                                    <component>dialogs</component>
                    <component>moderation</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>4</watches>
                                                                                                                <comments>
                            <comment id="77663" author="dlipp" created="Fri, 10 Jan 2014 16:08:35 +0100"  >&lt;p&gt;Lots of things to fix:&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;many new classes don&apos;t have proper javadoc (TODO:write a better description here)&lt;/li&gt;
	&lt;li&gt;ton&apos;s of todo&apos;s added -&amp;gt; if the ticket is resolved one would assume it&apos;s all done - if there&apos;s open issues rather create dedicated tickets&lt;/li&gt;
	&lt;li&gt;many new classes are added but not a single unit test&lt;/li&gt;
	&lt;li&gt;branch doesn&apos;t even build because of failures of existing tests&lt;/li&gt;
	&lt;li&gt;commits should be cleaned/squashed: e.g. commit messages like &quot;apps-config, appLauncher-conf, actions ... (not working yet)&quot; should not go to master&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;btw: module doesn&apos;t have a coverage threshold yet&lt;/p&gt;</comment>
                            <comment id="79217" author="ejervidalo" created="Wed, 5 Feb 2014 17:56:20 +0100"  >&lt;p&gt;info.magnolia.module.forum.admin.action.ForumCommandAction#getFailureMessage use i18n&lt;/p&gt;


&lt;p&gt;e.g. info.magnolia.module.forum.admin.action.DeleteMessageAction#getParentThread use constants &lt;br/&gt;
for mgnl:thread, mgnl:message etc from info.magnolia.module.forum.DefaultForumManager&lt;/p&gt;

&lt;p&gt;info.magnolia.module.forum.admin.availability.InvalidatableRule#allow add @Override&lt;/p&gt;


&lt;p&gt;info.magnolia.module.forum.app.column.* fix javadoc&lt;br/&gt;
info.magnolia.module.forum.app.column.ForumColumnDefinition - used? -&amp;gt; remove it&lt;/p&gt;

&lt;p&gt;info.magnolia.module.forum.app.ForumContentApp javadoc&lt;/p&gt;

&lt;p&gt;move app related classes, like action, availability to app package.&lt;/p&gt;</comment>
                            <comment id="79227" author="cmeier" created="Thu, 6 Feb 2014 10:06:49 +0100"  >&lt;p&gt;ForumColumnDefinition is used in configuration; cannot remove it (=&amp;gt; reviewer)&lt;/p&gt;</comment>
                            <comment id="79816" author="cmeier" created="Mon, 17 Feb 2014 18:37:41 +0100"  >&lt;p&gt;Note: On master-branch, all  commits have been splitted up to only 5 commits against 5 tickets. &lt;br/&gt;
Most of the things are committed against &lt;a href=&quot;https://jira.magnolia-cms.com/browse/MGNLFORUM-193&quot; title=&quot;Create M5-App and a Content-App as 1st sub-app to browse and moderate Forums, Threads and Messages&quot; class=&quot;issue-link&quot; data-issue-key=&quot;MGNLFORUM-193&quot;&gt;&lt;del&gt;MGNLFORUM-193&lt;/del&gt;&lt;/a&gt; this one.&lt;/p&gt;</comment>
                            <comment id="81049" author="mdivilek" created="Tue, 11 Mar 2014 21:10:43 +0100"  >&lt;p&gt;Reopen:&lt;br/&gt;
Edit forum action (/modules/forum/apps/forum/subApps/browser/actions/editForum/) is available only for forum-admin-base role, but this role doesn&apos;t exist. This action should be available for forum-ALL-admin role instead of forum-admin-base.&lt;/p&gt;

&lt;p&gt;addForum, deleteForum action should be available only for forum-ALL-admin. Moderators should not have this actions available.&lt;/p&gt;

</comment>
                            <comment id="81068" author="cmeier" created="Wed, 12 Mar 2014 09:53:35 +0100"  >&lt;p&gt;Note to the reviewer:&lt;br/&gt;
&quot;addForum, deleteForum action should be available only for admin&quot; =&amp;gt; I had this once but then removed it since i was told to make it really simple; but bow brought it back since it really makes sense.&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10020">
                    <name>dependency</name>
                                            <outwardlinks description="depends upon">
                                        <issuelink>
            <issuekey id="35310">MGNLFORUM-201</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35410">MGNLFORUM-205</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35710">MGNLFORUM-206</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35711">MGNLFORUM-207</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35717">MGNLFORUM-208</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35718">MGNLFORUM-209</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35719">MGNLFORUM-210</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35781">MGNLFORUM-215</issuekey>
        </issuelink>
            <issuelink>
            <issuekey id="35743">MGNLFORUM-212</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                            <issuelinktype id="10010">
                    <name>relation</name>
                                                                <inwardlinks description="is related to">
                                        <issuelink>
            <issuekey id="34746">MGNLFORUM-191</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>Fri, 10 Jan 2014 16:08:35 +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>true</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>
                            9 years, 49 weeks, 4 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>6.0</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10011" key="com.atlassian.jira.toolkit:participants">
                        <customfieldname>Participants</customfieldname>
                        <customfieldvalues>
                                        <customfieldvalue>cmeier</customfieldvalue>
            <customfieldvalue>dlipp</customfieldvalue>
            <customfieldvalue>ejervidalo</customfieldvalue>
            <customfieldvalue>mdivilek</customfieldvalue>
    
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                    <customfield id="customfield_10833" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i02lb3:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10244" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>15191</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>