Sun, 25 Sep 2011 00:41:38 +0200 |
Thomas Waldmann |
fix show/meta view
storage-ng
|
Sat, 24 Sep 2011 18:52:46 +0200 |
Thomas Waldmann |
fix searchform
storage-ng
|
Sat, 24 Sep 2011 03:40:38 +0200 |
Thomas Waldmann |
setup.py: remove mercurial, fix comment about sqlalchemy
storage-ng
|
Sat, 24 Sep 2011 03:09:35 +0200 |
Thomas Waldmann |
conftest: use create_index/destroy_index here, too
storage-ng
|
Sat, 24 Sep 2011 02:59:49 +0200 |
Thomas Waldmann |
add hierarchic key/value to wikiconfig
storage-ng
|
Sat, 24 Sep 2011 02:54:21 +0200 |
Thomas Waldmann |
fix script startup deadlock, add script params to create storage and index, fix fs store
storage-ng
|
Sat, 24 Sep 2011 01:52:32 +0200 |
Thomas Waldmann |
added serialization script, config import fixes
storage-ng
|
Sat, 24 Sep 2011 01:22:29 +0200 |
Thomas Waldmann |
lots of fixes / adaptions for storage-ng code
storage-ng
|
Sat, 24 Sep 2011 01:09:39 +0200 |
Thomas Waldmann |
storage fixes / extensions, made ACLs work, updated MoinMoin.config
storage-ng
|
Sat, 24 Sep 2011 00:56:33 +0200 |
Thomas Waldmann |
remove xml serialization (will be replaced by simpler method)
storage-ng
|
Sat, 24 Sep 2011 00:55:55 +0200 |
Thomas Waldmann |
remove indexing + tests
storage-ng
|
Tue, 20 Sep 2011 23:55:37 +0200 |
Thomas Waldmann |
add new storage-ng storage/indexing/... subsystem
storage-ng
|
Tue, 20 Sep 2011 23:52:38 +0200 |
Thomas Waldmann |
remove current storage code
storage-ng
|
Sat, 10 Sep 2011 03:23:36 +0200 |
Thomas Waldmann |
app: remove unused imports
|
Sun, 04 Sep 2011 18:27:04 +0200 |
Thomas Waldmann |
comment stuff in hg backend tests which seem to have strange side effects on other storage tests
|
Sun, 04 Sep 2011 18:07:15 +0200 |
Thomas Waldmann |
deduplicate - make all code import make_uuid and UUID_LEN from MoinMoin.util.crypto
|
Sun, 04 Sep 2011 16:59:52 +0200 |
Thomas Waldmann |
split storage into backends (really storing stuff) and middleware (and mixins also in there)
|
Sun, 04 Sep 2011 10:34:47 +0200 |
Reimar Bauer |
converter.html_out: Fixes #50, wrong link on mouse over of transcluded item
|
Sun, 04 Sep 2011 01:07:08 +0200 |
Thomas Waldmann |
remove test for variable replacement (there is no code for this)
|
Sun, 04 Sep 2011 01:02:28 +0200 |
Thomas Waldmann |
user: remove unused signature code (for @SIG@)
|
Sun, 04 Sep 2011 00:40:33 +0200 |
Thomas Waldmann |
use search_users() or User() instead of specialized lookup functions
|
Sat, 03 Sep 2011 23:56:00 +0200 |
Thomas Waldmann |
user browser: use whoosh index
|
Sat, 03 Sep 2011 23:45:18 +0200 |
Thomas Waldmann |
user: minor refactorings in lookup functions
|
Sat, 03 Sep 2011 23:33:02 +0200 |
Thomas Waldmann |
use whoosh for user lookup, add EMAIL/OPENID to latest-revs schema
|
Sat, 03 Sep 2011 21:26:42 +0200 |
Thomas Waldmann |
use main part of the namespace for user items, use uuid4 for user item uuids
|
Sat, 03 Sep 2011 20:30:26 +0200 |
Thomas Waldmann |
user profile storage: use revision metadata (not item metadata)
|
Sat, 03 Sep 2011 09:09:16 +0200 |
Reimar Bauer |
docs: added XStatic Packages
|
Sat, 03 Sep 2011 09:02:19 +0200 |
Reimar Bauer |
docs: reverted 831:9e6653c60a98
pytest2
|
Sat, 03 Sep 2011 08:49:34 +0200 |
Reimar Bauer |
docs: added XStatic Packages
pytest2
|
Fri, 02 Sep 2011 16:34:51 +0200 |
Thomas Waldmann |
search: do not call key_terms() to find out term suggestions, it is slooooow
|
Fri, 02 Sep 2011 16:06:50 +0200 |
Thomas Waldmann |
search: add timers for searching and result rendering
|
Thu, 01 Sep 2011 23:58:50 +0200 |
Thomas Waldmann |
use field name constants for whoosh schema definition
|
Thu, 01 Sep 2011 23:42:29 +0200 |
Thomas Waldmann |
use 'constants' for metadata keys / whoosh field names
|
Thu, 01 Sep 2011 01:10:01 +0200 |
Thomas Waldmann |
fix norecursedirs for pytest
|
Thu, 01 Sep 2011 00:57:32 +0200 |
Thomas Waldmann |
fixes typos, removed planes
|
Thu, 01 Sep 2011 00:32:23 +0200 |
Thomas Waldmann |
merged pytest2 branch into default branch
|
Thu, 01 Sep 2011 00:27:32 +0200 |
Thomas Waldmann |
pulled from pkumar's repo and merged into pytest2 branch here
pytest2
|
Mon, 29 Aug 2011 20:59:17 +0530 |
pkumar |
tox.ini removed, tests configs can be included in setup.cfg itself
pytest2
|
Mon, 29 Aug 2011 18:08:49 +0530 |
pkumar |
added tox.ini to have test configurations in it
pytest2
|
Mon, 29 Aug 2011 17:55:58 +0530 |
pkumar |
changed indentation and removed whitespaces in test_indexing to fix test_sourcecode failures
pytest2
|
Mon, 29 Aug 2011 17:45:28 +0530 |
pkumar |
merged pytest2 from main repo
pytest2
|
Mon, 29 Aug 2011 17:44:31 +0530 |
pkumar |
merged default from main repo
pytest2
|
Sat, 27 Aug 2011 22:16:45 +0530 |
pkumar |
cleanup of conftest
pytest2
|
Wed, 24 Aug 2011 09:17:48 +0530 |
pkumar |
merged with default - had got two extra heads one from pytest2 and other from default
pytest2
|
Wed, 24 Aug 2011 09:15:57 +0530 |
pkumar |
merged to default
pytest2
|
Thu, 01 Sep 2011 00:16:33 +0200 |
Thomas Waldmann |
merged pytest2 branch into default branch
|
Wed, 31 Aug 2011 22:16:07 +0200 |
Thomas Waldmann |
docs: add whoosh / indexing / search to features list
pytest2
|
Wed, 31 Aug 2011 18:42:07 +0200 |
Thomas Waldmann |
docs: added user docs about searching
pytest2
|
Wed, 31 Aug 2011 14:48:53 +0200 |
Thomas Waldmann |
improve indexing admin docs
pytest2
|
Wed, 31 Aug 2011 12:16:08 +0200 |
Thomas Waldmann |
fileserver backend: add some required metadata, fix types, other small fixes/workarounds
pytest2
|
Wed, 31 Aug 2011 02:09:48 +0200 |
Thomas Waldmann |
indexing: fix for rev_no == 0
pytest2
|
Wed, 31 Aug 2011 00:38:43 +0200 |
Thomas Waldmann |
moin index --action build --procs 1 --> use simple writer, not MultiSegmentWriter
pytest2
|
Tue, 30 Aug 2011 23:21:00 +0200 |
Thomas Waldmann |
search tokenizers/analyzers/schema: add comments/docstrings
pytest2
|
Tue, 30 Aug 2011 21:19:15 +0200 |
Thomas Waldmann |
indexing: store all dynamic fields
pytest2
|
Tue, 30 Aug 2011 00:53:12 +0200 |
Thomas Waldmann |
search: add name/content key terms as suggestions to search result view
pytest2
|
Mon, 29 Aug 2011 20:13:37 +0200 |
Thomas Waldmann |
theme search field: do not display the submit button to save some space - hide it via css
pytest2
|
Mon, 29 Aug 2011 19:38:35 +0200 |
Thomas Waldmann |
rename template search_results.html to search.html
pytest2
|
Mon, 29 Aug 2011 19:33:49 +0200 |
Thomas Waldmann |
add a separate +search view, remove incomplete search paging support, cleanup
pytest2
|
Mon, 29 Aug 2011 18:11:42 +0200 |
Thomas Waldmann |
search results template: cosmetic changes
pytest2
|
Mon, 29 Aug 2011 16:14:36 +0200 |
Thomas Waldmann |
whooshify sitemap and urls_names
pytest2
|
Mon, 29 Aug 2011 15:48:04 +0200 |
Thomas Waldmann |
whooshify itemsize
pytest2
|
Mon, 29 Aug 2011 15:44:06 +0200 |
Thomas Waldmann |
whooshify similar_names
pytest2
|
Mon, 29 Aug 2011 15:38:52 +0200 |
Thomas Waldmann |
backrefs: remove some unused code
pytest2
|
Mon, 29 Aug 2011 15:31:00 +0200 |
Thomas Waldmann |
whooshify backrefs
pytest2
|
Mon, 29 Aug 2011 14:51:38 +0200 |
Thomas Waldmann |
indexing: fix remove_item to only use uuid (not name), rearrange remove_rev code so it is more similar
pytest2
|
Mon, 29 Aug 2011 14:31:17 +0200 |
Thomas Waldmann |
move indexing related code to MoinMoin.storage.backends.indexing
pytest2
|
Sun, 28 Aug 2011 20:53:25 +0200 |
Thomas Waldmann |
whooshify _compute_item_sets (used for wanteds/orphans view)
pytest2
|
Sun, 28 Aug 2011 19:46:39 +0200 |
Thomas Waldmann |
refactor wanteds/orphans - do same stuff much simpler
pytest2
|
Sun, 28 Aug 2011 17:50:24 +0200 |
Thomas Waldmann |
refactored some search code, make it more flexible, reduce code duplication
pytest2
|
Sun, 28 Aug 2011 16:29:27 +0200 |
Thomas Waldmann |
MoinMoin.storage.terms + tests removed (unused), please use whoosh queries
pytest2
|
Sun, 28 Aug 2011 16:24:11 +0200 |
Thomas Waldmann |
user: do not use MoinMoin.storage.terms, which is deprecated
pytest2
|
Sun, 28 Aug 2011 16:14:56 +0200 |
Thomas Waldmann |
get rid of storage level search_items method (uses deprecated code)
pytest2
|
Sun, 28 Aug 2011 16:02:54 +0200 |
Thomas Waldmann |
user: simplify some code, do less, only get_items_by_filter is using search_items
pytest2
|
Sun, 28 Aug 2011 15:25:58 +0200 |
Thomas Waldmann |
remove unused Item.search_items/list_items code (which called deprecated backend code)
pytest2
|
Sun, 28 Aug 2011 15:06:44 +0200 |
Thomas Waldmann |
whooshify include converter (use wildcard instead of regex term for now)
pytest2
|
Sun, 28 Aug 2011 00:26:05 +0200 |
Thomas Waldmann |
add backend.documents(), simplify tags code (by using .search and .documents)
pytest2
|
Sat, 27 Aug 2011 22:27:44 +0200 |
Thomas Waldmann |
remove count_items (unused, uses deprecated code)
pytest2
|
Sat, 27 Aug 2011 22:10:27 +0200 |
Thomas Waldmann |
save memory by not including content in history list. Fixes #42
pytest2
|
Sat, 27 Aug 2011 21:31:33 +0200 |
Thomas Waldmann |
better error message for conversion exceptions, including item name and revno, fixes #52
pytest2
|
Sat, 27 Aug 2011 19:11:21 +0200 |
Thomas Waldmann |
whooshify get_index()
pytest2
|
Sat, 27 Aug 2011 18:21:04 +0200 |
Thomas Waldmann |
whooshify get_templates, adapt MimeType analyzer so it yields also a full and normalized contenttype
pytest2
|
Sat, 27 Aug 2011 16:11:08 +0200 |
Thomas Waldmann |
add query_parser building method to storage, use index-based search in some scripts
pytest2
|
Sat, 27 Aug 2011 14:09:48 +0200 |
Thomas Waldmann |
killed backend.history(), replace it by .search() and appropriate query/reverse/sortedby/limit params
pytest2
|
Fri, 26 Aug 2011 00:39:21 +0200 |
Thomas Waldmann |
merged pytest2 repo
pytest2
|
Tue, 23 Aug 2011 23:29:22 +0530 |
pkumar |
old style classes changed to new style classes
pytest2
|
Tue, 23 Aug 2011 16:55:17 +0530 |
pkumar |
format for commit messages in conftest corrected
pytest2
|
Tue, 23 Aug 2011 12:59:47 +0530 |
pkumar |
keyword 'py' and 'py.test' changed to pytest in converter.rst_in
pytest2
|
Tue, 23 Aug 2011 11:41:32 +0530 |
pkumar |
removed '#' from item.commit, was left there during previous works
pytest2
|
Thu, 25 Aug 2011 23:11:56 +0200 |
Thomas Waldmann |
global history: render the bookmark in same way as the day headers
pytest2
|
Thu, 25 Aug 2011 23:09:06 +0200 |
Thomas Waldmann |
history: do not yield Revision objects, but directly result documents from whoosh
pytest2
|
Wed, 24 Aug 2011 18:19:30 +0200 |
Thomas Waldmann |
we always use UTC internally (fix MTIME in index)
pytest2
|
Wed, 24 Aug 2011 18:17:35 +0200 |
Thomas Waldmann |
fix crash when user bookmark is None
pytest2
|
Wed, 24 Aug 2011 11:29:29 +0200 |
Thomas Waldmann |
merged whoosh search repo
|
Tue, 23 Aug 2011 02:29:15 +0000 |
Michael Mayorov |
add api and user docs
|
Mon, 22 Aug 2011 02:43:28 +0000 |
Michael Mayorov |
Fixing removing indexes from test dir, some changes in WhooshIndex API Fixes #34.
|
Sun, 21 Aug 2011 23:58:28 +0000 |
Michael Mayorov |
merged
|
Sun, 21 Aug 2011 23:31:52 +0000 |
Michael Mayorov |
merged
|
Sun, 21 Aug 2011 23:27:21 +0000 |
Michael Mayorov |
backrefs using whoosh now Fixes #23.
|
Fri, 19 Aug 2011 14:12:47 +0000 |
Michael Mayorov |
Added tests for checking runtime indexing
|
Tue, 23 Aug 2011 21:53:27 +0200 |
Thomas Waldmann |
remove load/save xml timer calls
pytest2
|
Tue, 23 Aug 2011 21:05:18 +0200 |
Thomas Waldmann |
remove load_xml/save_xml support at wiki startup, use moin maint_xml script
pytest2
|
Tue, 23 Aug 2011 10:15:42 +0200 |
Reimar Bauer |
content template: used same div container as for show template
|
Tue, 23 Aug 2011 10:00:17 +0200 |
Reimar Bauer |
frontend.views.content_item: simplified
|
Tue, 23 Aug 2011 09:50:39 +0200 |
Reimar Bauer |
frontend.views: renamed show_content to content_item
|
Tue, 23 Aug 2011 09:40:36 +0200 |
Reimar Bauer |
frontend.views: show_content reintroduced. Same as show_item, but we only show the content.
|
Mon, 22 Aug 2011 21:11:52 +0530 |
pkumar |
tests in test_user changed as value for interWikiName is handled differntly now
pytest2
|
Mon, 22 Aug 2011 19:46:03 +0530 |
pkumar |
merged with default
pytest2
|
Mon, 22 Aug 2011 15:41:27 +0530 |
pkumar |
removed extra pytest imports
pytest2
|
Sun, 21 Aug 2011 21:49:52 +0530 |
pkumar |
merged with default
pytest2
|
Sat, 20 Aug 2011 23:24:09 +0530 |
pkumar |
changed py.test to pytest in all the modules
pytest2
|
Sat, 20 Aug 2011 21:14:45 +0530 |
pkumar |
content_block changed to context_block in macro._base to remove the test failure
pytest2
|
Sat, 20 Aug 2011 20:51:52 +0530 |
pkumar |
removed mathjax from setup, was there due to merging mistake
pytest2
|
Fri, 19 Aug 2011 21:30:25 +0530 |
pkumar |
removed trailing white spaces
pytest2
|
Fri, 19 Aug 2011 18:00:18 +0530 |
pkumar |
initialized WhooshIndex in test_backends_sqla to avoid EmptyIndexError raised due to empty index dir
pytest2
|
Fri, 19 Aug 2011 17:55:10 +0530 |
pkumar |
added teardown_method in test_backends_router to delete index files in index dir as index files from previous tests affects tests with backend.history
pytest2
|
Fri, 19 Aug 2011 17:18:42 +0530 |
pkumar |
removed the smileys temporarily as it slows the tests a lot until 'this' whoosh bug is fixed
pytest2
|
Fri, 19 Aug 2011 17:14:03 +0530 |
pkumar |
changed clean_backend to work with up storage itself, doesn't show the Integrity error with whoosh anymore
pytest2
|
Thu, 18 Aug 2011 13:02:23 +0530 |
pkumar |
merged with default
pytest2
|
Thu, 18 Aug 2011 12:25:19 +0530 |
pkumar |
added comment and use the variable instead
pytest2
|
Thu, 18 Aug 2011 12:15:04 +0530 |
pkumar |
fixed test failure in test_backend_router: use _get_backend instead of _backend
pytest2
|