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

Issue 102140045: Added +tickets view having list of all tickets (Closed)

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

Description

Added +tickets view having list of all tickets

Patch Set 1 #

Total comments: 9

Patch Set 2 : Now only results are sent to tickets.html #

Total comments: 16

Patch Set 3 : #

Patch Set 4 : Removed one small error #

Total comments: 12

Patch Set 5 : Made some more changes #

Total comments: 6

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : Removed a small indentation error #

Total comments: 16

Patch Set 9 : Changed heading to Ticket List and also made summary, priority, severity, difficulty, effort necess… #

Patch Set 10 : Added search feature in +tickets view #

Patch Set 11 : Made some small changes #

Total comments: 13

Patch Set 12 : #

Patch Set 13 : Added css for Ticket List table #

Patch Set 14 : #

Patch Set 15 : #

Total comments: 5

Patch Set 16 : #

Patch Set 17 : Added js for filter and also button for showing either all or only open tickets #

Total comments: 1

Patch Set 18 : Did some minor changes #

Total comments: 15

Patch Set 19 : Made changes according to the comments #

Total comments: 17

Patch Set 20 : Used Bootstrap table, Added buttons for viewing All, Open, Close Tickets and also made some other c… #

Total comments: 8

Patch Set 21 : Added some comments in tickets.js and also removed code duplication in tickets.html #

Patch Set 22 : Removed some unnecessary comments #

Total comments: 4

Patch Set 23 : Used class instead of id #

Patch Set 24 : #

Patch Set 25 : #

Total comments: 2

Patch Set 26 : Used class instead of id for buttons #

Total comments: 4

Patch Set 27 : Done translation in titles #

Patch Set 28 : Removed comma #

Unified diffs Side-by-side diffs Delta from patch set Stats (+244 lines, -15 lines) Patch
M MoinMoin/apps/frontend/views.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 2 chunks +32 lines, -1 line 0 comments Download
M MoinMoin/items/ticket.py View 1 2 3 4 5 6 7 8 12 3 chunks +3 lines, -3 lines 0 comments Download
A MoinMoin/static/js/tickets.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +40 lines, -0 lines 0 comments Download
A MoinMoin/templates/tickets.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +88 lines, -0 lines 0 comments Download
M MoinMoin/themes/basic/static/css/basic.css View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +34 lines, -0 lines 0 comments Download
M MoinMoin/themes/basic/static/custom-less/basic.less View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +34 lines, -0 lines 0 comments Download
A MoinMoin/themes/basic/static/img/search.png View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Binary file 0 comments Download
M MoinMoin/themes/basic/templates/layout.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +13 lines, -11 lines 0 comments Download

Messages

Total messages: 59
dimazest
https://codereview.appspot.com/102140045/diff/1/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/1/MoinMoin/apps/frontend/views.py#newcode2201 MoinMoin/apps/frontend/views.py:2201: @frontend.route('/+tickets', methods=['GET', 'POST']) why do you accept POST? https://codereview.appspot.com/102140045/diff/1/MoinMoin/apps/frontend/views.py#newcode2204 ...
9 years, 11 months ago (2014-06-04 13:16:58 UTC) #1
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html#newcode23 MoinMoin/templates/tickets.html:23: {% for i in range(results|length) %} On 2014/06/04 13:16:57, ...
9 years, 11 months ago (2014-06-04 14:26:39 UTC) #2
dimazest
https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html#newcode23 MoinMoin/templates/tickets.html:23: {% for i in range(results|length) %} could, please, you ...
9 years, 11 months ago (2014-06-04 14:36:11 UTC) #3
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/1/MoinMoin/templates/tickets.html#newcode23 MoinMoin/templates/tickets.html:23: {% for i in range(results|length) %} On 2014/06/04 14:36:11, ...
9 years, 11 months ago (2014-06-04 14:40:43 UTC) #4
dimazest
https://codereview.appspot.com/102140045/diff/1/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/1/MoinMoin/apps/frontend/views.py#newcode2203 MoinMoin/apps/frontend/views.py:2203: with flaskg.storage.indexer.ix[LATEST_REVS].searcher() as searcher: here is the search context ...
9 years, 11 months ago (2014-06-04 15:23:37 UTC) #5
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} On 2014/06/04 15:23:36, dimazest wrote: ...
9 years, 11 months ago (2014-06-04 15:32:12 UTC) #6
dimazest
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} {% 'Closed' if result['closed'] else ...
9 years, 11 months ago (2014-06-04 15:37:29 UTC) #7
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} On 2014/06/04 15:37:29, dimazest wrote: ...
9 years, 11 months ago (2014-06-04 15:56:07 UTC) #8
dimazest
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} http://jinja.pocoo.org/docs/templates/#if-expression On 2014/06/04 15:56:07, sksaurabhkathpalia ...
9 years, 11 months ago (2014-06-04 15:57:31 UTC) #9
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} On 2014/06/04 15:57:31, dimazest wrote: ...
9 years, 11 months ago (2014-06-04 16:02:03 UTC) #10
dimazest
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} not really from the docs: ...
9 years, 11 months ago (2014-06-04 16:04:21 UTC) #11
dimazest
9 years, 11 months ago (2014-06-04 16:04:22 UTC) #12
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} On 2014/06/04 16:04:21, dimazest wrote: ...
9 years, 11 months ago (2014-06-04 16:07:26 UTC) #13
dimazest
https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/20001/MoinMoin/templates/tickets.html#newcode34 MoinMoin/templates/tickets.html:34: {% if result['closed'] %} cool! On 2014/06/04 16:07:26, sksaurabhkathpalia ...
9 years, 11 months ago (2014-06-04 16:08:10 UTC) #14
dimazest
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/apps/frontend/views.py#newcode2206 MoinMoin/apps/frontend/views.py:2206: return render_template('tickets.html', i think it can be one line ...
9 years, 11 months ago (2014-06-04 16:29:48 UTC) #15
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode16 MoinMoin/templates/tickets.html:16: <th>{{_("No.")}}</th> On 2014/06/04 16:29:48, dimazest wrote: > are you ...
9 years, 11 months ago (2014-06-04 16:36:02 UTC) #16
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/apps/frontend/views.py#newcode2206 MoinMoin/apps/frontend/views.py:2206: return render_template('tickets.html', On 2014/06/04 16:29:48, dimazest wrote: > i ...
9 years, 11 months ago (2014-06-04 16:37:27 UTC) #17
dimazest
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode16 MoinMoin/templates/tickets.html:16: <th>{{_("No.")}}</th> what about this: <th>No.</th> On 2014/06/04 16:36:02, sksaurabhkathpalia ...
9 years, 11 months ago (2014-06-05 06:43:06 UTC) #18
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode16 MoinMoin/templates/tickets.html:16: <th>{{_("No.")}}</th> On 2014/06/05 06:43:05, dimazest wrote: > what about ...
9 years, 11 months ago (2014-06-05 06:48:50 UTC) #19
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode53 MoinMoin/templates/tickets.html:53: {{ _("%(tag)s ", tag = tag)}} On 2014/06/05 06:43:05, ...
9 years, 11 months ago (2014-06-05 06:52:28 UTC) #20
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode53 MoinMoin/templates/tickets.html:53: {{ _("%(tag)s ", tag = tag)}} On 2014/06/05 06:52:28, ...
9 years, 11 months ago (2014-06-05 07:07:53 UTC) #21
dimazest
https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/60001/MoinMoin/templates/tickets.html#newcode10 MoinMoin/templates/tickets.html:10: <h1>List of Tickets</h1> Look, here _() is not used
9 years, 11 months ago (2014-06-05 08:51:44 UTC) #22
dimazest
https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html#newcode12 MoinMoin/templates/tickets.html:12: {% if results is defined %} if results https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html#newcode27 ...
9 years, 11 months ago (2014-06-05 09:25:41 UTC) #23
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html#newcode12 MoinMoin/templates/tickets.html:12: {% if results is defined %} On 2014/06/05 09:25:41, ...
9 years, 11 months ago (2014-06-05 09:29:15 UTC) #24
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/80001/MoinMoin/templates/tickets.html#newcode51 MoinMoin/templates/tickets.html:51: {{ _(tag) }} On 2014/06/05 09:25:41, dimazest wrote: > ...
9 years, 11 months ago (2014-06-05 09:29:36 UTC) #25
Thomas.J.Waldmann
https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html#newcode4 MoinMoin/templates/tickets.html:4: <title>{{_("List of Tickets")}}</title> just "Tickets"? plural is indicating that ...
9 years, 11 months ago (2014-06-06 21:29:25 UTC) #26
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html#newcode25 MoinMoin/templates/tickets.html:25: <td>{{result.pos + 1}}</td> On 2014/06/06 21:29:24, Thomas.J.Waldmann wrote: > ...
9 years, 11 months ago (2014-06-07 07:30:46 UTC) #27
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html#newcode51 MoinMoin/templates/tickets.html:51: {{ tag }} On 2014/06/06 21:29:24, Thomas.J.Waldmann wrote: > ...
9 years, 11 months ago (2014-06-07 10:06:11 UTC) #28
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/140001/MoinMoin/templates/tickets.html#newcode4 MoinMoin/templates/tickets.html:4: <title>{{_("List of Tickets")}}</title> On 2014/06/06 21:29:24, Thomas.J.Waldmann wrote: > ...
9 years, 11 months ago (2014-06-07 10:11:57 UTC) #29
Thomas.J.Waldmann
https://codereview.appspot.com/102140045/diff/180001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/180001/MoinMoin/apps/frontend/views.py#newcode2210 MoinMoin/apps/frontend/views.py:2210: ok, looks good so far. https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): ...
9 years, 11 months ago (2014-06-09 16:52:16 UTC) #30
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html#newcode38 MoinMoin/templates/tickets.html:38: </a> On 2014/06/09 16:52:16, Thomas.J.Waldmann wrote: > same here, ...
9 years, 11 months ago (2014-06-09 17:11:55 UTC) #31
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html#newcode5 MoinMoin/templates/tickets.html:5: <title>{{_("Ticket List")}}</title> On 2014/06/09 16:52:16, Thomas.J.Waldmann wrote: > "Tickets" ...
9 years, 11 months ago (2014-06-10 16:45:19 UTC) #32
sksaurabhkathpalia
On 2014/06/10 16:45:19, sksaurabhkathpalia wrote: > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html > File MoinMoin/templates/tickets.html (right): > > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html#newcode5 > ...
9 years, 11 months ago (2014-06-10 16:48:50 UTC) #33
sksaurabhkathpalia
On 2014/06/10 16:45:19, sksaurabhkathpalia wrote: > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html > File MoinMoin/templates/tickets.html (right): > > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html#newcode5 > ...
9 years, 11 months ago (2014-06-10 16:48:52 UTC) #34
sksaurabhkathpalia
On 2014/06/10 16:45:19, sksaurabhkathpalia wrote: > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html > File MoinMoin/templates/tickets.html (right): > > https://codereview.appspot.com/102140045/diff/180001/MoinMoin/templates/tickets.html#newcode5 > ...
9 years, 11 months ago (2014-06-10 16:48:54 UTC) #35
Thomas.J.Waldmann
https://codereview.appspot.com/102140045/diff/260001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/260001/MoinMoin/apps/frontend/views.py#newcode2204 MoinMoin/apps/frontend/views.py:2204: query = request.args.get('q') maybe as a general remark for ...
9 years, 10 months ago (2014-06-12 11:50:40 UTC) #36
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/260001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/260001/MoinMoin/apps/frontend/views.py#newcode2204 MoinMoin/apps/frontend/views.py:2204: query = request.args.get('q') On 2014/06/12 11:50:40, Thomas.J.Waldmann wrote: > ...
9 years, 10 months ago (2014-06-12 13:07:41 UTC) #37
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/300001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/300001/MoinMoin/templates/tickets.html#newcode43 MoinMoin/templates/tickets.html:43: {{ result['summary'][:50] }} ThomasWaldmann I am still not able ...
9 years, 10 months ago (2014-06-13 13:09:47 UTC) #38
dimazest
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py#newcode2206 MoinMoin/apps/frontend/views.py:2206: """ according to pep8 one line comments should be ...
9 years, 10 months ago (2014-06-14 09:39:09 UTC) #39
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py#newcode2206 MoinMoin/apps/frontend/views.py:2206: """ On 2014/06/14 09:39:08, dimazest wrote: > according to ...
9 years, 10 months ago (2014-06-14 10:51:57 UTC) #40
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py#newcode2214 MoinMoin/apps/frontend/views.py:2214: is_open = u'' On 2014/06/14 10:51:57, sksaurabhkathpalia wrote: > ...
9 years, 10 months ago (2014-06-14 10:59:11 UTC) #41
dimazest
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py#newcode2206 MoinMoin/apps/frontend/views.py:2206: """ http://legacy.python.org/dev/peps/pep-0008/#documentation-strings On 2014/06/14 10:51:57, sksaurabhkathpalia wrote: > On ...
9 years, 10 months ago (2014-06-14 11:30:53 UTC) #42
dimazest
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/apps/frontend/views.py#newcode2214 MoinMoin/apps/frontend/views.py:2214: is_open = u'' I mean it should be boolean, ...
9 years, 10 months ago (2014-06-14 11:32:49 UTC) #43
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/320001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/320001/MoinMoin/templates/tickets.html#newcode15 MoinMoin/templates/tickets.html:15: <input type="submit" value="{{ 'All' if is_open=='True' else 'Open' }}" ...
9 years, 10 months ago (2014-06-14 12:39:53 UTC) #44
Thomas.J.Waldmann
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/apps/frontend/views.py#newcode2210 MoinMoin/apps/frontend/views.py:2210: is_open = request.form['is_open'] maybe you want to directly transform ...
9 years, 10 months ago (2014-06-14 19:44:41 UTC) #45
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/static/js/tickets.js File MoinMoin/static/js/tickets.js (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/static/js/tickets.js#newcode35 MoinMoin/static/js/tickets.js:35: } On 2014/06/14 19:44:40, Thomas.J.Waldmann wrote: > why is ...
9 years, 10 months ago (2014-06-15 06:14:22 UTC) #46
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/apps/frontend/views.py#newcode2210 MoinMoin/apps/frontend/views.py:2210: is_open = request.form['is_open'] On 2014/06/14 19:44:40, Thomas.J.Waldmann wrote: > ...
9 years, 10 months ago (2014-06-15 06:45:05 UTC) #47
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/static/js/tickets.js File MoinMoin/static/js/tickets.js (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/static/js/tickets.js#newcode13 MoinMoin/static/js/tickets.js:13: //len = total number of elements in table On ...
9 years, 10 months ago (2014-06-15 06:50:54 UTC) #48
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/themes/basic/static/custom-less/basic.less File MoinMoin/themes/basic/static/custom-less/basic.less (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/themes/basic/static/custom-less/basic.less#newcode352 MoinMoin/themes/basic/static/custom-less/basic.less:352: color: #039; On 2014/06/14 19:44:40, Thomas.J.Waldmann wrote: > hardcoded ...
9 years, 10 months ago (2014-06-15 12:24:23 UTC) #49
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/340001/MoinMoin/themes/basic/static/custom-less/basic.less File MoinMoin/themes/basic/static/custom-less/basic.less (right): https://codereview.appspot.com/102140045/diff/340001/MoinMoin/themes/basic/static/custom-less/basic.less#newcode328 MoinMoin/themes/basic/static/custom-less/basic.less:328: background-image: url('/static/logos/search.png'); On 2014/06/14 19:44:40, Thomas.J.Waldmann wrote: > not ...
9 years, 10 months ago (2014-06-15 12:44:49 UTC) #50
dimazest
https://codereview.appspot.com/102140045/diff/360001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/360001/MoinMoin/apps/frontend/views.py#newcode2208 MoinMoin/apps/frontend/views.py:2208: # receive values only by POST i'm not sure ...
9 years, 10 months ago (2014-06-15 19:04:24 UTC) #51
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/360001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/360001/MoinMoin/apps/frontend/views.py#newcode2224 MoinMoin/apps/frontend/views.py:2224: q = And(terms) On 2014/06/15 19:04:23, dimazest wrote: > ...
9 years, 10 months ago (2014-06-16 05:10:21 UTC) #52
dimazest
https://codereview.appspot.com/102140045/diff/400001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/400001/MoinMoin/templates/tickets.html#newcode15 MoinMoin/templates/tickets.html:15: {% for i in range(status_values|length) %} for status_value in ...
9 years, 10 months ago (2014-06-16 07:59:16 UTC) #53
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/400001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/400001/MoinMoin/templates/tickets.html#newcode16 MoinMoin/templates/tickets.html:16: <form action="{{ url_for('frontend.tickets') }}" method="post" id='moin-ticketsearch-form'> On 2014/06/16 07:59:16, ...
9 years, 10 months ago (2014-06-16 08:22:33 UTC) #54
dimazest
https://codereview.appspot.com/102140045/diff/460001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/460001/MoinMoin/templates/tickets.html#newcode19 MoinMoin/templates/tickets.html:19: <input type="submit" value="{{ status_value.capitalize() }}" id="ticket-query-button" title="{{ _('Show %(status)s ...
9 years, 10 months ago (2014-06-16 12:06:43 UTC) #55
sksaurabhkathpalia
https://codereview.appspot.com/102140045/diff/460001/MoinMoin/templates/tickets.html File MoinMoin/templates/tickets.html (right): https://codereview.appspot.com/102140045/diff/460001/MoinMoin/templates/tickets.html#newcode19 MoinMoin/templates/tickets.html:19: <input type="submit" value="{{ status_value.capitalize() }}" id="ticket-query-button" title="{{ _('Show %(status)s ...
9 years, 10 months ago (2014-06-16 12:21:07 UTC) #56
dimazest
https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/views.py#newcode2215 MoinMoin/apps/frontend/views.py:2215: terms = [Term(ITEMTYPE, ITEMTYPE_TICKET), ] comma is not needed ...
9 years, 10 months ago (2014-06-17 07:38:13 UTC) #57
dimazest
https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/views.py#newcode2218 MoinMoin/apps/frontend/views.py:2218: if status == u'open': are there any other statuses ...
9 years, 10 months ago (2014-06-17 07:40:50 UTC) #58
sksaurabhkathpalia
9 years, 10 months ago (2014-06-17 07:54:49 UTC) #59
https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/v...
File MoinMoin/apps/frontend/views.py (right):

https://codereview.appspot.com/102140045/diff/410009/MoinMoin/apps/frontend/v...
MoinMoin/apps/frontend/views.py:2218: if status == u'open':
On 2014/06/17 07:40:49, dimazest wrote:
> are there any other statuses possible?

Yeah status can take values "open", "closed", "all"
Sign in to reply to this message.

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