Unify management of configuration files between producer and consumer
---------------------------------------------------------------------
Key: GTNWSRP-2
URL: https://jira.jboss.org/jira/browse/GTNWSRP-2
Project: GateIn WSRP
Issue Type: Feature Request
Affects Versions: 1.0.0-Beta01
Reporter: Chris Laprun
Assignee: Chris Laprun
Consumer files are in the consumer jar, producer files are found in WEB-INF of the war file. The producer file should maybe be in the producer jar as well...
--
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
The day of the month in the calendar pop-up is not translated to French
-----------------------------------------------------------------------
Key: GTNPORTAL-1177
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1177
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Trong Tran
Assignee: Khoi Nguyen
The day of the month in the calendar pop-up is not translated to French see attached screenshot
In addition, this starts by Sunday. The days of the week must be in french and starts from Monday until Sunday.
(see the attach file)
--
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
Documentation for 3.1.0-CR01 and SSO Integration does refer to old sso-packaging
--------------------------------------------------------------------------------
Key: GTNPORTAL-1275
URL: https://jira.jboss.org/browse/GTNPORTAL-1275
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Documentation
Affects Versions: 3.1.0-CR01
Environment: apache-tombat-6.0.26 + josso-1.8.1
GateIn 3.1.0 CR01
Reporter: m ad
Assignee: Luc Texier
Priority: Optional
Fix For: 3.1.0-GA
The documentation http://docs.jboss.com/gatein/portal/3.1.0-CR01/reference-guide/en-US/html... does refer to an old SSO packaging (http://repository.jboss.org/maven2/org/gatein/sso/sso-packaging) which does not contain some Classes which are needed due to the <filter> declarations below.
I now got these files from the svn.
Would it be possible to release an updated SSO package for 3.1 and 3.0 (since the filters would be time saving there too)?
--
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
Error when create page have same name but different Navigation
--------------------------------------------------------------
Key: GTNPORTAL-1220
URL: https://jira.jboss.org/browse/GTNPORTAL-1220
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Hang Nguyen
Steps:
* At Navigation of Portal --> create page name : AAA
* At Navigation of Group --> create page name : AAA
==> It only show page name of Portal's Navigation --> Error
--
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 adding a portlet to a page, HTML header is not refreshed
-------------------------------------------------------------
Key: GTNPORTAL-1256
URL: https://jira.jboss.org/browse/GTNPORTAL-1256
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Thomas Heute
Fix For: 3.2.0-GA
If a portlet declares elements to add to the HTML head, when adding a portlet to a page, the head will not contain the elements right after editing the page.
A single refresh on the browser put things back in order.
--
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
Optimize RegistrationInfo operations
------------------------------------
Key: GTNWSRP-50
URL: https://jira.jboss.org/browse/GTNWSRP-50
Project: GateIn WSRP
Issue Type: Feature Request
Components: Consumer
Affects Versions: 1.1.1-GA
Reporter: Chris Laprun
Assignee: Chris Laprun
Priority: Minor
Fix For: 2.0.0
There's a bunch of data that could be cached instead of generated each time (RegistrationContext and RegistrationData, at least).
--
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 caching of service description information
----------------------------------------------
Key: GTNWSRP-45
URL: https://jira.jboss.org/browse/GTNWSRP-45
Project: GateIn WSRP
Issue Type: Feature Request
Components: Producer
Affects Versions: 1.1.1-GA
Reporter: Chris Laprun
Assignee: Chris Laprun
Priority: Minor
Fix For: 2.0.0
This will probably necessitate caching support at the portlet container level since to be correct, we'd need to know that the portlet container information hasn't changed since the last time it was requested to return the cached 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
Wrong merging javascript
------------------------
Key: GTNPORTAL-1182
URL: https://jira.jboss.org/jira/browse/GTNPORTAL-1182
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.0.0-GA
Reporter: Phan Chuong
Priority: Critical
If we have a javascript syntax like this
e=f[0]*10000+(f[1]||0)*100+ +(f[2]||0);
after merge, we will have
e=f[0]*10000+(f[1]||0)*100++(f[2]||0);
and this syntax is wrong.
--
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