2009-03-26 11:37:32 +0100 ab r270063 : #i98680# Handle missing lucene
2009-03-16 12:23:38 +0100 ab r269520 : #i100228# Introduced own file format instead of using berkeley db
2009-02-27 11:48:05 +0100 ab r268572 : #i86003# Redesigned language fallback behavior
2008-12-04 12:15:24 +0100 ab r264832 : #i83626# Removed warning
2008-12-04 12:04:09 +0100 ab r264830 : #i83626# Changed search result score handling
2008-11-28 13:37:09 +0100 ab r264548 : #i83626# Added missing juh.jar
2008-11-26 14:37:07 +0100 ab r264388 : #i83626# Added HelpComponent.java
2008-11-21 13:07:19 +0100 ab r264129 : #i83626# Fixed File URL versus system path confusion that made search operations fail on Unix
2008-11-19 12:22:10 +0100 ab r263978 : #i83627# Removed warning
2008-11-19 12:06:41 +0100 ab r263975 : #i83627# Removed warnings
2008-11-19 11:28:46 +0100 ab r263971 : #i83627# Support images in extension help
2008-11-11 11:48:21 +0100 ab r263551 : #i83626# Full text search in extension help
2004/07/02 10:19:42 cmc 1.32.60.2: #i30891# revert header and namespace change
2004/06/28 10:37:28 cmc 1.32.60.1: #i30801 allow using system libs if possible
2004/08/24 12:31:06 abi 1.32.40.5: pictures now work
2004/08/24 10:00:14 abi 1.32.40.4: UseDB=no for treeview
2004/08/22 17:43:14 abi 1.32.40.3: querying
2004/08/20 14:02:29 abi 1.32.40.2: now keys functioning
2004/08/19 09:50:53 abi 1.32.40.1: added linkerfile
2003/05/26 15:48:28 abi 1.29.10.2: #109863# removed now unused variable
2003/05/26 14:46:39 abi 1.29.10.1: #109863# fixing several bugs in sablot makes workaround unnecessary
Now reading the necessary variables( provider.cxx ),
setting them at the xslt-processor and modifying titles( urlparameter.cxx ),
as well as defining the replacement and doing it for active help and keywordindex also( databases.cxx ).
Now relying on osl_getThreadTextEncoding() to
retrieve a systempath name from unicode-string instead of hardcoded RTL_TEXTENCODING_UTF8.
External components like sablotron and berkeleyDb accept only bytestrings.
Some more features specially needed by the webtop( helprprefix, Order property at module contents,
missing implementation of XPropertySet for cached dynamic result set on java side )
An external component( sablotron ) determines a filesystempath
from an url by simply neglecting file:// windows and file:/// under
unix. The URL must not be encoded to work.