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

Proposed by Jonathan Riddell
Status: Merged
Approved by: j.c.sackett
Approved revision: no longer in the source branch.
Merged at revision: 13312
Proposed branch: lp:~jr/launchpad/676825-most-neglected
Merge into: lp:launchpad
Diff against target: 72 lines (+7/-7)
4 files modified
lib/lp/bugs/stories/bugtask-searches/xx-sort-orders.txt (+2/-2)
lib/lp/bugs/templates/bugtarget-macros-search.pt (+1/-1)
lib/lp/code/browser/branchlisting.py (+1/-1)
lib/lp/code/stories/branches/xx-branch-listings.txt (+3/-3)
To merge this branch: bzr merge lp:~jr/launchpad/676825-most-neglected
Reviewer Review Type Date Requested Status
j.c.sackett (community) Approve
Matthew Revell (community) text Approve
Review via email: mp+66003@code.launchpad.net

Commit message

[r=jcsackett][bug=676825] Changes the title for "least recently changed" to "most neglected"

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Matthew Revell (matthew.revell) wrote :

"Most neglected" seems like a good compromise. It doesn't communicate precisely how the search is ordered but I think this wording is easily understood and close enough to how the search is ordered.

review: Approve (text)
Revision history for this message
j.c.sackett (jcsackett) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lib/lp/bugs/stories/bugtask-searches/xx-sort-orders.txt'
2--- lib/lp/bugs/stories/bugtask-searches/xx-sort-orders.txt 2010-10-05 22:04:38 +0000
3+++ lib/lp/bugs/stories/bugtask-searches/xx-sort-orders.txt 2011-06-27 15:16:39 +0000
4@@ -59,10 +59,10 @@
5 1 Firefox does not support SVG
6 mozilla-firefox Low Confirmed
7
8-By least recently changed:
9+By most neglected:
10
11 >>> anon_browser.getControl(name="orderby").displayValue = [
12- ... "least recently changed"]
13+ ... "most neglected"]
14 >>> anon_browser.getControl('Search', index=0).click()
15 >>> print_bugtasks(anon_browser.contents)
16 1 Firefox does not support SVG
17
18=== modified file 'lib/lp/bugs/templates/bugtarget-macros-search.pt'
19--- lib/lp/bugs/templates/bugtarget-macros-search.pt 2010-11-19 15:12:44 +0000
20+++ lib/lp/bugs/templates/bugtarget-macros-search.pt 2011-06-27 15:16:39 +0000
21@@ -53,7 +53,7 @@
22 <option
23 value="date_last_updated"
24 tal:attributes="selected python:orderby == 'date_last_updated'"
25- >least recently changed</option>
26+ >most neglected</option>
27 <option
28 value="-date_last_updated"
29 tal:attributes="selected python:orderby == '-date_last_updated'"
30
31=== modified file 'lib/lp/code/browser/branchlisting.py'
32--- lib/lp/code/browser/branchlisting.py 2011-03-03 01:13:47 +0000
33+++ lib/lp/code/browser/branchlisting.py 2011-06-27 15:16:39 +0000
34@@ -306,7 +306,7 @@
35 """)
36
37 LEAST_RECENTLY_CHANGED_FIRST = Item("""
38- least recently changed first
39+ most neglected first
40
41 Sort branches from the least recently to the most recently
42 changed.
43
44=== modified file 'lib/lp/code/stories/branches/xx-branch-listings.txt'
45--- lib/lp/code/stories/branches/xx-branch-listings.txt 2010-08-23 03:30:54 +0000
46+++ lib/lp/code/stories/branches/xx-branch-listings.txt 2011-06-27 15:16:39 +0000
47@@ -197,7 +197,7 @@
48 >>> filter_control.displayOptions
49 ['by project name', 'by status', 'by branch name',
50 'by owner name', 'most recently changed first',
51- 'least recently changed first', 'newest first', 'oldest first']
52+ 'most neglected first', 'newest first', 'oldest first']
53
54
55
56@@ -277,7 +277,7 @@
57 by status
58 by branch name
59 most recently changed first
60- least recently changed first
61+ most neglected first
62 newest first
63 oldest first
64
65@@ -300,7 +300,7 @@
66 by branch name
67 by owner name
68 most recently changed first
69- least recently changed first
70+ most neglected first
71 newest first
72 oldest first
73