[JBoss JIRA] (GTNPORTAL-3379) Provide a button/icon to reset the search string
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3379?page=com.atlassian.jira.pl... ]
RH Bugzilla Integration commented on GTNPORTAL-3379:
----------------------------------------------------
Peter Palaga <ppalaga(a)redhat.com> changed the Status of [bug 793647|https://bugzilla.redhat.com/show_bug.cgi?id=793647] from ASSIGNED to POST
> Provide a button/icon to reset the search string
> -------------------------------------------------
>
> Key: GTNPORTAL-3379
> URL: https://issues.jboss.org/browse/GTNPORTAL-3379
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Juraci Paixão Kröhling
> Assignee: Juraci Paixão Kröhling
> Fix For: 3.7.0.Final
>
>
> When I first click on the User Management, it does show the full list of users from LDAP. But after searching some user entry if I click on the User Management again, it does not render the full user list. The only way to get the full user list is to clear the entry in the search box and click the Search Icon.
> From the usability standpoint of view, I think clicking again on the User Management should clear the search entry and render the full list of users.
> If this can't be changed because of the current design then at least there should be a way to clear the search criteria.
> The same applies to other lists which offer search functionality, such as in the Page Management.
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-3379) Provide a button/icon to reset the search string
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3379?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3379:
------------------------------------
Fix Version/s: 3.7.0.Final
(was: 3.8.0.Final)
> Provide a button/icon to reset the search string
> -------------------------------------------------
>
> Key: GTNPORTAL-3379
> URL: https://issues.jboss.org/browse/GTNPORTAL-3379
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Juraci Paixão Kröhling
> Assignee: Juraci Paixão Kröhling
> Fix For: 3.7.0.Final
>
>
> When I first click on the User Management, it does show the full list of users from LDAP. But after searching some user entry if I click on the User Management again, it does not render the full user list. The only way to get the full user list is to clear the entry in the search box and click the Search Icon.
> From the usability standpoint of view, I think clicking again on the User Management should clear the search entry and render the full list of users.
> If this can't be changed because of the current design then at least there should be a way to clear the search criteria.
> The same applies to other lists which offer search functionality, such as in the Page Management.
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-3379) Provide a button/icon to reset the search string
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3379?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3379:
------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Provide a button/icon to reset the search string
> -------------------------------------------------
>
> Key: GTNPORTAL-3379
> URL: https://issues.jboss.org/browse/GTNPORTAL-3379
> Project: GateIn Portal
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Reporter: Juraci Paixão Kröhling
> Assignee: Juraci Paixão Kröhling
> Fix For: 3.7.0.Final
>
>
> When I first click on the User Management, it does show the full list of users from LDAP. But after searching some user entry if I click on the User Management again, it does not render the full user list. The only way to get the full user list is to clear the entry in the search box and click the Search Icon.
> From the usability standpoint of view, I think clicking again on the User Management should clear the search entry and render the full list of users.
> If this can't be changed because of the current design then at least there should be a way to clear the search criteria.
> The same applies to other lists which offer search functionality, such as in the Page Management.
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-3396) Support all possible js module dependency names in define()
by Peter Palaga (JIRA)
Peter Palaga created GTNPORTAL-3396:
---------------------------------------
Summary: Support all possible js module dependency names in define()
Key: GTNPORTAL-3396
URL: https://issues.jboss.org/browse/GTNPORTAL-3396
Project: GateIn Portal
Issue Type: Task
Security Level: Public (Everyone can see)
Affects Versions: 3.7.0.Final
Reporter: Peter Palaga
Assignee: Peter Palaga
Let's have a dependeny graph as simple as:
dojo/sniff depends on dojo/has
Given that both dojo/sniff and dojo/has live in the same directory named "dojo", the dojo/sniff.js file starts with
define(["./has"], function(has){
Note the relative module path name "./has" there. Relative paths comply with the AMD spec [1] and "../<someModule>" should also be supported.
Using such relative module names in define() does not seem to work in GateIn.
[1] https://github.com/amdjs/amdjs-api/wiki/AMD
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-3395) Eliminate warning ISPN000190: Use of the 'loader' element...
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3395?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3395:
------------------------------------
Description:
This warning gets logged five times during GateIn startup on JBoss AS 7.1.1
{code:none}
WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
{code}
Expected: no warnings during default GateIn startup.
was:
This warning get logged five times during GateIn startup on JBoss AS 7.1.1
{code:none}
WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
{code}
Expected: no warnings during default GateIn startup.
> Eliminate warning ISPN000190: Use of the 'loader' element...
> ------------------------------------------------------------
>
> Key: GTNPORTAL-3395
> URL: https://issues.jboss.org/browse/GTNPORTAL-3395
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.7.0.Final
> Reporter: Peter Palaga
>
> This warning gets logged five times during GateIn startup on JBoss AS 7.1.1
> {code:none}
> WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
> {code}
> Expected: no warnings during default GateIn startup.
--
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
11 years, 8 months
[JBoss JIRA] (GTNPORTAL-3395) Eliminate warning ISPN000190: Use of the 'loader' element...
by Peter Palaga (JIRA)
[ https://issues.jboss.org/browse/GTNPORTAL-3395?page=com.atlassian.jira.pl... ]
Peter Palaga updated GTNPORTAL-3395:
------------------------------------
Description:
This warning get logged five times during GateIn startup on JBoss AS 7.1.1
{code:none}
WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
{code}
Expected: no warnings during default GateIn startup.
was:
This warning get logged five times during GateIn startup on JBoss AS 7.1.1
{code:none}
WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
{code}
> Eliminate warning ISPN000190: Use of the 'loader' element...
> ------------------------------------------------------------
>
> Key: GTNPORTAL-3395
> URL: https://issues.jboss.org/browse/GTNPORTAL-3395
> Project: GateIn Portal
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 3.7.0.Final
> Reporter: Peter Palaga
>
> This warning get logged five times during GateIn startup on JBoss AS 7.1.1
> {code:none}
> WARN [org.infinispan.configuration.parsing.Parser52] (MSC service thread 1-1) ISPN000190: Use of the 'loader' element to configure a store is deprecated, please use the 'store' element instead
> {code}
> Expected: no warnings during default GateIn startup.
--
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
11 years, 8 months