cvs commit: jakarta-slide/src/stores/org/apache/slide/index/lucene LuceneExpressionFactory.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:48:20 Modified:src/stores/org/apache/slide/index/lucene LuceneExpressionFactory.java Added: src/stores/org/apache/slide/index/lucene/expressions IsVersionHistoryExpression.java Log: support for

cvs commit: jakarta-slide/src/webdav/server/org/apache/slide/webdav/method SearchMethod.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:49:35 Modified:src/webdav/server/org/apache/slide/webdav/method SearchMethod.java Log: fix: NPE with empty query Revision ChangesPath 1.51 +10 -6

cvs commit: jakarta-slide/src/share/org/apache/slide/search/basic BasicExpressionCompiler.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:50:08 Modified:src/share/org/apache/slide/search/basic BasicExpressionCompiler.java Log: fix: NPE with empty and or or operator Revision ChangesPath 1.11 +12 -10

cvs commit: jakarta-slide/src/share/org/apache/slide/search/basic BasicQueryScope.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 01:50:37 Modified:src/share/org/apache/slide/search/basic BasicQueryScope.java Log: fix: NPE with missing scope Revision ChangesPath 1.15 +8 -4 jakarta-slide/src/share/org/apache/slide/search/basic/BasicQueryScope.java Index:

[GUMP@brutus]: Project jakarta-slide (in module jakarta-slide) failed

2005-03-11 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project jakarta-slide has an issue affecting its community integration. This issue

slide DB schema

2005-03-11 Thread Miguel Figueiredo
Hello folks, We are in the process of creating an optimized postgres adapter. While analyzing the slide's DB schema we found out that there are two tables that seem to be redundant: * the binding table: CREATE TABLE BINDING ( URI_ID integer NOT NULL

cvs commit: jakarta-slide/src/stores/org/apache/slide/index/lucene AbstractLuceneIndexer.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 08:29:32 Modified:src/stores/org/apache/slide/index/lucene AbstractLuceneIndexer.java Log: fix: with multiple calls to updateIndex infos are lost Revision ChangesPath 1.2 +5 -0

cvs commit: jakarta-slide/src/share/org/apache/slide/macro MacroImpl.java MacroPropertyUpdater.java

2005-03-11 Thread luetzkendorf
luetzkendorf2005/03/11 08:30:29 Modified:src/share/org/apache/slide/macro MacroImpl.java MacroPropertyUpdater.java Added: src/share/org/apache/slide/common HelperProvider.java Log: trial: way to provide more infos to event listeners Revision

Re: slide DB schema

2005-03-11 Thread Carlos Villegas
As I understand, binding and parent_binding are used to implement the resource hierarchy (parent/child relationships) and both are always required. They have nothing to do with the binding concept in the WebDAV spec. The table LINKS is what implements the binding functionality in the spec. If

Re: permissions problem

2005-03-11 Thread Brian Moseley
[bringing this over to dev list in hopes somebody will see it] have been looking into this further, and it seems like maybe inheritance is not being followed through with when ACLSecurityImpl checks my permissions. here are the debug log entries corresponding to storing the parent collection's

Re: Lucene reindexer?

2005-03-11 Thread James Mason
Sorry I didn't post this early. I was hoping I'd have time to clean it up and actually integrate it into Slide, but I've been completely swamped lately. I've uploaded a code dump from my first working version to http://cvs.apache.org/~masonjm/batchindexer/ I know that it contains bugs, since