[JBoss JIRA] (GTNPORTAL-2374) Portlet edit mode css are broken in the page editor
by donino doninos (JIRA)
donino doninos created GTNPORTAL-2374:
-----------------------------------------
Summary: Portlet edit mode css are broken in the page editor
Key: GTNPORTAL-2374
URL: https://issues.jboss.org/browse/GTNPORTAL-2374
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: PC integration, User Interface
Affects Versions: 3.2.0-GA, 3.2.0-CR01
Environment: Tested on Linux Ubuntu, Windows 7, Windows server 2003 with tomcat 6 & 7 and jboss 6
Reporter: donino doninos
Assignee: Matt Wringe
The custom 286 Portlets use the doHeaders method to include the required css and javascript files. It works both in view mode and in edit mode in the standard portlet windows, but in the page editor the css/js are broken, therefore the edit mode cannot be displayed correctly.
If the css/js are directly included in the jsp files then it works. Currently in order to work in any portal sections, it seems the resource files need to be included both in the doHeaders method and in jsp files, whereas the doHeaders include should be sufficient.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] Created: (GTNPORTAL-1791) Incorrect logging category in CacheUserProfileFitler
by Marek Posolda (JIRA)
Incorrect logging category in CacheUserProfileFitler
----------------------------------------------------
Key: GTNPORTAL-1791
URL: https://issues.jboss.org/browse/GTNPORTAL-1791
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 3.1.0-GA
Environment: Gatein trunk, revision 5668
Reporter: Marek Posolda
Priority: Trivial
In class org.exoplatform.web.CacheUserProfileFilter is incorrect logging category
private static Log log = ExoLogger.getLogger("core.security.SetCurrentIdentityFilter");
This causes confusing exception messages, which seems to be thrown from SetCurrentIdentityFilter even if they are thrown from CacheUserProfileFilter like:
[SetCurrentIdentityFilter]An error occured while cache user profile
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 7 months
[JBoss JIRA] (GTNPORTAL-2167) GateIn - Wicket Portlet Javascript Error
by Ronny Pscheidl (Created) (JIRA)
GateIn - Wicket Portlet Javascript Error
----------------------------------------
Key: GTNPORTAL-2167
URL: https://issues.jboss.org/browse/GTNPORTAL-2167
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: User Interface
Affects Versions: 3.2.0-M01, 3.1.0-GA
Reporter: Ronny Pscheidl
Fix For: 3.2.0-M02, 3.2.0-GA
Attachments: Util.js-patched_for_wicket_protlet
If you use wicket-portlet ajax requests doesn't be submitted, because of the bind function in Util.js. You get errors like undefined when using bind function. new browser javascript egines already have this function, so it hasn't to be overridden. wicket-ajax use this function a lot. Please update the javascript file in line 251 like this:
/**
* @author jeremi joslin
*
* Function util
*/
if (Function.prototype.bind == null) {
Function.prototype.bind = function(object) {
var method = this;
return function() {
method.apply(object, arguments);
}
}
}
path: web\eXoResources\src\main\webapp\javascript\eXo\core
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months
[JBoss JIRA] Created: (GTNPORTAL-2118) NPE while handling requests
by Chris Laprun (JIRA)
NPE while handling requests
---------------------------
Key: GTNPORTAL-2118
URL: https://issues.jboss.org/browse/GTNPORTAL-2118
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Chris Laprun
Priority: Blocker
Fix For: 3.2.0-M02
13:06:03,532 ERROR [portal:PortalRequestHandler] Error while handling request
java.lang.NullPointerException
at org.exoplatform.services.resources.LocaleContextInfo.getLocale(LocaleContextInfo.java:237)
at org.exoplatform.portal.application.localization.LocalizationLifecycle.onStartRequest(LocalizationLifecycle.java:158)
at org.exoplatform.portal.application.localization.LocalizationLifecycle.onStartRequest(LocalizationLifecycle.java:80)
at org.exoplatform.portal.application.PortalRequestHandler.processRequest(PortalRequestHandler.java:165)
at org.exoplatform.portal.application.PortalRequestHandler.execute(PortalRequestHandler.java:150)
at org.exoplatform.web.WebAppController.service(WebAppController.java:349)
at org.exoplatform.portal.application.PortalController.onService(PortalController.java:127)
at org.exoplatform.container.web.AbstractHttpServlet.service(AbstractHttpServlet.java:132)
Leads to blank pages.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 8 months