An error occurred fetching the project authors.
- 08 Feb, 2009 1 commit
-
-
Hanno Schlichting authored
-
- 02 Jan, 2009 1 commit
-
-
Tres Seaver authored
o Replaced imports from the 'Globals' module throughout the tree with imports from the actual modules; the 'Globals' module was always intended to be an area for shared data, rather than a "facade" for imports. o Added 'zope.deferredimport.deprecation' entries to 'Globals/__init__.py' for all previously imported symbols / modules. o Moved 'ApplicationdefaultPermissions' from 'App/class_init.py' to 'AccessCoontrol/Permission.py', to avoid possible import cycle in third-party code. o Moved canonical location of UNIQUE / REPLACEABLE / NOT_REPLACEABLE constants from 'Globals' to 'OFS.ObjectManager'. o Removed 'stuffGlobals' hack in favor of the deferred / deprecation imports.
-
- 18 Nov, 2005 3 commits
-
-
Andreas Jung authored
-
Andreas Jung authored
-
Andreas Jung authored
-
- 29 Mar, 2005 1 commit
-
-
Christian Heimes authored
-
- 14 Aug, 2002 1 commit
-
-
Martijn Pieters authored
-
- 25 Apr, 2002 1 commit
-
-
Andreas Jung authored
-
- 12 Mar, 2002 1 commit
-
-
Andreas Jung authored
TextIndex to index numbers, single characters. It is also possible to enable case-sensitive indexing. The new configuration options are available through the addForm of the Vocabulary object.
-
- 09 Jan, 2002 1 commit
-
-
Andreas Jung authored
-
- 28 Nov, 2001 1 commit
-
-
matt@zope.com authored
-
- 17 Oct, 2001 1 commit
-
-
Andreas Jung authored
attribute column+'_encoding' to specify an encoding other than 'latin1'. This encoding is needed when the UnicodeSplitter is used to convert a Python string to unicode. Not setting the column+"_encoding attribute retains the standard behaviour.
-
- 11 Oct, 2001 1 commit
-
-
Andreas Jung authored
to provide some minor speedup. But this made it impossible to store unicode strings. So we can now store unicode strings in a Lexicon *yippi*
-
- 30 May, 2001 1 commit
-
-
Andreas Jung authored
-
- 15 Mar, 2001 1 commit
-
-
Jim Fulton authored
-
- 12 Feb, 2001 1 commit
-
- 26 Jan, 2001 1 commit
-
-
Christopher Petrilli authored
-
- 15 Jan, 2001 1 commit
-
-
Christopher Petrilli authored
-
- 27 Jun, 2000 1 commit
-
- 12 Jun, 2000 1 commit
-
-
Michel Pelletier authored
-
- 25 Mar, 2000 2 commits
-
-
Michel Pelletier authored
-
Michel Pelletier authored
vocabularies. redid Lexicon interface.
-
- 18 Mar, 2000 1 commit
-
-
Ken Manheimer authored
Anthony's collector submission: Title: current cvs zcatalog lexicon/vocab support is broken At: http://classic.zope.org:8080/Collector/Collector/1071/sview Submitter: Anthony Baxter Description: The current CVS version of ZCatalog has a couple of nasty bugs in it. First off, the standard Lexicon uses a variable 'self.counter', without ever initialising it. Oops. Secondly, Catalog handles the default Lexicon inconsistently. In the case of a lexicon being provided, it stores the name as self.lexicon, otherwise it stores a Lexicon _object_ as self.lexicon. Later on, it tries to do a getattr with the lexicon object as the second arg. The first bug utterly breaks non-globbing Lexicons. The second bug breaks textindexes that don't provide a lexicon at creation time. A patch for both follows. [Rather, this checkin commits both.] Note that the patch tries to handle gracefully existing Catalogs and Lexicons that might be broken.
-
- 28 Feb, 2000 1 commit
-
-
Michel Pelletier authored
bug... (not incriminating...)
-
- 01 Feb, 2000 1 commit
-
-
Michel Pelletier authored
for synonym support.
-
- 31 Jan, 2000 1 commit
-
-
Michel Pelletier authored
-
- 28 Sep, 1999 1 commit
-
-
Michel Pelletier authored
-
- 24 Sep, 1999 2 commits
-
-
Michel Pelletier authored
It's helps not to check in incomplete code.
-
Michel Pelletier authored
-
- 20 Sep, 1999 2 commits
-
-
Michel Pelletier authored
is still a hack but is much cleaner (ie, in it's own module).
-
Michel Pelletier authored
are intern'ed, untextindex.__getitem__ modified to look up word in lexicon
-
- 17 Sep, 1999 1 commit
-
-
Michel Pelletier authored
and vocab methods, and put resultlist in it's own module
-
- 16 Sep, 1999 2 commits
-
-
Michel Pelletier authored
data_record_id_ attribute, brains now also have a data_record_score_ attribute. Currently, the score is 1 for objects returned from field indexes, and search term frequency for text indexes.
-
Michel Pelletier authored
the cache
-
- 09 Sep, 1999 1 commit
-
-
Michel Pelletier authored
ZTables)
-
- 15 Jul, 1999 1 commit
-
-
Michel Pelletier authored
removing them from the index.
-
- 30 Jun, 1999 2 commits
-
-
Michel Pelletier authored
*unless* they internally reached the word threshold, at which point they did their own commit and reset their counter. So, the value returned is allways less than the threshold. This is so huge documents get the benefit of subtransactions, while lots of small documents still get subtransacted too.
-
Michel Pelletier authored
words indexed for that call.
-
- 24 Jun, 1999 1 commit
-
-
Michel Pelletier authored
-
- 23 Jun, 1999 1 commit
-
-
Michel Pelletier authored
-