Opened 20 years ago
Closed 18 years ago
#1207 closed defect (fixed)
Browser doesn't retain sorting criteria
Reported by: | Owned by: | Christian Boos | |
---|---|---|---|
Priority: | low | Milestone: | 0.11 |
Component: | version control/browser | Version: | 0.9.5 |
Severity: | minor | Keywords: | patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
In the source code browser, one can sort the elements either by name or age, and either ascending or descending. However, upon navigating to a parent- or subfolder, the sorting criteria is not retained.
The current values of the order
and desc
resp. asc
arguments should be passed (appended) to all links containing /browser/
, i.e. directories and ..
.
Attachments (1)
Change History (5)
comment:1 by , 20 years ago
Priority: | normal → low |
---|---|
Severity: | normal → minor |
by , 18 years ago
Attachment: | preserve_order.diff added |
---|
comment:2 by , 18 years ago
Keywords: | patch added |
---|---|
Version: | 0.8 → 0.9.5 |
Here's a patch for this, if anyone's still interested.
comment:3 by , 18 years ago
Milestone: | → 0.11 |
---|---|
Owner: | changed from | to
Thanks for the patch. There's no need to pass a dict argument to the href, however. Keyword arguments should be used instead.
Implementation patch against 0.9-stable