[JBoss JIRA] (GTNWSRP-374) Improve admin GUI to be W3C compliant
by Lucas Ponce (JIRA)
[ https://issues.jboss.org/browse/GTNWSRP-374?page=com.atlassian.jira.plugi... ]
Lucas Ponce updated GTNWSRP-374:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 2.3.0
Resolution: Done
> Improve admin GUI to be W3C compliant
> -------------------------------------
>
> Key: GTNWSRP-374
> URL: https://issues.jboss.org/browse/GTNWSRP-374
> Project: GateIn WSRP
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Components: Admin GUI
> Affects Versions: 2.2.11.Final
> Reporter: Lucas Ponce
> Assignee: Juraci Paixão Kröhling
> Fix For: 2.2.12.Final, 2.3.0
>
>
> Admin GUI portlet has some issues incompatible with XHTML 1.0 spec:
> - <link> tags rendered inside <body> tags.
> - Repeated id attributes in generated JSF tags.
> - Other minor enhancenemtns.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3464) Enabled/disabled users icons
by Lucas Ponce (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3464?page=com.atlassian.jira.pl... ]
Lucas Ponce updated GTNPORTAL-3464:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 3.9.0.Final
Resolution: Done
> Enabled/disabled users icons
> ----------------------------
>
> Key: GTNPORTAL-3464
> URL: https://issues.jboss.org/browse/GTNPORTAL-3464
> Project: GateIn Portal
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Affects Versions: 3.8.0.Beta01
> Reporter: Lucas Ponce
> Assignee: Lucas Ponce
> Fix For: 3.8.0.Final, 3.9.0.Final
>
>
> Enabled users have a grey icon and disable users have a green icon in users admin app.
> This create some confusion at UI as expected behaviour colors are the opposity.
> A good solution for that would be to update the column title
> “Enabled” to “Status”. Also, with this kind of label, the icon must indicate
> the current status. So, grey icon for disabled and green icon for enabled.
> The tooltip also must indicate the current status, so it should say
> “Disabled User” for gray icons and “Enabled User” for green icons.
>
> When the user clicks on the icon, it should change for the opposite, and the text in the tooltip should be updated.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months
[JBoss JIRA] (GTNPORTAL-3435) Import .zip REST API broken with EAP 6.3.0.Alpha1
by Lucas Ponce (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3435?page=com.atlassian.jira.pl... ]
Lucas Ponce resolved GTNPORTAL-3435.
------------------------------------
Resolution: Done
> Import .zip REST API broken with EAP 6.3.0.Alpha1
> -------------------------------------------------
>
> Key: GTNPORTAL-3435
> URL: https://issues.jboss.org/browse/GTNPORTAL-3435
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Lucas Ponce
> Assignee: Lucas Ponce
> Attachments: jbossweb-7.4.1.Final.jar, portal_classic_2014-03-28_16-59-29.zip
>
>
> A curl operation over template/user API:
> curl -i -H "Content-Type: application/zip" -u root:gtn -X PUT -T examples/user.zip "http://localhost:8080/rest/private/managed-components/template/user"
> hangs with:
> 16:35:16,466 INFO [org.exoplatform.portal.mop.management.operations.TemplateImportResource] (http-/127.0.0.1:8080-4) Import successful !
> 16:35:16,475 ERROR [org.apache.catalina.connector] (http-/127.0.0.1:8080-4) JBWEB001018: An exception or error occurred in the container during the request processing: java.nio.BufferOverflowException
> at java.nio.DirectByteBuffer.put(DirectByteBuffer.java:357) [rt.jar:1.7.0_25]
> at org.apache.coyote.http11.InternalNioOutputBuffer.commit(InternalNioOutputBuffer.java:666) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.commit(Http11NioProcessor.java:480) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.action(Http11NioProcessor.java:798) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.Response.action(Response.java:190) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.Response.sendHeaders(Response.java:390) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:352) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.OutputBuffer.close(OutputBuffer.java:318) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.Response.finishResponse(Response.java:487) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:371) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProcessor.process(Http11NioProcessor.java:353) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.coyote.http11.Http11NioProtocol$Http11ConnectionHandler.process(Http11NioProtocol.java:911) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at org.apache.tomcat.util.net.NioEndpoint$ChannelProcessor.run(NioEndpoint.java:920) [jbossweb-7.4.0.Beta4.jar:7.4.0.Beta4]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_25]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_25]
> at java.lang.Thread.run(Thread.java:724) [rt.jar:1.7.0_25]
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
10 years, 5 months