-
Bug
-
Resolution: Fixed
-
Minor
-
Jenkins 2.354
Alpine
Chrome
Java 11
-
-
2.362
I don't know since when, but for some time sorting in plugin manager do not work.
I guess it's after manager upgrade.
Instead of sorting by timestamp it sorts by date string.
https://github.com/jenkinsci/jenkins/blob/afb7c2a96be8aed2b659e9f08677b403082c4799/core/src/main/resources/hudson/PluginManager/table.jelly#L222
I think reason of such behavior is unsupported format and html tag. According to sortable lib this sorter should be used here.
https://github.com/jenkinsci/jenkins/blob/cee0d06770e6bed478e105368ef57371814f3f79/war/src/main/webapp/scripts/sortable.js#L296
In attachment you have a small preview.
- duplicates
-
JENKINS-69126 Sorting plugins by Released date sorts lexicographically instead of chronologically
- Closed
- is caused by
-
JENKINS-64196 Bad performance on loading plugin manager available page
- Closed
- is duplicated by
-
JENKINS-69126 Sorting plugins by Released date sorts lexicographically instead of chronologically
- Closed
- links to