ManifoldCF Change Log $Id: CHANGES.txt 1440742 2013-01-31 00:13:46Z kwright $ ======================= Release 1.1 ===================== CONNECTORS-630: Work around SolrJ paramname encoding bug. (David Morana, Karl Wright) CONNECTORS-627: Upgrade SolrJ to 4.1.0 from 4.0.0 (Minoru Osuka) CONNECTORS-623: The stream_size and stream_name can be sent to Solr now. (Shinichiro Abe) CONNECTORS-622: CMIS Connector returns NPE trying to get an empty boolean or date value (Piergiorgio Lucidi) CONNECTORS-617: Simple report NPE under Derby. (Karl Wright) CONNECTORS-621: Solr connector commit logic needs to use specified update path. (Karl Wright) CONNECTORS-620: It was possible for the JDBC Connector to leak JDBC connections under some error conditions. (Anthony Leonard, Karl Wright) CONNECTORS-619: Include slf4j jars in multiprocess agents classpath. This was causing Solrj to not work on multiprocess deployments. (Erlend Garåsen, Karl Wright) CONNECTORS-618: MySQL orders indexes so that NULL values are first. This is a problem for the stuffer query, which then must go through millions of rows before it finds the one it is looking for. (Shigeki Kobayashi, Karl Wright) CONNECTORS-616: Work around Solr 4.0 or Jetty bug where connections are dropped randomly under multithreaded load. Broken pipe exceptions are now retried after a minute, for up to three times, before the Solr connector concludes that the document cannot be indexed and skips it. (Shinichiro Abe, Karl Wright) CONNECTORS-613: Add a way of getting a document's mime type to Solr, since Tika needs mime type in order to extract content since Solr 4.0.0. (Shinichiro Abe, Karl Wright) CONNECTORS-614: Solr connection release not working right. (Karl Wright) CONNECTORS-582: Upgrade to official httpcomponents 4.2.3 release. (Karl Wright) CONNECTORS-612: Disable HttpClient retries everywhere. (Karl Wright) CONNECTORS-611: Handle inability to get permissions for funky docs by skipping those docs, rather than throwing an NPE. (Ahmet Arslan, Karl Wright) CONNECTORS-610: Can't use retries with httpclient instance used with solrj, so disable retries explicitly. (Ahmet Arslan, Karl Wright) CONNECTORS-609: Solrj doesn't always set the code property of its http exceptions right, so we need to parse it out ourselves. (Ahmet Arslan, Karl Wright) CONNECTORS-608: Solr connector times out chronically on some documents. (David Morana, Karl Wright) CONNECTORS-607: Handle multi-valued parameters properly in the Solr connector. (Minoru Osuka, Shinichiro Abe, Karl Wright) CONNECTORS-603: Upgrade the CMIS Connector to OpenCMIS 0.8.0 (Piergiorgio Lucidi) CONNECTORS-604: Make headers exactly the same as for MCF 1.0.1. (Shinichiro Abe, Karl Wright) CONNECTORS-605: Maven build is broken: commons-httpclient version is missing (Piergiorgio Lucidi) CONNECTORS-601: Revise algorithm for screening out documents that are not text in the web connector. Since CJK characters mess up the old definition of "strange" character, use the more-limited definition of all non-whitespace characters less than 32. (Shinichiro Abe, Karl Wright) CONNECTORS-600: Add a field to the RSS connector that contains document origination date in ISO 8601 format. (David Morana, Karl Wright) CONNECTORS-598: Add an RSS connector mode that allows just metadata to be consumed, in conjunction with content from description or content fields. (David Morana, Karl Wright) CONNECTORS-596: RSS and Web connectors need to peel off any namespace qualifies from tag names when processing XML feeds. (David Morana, Karl Wright) CONNECTORS-594: Port Solr connector to use SolrJ, and add capability to work with SolrCloud installations. (Minoru Osuka, Ryan McKinley, Karl Wright) CONNECTORS-593: Skip hidden files in JCIFS connector. (Shigeki Kobayashi, Karl Wright) CONNECTORS-592: Add "last modified" metadata to JCIFs connector. (Shigeki Kobayashi, Karl Wright) CONNECTORS-591: Elasticsearch download URL has changed. (Minoru Osuka) CONNECTORS-589: Parse multiple link tags inside an entry tag, for Atom feeds. (David Morana, Karl Wright) CONNECTORS-543: Add testing infrastructure for combined war. (Karl Wright) CONNECTORS-587: Manual startup did not properly set lastchecktime. (Maciej Li¿ewski, Karl Wright) CONNECTORS-578: Refactor Livelink connector, and add support for general metadata. (David Morana, Karl Wright) CONNECTORS-584: Fix MySQL use of indexes on ORDER-BY stuffing query. Turns out that MySQL will not order by an index unless only the first column in the index is specified in the ordering criteria. Still need to check if this breaks other databases like PostgreSQL, Derby, or HSQLDB. (Shigeki Kobayashi, Karl Wright) CONNECTORS-583: Catch MySQL lock timeout, and retry that transaction. (Shigeki Kobayashi, Karl Wright) CONNECTORS-581: Port OpenSearchServer connector and ElasticSearch connector to httpcomponents. (Karl Wright) CONNECTORS-566: Simple JDBC Authority connector. (Maciej Li¿ewski) CONNECTORS-563: Augment LDAP authority to include new features. (Maciej Li¿ewski) CONNECTORS-580: Remove build of commons-httpclient-mcf, and all ant and maven dependencies. (Karl Wright) CONNECTORS-579: Add untrusted, unverified https support to the RSS connector. (David Morana, Karl Wright) CONNECTORS-575: Modify Livelink connector build to use stub only when there is no lapi.jar available. This is to support the fact that lapi jars are not compatible from release to release, class-wise, so clients will need to build this connector against the jar that they have, instead of the jar that we have. (David Morana, Karl Wright) CONNECTORS-577: Typo in language message properties which cause stack traces (Erlend Garåsen) CONNECTORS-120: Port ManifoldCF to httpcomponents 4.2.2, from legacy commons-httpclient 3.1 (mcf edition). (Karl Wright) CONNECTORS-574: Add more Web connector session login stages, and a session login test. (Karl Wright) CONNECTORS-573: Add the ability to specify path separator characters in the LiveLink connector. (David Morana, Karl Wright) CONNECTORS-571: MySQL timeout was not being handled properly. (Shigeki Kobayashi, Karl Wright) CONNECTORS-569: Add User-Agent header for Wiki connector. Newer versions of Wiki need this. (Karl Wright) CONNECTORS-560: Use standard patch if "svn patch" is not available. (Alex Ott, Karl Wright) CONNECTORS-568: Combined web.xml file contains wrong declarations. (Swami Rajamohan) CONNECTORS-562: Some web.xml files contain wrong declarations (Alex Ott, Erlend Garåsen) CONNECTORS-564: Configure velocity to use the ManifoldCF log configuration and the logger "velocity". (Shigeki Kobayashi, Karl Wright) CONNECTORS-561: Only download font packages if they aren't already present. (Alex Ott) CONNECTORS-559: Help link of navigation.jsp is incorrect by locale. (Shinichiro Abe) CONNECTORS-558: Fix 'Insert Here' button. (Shinichiro Abe) CONNECTORS-556: performCommit() is in the wrong place for ingeststatus table update. (Karl Wright) CONNECTORS-542: Add pom.xml for LDAP authority. (Karl Wright) CONNECTORS-550: Ant targets for zip distributions were not working on Linux variants. (Ahmet Arslan, Karl Wright) CONNECTORS-535: Move readme files into Solr plugin modules. (Karl Wright) ======================= Release 1.0.1 ==================== CONNECTORS-555: Alfresco maven build is broken (Piergiorgio Lucidi) CONNECTORS-551: Resetting agents process causes job's seed documents to be flipped into the PURGATORY state, which in turn may cause the documents to be deleted and the job to be shut down if the seed documents are the only documents. (Martin Gielow, Karl Wright) CONNECTORS-546: Rework the how-to-build-and-deploy documentation page to be clearer and also cover the combined war. (Karl Wright) ======================= Release 1.0 ===================== CONNECTORS-549: Wrong credentials not correctly managed by CMIS Connector (Piergiorgio Lucidi) CONNECTORS-548: Update maven build documentation to reflect limitations in how maven builds can be done. (Erlend Garåsen, Piergiorgio Lucidi, Karl Wright) CONNECTORS-547: Web crawler, on encountering fatal error with no contents, would throw a StringIndexOutOfRange exception. (Erlend Garåsen, Karl Wright) CONNECTORS-545: web-proprietary wars need to be used by single- process proprietary example. (Shinichiro Abe, Karl Wright) CONNECTORS-544: Add missing materials to combined service war. Also include a way of easily invoking it from the single-process example directory. (Karl Wright) CONNECTORS-540: Multi-process proprietary webapps run not properly running the start-webapps.sh. (Shinichiro Abe) CONNECTORS-539: Multi-process agent run not properly initializing crawler/authority environment. (Karl Wright) CONNECTORS-538: Maven build broken on SharePoint Connector (Piergiorgio Lucidi) CONNECTORS-537: NPE when trying to display a history report when the corresponding connector is unregistered. (Erlend Garåsen, Karl Wright) CONNECTORS-533: Do not forgo xxx-README files in connector-lib-proprietary. (Karl Wright) CONNECTORS-532: Update 'incubator' and redirected URLs in various places. (Ahmet Arslan) CONNECTORS-531: Add Japanese translation for LDAP connector documentation. (Shinichiro Abe) CONNECTORS-530: Add documentation for the Use SIDs checkbox in the JCIFS connector Server tab. (Karl Wright) CONNECTORS-528: Add documentation for LDAP authority. (Karl Wright) CONNECTORS-529: Add Japanese translations for LDAP authority. (Shinichiro Abe) CONNECTORS-515: Add LDAP connector, and modify JCIFS connector to allow account names to be used instead of SIDs. (Maciej Lizewsky, Karl Wright) CONNECTORS-526: Clarify JCIFS connector documentation. (Shigeki Kobayashi, Karl Wright) CONNECTORS-525: Upgrade to OpenCMIS 0.7.0 (Piergiorgio Lucidi) CONNECTORS-527: Error during CMIS ingestion of nodes without binary content (Piergiorgio Lucidi) CONNECTORS-518: Add Wiki protected content access support to the Wiki Connector. Thanks to Maciej Lizewski for this contribution. (Maciej Lizewski, Karl Wright) CONNECTORS-486: Optionally encrypt the file which the crawler configuration is exported to. (Erlend Garåsen) CONNECTORS-523: Build a combined war that can be deployed alone on Tomcat and bring all of ManifoldCF's functionality with it. (Maciej Lizewski, Karl Wright) CONNECTORS-524: Do not deregister connectors in single-process code unless they are being removed or changed. (Karl Wright) CONNECTORS-520 : Add pom.xml to SharePoint connector module (Ahmet Arslan, Karl Wright) CONNECTORS-519: maven build of mcf-test-materials/mcf-alfresco-war-test fails (Ahmet Arslan, Piergiorgio Lucidi) CONNECTORS-521: Fix project site's broken search (Ahmet Arslan) CONNECTORS-492: Replace Lists.GetListItems call with a custom call, in SharePoint connector, to dodge limits on size of response. (Ahmet Arslan, Piergiorgio Lucidi, Joe Becknell, Karl Wright) CONNECTORS-522: Wiki connector namespace tab was non-functional. (Maciej Lizewski, Karl Wright) CONNECTORS-517: Internationalization bug; leftover " " in the English translations file. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-513: Fix HTML parsing in WebConnector so that we recognize a default input type to be "text", and deal with missing "value" attributes in "option" tags. (Karl Wright) CONNECTORS-514: Revamp ManifoldCF.initializeEnvironment and ManifoldCF.cleanUpEnvironment to use reference counting so that more than one user of these methods can coexist in the same VM. (Karl Wright) CONNECTORS-512: Revise documentation to include new access- method pulldown and corresponding screen shot. (Karl Wright) CONNECTORS-510: MySQL now periodically runs ANALYZE on tables to be sure the plan(s) are reasonable. (Karl Wright) CONNECTORS-509: Allow JDBC Connector to choose which column access method to use. (Shigeki Kobayashi, Karl Wright) CONNECTORS-507: Improve JCIFs Connector documentation. (Swapna Vuppala) CONNECTORS-508: Improve SharePoint connector documentation. (Ahmet Arslan) CONNECTORS-493: Improve JDBC connector documentation as it pertains to metadata handling. (Karl Wright) CONNECTORS-506: Missing quotes in start-database.sh cause HSQLDB to start with the wrong parameters. (Fred Toussi, Karl Wright) CONNECTORS-502: Fix MySQL transaction handling. (Shigeki Kobayashi, Karl Wright) CONNECTORS-505: Fix for "unknown state" issue with SharePoint UI. (Ahmet Arslan, Karl Wright) CONNECTORS-504: Stop agents process from talking to database after the stop signal has been sent. (Karl Wright) CONNECTORS-503: Add support in status reports for hopcount exceeded status. (Karl Wright) CONNECTORS-501: Fix hopcount logic to return a deterministic number of documents. A number of race conditions were discovered and corrected. (Shigeki Kobayashi, Karl Wright) CONNECTORS-497: Add Lists support to the SharePoint connector. (Ahmet Arslan, Karl Wright) CONNECTORS-500: Tests were hanging or otherwise doing strange things on exit. This was because the connection pool was being closed when the web application(s) were being unloaded, meaning that cleanup of the database took place with the pool in an inconsistent state. (Karl Wright) CONNECTORS-494: Fix the build to conditionally include registration commands for connectors that are built with stubs. (Shinichiro Abe, Karl Wright) CONNECTORS-488: Add Cache tab for all authority connectors that support caching, so that the cache parameters can be varied. (Karl Wright) CONNECTORS-470: Extend SharePoint connector to work with SharePoint 2010. (Ahmet Arslan, Fatih Samet Cetin, Joe Becknell, Karl Wright) ======================= Release 0.6 ===================== CONNECTORS-489: Fix user-agent string in web and rss connectors so that ISA proxies don't refuse to proxy the requests. (Jan van Haarst) CONNECTORS-487: Upgrade to HSQLDB 2.2.9. (Karl Wright) CONNECTORS-485: Upgrade to manifoldcf solr plugin versions 0.2. (Karl Wright) CONNECTORS-99: Improve documentation for JSON in REST services so that syntactic simplifications made by ManifoldCF are spelled out. (Karl Wright) CONNECTORS-474: Make it possible to build a complete release candidate and site javadoc without requiring any proprietary libraries or interface code installed. This is accomplished by: (a) including stub non-proprietary classes that can be compiled against, and (b) including WSDLs and XSDs generated from proprietary .NET libraries, but which are not proprietary themselves (according to LEGAL-137). (Joe Becknell, Sam Ruby, Karl Wright) CONNECTORS-484: The FileNet connector UI has been broken since the i18n work was done on it. (Joe Becknell, Karl Wright) CONNECTORS-461: Mime types and document length restrictions and commit option for Solr output connector need documentation (Erlend Garåsen) CONNECTORS-483: Add NTLM proxy support for Web Connector. (Karl Wright) CONNECTORS-482: Need to include at least a portion of the HTTP body in history message whenever a non-200 HTTP code comes back. (Karl Wright) CONNECTORS-481: Documentation of API is wrong in a few spots. (Adrian Conlon, Karl Wright) CONNECTORS-480: Documentum and FileNet connector run.sh scripts broken. (Joe Becknell, Karl Wright) CONNECTORS-479: Alfresco end-to-end tests were broken due to missing jetty jar. (Karl Wright) CONNECTORS-478: Catch event constraint-violation exception in Derby. This was not being interpreted as a retry situation because it is no longer inside a transaction. (Marcin Goss, Karl Wright) CONNECTORS-473: Split the ManifoldCF site into two distinct pieces. One is housed under "site/trunk" and contains the project site. The other is housed under "trunk/site" and generates the release documentation. (Karl Wright) CONNECTORS-476: Allow for remote MySQL connections. (Shigeki Kobayashi, Karl Wright) CONNECTORS-472: Make changes related to graduation. (Karl Wright) CONNECTORS-471: Replace broken HSQLDB 2.2.8 with a trunk build. (Karl Wright) CONNECTORS-96: Remove jdbcpool driver, and replace with a simple set of pooling classes. This gives us better control and makes failures on long crawls less likely. (Karl Wright) CONNECTORS-469: Hook up context listener to catch web application shutdown more efficiently. (Karl Wright) CONNECTORS-453: Getting deadlock problems and other issues with Derby 10.8.1.1. (Karl Wright) CONNECTORS-467: Remove outdated taglib directives in web.xml (Erlend Garåsen) CONNECTORS-468: Wrap ResourceBundle class so that missing keys in a resource bundle are dealt with in a friendlier way. (Karl Wright) CONNECTORS-466: Fix expression error in CMIS connector javascript. (Karl Wright) CONNECTORS-465: Revamp the expression parsing in the python browser simulator to actually obey the Javascript precedence rules. (Karl Wright) CONNECTORS-464: Improve document deletion cleanup logic for hopcounts, so that no references to deleted documents remain. (Karl Wright) CONNECTORS-462: Change "<" and ">" characters to HTML entities in connectors (Erlend Garåsen) CONNECTORS-459: Upgrade to require JDK 1.6 across the board. Get the (broken) maven build also working consistently with the ant build. (Karl Wright) CONNECTORS-435: Replace incorrect Messages.getString() calls in the main UI with correct ones. (Erlend Garåsen, Karl Wright) CONNECTORS-460: Add multi-domain-controller support to the Active Directory authority. (Colin Anderson, Karl Wright) CONNECTORS-456: Fix a typo in dist-license/README.txt. (Karl Wright, Alex Ott) CONNECTORS-455: Fix an internationalization error on the max activities and max bandwidth reports. (Karl Wright) CONNECTORS-450: Make sure all ant exec operations check properly for errors. This should prevent people from getting a bad dependencies build if they have the wrong svn client (for instance). (Karl Wright) CONNECTORS-430: An error should be returned if invalid seeds are typed into the seeds list for the web connector (Erlend Garåsen, Karl Wright) CONNECTORS-449: Fix browser simulator so that UI tests work again. (Karl Wright) CONNECTORS-436: Refer to older releases via archive.apache.org, not via the mirrors. (Karl Wright) CONNECTORS-436: Upgrade the README.txt file to accurately describe how to work with the binary distribution. (Karl Wright) CONNECTORS-432: Make sure quotations are in the javascript everywhere, not in the translation resources. (Erlend Garåsen, Karl Wright) CONNECTORS-431: Update pom.xml versions. (Karl Wright) ======================= Release 0.5 ========================= CONNECTORS-457: Fix for i18n problem with unknown locale picking up partial translations. (Karl Wright, Piergiorgio Lucidi, Alex Ott) CONNECTORS-454: Provide disclaimer file for all packages, not just source package. (Karl Wright) CONNECTORS-452: Get a version of postgresql jdbc driver compatible with JDK 1.5, and make sure it is actually in the classpath for single- process example. (Karl Wright) CONNECTORS-451: mvn-bootstrap scripts were broken. (Karl Wright) CONNECTORS-448: Fix xerces build for Linux machines. (Karl Wright) CONNECTORS-447: Deliver lib contents at root level in lib package. (Karl Wright) CONNECTORS-446: Correct problems blocking build in Japan. (Karl Wright, Shinichiro Abe) CONNECTORS-445: Each distribution has its own licensing and readme files. (Karl Wright) CONNECTORS-444: Update documentation to reflect new process for building from source. (Karl Wright) CONNECTORS-442: Fix the binary exclusion rules to not include target or the xml build files. (Karl Wright) CONNECTORS-443: Build all patched jars we distribute; do not rely on svn for any binaries. (Karl Wright) CONNECTORS-441: Refactor how integration packages are delivered for better consistency. (Karl Wright) CONNECTORS-440: Build should exclude integration content from external sources. (Karl Wright, Shinichiro Abe) CONNECTORS-437: Change the ant jar distribution model so that no binary files are included in the source distribution. All of them are now downloaded via the ant "download-dependencies" target. (Karl Wright) CONNECTORS-434: Describe which licenses we select for our dual-licensed jars. (Karl Wright) CONNECTORS-433: Update copyright date. (Karl Wright) CONNECTORS-429: Check for the 'no process at end of pipe' condition in the JCIFS connector. (T.Akagi, Karl Wright) CONNECTORS-428: Include LICENSE.txt file mention of the IPA license for Japanese PDF documentation fonts. (Karl Wright) CONNECTORS-425: Elastic Search documentation missing images (Piergiorgio Lucidi) CONNECTORS-423: Elastic Search connector should handle document metadata (Luca Stancapiano, Piergiorgio Lucidi, Karl Wright) CONNECTORS-424: Add RepositoryDocument.getFileName for posting file name as metadata. (Shinichiro Abe) CONNECTORS-427: The default value for "include only host matching seeds" should be yes/checked (Erlend Garåsen) CONNECTORS-288: Add Elastic Search connector. (Luca Stancapiano, Piergiorgio Lucidi, Karl Wright) CONNECTORS-422: Rearrange Velocity templates so that there's one template per tab. (Karl Wright) CONNECTORS-381: Add an OpenSearchServer UI test. While we were at it fixed a broken CMIS UI. (Karl Wright) CONNECTORS-421: Add hooks to permit agents "process" to be reset by ManifoldCF.resetEnvironment(). (Karl Wright) CONNECTORS-420: Revise the way we use Velocity so that we can make better use of it for internationalization purposes, and for things like loops etc. (Karl Wright) CONNECTORS-419: Alfresco Connector needs to invoke the ingestDocument for each d:content property of a node (Piergiorgio Lucidi) CONNECTORS-417: CMIS Connector creates documentURI with wrong value when version is null. Now the documentURI to get the content stream is retrieved from the CMIS server using an internal method of the OpenCMIS API. (Piergiorgio Lucidi) CONNECTORS-416: Fix web connector authentication tab. (Karl Wright) CONNECTORS-415: Fix script language documentation. (Karl Wright) CONNECTORS-414: Fix incorrect path in executecommand.sh, start-webapps.sh and start-database.sh (Shinichiro Abe) CONNECTORS-413: Use the right variable variant in all places for the Open Search Server connector. (Karl Wright) CONNECTORS-412: Port OpenSearchServer connector to use Velocity rather than the internal home-grown substitution. (Luca Stancapiano) CONNECTORS-410: Allow dfc.properties to be used instead of dmcl.ini for determination of correct value of the DOCUMENTUM environment variable. (Karl Wright) CONNECTORS-411: Execution of integration tests from Maven is broken (Piergiorgio Lucidi) CONNECTORS-406: Use MultiThreadedHttpConnection manager in script engine and in OpenSearchServer connector. (Luca Stancapiano, Karl Wright) CONNECTORS-409: Set mcf-ui-core.jar to all the examples lib. (Shinichiro Abe) CONNECTORS-408: Rearrange the script-engine directory in a manner consistent with other dist directories, and also use a different env variable (ENGINE_HOME) so that we don't conflict with MCF_HOME. (Karl Wright) CONNECTORS-407: Set the executable bit in the distribution directory for .sh files during ant build. (Karl Wright) CONNECTORS-405: Do not include sources in binary distribution. This is no longer essential since we deliver built jars for all the connectors now. (Karl Wright) CONNECTORS-327: Share the web applications among all the examples. (Karl Wright) CONNECTORS-402: Change the ant build process to produce two artifacts - one with proprietary material, and the other without. This allows for releases that include built connectors even though we do not ship the proprietary material. (Karl Wright, Piergiorgio Lucidi) CONNECTORS-403: Fix the sidecar process scripts to use the same definition for MCF_HOME as everything else uses. Also promote these scripts to the root level in their individual process directory. (Karl Wright) CONNECTORS-401: Update the website with some material about the project (Piergiorgio Lucidi) CONNECTORS-351: Alfresco Connector documentation must be updated (Piergiorgio Lucidi) CONNECTORS-398: Japanese localization for Alfresco connector. (Hitoshi Ozawa) CONNECTORS-396: Japanese updates for the CMIS connector. (Hitoshi Ozawa) CONNECTORS-399: Update Japanese site to reflect release of ManifoldCF 0.4-incubating. (Hitoshi Ozawa) CONNECTORS-387: Generate end-user-documentation.pdf properly in Japanese. (Hitoshi Ozawa, Karl Wright) CONNECTORS-397: Alfresco Connector UI must be conformed with Apache Velocity (Piergiorgio Lucidi) CONNECTORS-395: CMIS Connector UI must be completely conformed with Apache Velocity (Piergiorgio Lucidi) CONNECTORS-392: Complete translation to Japanese of index.xml and concepts.xml. (Hitoshi Ozawa) CONNECTORS-388: Incorporate Apache Velocity as a connector UI rendering option, and modify the CMIS connector's UI to use it as an example. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-391: Multiprocess example web apps didn't work, due to missing jars. (Karl Wright) CONNECTORS-390: JDBC drivers cannot work from anything other than the root classpath. This is because of a flaw with JDBC. I've changed the instructions accordingly, and provided built-in support for all drivers the JDBC connector knows about. (Karl Wright) CONNECTORS-389: Chemistry in-memory war renaming breaks mvn-bootstrap (Piergiorgio Lucidi) CONNECTORS-329: Upgrade to OpenCMIS 0.6.0 (Piergiorgio Lucidi) CONNECTORS-385: Fix broken Forrest generation of Japanese HTML. This workaround simply sets the environment for Forrest up so that Cocoon does not fail. (Karl Wright) CONNECTORS-386: CMIS Integration tests implementation compile error (Piergiorgio Lucidi) CONNECTORS-336: Add Japanese documentation. (Hitoshi Ozawa) CONNECTORS-383: Add more Japanese localization for JCIFS connector. (Hitoshi Ozawa) CONNECTORS-382: Add more Japanese localization for JDBC connector. (Hitoshi Ozawa) CONNECTORS-376: Provide Japanese localization of Meridio connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-379: Internationalize Meridio connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-377: Use Maven standards for resource directories. (Karl Wright) CONNECTORS-375: Add Japanese messages for RSS connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-374: Add Japanes messages for SharePoint connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-373: Add Japanese messages for Solr connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-371: Add Japanese messages for LiveLink connector. (Hitoshi Ozawa) CONNECTORS-372: Finish the Japanese translation of the web connector's strings. (Hitoshi Ozawa) CONNECTORS-370: Fix the use of MessageFormat for expanding message arguments so that the proper locale is used. (Karl Wright) CONNECTORS-365: Internationalize SharePoint connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-368: Internationalize Wiki connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-367: Internationalize Web connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-364: Internationalize RSS connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-363: Internationalize more of the Livelink connector. (Hitoshi Ozawa, Karl Wright) CONNECTORS-362: Internationalize JDBC connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-361: Internationalize JCIFS connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-360: Internationalize GTS connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-359: Internationalize FileSystem connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-358: Internationalize FileNet connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-357: Internationalize Documentum connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-356: Internationalize ActiveDirectory connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-366: Internationalized Solr connector fully. (Hitoshi Ozawa, Karl Wright) CONNECTORS-318: Add debugging output for XML parsing errors. The code assumes UTF-8 encoding of the stream, and only outputs the first 64K. This should be sufficient for most situations though. (Martin Goldhahn, Karl Wright) CONNECTORS-355: Fix some remaining uninternationalized strings. (Hitoshi Ozawa) CONNECTORS-353: Ship .wsdd configuration files as part of connector jars rather than separate files with configuration parameters. This simplifies the building and deployment of the SharePoint and Meridio connectors considerably. (Karl Wright) CONNECTORS-352: Remove duplicate logfile property output for tests. (Martin Goldhahn) CONNECTORS-344: Fix OpenSearchServer UI so that data is not lost between posts. (Emmanuel Keller, Karl Wright) CONNECTORS-346: Reorganize test class hierarchy, and main ant build targets, to reduce duplication of code and make more sense. (Karl Wright) CONNECTORS-328: added explicit support for Multi-Tenancy in the job configuration (Piergiorgio Lucidi) CONNECTORS-337: Pay attention to -DskipITs for alfresco, cmis, and wiki tests on Maven build. (Karl Wright) CONNECTORS-340: Separate labels with colons from labels without. (Karl Wright) CONNECTORS-338: Move localization to the ui-core jar. (Karl Wright) CONNECTORS-335: Add i18n infrastructure. This commit also addresses some problems found in the CMIS, Alfresco, and OpenSearchServer connectors having to do with improper escaping of data values. (Hitoshi Ozawa, Karl Wright) CONNECTORS-334: Add MySQL database support. (Hitoshi Ozawa, Karl Wright) CONNECTORS-332: Provide a way of running the web applications on jetty from within the multiprocess example. (Karl Wright) CONNECTORS-324: Maven build broken (Piergiorgio Lucidi) CONNECTORS-331: How-to-build-and-deploy page is missing section for Alfresco connector (Piergiorgio Lucidi) ======================= Release 0.4 ========================= CONNECTORS-349: Content binary is not correctly read (Piergiorgio Lucidi) CONNECTORS-343: Fix lack of proper escaping for values in the Alfresco, CMIS, and OpenSearchServer connectors. Fix broken tabs in the Alfresco and CMIS connectors. (Karl Wright) CONNECTORS-342: Fix bad HTML in the File System connector. (Karl Wright) CONNECTORS-330: Add infrastructure that permits the database class to initialize a connection every time it is pulled from the pool. This is necessary to support HSQLDB, because a number of HSQLDB's states are actually maintained in the JDBC driver and thus cannot be managed well in a pooled connection paradigm. (Fred Toussi, Karl Wright) CONNECTORS-321: Correct a problem with external HSQLDB databases where the schema wasn't being reliably set for the session. (Fred Toussi, Karl Wright) CONNECTORS-319: Added a shutdown hook to the AgentRun command, so that if you ^C out of it you can rerun. (Karl Wright) CONNECTORS-325: Adeguate the content identifier with the Alfresco node reference (Piergiorgio Lucidi) CONNECTORS-326: Fix the ant image build target to not use build-dev. (Karl Wright) CONNECTORS-315: Include the latest distributed versions of the plugin jars. (Karl Wright) CONNECTORS-323: Fix *.sh files in multiprocess-example. (Shinichiro Abe) CONNECTORS-313: Reorganize the dist directory to include a multiprocess example as well as a single process example. (Shinichiro Abe, Karl Wright) CONNECTORS-320: Fix issues with remote HSQLDB driver having to do with schema discovery. (Karl Wright) CONNECTORS-308: Get the alfresco connector integration tests to run under ant. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-310: Get the alfresco connector to build with Maven on a clean system. This involves pushing some of the dependencies that are not available via the current maven repository into the local repository. I wound up just changing the bouncycastle dep to 140 instead of 137, but did not change the others because I wasn't sure of the potential effects. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-311: added missing licenses (Piergiorgio Lucidi) CONNECTORS-312: Move the Meridio web service into a separate package, like we did for the SharePoint 3.0 plugin. (Karl Wright) CONNECTORS-301: added the detailed JavaDoc for the CMIS connector and integration tests (Piergiorgio Lucidi) CONNECTORS-300: added the defaul values for the CMIS connector configuration (Piergiorgio Lucidi) CONNECTORS-304: extended the endpoint parameter of the CMIS Connector with protocol, server, port and path (Piergiorgio Lucidi) CONNECTORS-307: CMIS and Alfresco connector configuration UI loses configuration when you switch tabs (Piergiorgio Lucidi) CONNECTORS-302: Add a specific Server tab for CMIS-related configuration information (Piergiorgio Lucidi) CONNECTORS-303: Maven build doesn't consider HTML and JS files for the connector (Piergiorgio Lucidi) CONNECTORS-284: HSQLDB runs out of memory on an extended load test, and had other problems too. A new version of the db software was needed to correct this issue. Thanks to the HSQLDB team for their assistance! (Fred Toussi, Karl Wright) CONNECTORS-299: Handle Postgresql 9.1's newfound ability to throw deadlock conditions on transaction ends. (Erlend Garåsen, Karl Wright) CONNECTORS-298: Improve the SSL error message when no trusted certs are found. (Michael Kelleher, Karl Wright) CONNECTORS-297: Add a description of ant download-dependencies for Building the SharePoint connector to how-to-build-and-deploy.html. (Shinichiro Abe) CONNECTORS-295: Add the support for multivalue properties (Piergiorgio Lucidi) CONNECTORS-296: Make independent the configuration against the WARs version for integration tests (Piergiorgio Lucidi) CONNECTORS-292: Problems with mvn-bootstrap.bat. Also excluded (hopefully temporarily) the HSQLDBext tests from the Maven build, since their properties.xml conflict with HSQLDB tests. (Luca Stancapiano, Karl Wright) CONNECTORS-293: Fix the how-to-build-and-deploy documentation to include the right version of jcifs. (Luca Stancapiano, Karl Wright) CONNECTORS-290: Revamp the way docpriorities are handled so as to avoid flooding the jobqueue with documents that have a docpriority value but a job or document status incompatible with stuffing. This should help a lot in very large crawls with multiple jobs. (Karl Wright) CONNECTORS-291: Active Directory authority reconnect logic had a pathological case when server forcibly closed connection. (Karl Wright) CONNECTORS-209: Add support for remote HSQLDB instances. There are now configuration parameters for specifying protocol, server, and instance name, which if specified cause the HSQLDB driver to communicate to the specified remote instance. (Karl Wright) CONNECTORS-287: An Alfresco connector would be helpful (Piergiorgio Lucidi) CONNECTORS-289: Wrong version of the OpenCMIS InMemory Server war in the page How to build and deploy (Piergiorgio Lucidi) CONNECTORS-285: Provide a way through the IJobManager interface and through the API to check on the status of a job without asking for the counts of documents, which yields a full table scan. (Karl Wright) CONNECTORS-279: Prevent reindex or analyze from taking place within a transaction. This was causing hangs on our load tests. (Karl Wright) CONNECTORS-283: Upgrade to jcifs.jar 1.3.17 in the ant build (download-dependencies target). (Shinichiro Abe) CONNECTORS-282: Change order in which the incremental ingester does things so we don't typically get unique constraint violation warnings in the log. (Karl Wright) CONNECTORS-280: The job state "DELETESTARTINGUP" was not being checked for in the status. This meant that during the time that a job delete was beginning, "Not yet run" would be displayed as the status. (Karl Wright) CONNECTORS-277: Add the ability to select namespaces and title prefixes to the Wiki connector. (Tobias Wunderlich, Karl Wright) CONNECTORS-266: Upgraded the CMIS Connector libraries to OpenCMIS 0.5.0 (Piergiorgio Lucidi) CONNECTORS-278: Wrong default parameters values for CMIS Connector in a clean installation (Piergiorgio Lucidi) CONNECTORS-262: Pull down .wsdls from SharePoint 3.0 example site in the ant build (download-dependencies target). (Shinichiro Abe, Karl Wright) CONNECTORS-276: Pull down jtds and mysql drivers from maven repository in the ant build (download-dependencies target), and add these dependencies in appropriate places in the maven build as well. (Karl Wright) CONNECTORS-259: Enable support for MySQL in JDBC connector. (Karl Wright) CONNECTORS-187: Fix how the worker threads handle document deletion service interruptions. (Karl Wright) CONNECTORS-271: Wiki connector now has end-user documentation. (Karl Wright) CONNECTORS-263: Long-running tests should all be moved to Maven's integration-test phase (Piergiorgio Lucidi) CONNECTORS-273: Add last-modified metadata to indexing for the Wiki connector. (Tobias Wunderlich, Karl Wright) CONNECTORS-274: Fix long-standing problem with XML parsing, which affected the wiki connector in a big way. (Tobias Wunderlich, Karl Wright) CONNECTORS-256: Add a Wiki connector, including basic sanity tests and build logic. (Karl Wright, Tobias Wunderlich) CONNECTORS-270: The OpenSearchServer connector pom.xml was incorrect, and skipped the resources needed to run the connector properly. (Karl Wright) CONNECTORS-269: Get the maven build working properly again, including the HSQLDB tests, and the clean operation. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-264: Changing the repositoryId to an empty value is not possible (Piergiorgio Lucidi) CONNECTORS-265: removed from the CMIS Connector all the HTML snippets from the Java code (Piergiorgio Lucidi) CONNECTORS-268: Move sources for, and prebuild, the MCPermissions web service plugin for the SharePoint connector. (Karl Wright) CONNECTORS-257: Add cache control fields to make Active Directory authority configuration more flexible with regards to cache. (Karl Wright, Shinichiro Abe) CONNECTORS-87: Add a framework load test. (Karl Wright) CONNECTORS-255: Add ability to process site map documents, in both RSS connector and Web connector. (Karl Wright) CONNECTORS-202: Add commit-within parameter to Solr output connector. (Jan Høydahl, Karl Wright) CONNECTORS-251: Add target "download-dependencies" to build.xml. (Shinichiro Abe) CONNECTORS-252: Clean up build, dist and lib of each connector after build. (Shinichiro Abe) ======================= Release 0.3 ========================= CONNECTORS-240: Add OpenSearchServer end-user documentation. (Emmanuel Keller, Karl Wright) CONNECTORS-250: Renew jcifs download site link. (Shinichiro Abe) CONNECTORS-253: Make script output of configurationnode script object have attributes that are ordered, so the test does not depend on hash order. (Shinichiro Abe, Karl Wright) CONNECTORS-246, CONNECTORS-248, CONNECTORS-249: Problems with MVCC model of Hsqldb causing query inconsistencies, fixed in HSQLDB 2.2.5-6-9-2011. (Fred Toussi, Karl Wright) CONNECTORS-247: Add unit tests for script engine. (Karl Wright) CONNECTORS-144: Remove Apache license from DISCLAIMER.txt, as per the incubator's instructions. (Karl Wright) CONNECTORS-177: Remove test code from file system connector. (Karl Wright) CONNECTORS-141: Exclude files from rat report that the Forrest teams says I should. (Karl Wright) CONNECTORS-58: Add client scripting language and a file-system-based example. (Karl Wright) CONNECTORS-245: Fix API bug where schedule JSON was incorrect when fetching job description. (Karl Wright) CONNECTORS-229: CMIS connector needs to be documented in "how to build and deploy" (Piergiorgio Lucidi) CONNECTORS-244: Add a fix to recover for another Derby deadlock situation. (Karl Wright) CONNECTORS-243: Include most response headers in the metadata for each web connector document. (Jan Høydahl, Karl Wright) CONNECTORS-224: Add OpenSearchServer output connector. (Emmanuel Keller, Karl Wright) CONNECTORS-157: Fixed a second kind of case where the java.net.URI class is broken. Relative queries starting with "?" now replace the query part of the url. (David Broadfoot, Karl Wright) CONNECTORS-239: RSS connector chromed content mode was broken. (Kate McGonigal, Karl Wright) CONNECTORS-238: Hard errors from notification output connector method should be noted and then ignored. (Karl Wright) CONNECTORS-61: Make it easy (and document) how to integrate ManifoldCF into an application. (Karl Wright) CONNECTORS-226: Clean up usage of REPOSITORY_CONNECTION_ERROR ManifoldCFException type. (Karl Wright) CONNECTORS-236: Add tests for CMIS connector. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-234: Add support for CMIS binding protocol. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-235: Fix broken Derby and HSQLDB file-based carrydown data, and added the ability to handle RSS feed description values outside of dechromed content. (Kate McGonigal, Karl Wright) CONNECTORS-232: Fix site icon link. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-230: Add CMIS mention to the ManifoldCF documentation. (Karl Wright) CONNECTORS-228: Add maven support for CMIS connector. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-231: Missing dependency in pom.xml. (Piergiorgio Lucidi) CONNECTORS-227: Fix the error reporting so it includes the problem message. (Piergiorgio Lucidi) CONNECTORS-221: Add CMIS connector. (Piergiorgio Lucidi, Karl Wright) CONNECTORS-214: Add post-fetch regular expression filtering to Web connector. (Karl Wright) CONNECTORS-225: Derby throws deadlock exceptions when indexing rapidly. (Karl Wright) CONNECTORS-223: Move test classes to be compatible with maven conventions. (Tobias Rübner, Karl Wright) CONNECTORS-219: Update maven pom.xml files to include proper dependencies and version numbers. (Tobias Rübner) CONNECTORS-220: Fix long-standing issue with database connection problems. Reset logic was insufficiently robust. (Farzad Valad, Karl Wright) CONNECTORS-217: Check running more than one of instance of agent. (Shinichiro Abe) CONNECTORS-218: LockClean supports relative path to the synchronization directory. (Shinichiro Abe) CONNECTORS-215: Setting an environment variable of agent. Add options.env file, in which we can define optional value. (Karl Wright, Shinichiro Abe) CONNECTORS-216: Clean up document removal options in IProcessActivity, and modify connectors accordingly to avoid using the deprecated form of deleteDocument(). (Karl Wright) CONNECTORS-214: Add output connector support for restricting documents based on mime type, URL, and document length. Hook this up to the web and RSS connectors, and add mime type and maximum length fields to the Solr connector. (Erlend Garåsen, Karl Wright) CONNECTORS-212: Failure during notify should send job back to ReadyForNotify state, not ReadyForDelete state. (Karl Wright) CONNECTORS-211: Move pack() and unpack() utility methods into the connector base class. (Karl Wright) CONNECTORS-210: Handle RuntimeException exceptions better in connector factories. (Farzad Valad, Karl Wright) CONNECTORS-208: Make support for metadata Reader objects really work. (Karl Wright) CONNECTORS-204: Add an HSQLDB set of test targets, which use that database. (Karl Wright) CONNECTORS-206: Document HSQLDB properties, and mention it as a supported choice in the documentation. (Karl Wright) CONNECTORS-114: Finish HSQLDB implementation. (Fred Toussi, Karl Wright) CONNECTORS-205: Changed the database interface distinct-on abstraction to also include the order-by clause, so we can write something that will work for HSQLDB. (Karl Wright) CONNECTORS-203: Move to Java 1.5 compilation and conventions. (Erlend Garåsen, Tommaso Teofili, Karl Wright et al) CONNECTORS-201: Add activity interface ICarrydownActivity to allow sharing of functionality across IVersionActivity and IProcessActivity. (Karl Wright) CONNECTORS-200: Interpret TikaExceptions as being permanent failures. (Erlend Garåsen, Shinichiro Abe, Karl Wright) CONNECTORS-199: Modify site to point to new 0.2-incubating release. (Karl Wright) CONNECTORS-197: Add a switch that allows user to select which AD attribute to use for login name. (Shinichiro Abe, Karl Wright) CONNECTORS-198: Update rat-sources ant target to exclude test-output-postgresql folders. (Karl Wright) CONNECTORS-174: The standard logging.ini file for the Quick Start should set a log format that includes at least date and time. (Erlend Garåsen, Karl Wright) CONNECTORS-194: Forrest doc build always gets an error because of relative references to javadoc roots. (Erlend Garåsen, Karl Wright) CONNECTORS-196: Active directory authority did not work if login name and common name differed. (Kadri Atalay, Shinichiro Abe, Karl Wright) CONNECTORS-195: Active directory authority does not properly identify non-existing users on all versions of Java and all versions of AD. (Kadri Atalay, Karl Wright) CONNECTORS-192: Specification processing would sometimes be called without the specification data being posted. (Karl Wright) CONNECTORS-191: Fix eol-style attribute for .bat files to always be CRLF. (Karl Wright) CONNECTORS-190: Fix busted link to JSON stuff. (Karl Wright) CONNECTORS-189: Added links to directly access the group distribution email archives. (Farzad Valad) Update the site to create a direct link to the book, and also bring the copyrights and breadcrumbs to the current era. (Karl Wright) CONNECTORS-185: Clarify the build-and-deploy document to make sure it is clear that the configfile define is needed for the application server. (Mark Moloney, Karl Wright) CONNECTORS-186: Refactor WorkerThread code to permit all output connector methods to throw a ServiceInterruption, including the getOutputDescription() method. (Karl Wright) CONNECTORS-183: Add a text field to make Active Directory authority configuration more flexible with regards to protocol. (Shinichiro Abe, Karl Wright) CONNECTORS-32: Add access token caching to the Active Directory authority connector, LiveLink authority connector, Meridio authority connector, and Documentum authority connector. (Shinichiro Abe, Karl Wright) CONNECTORS-182: Install timed expiration of cached objects, which was not hooked up to the idle cleanup architecture. (Karl Wright) CONNECTORS-181: Fix the way timed expiration works to agree with the description, and pass in a current time parameter to make it work readily for continuous renewal. (Karl Wright) CONNECTORS-179: Add ability to throw ManifoldCFException from the IConnector method setThreadContext. (Karl Wright) CONNECTORS-175: Update documentation of properties.xml parameters to include missing ones. (Shinichiro Abe, Karl Wright) CONNECTORS-173: Update javadoc to include table schemas. (Shinichiro Abe) CONNECTORS-171: Make sure XML output from within XML document does not corrupt entity references. (Fuad Efendi) ======================= Release 0.2 ======================= Release Date: See http://incubator.apache.org/connectors for the official release date. CONNECTORS-188: Change the eol-style attribute to LF for all the .sh files. (Erlend Garåsen, Karl Wright) Web site updated to reflect proposed release. CONNECTORS-172: At the advice of the Derby team, build Derby in "insane" mode to allow it to recover from internal errors. (Koji Sekiguchi, Karl Wright) CONNECTORS-170: Add support to the Derby driver for periodic analysis and reindexing, since after 10.7.1.1 it seems this is now supported. (Karl Wright) CONNECTORS-169: Add a method to the database abstraction to return the maximum number of OR clauses in a query. This is to make Derby efficient, since it can't seem to use indexes in this situation (Karl Wright) CONNECTORS-166: Pull a Derby fix down from trunk into Derby 10.7.1.1, to fix deadlock problems (Oleg Tikhonov, Karl Wright) CONNECTORS-168: Change error reporting logic in Solr connector to handle non-XML responses (Fuad Efendi, Karl Wright) CONNECTORS-159: Add support for external PostgreSQL server (Erlend Garåsen, Karl Wright) CONNECTORS-165: Upgrade to jetty 6.1.26, plus patches, which is what Solr is using. (Robert Muir, Karl Wright) CONNECTORS-163: Use Derby 10.7.1.1. (Oleg Tikhonov, Karl Wright) CONNECTORS-162: Add infrastructure support for derived resource loading, so that individual connectors can use this model to prevent jar conflicts. (Karl Wright) CONNECTORS-160: Add local trust store and working https support for Solr connector. (Carina Lannig, Karl Wright) CONNECTORS-151: Add folder support to FileNet connector. (Oleg Tikhonov, Karl Wright) CONNECTORS-157: Web crawler url resolution was broken for relative paths, because the way java.net.URI resolved them changed. (Karl Wright) CONNECTORS-156: Update site to describe work-around instructions. (Karl Wright) CONNECTORS-154: Add an ant target, and tests, that work against the postgresql database. (Karl Wright) CONNECTORS-155: Fix a query bug with fetching the job status of a single, specified job. (Karl Wright) CONNECTORS-148: Intermittent failures creating the PostgreSQL database still occurring; traced the problem this time to PostgreSQL not accepting a parameter for the password when creating a user. (Nicolas Max, Karl Wright) CONNECTORS-153: Add support for robots meta tag to web connector. (Erlend Garåsen, Karl Wright) CONNECTORS-152: Refactor notification thread and states to make the framework more resilient. (Karl Wright) CONNECTORS-145: Refactor cleanup worker threads, expire threads, and document delete threads to handle failure of the output connection gracefully. (Karl Wright) CONNECTORS-130: Block the Solr output connector from accepting documents that have folder-level security. (Karl Wright) CONNECTORS-129: Add an API reset/outputconnections/xxx command, to forget the index state for an output connection. (Karl Wright) ======================= Release 0.1 ======================= Release Date: See http://incubator.apache.org/connectors for the official release date. CONNECTORS-149: Expire threads did not obey rules as far as deleting documents belonging to other jobs. Also, the test for whether a document was shared between jobs did not take the output connection into account. Finally, I found an infinite loop in the job delete stuffer thread code. (Karl Wright) CONNECTORS-147: Disable PDF's everywhere except for user documentation. (Grant Ingersoll, David Crossley, Karl Wright) CONNECTORS-148: Creating the database in PostgreSQL failed intermittently when a parameter was used for the encoding; the PostgreSQL documentation specifies that it must be a quoted string in that case. (Karl Wright) CONNECTORS-146: Problem with document cleanup logic would cause data corruption in carrydown data and in hopcount information. (Karl Wright) CONNECTORS-143: Copyright notice needs to be changed to 2011. (Sebb, Karl Wright) CONNECTORS-142: License and notice file revisions. (Ant Elder, Sebb, Ralph Goers, Karl Wright) CONNECTORS-140: Change build to generate both a -src and a -bin distribution. (Grant Ingersoll, Karl Wright) CONNECTORS-139: Change download area to www.apache.org/dist/incubator/manifoldcf, as according to incubator rules. (Karl Wright) CONNECTORS-138: Change name of release from 0.1-incubator to 0.1-incubating, as according to incubator rules. (Various) CONNECTORS-137: Add ASF headers to the jakarta standard tag library tld's that the crawler-ui uses. RAT detected these as a problem, and I have confirmed that they have an Apache origin. (Sebb, Karl Wright) CONNECTORS-132: Remove build artifacts from the archives, except for documentation. This is to save space. (Karl Wright) CONNECTORS-136: Change rat-sources build target to exclude all files known good despite RAT complaints. (Sebb, Karl Wright) CONNECTORS-135: Adjust svn properties of files to be consistent with intended usage. (Sebb) CONNECTORS-134: Put README.txt files in all empty directories that are meant for a user to supply third-party content. This prevents the archive from not delivering an empty directory. (Ant Elder, Sebb, Karl Wright) CONNECTORS-133: Update README.txt to include incubator disclaimer. (Ant Elder, Sebb, Karl Wright) CONNECTORS-131: Create download page with separate references for KEYS, CHANGES.txt, signatures, and artifacts. (Chris Mattmann, Karl Wright) CONNECTORS-128: Remove sql quoting logic to make sql injection attacks less possible. (Grant Ingersoll, Robert Muir, Karl Wright) CONNECTORS-122: FileNet and Documentum connector-specific process scripts needed. (Oleg Tikhonov, Karl Wright) CONNECTORS-127: Broken FileNet Document Classes tab. (Oleg Tikhonov, Karl Wright) CONNECTORS-126: Added a performance tuning page to the site. (Farzad, Karl Wright) Removed modules level of tree, and revamped build.xml in anticipation of a release. (Karl Wright) CONNECTORS-125: Set the default max handles property to be consistent with a default PostgreSQL installation. (Farzad, Karl Wright) CONNECTORS-124: Add a null authority connector, so authority tests can be written. (Karl Wright) CONNECTORS-109: Hooked up user-defined functions in Derby to perform the needed regular expression matching and grouping. (Karl Wright) CONNECTORS-121: Fixed broken javascript in the Windows Share connector "insert here" button. (Fred Schmitt, Karl Wright) CONNECTORS-117: Revised manner by which dynamic table maintenance is performed, so that it can be controlled by configuration parameters. (Farzad, Karl Wright) CONNECTORS-116: Removed Memex connector due to intellectual property concerns. (Robert Muir) CONNECTORS-113: Add properties that allow quick-start example to work properly with PostgreSQL. (Farzad, Karl Wright) Name change to ManifoldCF (Community) CONNECTORS-107: Entering report forms now preselects all activities. (Karl Wright) CONNECTORS-106: noteJobCompleted() method in IOutputConnector now receives an activities object, so activities can be recorded. (Karl Wright) CONNECTORS-98: Convert the API into a RESTful implementation. (Jack Krupansky, Mark Miller, Karl Wright) CONNECTORS-104: Add convenience feature to web connector to limit hosts to those explicitly mentioned in seeds. (Jack Krupansky, Karl Wright) CONNECTORS-102: Web connector default throttling settings. (Karl Wright) CONNECTORS-103: RSS connector default throttling settings. (Karl Wright) CONNECTORS-105: File system connector UI enhancements, to use a table-based metaphor for paths and rules. (Karl Wright) CONNECTORS-101: File system connector paths should automatically get default rules added. (Karl Wright) CONNECTORS-57: Add support in Solr connector for selecting whether end-of-job commits take place, on a per-connection basis. (Jack Krupansky, Karl Wright) CONNECTORS-41: Add support in the framework for end-of-job notification to the associated output connector, which can take an extended period of time. (Jack Krupansky, Karl Wright) CONNECTORS-97: Web connector session authentication was failing for some sites due to cookies httpclient thought were illegal, but browsers would accept. (Karl Wright) CONNECTORS-91: Made the initialization commands more accessible via code. (Jettro Coenradie, Karl Wright) CONNECTORS-90: Fixed a localization issue where database errors that should be soft errors were instead interpreted as hard failures for non-English locales. (Carina , Marc Emery, Karl Wright) CONNECTORS-62: Added additional LCF API Documentation (Karl Wright) CONNECTORS-59: Packaged application so that it is ready to run with embedded Jetty App Server. (Jack Krupansky, Karl Wright) CONNECTORS-56: Enhanced API so that more features are accessible programmatically. (Jack Krupansky, Karl Wright) CONNECTORS-52: Updated documentation to reflect new features added to the Solr connector. (Karl Wright) CONNECTORS-51: Reduce the number of required system properties needed to run the JCIFS connector. (Karl Wright) CONNECTORS-49: Allow mapping of the metadata ID field in the Solr connector. (Rohan G Patil, Jack Krupansky, Erik Hatcher, Karl Wright) CONNECTORS-48: Improve rules description for the SharePoint connector. (Karl Wright) CONNECTORS-47: Framework UI called connector post-processing more than needed. (Karl Wright) CONNECTORS-46: Improve documentation for metadata with the JDBC Connector. (Rohan G Patil, Karl Wright) CONNECTORS-45: Allow specifying the Solr core name with the Solr Connector. (Jack Krupansky, Erik Hatcher, Karl Wright) CONNECTORS-44: Add metadata support to the JDBC Connector. (Rohan G Patil, Karl Wright) CONNECTORS-43: Wseless call to String.trim in MultiLineParser (Mark Miller, Karl Wright) CONNECTORS-42: Impossible cast in org.apache.lcf.core.database.Database (Mark Miller, Karl Wright) CONNECTORS-40: Change to a classloader-based plugin architecture (Jack Krupansky, Mark Miller, Erik Hatcher, Karl Wright) CONNECTORS-39: Allow abstraction of database transaction management. (Karl Wright) CONNECTORS-38: Add a jetty-based "quick-start". (Jack Krupansky, Karl Wright) CONNECTORS-37: Switch to an XML configuration file. (Erik Hatcher, Jack Krupansky, Karl Wright) CONNECTORS-36: Improve the Solr Connector's UI to be more intuitive. (Karl Wright) CONNECTORS-35: Add a method to reset the framework. (Karl Wright) CONNECTORS-33: Document how to use the framework programmatically. (Karl Wright) CONNECTORS-26: Rename war files from "tomcat" to "web" as there is nothing tomcat-specific about them. (Erik Hatcher, Karl Wright) CONNECTORS-23: Add usage examples to Command documentation (Damien Mabin, Karl Wright) CONNECTORS-22: Add support for ACLs to the Solr Connector. (Dominique Bejean, Peter Sturge, Karl Wright) CONNECTORS-20, CONNECTORS-3: Add an ant build system. (Karl Wright) CONNECTORS-18: The Lucene Connector was renamed to Solr Connector. (Karl Wright) CONNECTORS-17: Fix broken link in the Crawler UI's help page. (Karl Wright) CONNECTORS-16: Generalize JCIFS connector's fingerprinting. (Sami Siren, Karl Wright) CONNECTORS-14: Remove some javac warnings. (Robert Muir, Karl Wright) CONNECTORS-12: Improve whitespace formatting to be consistent. (Erik Hatcher, Karl Wright) CONNECTORS-11: Add automated build for the Apache2 Module. (Karl Wright) CONNECTORS-9, CONNECTORS-8, CONNECTORS-7, CONNECTORS-5, CONNECTORS-2: Remove Metacarta branding and setup. (Karl Wright) CONNECTORS-6: Move documentation from LaTeX to the wiki. (Karl Wright) CONNECTORS-4: Submit changes to other packages as patches. (Oleg Kalnichevski, Karl Wright) CONNECTORS-1: Created connectors website. (Grant Ingersoll)