Page MenuHomePhabricator

Allow descending order for list=backlinks, list=embeddedin and list=imageusage
Closed, ResolvedPublic

Description

It can be nice to get backlinks in descending order. Please add a
bldir param with 'ascending' and 'descending'.

Thanks.


Version: 1.20.x
Severity: enhancement

Details

Reference
bz32381
TitleReferenceAuthorSource BranchDest Branch
Draft: javascript evaluator: Undefine 'eval' so users can't use itrepos/abstract-wiki/wikifunctions/function-evaluator!37jforresterno-js-evalmain
Customize query in GitLab

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:02 AM
bzimport set Reference to bz32381.

list=embeddedin and list=imageusage are using the same code and can fixed in the same way.

What is this any use for? Reversing the list client side is very trivial. What is the benefit of doing this server side? (This pretty much goes for all of these similar bugs)

It is for navigation purpose. When you are at the end of the list and want back (when the list is bigger than your limit), you cannot, you have to store all previous values.

When two user working at the list and want remove the entries, the first starts at the begin and the other at the end. You can find other use cases as well.