[JBoss JIRA] (GTNPORTAL-2874) Several Enhancements to GateIn Redirect Admin UI
by Boleslaw Dawidowicz (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2874?page=com.atlassian.jira.pl... ]
Boleslaw Dawidowicz updated GTNPORTAL-2874:
-------------------------------------------
Fix Version/s: 3.6.0.Beta02
(was: 3.6.0.Beta01)
> Several Enhancements to GateIn Redirect Admin UI
> ------------------------------------------------
>
> Key: GTNPORTAL-2874
> URL: https://issues.jboss.org/browse/GTNPORTAL-2874
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Alexandre Mendonça
> Assignee: Alexandre Mendonça
> Fix For: 3.6.0.Beta02
>
>
> Redirect Administratio UI needs several enhancements, such as:
> - Show modal with confirmation before deleting a redirect;
> - Update redirects list after deleting a redirect;
> - Show alerts/messages when there aren't any Conditions;
> - Show alerts/messages when there aren't any Node Mappings defined;
> - Show tooltips for explaining what can go in the Conditons input text;
> - Show tooltips for explaining what can go in the Device Properties input text;
> - Show the "X" button on modal windows (it works but it's not visible);
> - Show initial empty rows for User Agent String Contains/Does Not Contain when adding a new condition;
> - Fix when saving a redirect (it shows both summary and redirect edit at some point);
> - Remove toggle icon on left of "Redirects" left menu header;
> - Stop page redirect when clicking "Cancel" on Redirect Configuration view;
> - Change "Add Condition" modal title when editing an existing condition, to show "Edit Condition";
> - Properties add/edit must work even when not using "-Dorg.apache.el.parser.COERCE_TO_ZERO=false";
> - etc...
--
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
13 years
[JBoss JIRA] (GTNPORTAL-2896) Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
by Boleslaw Dawidowicz (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-2896?page=com.atlassian.jira.pl... ]
Boleslaw Dawidowicz updated GTNPORTAL-2896:
-------------------------------------------
Fix Version/s: 3.6.0.Beta02
(was: 3.6.0.Beta01)
> Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
> ----------------------------------------------------------------------------------------------------------
>
> Key: GTNPORTAL-2896
> URL: https://issues.jboss.org/browse/GTNPORTAL-2896
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Ken Finnigan
> Assignee: Ken Finnigan
> Fix For: 3.6.0.Beta02
>
>
> {{@PortletLifecycleScoped}} will be active during the Action -> Event -> Render lifecycle, and a new context will be used for each {{ResourceRequest}}.
> {{@PortletRedisplayScoped}} will be active during the same request lifeycyle as {{@PortletLifecycleScoped}}, but it will be terminated:
> * when commencing a new {{ActionRequest}}
> * when commencing a new {{EventRequest}} executing after a {{RenderRequest}}
> * when a {{ResourceRequest}} navigates to a new view
> * when resource limitations require the scope to be garbage collected
> Any beans created during a {{ResourceRequest}} will be merged into the existing {{@PortletRedisplayScoped}} context at its completion.
--
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
13 years
[JBoss JIRA] (GTNPORTAL-2896) Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
by Ken Finnigan (JIRA)
Ken Finnigan created GTNPORTAL-2896:
---------------------------------------
Summary: Introduce @PortletLifecycleScoped and @PortletRedisplayScoped to support portlet lifecycle in CDI portlets
Key: GTNPORTAL-2896
URL: https://issues.jboss.org/browse/GTNPORTAL-2896
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Reporter: Ken Finnigan
Assignee: Ken Finnigan
Fix For: 3.6.0.Final
{{@PortletLifecycleScoped}} will be active during the Action -> Event -> Render lifecycle, and a new context will be used for each {{ResourceRequest}}.
{{@PortletRedisplayScoped}} will be active during the same request lifeycyle as {{@PortletLifecycleScoped}}, but it will be terminated:
* when commencing a new {{ActionRequest}}
* when commencing a new {{EventRequest}} executing after a {{RenderRequest}}
* when a {{ResourceRequest}} navigates to a new view
* when resource limitations require the scope to be garbage collected
Any beans created during a {{ResourceRequest}} will be merged into the existing {{@PortletRedisplayScoped}} context at its completion.
--
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
13 years