[UI] Create UI for adding a new tab on UITabContainer
-----------------------------------------------------
Key: GTNPORTAL-1478
URL: https://jira.jboss.org/browse/GTNPORTAL-1478
Project: GateIn Portal
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: WebUI
Affects Versions: 3.1.0-GA
Reporter: Khoi Nguyen
Attachments: GTNPORTAL-1417-20100915.patch, mockup.png
We will support to add a tab at runtime on UITabContainer, so we need a add button for this function
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Support to newly add tab at run-time for the Tab Layout Container
-----------------------------------------------------------------
Key: GTNPORTAL-1417
URL: https://jira.jboss.org/browse/GTNPORTAL-1417
Project: GateIn Portal
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: WebUI
Reporter: Trong Tran
Currently we have only pre-configured 2 and 3 tabs layout in GateIn but it does not provide any method to add a new one.
Ideally the Tab Layout Container would be able to :
+ Newly add a new tab
+ Re-order the tab's position
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
When one portlet crashes, a different one well be displayed
-----------------------------------------------------------
Key: GTNPORTAL-1510
URL: https://jira.jboss.org/browse/GTNPORTAL-1510
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Environment: * GateIn 3.1/JBoss AS 5.1
* Seam 2
* JSF 2
Reporter: Michael Schuetz
What I did:
* starting portal
* logging in with specific role
* access portlet
* perform portlet actions
* let the portlet crash (in mny use case this portlet need special VPN access to external system. So i just cut VPN access.)
* try to redo portlet actions
* another portlet appears
Strange thing: the logged in user does not have the permissions to view this portlet.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Still add group navigation for group although user is member of group
---------------------------------------------------------------------
Key: GTNPORTAL-1464
URL: https://jira.jboss.org/browse/GTNPORTAL-1464
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Hang Nguyen
- Create new user
- Add this user into a group with membership is not "Manager"
- Add this user into group that can edit current portal
- Login by new added user
- Click on group link
- Click on Add Navigation button
=> Still show group navigation and add it into group list
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
create integration test for passing of render parameter to PC
-------------------------------------------------------------
Key: GTNPORTAL-324
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-324
Project: GateIn Portal
Issue Type: Task
Components: PC integration
Affects Versions: 3.0.0-Beta04
Reporter: Prabhat Jha
Fix For: 3.0.0-Beta04
Matt, Please attach the source code of portlet to the jira along with some details on what and how to test. Once you do that, please assign it back to me.
Thomas: We would have to decide where to put these kinds of tests. Any thoughts on this?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
gatein_objects_1_1.xsd should declare VISIBLE as possible value for the the "visibility" simple type
----------------------------------------------------------------------------------------------------
Key: GTNPORTAL-1346
URL: https://jira.jboss.org/browse/GTNPORTAL-1346
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA, 3.0.0-GA
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.2.0-GA
we do have
<xs:element name="visibility" type="visibility" default="VISIBLE" minOccurs="0" maxOccurs="1"/>
and
<xs:simpleType name="visibility">
<xs:restriction base='xs:string'>
<xs:enumeration value="DISPLAYED"/>
<xs:enumeration value="HIDDEN"/>
<xs:enumeration value="TEMPORAL"/>
<xs:enumeration value="SYSTEM"/>
</xs:restriction>
</xs:simpleType>
the resolution should create a new 1_2 XSD version
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
maven plugin version declaration in parent pom
----------------------------------------------
Key: GTNPORTAL-292
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-292
Project: GateIn Portal
Issue Type: Task
Components: Packaging
Reporter: Dimitri BAELI
Assignee: Arnaud Heritier
Currently the gatein/portal/trunk/pom.xml contains :
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>1.1.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
This information should be present in its parent pom or higher.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Put all versions of dependencies in the dependenciesManagement of the parent and use gatein-dep
-----------------------------------------------------------------------------------------------
Key: GTNPORTAL-116
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-116
Project: GateIn Portal
Issue Type: Task
Components: Packaging
Affects Versions: 3.0.0-Beta02
Reporter: Arnaud Heritier
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Implement packaging using maven-assembly-plugin
-----------------------------------------------
Key: GTNPORTAL-1338
URL: https://jira.jboss.org/browse/GTNPORTAL-1338
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Packaging
Affects Versions: 3.1.0-GA
Environment: All build environments
Reporter: Martin Podolinsky
Assignee: Martin Podolinsky
Check possibilities and implement Gatein packaging by maven-assembly-plugin instead of the current, javascript based, one.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Add jcip-annotations.jar in the 'default' configuration
-------------------------------------------------------
Key: GTNPORTAL-734
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-734
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Packaging
Reporter: Thomas Heute
Assignee: Thomas Heute
Fix For: 3.0.0-GA
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira