You are not logged in Log in Join
You are here: Home » Members » k_vertigo » Products » ProxyIndex » ChangeLog » View File

Log in
Name

Password

 

ChangeLog

File details
Size
4 K
File type
text/plain

File contents

------------------------------------------------------------------------
rev 87:  hazmat | 2003-05-25 13:14:28 +0200 (Sun, 25 May 2003) | 5 lines

 - update version for release

 - spurious $Id: $ conflict on testProxyIndex


------------------------------------------------------------------------
rev 85:  hazmat | 2003-05-15 15:56:36 +0200 (Thu, 15 May 2003) | 9 lines

 - ProxyIndex now fufills the implicit contract imposed
   by catalog.search... namely if the index's id is not
   in the request then we return None. added a unittest
   for this as well. this fixes the manage_catalogView
   zmi screen as well.

 - removed the ProxyIndexError exception, its no longer
   used.

------------------------------------------------------------------------
rev 74:  hazmat | 2003-05-09 10:04:46 +0200 (Fri, 09 May 2003) | 29 lines


 - added debug flag for generating log information when a tales
   expression raises an exception.

 - fixed zmi screen so delegated index management screen shows up
   in proxy index zmi screen.

 - altered storage of delegated index in proxy index to attr idx,
   so that it could be accessed directly for the zmi.

 - added key value constructor options to factory method, for easier
   programatic addition of proxy indexes.

 - added try/except block around index operation, in case tales
   expression fails.

 - added unittests which test indexing and searching through proxy
   indexes using several different index types. 

 - proxy indexes weren't properly passing search arguments to their
   delegated indexes. fixed.

 - added proxyindexerror exception, used currently when incoming
   arguments are not in the proper/expected format.





------------------------------------------------------------------------
rev 42:  hazmat | 2003-05-01 09:22:30 +0200 (Thu, 01 May 2003) | 3 lines

- bump version number for new release


------------------------------------------------------------------------
rev 41:  hazmat | 2003-05-01 09:22:03 +0200 (Thu, 01 May 2003) | 3 lines

- Syntax fix for earlier change


------------------------------------------------------------------------
rev 36:  hazmat | 2003-04-30 13:21:00 +0200 (Wed, 30 Apr 2003) | 7 lines


- allow for easier programatic use via calling factory method with
  dictionary instead of record object.

- exposed management screens of delegated index for zmi


------------------------------------------------------------------------
rev 11:  hazmat | 2003-04-04 14:40:25 +0200 (Fri, 04 Apr 2003) | 3 lines

added version file


------------------------------------------------------------------------
rev 10:  hazmat | 2003-04-04 14:39:09 +0200 (Fri, 04 Apr 2003) | 12 lines


- added ui for overview, listing proxy index settings

- added some get methods for retrieving values for ui overview

- added key/value pair args for proxied index constructor

- added notes to readme for creating a zctextindex

- removed some spurious comments in expression.py


------------------------------------------------------------------------
rev 9:  hazmat | 2003-04-04 13:15:50 +0200 (Fri, 04 Apr 2003) | 10 lines


- added license

- remove ut test skeleton

- added ui for passing additional args to the idx constructor

- various svn:keywords added to files


------------------------------------------------------------------------
rev 8:  hazmat | 2003-04-04 12:44:20 +0200 (Fri, 04 Apr 2003) | 3 lines

indexing and searching works now. thats a wrap. unit tests latter.


------------------------------------------------------------------------
rev 7:  hazmat | 2003-04-03 22:24:59 +0200 (Thu, 03 Apr 2003) | 3 lines

removed old add form, added skeleton readme


------------------------------------------------------------------------
rev 6:  hazmat | 2003-04-03 22:22:56 +0200 (Thu, 03 Apr 2003) | 16 lines

- proxy indexes now add and display properly. indexing/unindexing
  testing remains.

- use a record lookalike, stuffed with context, to maintain context
  within the proxy index, to enable searching for proxied index klass
  and instatiation.

- passing args to the proxied constructor is now possible.. just needs
  a ui.. simple key value params would work for now.

- added getproxyattr, to avoid recursion errors on non existent attr
  access.

- added unit test skeleton


------------------------------------------------------------------------
rev 5:  hazmat | 2003-04-03 14:55:01 +0200 (Thu, 03 Apr 2003) | 2 lines

initial import of proxy index

------------------------------------------------------------------------