tbayart / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

RSS Downloader does not properly sort Pub Date column #330

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load a torrent RSS via the settings dialog.
2. Open the RSS Downloader, then update the RSS.
3. Sort the list by Pub Date.

What is the expected output? What do you see instead?
The column sorts, but sorts as an alphabetical String field instead of a date. 
So, for example, if there are entries from 9/9 through 10/5, you would see them 
in the following order. (A screencap is included as well.)

10/1
...
10/5
9/10
...
9/19
9/20
...
9/29
9/30
9/9

It's obvious that the RSS feed's date is read OK. (in the feed itself,  dates 
in the format "Tue, 05 Oct 2010 07:15:02 +0200", so I'm sure it's being parsed).

What version of the products are you using?
OS: Windows 7
Transmission: 1.92 (build 10363 - freenas embedded)
Remote: 3.23 (rev 0)

Original issue reported on code.google.com by shawn...@gmail.com on 6 Oct 2010 at 2:06

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed by r672.

Original comment by elso.and...@gmail.com on 6 Oct 2010 at 2:20