- 16 Jul, 2002 6 commits
-
-
Casey Duncan authored
Lazified computing the normalized score on text index search results. This can shave seconds off search times when you get a lot of results
-
Barry Warsaw authored
loadmail(): Make max<0 mean there's no max instead of using bunch-o-9's. Also change the base command so that max is optional (there'll be no max if not given). Also, get rid of the .invalidate(None) call since 1) the method doesn't accept a None argument anymore; 2) minimize() should do the trick anyway.
-
Barry Warsaw authored
-
Barry Warsaw authored
storage.
-
Casey Duncan authored
-
Barry Warsaw authored
versions or undo, but is hopefully more efficient for writes. This is not yet complete, but I'm checkpointing it. It still needs to get ConflictResolution added, as well as the iterator interface supported. It passes all the basic storage tests though. Also the autopack/reference counting bit isn't yet implemented.
-
- 13 Jul, 2002 1 commit
-
-
Chris McDonough authored
page. Caused the import button to be stylized properly.
-
- 11 Jul, 2002 2 commits
-
-
Toby Dickenson authored
-
Matt Behrens authored
people destroying their site-packages directories; this should hold us until the installer is done and merged... hopefully in 2.7... also detabify (I should do this more often)
-
- 10 Jul, 2002 2 commits
-
-
Guido van Rossum authored
-
Toby Dickenson authored
-
- 09 Jul, 2002 4 commits
-
-
Matt Behrens authored
-
Matt Behrens authored
-
Matt Behrens authored
all Zope software, based on the work in the installer branch. All tests still pass when built with python2.1 setup.py build_ext -i :-)
-
Guido van Rossum authored
-
- 08 Jul, 2002 1 commit
-
-
Evan Simpson authored
-
- 05 Jul, 2002 1 commit
-
-
Casey Duncan authored
-
- 04 Jul, 2002 2 commits
-
-
Florent Guillaume authored
-
Chris McDonough authored
standard output unless the "EVENT_LOG_FILE" or "STUPID_LOG_FILE" environment variable is set. - The much-hated name "STUPID_LOG_FILE" now has a preferred alias: "EVENT_LOG_FILE".
-
- 03 Jul, 2002 2 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
The transient object container named 'session_data' was not created in the temp_folder if there was an acquirable object named 'session_data' in the root
-
- 02 Jul, 2002 3 commits
-
-
Chris McDonough authored
the id.
-
Casey Duncan authored
-
Casey Duncan authored
Restored behavior of ZCatalog when arguments with empty string are passed in. These values are effectively ignored by searchResults. If only empty values are passed, then it returns all results (assuming you passed an empty filter). Removed "optimize" argument which was an attempt to "fix" searchResults for programmatic use. Also replaced comments this optimized behavior. Eventually a new API will be added for "explicit" programmatic queries, for now we will suffer along with searchResults as it is. Extending it with additional dwim is not a path worth traveling.
-
- 30 Jun, 2002 5 commits
-
-
Chris McDonough authored
-
Chris McDonough authored
although TemporaryStorage does not actually support versions.
-
Chris McDonough authored
"bareword" except: pass in a try: statement. It now writes a log message before passing.
-
Chris McDonough authored
_apply_index or index_object. Fixed and added test cases to unittests.
-
Chris McDonough authored
-
- 29 Jun, 2002 2 commits
-
-
Florent Guillaume authored
parameter like "description:test" where test is a codec that's apparently registered but not found. (description:test was actually a typo in CMF's topic_editTopic.py)
-
Chris McDonough authored
The placement of the return for showEntry was preventing the error from being copied to the event log, even if the user had chosen to enable copying to the event log.
-
- 28 Jun, 2002 1 commit
-
-
Casey Duncan authored
* Collector #446 - Index managment permissions fixed * Index managment ui is now integrated into ZCatalog rather than being a tab leading to the Indexes subobject manage_main ZCTextIndex fixed to work under this management scheme and now can be instantiated without that silly "extra" record thingy.
-
- 26 Jun, 2002 4 commits
-
-
Casey Duncan authored
Updated Overview managment screen so it shows more info about the index.
-
Casey Duncan authored
-
Casey Duncan authored
-
Shane Hathaway authored
"python setup.py build_ext -i" works. This is only temporary... I'm waiting for Matt Behrens to replace it with his complete setup.py.
-
- 25 Jun, 2002 3 commits
-
-
Tim Peters authored
weightedIntersection.
-
Casey Duncan authored
Added ability for site error log to return the url to the log entry and pass it to the standard_error_message to make a link from it.
-
Tim Peters authored
reason for it not being enabled before.
-
- 24 Jun, 2002 1 commit
-
-
Chris McDonough authored
chain for its transient object container. Changed session data manager to splice itself into the transient object container's acquisition path before returning a session data object via getSessionData. Updated unit tests to reflect changes.
-