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

Issue 119880046: Added capability to edit acl in item acl report view itself (Closed)

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

Description

Added capability to edit acl in item acl report view itself

Patch Set 1 #

Patch Set 2 : Removed inline css #

Patch Set 3 : Added "Default" for default acls #

Patch Set 4 : Added flash message to show changes successfully applied #

Total comments: 1

Patch Set 5 : Changed from GET to POST method #

Total comments: 16

Patch Set 6 : Changes as per mentioned in previous review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -6 lines) Patch
M MoinMoin/apps/admin/templates/admin/item_acl_report.html View 1 2 3 4 5 1 chunk +22 lines, -2 lines 0 comments Download
M MoinMoin/apps/admin/views.py View 1 2 3 4 5 3 chunks +21 lines, -4 lines 0 comments Download
M MoinMoin/static/css/common.css View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Thomas.J.Waldmann
https://codereview.appspot.com/119880046/diff/70001/MoinMoin/apps/admin/templates/admin/item_acl_report.html File MoinMoin/apps/admin/templates/admin/item_acl_report.html (right): https://codereview.appspot.com/119880046/diff/70001/MoinMoin/apps/admin/templates/admin/item_acl_report.html#newcode18 MoinMoin/apps/admin/templates/admin/item_acl_report.html:18: <form id="moin-acl-form" action="{{ url_for('admin.modify_acl', item_name=item['fqname']) }}" method="GET"> basic rule ...
9 years, 8 months ago (2014-08-06 14:07:26 UTC) #1
ajgupta93
On 2014/08/06 14:07:26, Thomas.J.Waldmann wrote: > https://codereview.appspot.com/119880046/diff/70001/MoinMoin/apps/admin/templates/admin/item_acl_report.html > File MoinMoin/apps/admin/templates/admin/item_acl_report.html (right): > > https://codereview.appspot.com/119880046/diff/70001/MoinMoin/apps/admin/templates/admin/item_acl_report.html#newcode18 > ...
9 years, 8 months ago (2014-08-09 13:33:40 UTC) #2
Thomas.J.Waldmann
https://codereview.appspot.com/119880046/diff/90001/MoinMoin/apps/admin/templates/admin/item_acl_report.html File MoinMoin/apps/admin/templates/admin/item_acl_report.html (right): https://codereview.appspot.com/119880046/diff/90001/MoinMoin/apps/admin/templates/admin/item_acl_report.html#newcode15 MoinMoin/apps/admin/templates/admin/item_acl_report.html:15: <td><a href="{{ url_for('frontend.show_item', item_name=item['fqname']) }}">{% if item['name'] %}{{ item['name'] ...
9 years, 8 months ago (2014-08-09 17:19:36 UTC) #3
ajgupta93
https://codereview.appspot.com/119880046/diff/90001/MoinMoin/apps/admin/templates/admin/item_acl_report.html File MoinMoin/apps/admin/templates/admin/item_acl_report.html (right): https://codereview.appspot.com/119880046/diff/90001/MoinMoin/apps/admin/templates/admin/item_acl_report.html#newcode15 MoinMoin/apps/admin/templates/admin/item_acl_report.html:15: <td><a href="{{ url_for('frontend.show_item', item_name=item['fqname']) }}">{% if item['name'] %}{{ item['name'] ...
9 years, 8 months ago (2014-08-10 06:17:49 UTC) #4
RogerHaase
9 years, 8 months ago (2014-08-15 15:02:27 UTC) #5
looks OK, tests OK, commit
Sign in to reply to this message.

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