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

Issue 6441063: Add rootitem search capability. Search only in subitems of rootitem (including transcluded items). (Closed)

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

Description

Add rootitem search capability. Search only in subitems of rootitem (including transcluded items).

Patch Set 1 #

Total comments: 10

Patch Set 2 : Another approach using +search/<item_name> url #

Total comments: 1

Patch Set 3 : Fixed broken +blog view #

Patch Set 4 : Add 'only this blog' search options #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -17 lines) Patch
M MoinMoin/apps/frontend/views.py View 1 2 3 4 chunks +50 lines, -7 lines 1 comment Download
M MoinMoin/templates/blog_layout.html View 1 2 3 2 chunks +17 lines, -0 lines 0 comments Download
M MoinMoin/templates/layout.html View 1 2 3 3 chunks +6 lines, -8 lines 0 comments Download
M MoinMoin/templates/search.html View 1 2 3 2 chunks +7 lines, -1 line 0 comments Download
M MoinMoin/templates/utils.html View 1 2 3 2 chunks +12 lines, -0 lines 0 comments Download
M MoinMoin/themes/modernized/static/css/common.css View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
Reimar Bauer
some comments http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py#newcode238 MoinMoin/apps/frontend/views.py:238: filter = None _filter because that is ...
11 years, 9 months ago (2012-07-27 20:21:38 UTC) #1
Reimar Bauer
some comments
11 years, 9 months ago (2012-07-27 20:21:40 UTC) #2
ThomasJWaldmann
patchset1 comments http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py#newcode239 MoinMoin/apps/frontend/views.py:239: rootitem = request.values.get('rootitem') is rootitem == u"FooBar" ...
11 years, 9 months ago (2012-07-29 12:51:10 UTC) #3
ThomasJWaldmann
the "local search" url pattern is nice, but i think we should first think about ...
11 years, 9 months ago (2012-07-29 13:02:02 UTC) #4
spy
http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py File MoinMoin/apps/frontend/views.py (right): http://codereview.appspot.com/6441063/diff/1/MoinMoin/apps/frontend/views.py#newcode238 MoinMoin/apps/frontend/views.py:238: filter = None On 2012/07/27 20:21:39, Reimar Bauer wrote: ...
11 years, 8 months ago (2012-08-02 19:06:18 UTC) #5
ThomasJWaldmann
11 years, 8 months ago (2012-08-02 23:02:34 UTC) #6
ok, small comment on grammar.

http://codereview.appspot.com/6441063/diff/3012/MoinMoin/apps/frontend/views.py
File MoinMoin/apps/frontend/views.py (right):

http://codereview.appspot.com/6441063/diff/3012/MoinMoin/apps/frontend/views....
MoinMoin/apps/frontend/views.py:225: """Compute a set of transcluded into
*item_name* item names."""
compute which items are transcluded into item <item_name>.
return a set of their item names.
Sign in to reply to this message.

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