You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Janne Jalkanen (JIRA)" <ji...@apache.org> on 2009/02/12 22:02:59 UTC

[jira] Reopened: (JSPWIKI-480) Attachments not correctly sorted

     [ https://issues.apache.org/jira/browse/JSPWIKI-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Janne Jalkanen reopened JSPWIKI-480:
------------------------------------


OK, reopening.

I also noticed that it does not sort correctly when there are negative integers in the sortdata.  I've got data which looks like this (quotes omitted for brevity):

<td sortdata=-1>1 dan</td>
<td sortdata=-1>1 dan</td>
<td sortdata=-2>2 dan</td>
<td sortdata=-3>3 dan</td>
<td sortdata=1>1 kyu</td>
<td sortdata=2>2 kyu</td>
<td sortdata=3>3 kyu</td>

The sorting still occurs in alphabetical order according to the data in the table cell, not the sortdata.

> Attachments not correctly sorted
> --------------------------------
>
>                 Key: JSPWIKI-480
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-480
>             Project: JSPWiki
>          Issue Type: Bug
>    Affects Versions: 2.8.1, 3.0
>            Reporter: Bruno Peeters
>            Priority: Minor
>             Fix For: 2.8.2
>
>         Attachments: attachments-sort.jpg, JSPWIKI-480a.png, JSPWIKI-480b.png
>
>
> The list of attachments for a wiki page can be sorted according to date modified (up & down). In both cases, the timepart of the datetime is not taken into account in the sort. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.