← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~jr/launchpad/676825-most-neglected into lp:launchpad

 

Jonathan Riddell has proposed merging lp:~jr/launchpad/676825-most-neglected into lp:launchpad.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)
Related bugs:
  Bug #676825 in Launchpad itself: "Terminology: "least recently changed" confusing"
  https://bugs.launchpad.net/launchpad/+bug/676825

For more details, see:
https://code.launchpad.net/~jr/launchpad/676825-most-neglected/+merge/66003

For https://bugs.launchpad.net/launchpad/+bug/676825 the bug sort option "least recently changed" is considered confusing to read.

Proposed fix is to change it to "most neglected".

Testing, I have viewed the change on the page https://bugs.launchpad.dev/bazaar running on a local launchpad instance, search works correctly.



-- 
https://code.launchpad.net/~jr/launchpad/676825-most-neglected/+merge/66003
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~jr/launchpad/676825-most-neglected into lp:launchpad.
=== modified file 'lib/lp/bugs/templates/bugtarget-macros-search.pt'
--- lib/lp/bugs/templates/bugtarget-macros-search.pt	2010-11-19 15:12:44 +0000
+++ lib/lp/bugs/templates/bugtarget-macros-search.pt	2011-06-27 14:46:41 +0000
@@ -53,7 +53,7 @@
     <option
       value="date_last_updated"
       tal:attributes="selected python:orderby == 'date_last_updated'"
-    >least recently changed</option>
+    >most neglected</option>
     <option
       value="-date_last_updated"
       tal:attributes="selected python:orderby == '-date_last_updated'"