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

Issue 13527045: UI for toggling history between names and itemid.

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by ashu1461
Modified:
10 years, 8 months ago
Reviewers:
thomas.j.waldmann
Visibility:
Public.

Description

UI for toggling history between names and itemid.

Patch Set 1 : #

Total comments: 7

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -14 lines) Patch
M MoinMoin/apps/frontend/views.py View 1 3 chunks +9 lines, -2 lines 0 comments Download
M MoinMoin/templates/history.html View 1 2 4 chunks +28 lines, -12 lines 0 comments Download

Messages

Total messages: 5
Thomas.J.Waldmann
https://codereview.appspot.com/13527045/diff/3001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/13527045/diff/3001/MoinMoin/apps/frontend/views.py#newcode933 MoinMoin/apps/frontend/views.py:933: terms.append(Term(term, value)) terms.extend(Term(term, value) for term, value in fqname.query.iteritems()) ...
10 years, 8 months ago (2013-09-05 08:42:23 UTC) #1
ashu1461
https://codereview.appspot.com/13527045/diff/3001/MoinMoin/templates/history.html File MoinMoin/templates/history.html (right): https://codereview.appspot.com/13527045/diff/3001/MoinMoin/templates/history.html#newcode71 MoinMoin/templates/history.html:71: {% if user.may.destroy(fqname) -%} On 2013/09/05 08:42:23, Thomas.J.Waldmann wrote: ...
10 years, 8 months ago (2013-09-05 10:01:35 UTC) #2
ashu1461
10 years, 8 months ago (2013-09-05 10:03:31 UTC) #3
ashu1461
https://codereview.appspot.com/13527045/diff/19001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/13527045/diff/19001/MoinMoin/apps/frontend/views.py#newcode890 MoinMoin/apps/frontend/views.py:890: Please ignore these changes, they are due to the ...
10 years, 8 months ago (2013-09-05 10:06:10 UTC) #4
Thomas.J.Waldmann
10 years, 8 months ago (2013-09-05 18:55:18 UTC) #5
https://codereview.appspot.com/13527045/diff/19001/MoinMoin/apps/frontend/vie...
File MoinMoin/apps/frontend/views.py (right):

https://codereview.appspot.com/13527045/diff/19001/MoinMoin/apps/frontend/vie...
MoinMoin/apps/frontend/views.py:1020: query = And([query, DateRange(MTIME,
start=datetime.utcfromtimestamp(bookmark_time), end=None)])
not your fault, but this meanwhile looks like it should be a list of queries and
the And() been done at the very end.

if you like to fix, separate cs.

https://codereview.appspot.com/13527045/diff/19001/MoinMoin/templates/history...
File MoinMoin/templates/history.html (right):

https://codereview.appspot.com/13527045/diff/19001/MoinMoin/templates/history...
MoinMoin/templates/history.html:44: <td class="moin-wordbreak"><a href="{{
url_for_item(doc.itemid, field='itemid', namespace=fqname.namespace,
endpoint='frontend.history') }}">{{ doc.itemid|shorten_id }}</a></td>
it still is all in one line. that is what I meant.
Sign in to reply to this message.

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