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

Issue 10869045: Changed existing fqname methods.

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

Description

Changed existing fqname methods.

Patch Set 1 #

Patch Set 2 : #

Total comments: 7

Patch Set 3 : Further testing done .. #

Total comments: 12

Patch Set 4 : Made new class for finding useful information through meta. #

Patch Set 5 : Fixed Previous mistakes. #

Total comments: 4

Patch Set 6 : removed __init__ #

Patch Set 7 : "updated class name.." #

Unified diffs Side-by-side diffs Delta from patch set Stats (+140 lines, -125 lines) Patch
M MoinMoin/storage/middleware/indexing.py View 1 2 3 4 5 6 12 chunks +111 lines, -116 lines 0 comments Download
M MoinMoin/storage/middleware/protecting.py View 1 2 3 4 6 chunks +29 lines, -9 lines 0 comments Download

Messages

Total messages: 7
Thomas.J.Waldmann
https://codereview.appspot.com/10869045/diff/7001/MoinMoin/converter/nonexistent_in.py File MoinMoin/converter/nonexistent_in.py (right): https://codereview.appspot.com/10869045/diff/7001/MoinMoin/converter/nonexistent_in.py#newcode28 MoinMoin/converter/nonexistent_in.py:28: item_name = rev.item.fqname.value are you just assuming that the ...
10 years, 10 months ago (2013-07-10 15:23:49 UTC) #1
Thomas.J.Waldmann
https://codereview.appspot.com/10869045/diff/24002/MoinMoin/converter/nonexistent_in.py File MoinMoin/converter/nonexistent_in.py (right): https://codereview.appspot.com/10869045/diff/24002/MoinMoin/converter/nonexistent_in.py#newcode30 MoinMoin/converter/nonexistent_in.py:30: xlink.href: Iri(scheme='wiki', authority='', path='/' + item_name, query='do=modify'), can the ...
10 years, 10 months ago (2013-07-15 15:33:49 UTC) #2
ashu1461
https://codereview.appspot.com/10869045/diff/24002/MoinMoin/converter/nonexistent_in.py File MoinMoin/converter/nonexistent_in.py (right): https://codereview.appspot.com/10869045/diff/24002/MoinMoin/converter/nonexistent_in.py#newcode30 MoinMoin/converter/nonexistent_in.py:30: xlink.href: Iri(scheme='wiki', authority='', path='/' + item_name, query='do=modify'), will deal ...
10 years, 10 months ago (2013-07-16 05:17:30 UTC) #3
ashu1461
https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py File MoinMoin/storage/middleware/indexing.py (right): https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py#newcode840 MoinMoin/storage/middleware/indexing.py:840: return self.meta.get(NAMESPACE) or u'' It is not compulsory to ...
10 years, 10 months ago (2013-07-16 17:36:59 UTC) #4
Thomas.J.Waldmann
https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py File MoinMoin/storage/middleware/indexing.py (right): https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py#newcode183 MoinMoin/storage/middleware/indexing.py:183: return self.fqname.value if self.fqname.field == NAME_EXACT else get_names(self.meta)[0] where ...
10 years, 10 months ago (2013-07-16 19:40:04 UTC) #5
ashu1461
https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py File MoinMoin/storage/middleware/indexing.py (right): https://codereview.appspot.com/10869045/diff/42001/MoinMoin/storage/middleware/indexing.py#newcode183 MoinMoin/storage/middleware/indexing.py:183: return self.fqname.value if self.fqname.field == NAME_EXACT else get_names(self.meta)[0] no ...
10 years, 10 months ago (2013-07-16 21:22:28 UTC) #6
Thomas.J.Waldmann
10 years, 10 months ago (2013-07-17 22:48:44 UTC) #7
ok
Sign in to reply to this message.

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