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

Issue 20120043: Remove form-based issue upload/updating. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by iannucci
Modified:
11 years, 10 months ago
Reviewers:
Andi, M-A
CC:
codereview-list_googlegroups.com, codereview-discuss_googlegroups.com
Base URL:
hg::https://iannucci%40chromium.org@code.google.com/p/rietveld/@move_notify
Visibility:
Public.

Description

Remove form-based issue upload/updating. Doesn't remove as much cruft as I had hoped, but it's still less cruft. R=maruel@chromium.org BUG=

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -85 lines) Patch
M codereview/models.py View 1 chunk +0 lines, -1 line 0 comments Download
M codereview/responses.py View 2 chunks +0 lines, -3 lines 0 comments Download
M codereview/urls.py View 1 chunk +1 line, -3 lines 1 comment Download
M codereview/views.py View 6 chunks +6 lines, -70 lines 3 comments Download
M templates/issue_base.html View 1 chunk +1 line, -5 lines 0 comments Download
M templates/use_uploadpy.html View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 7
iannucci
11 years, 10 months ago (2013-10-31 01:45:26 UTC) #1
iannucci
https://codereview.appspot.com/20120043/diff/1/codereview/urls.py File codereview/urls.py (right): https://codereview.appspot.com/20120043/diff/1/codereview/urls.py#newcode41 codereview/urls.py:41: (r'^(\d+)/(?:show)?$', 'show'), This previously was passing the string 'show' ...
11 years, 10 months ago (2013-10-31 01:49:14 UTC) #2
M-A
+ codereview-discuss@googlegroups.com This CL removes the manual upload of diffs. It provided little value and ...
11 years, 10 months ago (2013-10-31 17:52:42 UTC) #3
Andi
We've thought about removing the upload form several times in the past few years, but ...
11 years, 10 months ago (2013-10-31 18:25:24 UTC) #4
iannucci
https://codereview.appspot.com/20120043/diff/1/codereview/views.py File codereview/views.py (right): https://codereview.appspot.com/20120043/diff/1/codereview/views.py#newcode980 codereview/views.py:980: return HttpResponseRedirect(reverse(customized_upload_py)) On 2013/10/31 18:25:24, Andi wrote: > IMO ...
11 years, 10 months ago (2013-11-01 09:35:18 UTC) #5
Andi
LGTM https://codereview.appspot.com/20120043/diff/1/codereview/views.py File codereview/views.py (right): https://codereview.appspot.com/20120043/diff/1/codereview/views.py#newcode980 codereview/views.py:980: return HttpResponseRedirect(reverse(customized_upload_py)) On 2013/11/01 09:35:19, iannucci wrote: > ...
11 years, 10 months ago (2013-11-01 09:36:44 UTC) #6
iannucci
11 years, 10 months ago (2013-11-02 01:06:02 UTC) #7

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