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

Issue 6459066: search + history

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

Description

search + history

Patch Set 1 #

Patch Set 2 : various fixes to search #

Patch Set 3 : work on +history #

Total comments: 5

Patch Set 4 : work on ui, various fixes to search, new search type #

Total comments: 32

Patch Set 5 : tests for search methods; some fixes from the previous cr #

Total comments: 13

Patch Set 6 : tests for search help method; fixes related to these tests; fixes bitbucket://#3 #

Patch Set 7 : fixes of tests and bugs #

Patch Set 8 : fixes to +history and to search_helpers #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+306 lines, -294 lines) Patch
M MoinMoin/_tests/__init__.py View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M MoinMoin/_tests/test_test_environ.py View 1 2 3 4 5 6 1 chunk +2 lines, -1 line 0 comments Download
M MoinMoin/apps/feed/views.py View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M MoinMoin/apps/frontend/views.py View 1 2 3 4 5 6 7 6 chunks +19 lines, -247 lines 0 comments Download
M MoinMoin/auth/_tests/test_auth.py View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M MoinMoin/constants/keys.py View 1 2 3 4 5 6 2 chunks +14 lines, -8 lines 0 comments Download
M MoinMoin/datastruct/backends/_tests/__init__.py View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M MoinMoin/datastruct/backends/_tests/test_wiki_groups.py View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M MoinMoin/items/__init__.py View 1 2 3 4 5 6 3 chunks +5 lines, -3 lines 0 comments Download
M MoinMoin/search/__init__.py View 1 2 3 4 5 6 2 chunks +5 lines, -4 lines 0 comments Download
M MoinMoin/search/_tests/test_search_helpers.py View 1 2 3 4 5 6 7 chunks +28 lines, -10 lines 1 comment Download
A MoinMoin/search/helpers.py View 1 2 3 4 5 6 7 1 chunk +180 lines, -0 lines 0 comments Download
M MoinMoin/storage/middleware/_tests/test_indexing.py View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M MoinMoin/storage/middleware/indexing.py View 1 2 3 4 5 6 7 chunks +31 lines, -10 lines 0 comments Download
M MoinMoin/storage/middleware/protecting.py View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M MoinMoin/templates/history.html View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
Reimar Bauer
small comment http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py#newcode1014 MoinMoin/apps/frontend/views.py:1014: pass with the doc string you don't ...
11 years, 9 months ago (2012-08-09 21:45:05 UTC) #1
breton
http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py#newcode1039 MoinMoin/apps/frontend/views.py:1039: item['branch'] = rev.rev.real_branch On 2012/08/09 21:45:05, Reimar Bauer wrote: ...
11 years, 9 months ago (2012-08-09 22:30:16 UTC) #2
Reimar Bauer
some comment http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/4001/MoinMoin/apps/frontend/views.py#newcode1039 MoinMoin/apps/frontend/views.py:1039: item['branch'] = rev.rev.real_branch On 2012/08/09 22:30:16, breton ...
11 years, 9 months ago (2012-08-10 09:15:21 UTC) #3
Reimar Bauer
some comments be careful with py2.7 only features. You could backport such a module if ...
11 years, 9 months ago (2012-08-11 09:10:39 UTC) #4
ThomasJWaldmann
http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py#newcode26 MoinMoin/apps/frontend/views.py:26: pass and IF you do something like this, you ...
11 years, 9 months ago (2012-08-11 11:36:05 UTC) #5
breton
http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py#newcode26 MoinMoin/apps/frontend/views.py:26: pass On 2012/08/11 11:36:05, ThomasJWaldmann wrote: > and IF ...
11 years, 9 months ago (2012-08-11 13:07:34 UTC) #6
ThomasJWaldmann
http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6459066/diff/9001/MoinMoin/apps/frontend/views.py#newcode26 MoinMoin/apps/frontend/views.py:26: pass > Counter is used in one place only, ...
11 years, 9 months ago (2012-08-12 14:19:14 UTC) #7
ThomasJWaldmann
11 years, 9 months ago (2012-08-18 17:20:27 UTC) #8
http://codereview.appspot.com/6459066/diff/17001/MoinMoin/search/_tests/test_...
File MoinMoin/search/_tests/test_search_helpers.py (right):

http://codereview.appspot.com/6459066/diff/17001/MoinMoin/search/_tests/test_...
MoinMoin/search/_tests/test_search_helpers.py:126: assert f(search_type) is None
ok, comments for tests getting better, but as i already mentioned: please use
complete sentences, not just fragments.
Sign in to reply to this message.

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