You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by "Greg Huber (JIRA)" <ji...@apache.org> on 2009/01/29 10:17:11 UTC

[jira] Created: (ROL-1785) Design menu not showing when themes.customtheme.allowed=false

Design menu not showing when themes.customtheme.allowed=false
-------------------------------------------------------------

                 Key: ROL-1785
                 URL: https://issues.apache.org/roller/browse/ROL-1785
             Project: Roller
          Issue Type: Bug
    Affects Versions: 4.1
            Reporter: Greg Huber
            Assignee: Roller Unassigned
            Priority: Minor


In editor-menu.xml there is an option set to not show the design menu if themes.customtheme.allowed is set to false.
ie:
enabledProperty="themes.customtheme.allowed">

This will completely disable the theme switching also.  There is a action:

        <action name="themeEdit!*" method="{1}"
                class="org.apache.roller.weblogger.ui.struts2.editor.ThemeEdit">
            <result name="input" type="tiles">.ThemeEdit</result>
            <result name="input-sharedonly" type="tiles">.ThemeEditSharedThemesOnly</result>
        </action>

that takes care of this and only allows theme switching.  I am not sure if this is now what it is supposed to do ie completelt disable themes, we loose functionality if it is.

Also  .ThemeEditSharedThemesOnly is missing from tiles.xml.

Cheers Greg

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.