[JBoss JIRA] (GTNPORTAL-3169) Redirect Admin UI: "Show more" link does not work
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3169?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3169:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Redirect Admin UI: "Show more" link does not work
> -------------------------------------------------
>
> Key: GTNPORTAL-3169
> URL: https://issues.jboss.org/browse/GTNPORTAL-3169
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Alexandre Mendonça
> Assignee: Alexandre Mendonça
>
> Site Redirects and Export/Import portlet shows 4 sites in the menu by default. The remaining sites should be displayed after using "Show more" link, which does not currently seem to do anything, after selecting a site.
> Steps to Reproduce:
> 1. Sign in as root.
> 2. Create at least 3 new portal sites to fill in the list.
> 3. Go to Group > Administration > Site Redirects and Export/Import.
> 4. Select any site.
> 5. Click the "Show more" link next to "Sites".
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-3168) Perf improvements in RedirectPortlet and RedirectRequestHandler
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3168?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3168:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Perf improvements in RedirectPortlet and RedirectRequestHandler
> ---------------------------------------------------------------
>
> Key: GTNPORTAL-3168
> URL: https://issues.jboss.org/browse/GTNPORTAL-3168
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Performance
> Affects Versions: 3.6.0.Final
> Reporter: Marek Posolda
> Assignee: Marek Posolda
> Fix For: 3.7.0.Final
>
>
> - For the RedirectPortlet, the JSP page redirect.jsp is currently performing 3 calls to redirect.getAlternativeSites(). It should be reduced to 1 call to improve performance and avoid possible consistency issues.
> - In the RedirectRequestHandler are many calls to log.debug which are called during each HTTP request and have some minor impact on performance. They should be wrapped within
> {code}
> if (debug) {
> log.debug(...);
> }
> {code}
> or alternatively changed to trace (I am leaving debug for backward compatibility)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months
[JBoss JIRA] (GTNPORTAL-3170) Cleanup useless key in resource bundles
by Son Tran (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3170?page=com.atlassian.jira.pl... ]
Son Tran commented on GTNPORTAL-3170:
-------------------------------------
I have removed some keys those were no longer used:
- UIChangeSkin.Mac.label
- UIDescription.content.pageEditWizard
- UIDescription.content.pageManagement
- UIDescription.content.pageWizard
- UIDescription.content.pageWizard2
- UIDescription.content.pageWizard3
- UIDescription.content.portalManagement
- UIPageNodeForm.label.modifier
- UIPortletForm.tab.label.Renderer
- UIWizardPageSelectLayoutForm.label.UIPageTemplateOptions
- UIForgetPassword.mail.password
> Cleanup useless key in resource bundles
> ---------------------------------------
>
> Key: GTNPORTAL-3170
> URL: https://issues.jboss.org/browse/GTNPORTAL-3170
> Project: GateIn Portal
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Son Tran
> Priority: Minor
>
> Cleanup useless keys in resource bundles
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 9 months