You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by "Philip Mark Donaghy (JIRA)" <je...@portals.apache.org> on 2006/06/15 11:27:29 UTC

[jira] Created: (JS2-546) Show that there is a link to the sort function on the DB Browser

Show that there is a link to the sort function on the DB Browser
----------------------------------------------------------------

         Key: JS2-546
         URL: http://issues.apache.org/jira/browse/JS2-546
     Project: Jetspeed 2
        Type: Improvement

  Components: Demo Portlets  
    Versions: 2.1, 2.1-dev    
    Reporter: Philip Mark Donaghy
    Priority: Minor


A title tip and mouse icon does not appear when hovering over the column name. In fact you don't even know that you can sort the column until you look at the template code. Perhaps this is intentional :)

Can not patch the file database-view.vm file because svn reports this to be a binary file.

I changed line 37 to,

<div align="center"><a href="#" title="Sort $column" onClick="window.location.href='$columnLink';return false;" style="color: white;">$column</a></div>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Updated: (JS2-546) Fix the sort function on the DB Browser

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
     [ http://issues.apache.org/jira/browse/JS2-546?page=all ]

Ate Douma updated JS2-546:
--------------------------

    Summary: Fix the sort function on the DB Browser  (was: Show that there is a link to the sort function on the DB Browser)
       type: Bug  (was: Improvement)

Thanks for checking Philip.
I tested out your change, but although I now can click the column headers, the behavior isn't correct so maybe it *is* intentional ;)
The sort functionality isn't implemented correctly, so I've updated this issue to an (still) minor bug and a new subject too.
I've no time to look into this now but maybe someone else will.

> Fix the sort function on the DB Browser
> ---------------------------------------
>
>          Key: JS2-546
>          URL: http://issues.apache.org/jira/browse/JS2-546
>      Project: Jetspeed 2
>         Type: Bug

>   Components: Demo Portlets
>     Versions: 2.1, 2.1-dev
>     Reporter: Philip Mark Donaghy
>     Priority: Minor

>
> A title tip and mouse icon does not appear when hovering over the column name. In fact you don't even know that you can sort the column until you look at the template code. Perhaps this is intentional :)
> Can not patch the file database-view.vm file because svn reports this to be a binary file.
> I changed line 37 to,
> <div align="center"><a href="#" title="Sort $column" onClick="window.location.href='$columnLink';return false;" style="color: white;">$column</a></div>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-546) Fix the sort function on the DB Browser

Posted by "Ate Douma (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-546?page=comments#action_12417273 ] 

Ate Douma commented on JS2-546:
-------------------------------

David, he's looking at the DB Browser demo.
I've tested it out, and while sorting is implemented, the behavior isn't correct: it sorts decending first and clicking twice on the column doesn't revert that.

> Fix the sort function on the DB Browser
> ---------------------------------------
>
>          Key: JS2-546
>          URL: http://issues.apache.org/jira/browse/JS2-546
>      Project: Jetspeed 2
>         Type: Bug

>   Components: Demo Portlets
>     Versions: 2.1, 2.1-dev
>     Reporter: Philip Mark Donaghy
>     Priority: Minor

>
> A title tip and mouse icon does not appear when hovering over the column name. In fact you don't even know that you can sort the column until you look at the template code. Perhaps this is intentional :)
> Can not patch the file database-view.vm file because svn reports this to be a binary file.
> I changed line 37 to,
> <div align="center"><a href="#" title="Sort $column" onClick="window.location.href='$columnLink';return false;" style="color: white;">$column</a></div>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org


[jira] Commented: (JS2-546) Fix the sort function on the DB Browser

Posted by "David Sean Taylor (JIRA)" <je...@portals.apache.org>.
    [ http://issues.apache.org/jira/browse/JS2-546?page=comments#action_12416404 ] 

David Sean Taylor commented on JS2-546:
---------------------------------------

Look at the DB Browser demo - sorting is implemented there
its just not implemented in the administrative portlets
easy enough to add



> Fix the sort function on the DB Browser
> ---------------------------------------
>
>          Key: JS2-546
>          URL: http://issues.apache.org/jira/browse/JS2-546
>      Project: Jetspeed 2
>         Type: Bug

>   Components: Demo Portlets
>     Versions: 2.1, 2.1-dev
>     Reporter: Philip Mark Donaghy
>     Priority: Minor

>
> A title tip and mouse icon does not appear when hovering over the column name. In fact you don't even know that you can sort the column until you look at the template code. Perhaps this is intentional :)
> Can not patch the file database-view.vm file because svn reports this to be a binary file.
> I changed line 37 to,
> <div align="center"><a href="#" title="Sort $column" onClick="window.location.href='$columnLink';return false;" style="color: white;">$column</a></div>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org