You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by rm...@apache.org on 2010/08/25 15:10:08 UTC

svn commit: r989087 - /incubator/lcf/trunk/CHANGES.txt

Author: rmuir
Date: Wed Aug 25 13:10:08 2010
New Revision: 989087

URL: http://svn.apache.org/viewvc?rev=989087&view=rev
Log:
CONNECTORS-93: add contributors to CHANGES.txt

Modified:
    incubator/lcf/trunk/CHANGES.txt

Modified: incubator/lcf/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/CHANGES.txt?rev=989087&r1=989086&r2=989087&view=diff
==============================================================================
--- incubator/lcf/trunk/CHANGES.txt (original)
+++ incubator/lcf/trunk/CHANGES.txt Wed Aug 25 13:10:08 2010
@@ -3,30 +3,96 @@ $Id$
 
 ======================= Trunk (not yet released) =======================
 
-(1) Initial commit, from software grant.
-(2) Major-scale tree re-organization, for clarity and consistency.
-(3) Major organizational rearrangement of framework module, plus first draft of ant build script for same.
-(4) Add libs (not necessarily current versions, and some of them modified), plus apache tld's and standard libraries and servlet api, and get build to work in this environment.
-(5) Reorganize all connectors into a 'standard form', and add build.xml ant scripts.
-(6) Add conditional compilation for those connectors that require special libraries, wsdls, etc.
-(7) Add uberbuild ant script, and move the checked-in framework lib dependencies up a level.  The uberbuild script will copy all that around, so only the connector-specific build deps need to be present in each individual connector.
-(8) Add a special build target for building the MCPermissions web service.
-(9) Package reorganization.  Move all packages to org.apache.lcf from com.metacarta.
-(10) Get Metacarta out of class names across the board.
-(11) Debrand, as far as is currently practicable.  Meridio Connector remains branded a bit because of the current immutability of the MetaCartaWS web service.
-(12) Clean out the MetaCarta-specific upgrade code, and make all install methods have a standard, modern form.
-(13) Re-indent all java files to meet Apache standards.
-(14) Add job states that represent situations where the output connector for the job is not currently installed.  This should prevent the job from running or being deleted.  (This code was missing as a result of an oversight.  Now it has been implemented.)
-(15) Fix for bug discovered at MetaCarta: Some Livelink systems return 103102 errors, not 103101 errors, when a deleted document is accessed.
-(16) Centralize all synchronized directory access to be within the ILockManager abstraction layer.  This is so we can easily move from a synchronized directory architecture to a synchronization service based one.
-(17) Rename lucene connector in svn to be SOLR connector.
-(18) Add eol-style and keywords "Id" properties, where appropriate.
+CONNECTORS-91: Made the initialization commands more useable. 
+(Jettro Coenradie, Karl Wright)
 
-5/10/2010, 07:58 EDT
+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 <c....@gmx.de>, Marc Emery, Karl Wright)
 
-- Schema change to the repohistory table; the activitytype column was too narrow
-  to contain both a 32-character connection name and an activity string.
+CONNECTORS-62: Added additional LCF API Documentation (Karl Wright)
 
-8/19/2010, 18:26 EDT
+CONNECTORS-59: Packaged application so that it is ready to run with embedded
+Jetty App Server. (Jack Krupansky, Karl Wright)
 
-- Project officially renamed to "Apache Connectors Framework"
+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)