Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2329)

Issue 5373080: Make /all?closed=1 param in URL show only closed issues (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by techtonik
Modified:
12 years, 5 months ago
Reviewers:
Andi Albrecht, M-A, imirkin
CC:
codereview-discuss_googlegroups.com
Visibility:
Public.

Description

Demo: http://69.retreview.appspot.com/ See also issue 298 for further enhancements.

Patch Set 1 #

Patch Set 2 : Fix navigation #

Patch Set 3 : Better nav items separation #

Patch Set 4 : Also fix pagination header #

Total comments: 9

Patch Set 5 : Normalize 'closed' param and limit to known values #

Total comments: 2

Patch Set 6 : Opened -> Open #

Patch Set 7 : Show only open issues by default #

Total comments: 2

Patch Set 8 : Version without redirect #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -21 lines) Patch
M codereview/views.py View 1 2 3 4 5 6 7 2 chunks +23 lines, -15 lines 0 comments Download
M templates/all.html View 1 2 3 4 5 6 1 chunk +6 lines, -1 line 0 comments Download
M templates/issue_base.html View 1 2 3 4 5 6 7 1 chunk +9 lines, -5 lines 0 comments Download

Messages

Total messages: 25
techtonik
12 years, 5 months ago (2011-11-12 13:02:36 UTC) #1
techtonik
12 years, 5 months ago (2011-11-12 13:17:32 UTC) #2
techtonik
12 years, 5 months ago (2011-11-12 13:20:17 UTC) #3
techtonik
12 years, 5 months ago (2011-11-12 13:27:19 UTC) #4
imirkin_alum.mit.edu
What's the motivation behind removing the ability to view all issues? On Sat, Nov 12, ...
12 years, 5 months ago (2011-11-12 18:00:58 UTC) #5
techtonik
On 2011/11/12 18:00:58, imirkin_alum.mit.edu wrote: > What's the motivation behind removing the ability to view ...
12 years, 5 months ago (2011-11-12 22:14:04 UTC) #6
imirkin_alum.mit.edu
On Sat, Nov 12, 2011 at 5:14 PM, <techtonik@gmail.com> wrote: > On 2011/11/12 18:00:58, imirkin_alum.mit.edu ...
12 years, 5 months ago (2011-11-12 22:26:03 UTC) #7
Andi Albrecht
http://codereview.appspot.com/5373080/diff/3/codereview/views.py File codereview/views.py (right): http://codereview.appspot.com/5373080/diff/3/codereview/views.py#newcode1069 codereview/views.py:1069: nav_parameters['closed'] = closed # [ ] is escaping necessary? ...
12 years, 5 months ago (2011-11-14 13:37:27 UTC) #8
techtonik
12 years, 5 months ago (2011-11-14 17:01:25 UTC) #9
techtonik
Uploaded new patchset. Comments are below. http://codereview.appspot.com/5373080/diff/3/codereview/views.py File codereview/views.py (right): http://codereview.appspot.com/5373080/diff/3/codereview/views.py#newcode1069 codereview/views.py:1069: nav_parameters['closed'] = closed ...
12 years, 5 months ago (2011-11-14 17:13:21 UTC) #10
Andi Albrecht
LGTM http://codereview.appspot.com/5373080/diff/3/codereview/views.py File codereview/views.py (right): http://codereview.appspot.com/5373080/diff/3/codereview/views.py#newcode1075 codereview/views.py:1075: else: On 2011/11/14 17:13:21, techtonik wrote: > On ...
12 years, 5 months ago (2011-11-15 07:13:44 UTC) #11
techtonik
On 2011/11/15 07:13:44, Andi Albrecht wrote: > > > Why do you change the default ...
12 years, 5 months ago (2011-11-15 08:40:34 UTC) #12
techtonik
On the second thought the logic to show all issues by default (including closed) for ...
12 years, 5 months ago (2011-11-15 09:18:25 UTC) #13
techtonik
s/now shown/not shown/
12 years, 5 months ago (2011-11-15 09:19:07 UTC) #14
techtonik
12 years, 5 months ago (2011-11-15 14:56:26 UTC) #15
techtonik
Demo updated: http://69.retreview.appspot.com/ So if it is ok that we now display all Recent issues ...
12 years, 5 months ago (2011-11-15 15:02:12 UTC) #16
Andi Albrecht
On Tue, Nov 15, 2011 at 4:02 PM, <techtonik@gmail.com> wrote: > Demo updated: http://69.retreview.appspot.com/ I'm ...
12 years, 5 months ago (2011-11-15 20:20:01 UTC) #17
techtonik
12 years, 5 months ago (2011-11-23 16:37:48 UTC) #18
techtonik
New patchset and demo at http://71.retreview.appspot.com/ makes open issues appear by default.
12 years, 5 months ago (2011-11-23 16:42:08 UTC) #19
Andi Albrecht
http://codereview.appspot.com/5373080/diff/8002/codereview/views.py File codereview/views.py (right): http://codereview.appspot.com/5373080/diff/8002/codereview/views.py#newcode890 codereview/views.py:890: return HttpResponseRedirect(reverse(all)+'?closed=0') hm, let's not start with a redirect. ...
12 years, 5 months ago (2011-11-23 19:05:08 UTC) #20
techtonik
12 years, 5 months ago (2011-11-23 23:03:39 UTC) #21
techtonik
http://codereview.appspot.com/5373080/diff/8002/codereview/views.py File codereview/views.py (right): http://codereview.appspot.com/5373080/diff/8002/codereview/views.py#newcode890 codereview/views.py:890: return HttpResponseRedirect(reverse(all)+'?closed=0') On 2011/11/23 19:05:08, Andi Albrecht wrote: > ...
12 years, 5 months ago (2011-11-23 23:06:49 UTC) #22
Andi Albrecht
LGTM
12 years, 5 months ago (2011-11-24 11:26:58 UTC) #23
techtonik
Thanks! Committed as rd71c50dd25b6.
12 years, 5 months ago (2011-11-24 12:59:34 UTC) #24
Andi Albrecht
12 years, 5 months ago (2011-11-24 13:09:36 UTC) #25
On Thu, Nov 24, 2011 at 1:59 PM,  <techtonik@gmail.com> wrote:
> Thanks! Committed as rd71c50dd25b6.

...and live!

Thanks, Anatoly!

--Andi

>
> http://codereview.appspot.com/5373080/
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b