|
From: <tr...@us...> - 2003-08-08 13:39:56
|
Update of /cvsroot/babeldoc/babeldoc/readme In directory sc8-pr-cvs1:/tmp/cvs-serv25907/readme Modified Files: CHANGES Log Message: Release 1.1.6-dev Index: CHANGES =================================================================== RCS file: /cvsroot/babeldoc/babeldoc/readme/CHANGES,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** CHANGES 1 Aug 2003 01:49:30 -0000 1.23 --- CHANGES 8 Aug 2003 13:39:53 -0000 1.24 *************** *** 1,2 **** --- 1,243 ---- + 2003-08-08 9:34 triphop + + * New release! 1.1.6-dev + + 2003-08-07 21:25 triphop + + * modules/core/lib/docbook-xalan.jar: [no log message] + + 2003-08-07 21:19 triphop + + * modules/core/lib/docbook-xalan.jar: [no log message] + + 2003-08-07 21:17 triphop + + * modules/core/lib/docbook-xalan.jar: lets get this in for the + documentation! + + 2003-08-07 17:14 triphop + + * + modules/core/config/pipeline/documentation/documentation.properties, + readme/style.css: babeldoc documentation now has a css style + associated with it. + + 2003-08-07 17:12 triphop + + * modules/core/src/com/babeldoc/core/VariableProcessor.java: No + more velocity.log - now uses the same log4j category as babeldoc. + Additionally the global velocity macros are now found. + + 2003-08-07 17:09 triphop + + * modules/conversion/: config/i18n/messages.properties, + src/com/babeldoc/conversion/ConversionHelper.java, + src/com/babeldoc/conversion/excel/ExcelConversionClient.java, + src/com/babeldoc/conversion/flatfile/ConversionUnmarshaller.java, + src/com/babeldoc/conversion/flatfile/FlatFileConversionClient.java, + src/com/babeldoc/conversion/flatfile/digester/DigesterConversionUnmarshaller.java, + src/com/babeldoc/conversion/flatfile/digester/OutputDocument.java, + src/com/babeldoc/conversion/pipeline/stage/FlatToXmlPipelineStage.java, + src/com/babeldoc/conversion/pipeline/stage/XlsToXmlPipelineStage.java: + conversion code now can alter the output xml document + + 2003-08-07 17:06 triphop + + * readme/schema/conversion.xsd: added output document encoding. + + 2003-08-07 14:29 dejank + + * modules/core/src/com/babeldoc/core/BabeldocCommand.java: I guess + this will fix -v option problem + + 2003-08-07 04:46 dejank + + * modules/: + core/src/com/babeldoc/core/pipeline/command/PipelineCommand.java, + core/src/com/babeldoc/core/pipeline/command/PipelineFeeder.java, + scanner/src/com/babeldoc/scanner/Scanner.java, + scanner/src/com/babeldoc/scanner/rmi/RemoteScannerClient.java, + core/src/com/babeldoc/core/BabeldocCommand.java, + core/src/com/babeldoc/core/config/light/LightConfigCommand.java, + soap/src/com/babeldoc/soap/pipeline/command/SoapPipelineFeeder.java: + Implementing Holywood principle + + 2003-08-07 00:22 dglick02 + + * modules/soap/config/i18n/messages.properties: Added message 106 + to describe the responseDoc attribute + + 2003-08-07 00:21 dglick02 + + * + modules/soap/src/com/babeldoc/soap/pipeline/stage/SoapWriterPipelineStage.java: + The SOAP response is now returned if responseDoc is true in the + config.properties file. + + 2003-08-06 23:52 triphop + + * readme/babeldoc-logo.svg: [no log message] + + 2003-08-06 23:51 triphop + + * readme/babeldoc-logo.svg: Added the babeldoc logo as svg + + 2003-08-06 19:33 triphop + + * modules/core/: lib/versions, lib/xalan.jar, lib/xerces.jar, + lib/xml-apis.jar, + src/com/babeldoc/core/VelocityUtilityContext.java: Updated the + xalan and xerces jars. + + 2003-08-06 08:48 triphop + + * readme/userguide/chapter1.xml: updated some documentation - added + section on configuration. + + 2003-08-06 08:09 dejank + + * modules/scanner/src/com/babeldoc/scanner/: IScannerWorker.java, + Scanner.java, ScannerFactory.java, ScannerFactoryTest.java, + ScannerSchedule.java, ScannerWorker.java, ScannerWorkerConfig.java, + ScannerWorkerInfo.java, ScannerWorkerScheduler.java: Removing + unused imports... + + + 2003-08-05 23:23 triphop + + * modules/core/src/com/babeldoc/core/: + TieredConfigurationHelper.java, + pipeline/simple/SimplePipelineStageResolver.java: Changed the + ad-hoc configuration scanning code with the csv reader code. + + 2003-08-05 23:19 dglick02 + + * modules/scanner/src/com/babeldoc/scanner/Scanner.java: If '-h' + switch, display help screen and exit + + 2003-08-05 20:19 triphop + + * readme/userguide/: pipelinestages.xml, scanners.xml: removed the + pipeline and scanner documentation - they now get created out of + the documentation pipeline. + + 2003-08-05 20:18 triphop + + * modules/core/config/pipeline/: config.properties, + documentation/documentation.properties, + documentation/scanner2docbook.xsl, documentation/stage2docbook.xsl, + simple/documentation.properties: Updated the documentation pipeline + so that the pipeline and scanner documentation are created inline. + + 2003-08-05 20:12 triphop + + * + modules/conversion/src/com/babeldoc/conversion/pipeline/stage/XlsToXmlPipelineStage.java: + Fixed bug where info was returning a null for the options! + + 2003-08-05 19:54 triphop + + * modules/scanner/config/service/query.properties: Fixed bad + service name - external application + + 2003-08-05 19:49 triphop + + * modules/core/: config/i18n/messages.properties, + src/com/babeldoc/core/pipeline/PipelineDocument.java, + src/com/babeldoc/core/pipeline/stage/CallStagePipelineStage.java, + src/com/babeldoc/core/pipeline/stage/RouterPipelineStage.java: + Enhanced the callstage stage and added some comments to router + stage + + 2003-08-05 19:39 triphop + + * + modules/core/src/com/babeldoc/core/pipeline/command/PipelineCommand.java: + Should have been calling parent method. + + 2003-08-05 19:28 triphop + + * modules/core/: config/i18n/messages.properties, + src/com/babeldoc/core/pipeline/stage/XslTransformPipelineStage.java: + Now able to add arbitraty numbers of parameters to the XSL + transformer thereby making the whole thing more powerful (I hope) + + 2003-08-05 19:13 triphop + + * modules/core/: config/i18n/messages.properties, + config/service/query.properties, + src/com/babeldoc/core/config/light/LightConfigCommand.java, + src/com/babeldoc/core/config/light/LightConfigService.java: + LightConfig configuration tracing tool. + + 2003-08-05 10:55 dglick02 + + * modules/core/src/com/babeldoc/core/BabeldocCommand.java: Added + '-d' switch for dumping configuration files and contents + + 2003-08-04 19:57 triphop + + * modules/scanner/src/com/babeldoc/scanner/Scanner.java: update the + scanner due to interface change in the IFeeder class + + 2003-08-04 19:46 triphop + + * modules/core/: lib/commons-threadpool.jar, lib/concurrent.jar, + src/com/babeldoc/core/pipeline/feeder/AsynchronousFeeder.java, + src/com/babeldoc/core/pipeline/feeder/DiskQueue.java, + src/com/babeldoc/core/pipeline/feeder/DiskQueueTest.java, + src/com/babeldoc/core/pipeline/feeder/FeedDocument.java, + src/com/babeldoc/core/pipeline/feeder/FeederFactory.java, + src/com/babeldoc/core/pipeline/feeder/IFeeder.java, + src/com/babeldoc/core/pipeline/feeder/IFeederQueue.java, + src/com/babeldoc/core/pipeline/feeder/MemoryQueue.java, + src/com/babeldoc/core/pipeline/feeder/SynchronousFeeder.java, + src/com/babeldoc/core/pipeline/processor/ThreadPooledPipelineStageProcessor.java: + Removed the jakarta commons threadpool code - now uses the oswego + concurrent classes. + + 2003-08-04 19:41 triphop + + * + modules/core/src/com/babeldoc/core/pipeline/stage/XslTransformPipelineStage.java: + Bug 783139: Added in transformer for non-file or non-cached XSL + documents + + 2003-08-04 09:50 dejank + + * + modules/scanner/src/com/babeldoc/scanner/worker/DirectoryScanner.java: + Fixed wrong resource key for DirectoryScanner description + + 2003-08-04 08:46 dejank + + * modules/scanner/src/com/babeldoc/scanner/: Scanner.java, + ScannerFactory.java, worker/DirectoryScanner.java: Fixing bug with + s argument + + 2003-08-04 05:44 dejank + + * modules/core/lib/csv19.jar: Changing to binary + + 2003-07-31 22:39 triphop + + * modules/core/src/com/babeldoc/core/pipeline/PipelineStage.java, + build.properties: [no log message] + + 2003-07-31 21:49 triphop + + * readme/CHANGES: Update the ChangeLog - VERSION 1.1.5-DEV - + Released. + + 2003-07-30 19:24 triphop + + * readme/userguide/chapter1.xml: Some small changes. + + 2003-07-30 19:17 triphop + + * build.properties, build.xml: Updated version number, updated the + distribution build targets. + + 2003-07-30 19:24 triphop |