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

Issue 107440046: Added subscribe and quicklink option in ticket's base.html (Closed)

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

Description

Added subscribe and quicklink option in ticket's base.html

Patch Set 1 #

Patch Set 2 : Corrected Indentation #

Patch Set 3 : Added these features in other themes as well #

Patch Set 4 : Made a small change #

Total comments: 1

Patch Set 5 : Used item.fqname instead of fqname #

Patch Set 6 : Now removed these features on the new ticket page #

Total comments: 9
Unified diffs Side-by-side diffs Delta from patch set Stats (+64 lines, -0 lines) Patch
M MoinMoin/items/ticket.py View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/templates/ticket/base.html View 1 2 3 4 5 2 chunks +63 lines, -0 lines 9 comments Download

Messages

Total messages: 3
dimazest
https://codereview.appspot.com/107440046/diff/60001/MoinMoin/items/ticket.py File MoinMoin/items/ticket.py (right): https://codereview.appspot.com/107440046/diff/60001/MoinMoin/items/ticket.py#newcode208 MoinMoin/items/ticket.py:208: item=self, if you pass self, there is not need ...
9 years, 9 months ago (2014-07-04 08:12:27 UTC) #1
Thomas.J.Waldmann
https://codereview.appspot.com/107440046/diff/100001/MoinMoin/templates/ticket/base.html File MoinMoin/templates/ticket/base.html (right): https://codereview.appspot.com/107440046/diff/100001/MoinMoin/templates/ticket/base.html#newcode42 MoinMoin/templates/ticket/base.html:42: {% set exists = item.fqname and storage.get_item(**item.fqname.query) %} check ...
9 years, 9 months ago (2014-07-05 16:30:02 UTC) #2
sksaurabhkathpalia
9 years, 9 months ago (2014-07-05 16:38:21 UTC) #3
https://codereview.appspot.com/107440046/diff/100001/MoinMoin/templates/ticke...
File MoinMoin/templates/ticket/base.html (right):

https://codereview.appspot.com/107440046/diff/100001/MoinMoin/templates/ticke...
MoinMoin/templates/ticket/base.html:51: <a href="{{
url_for('frontend.quicklink_item', item_name=item.fqname) }}"
class="list-group-item" rel="nofollow" title="Create or remove a navigation link
to this item">
On 2014/07/05 16:30:02, Thomas.J.Waldmann wrote:
> we wanted tickets to be nameless, so you use a tickets name to create a link
to
> it?

we are passing fqname as this way only we can get link.
In quicklink function it is received as fqname only. I have tested it, it works
completely fine :)

https://codereview.appspot.com/107440046/diff/100001/MoinMoin/templates/ticke...
MoinMoin/templates/ticket/base.html:60: <i class="icon-envelope
icon-fixed-width"> </i>
On 2014/07/05 16:30:02, Thomas.J.Waldmann wrote:
> is that space inside needed for something?

Oh sorry
I will remove the space in my next commit as this is already committed
Sign in to reply to this message.

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