# # ChangeLog for trunk/gsdl # # Generated by Trac 1.4.2 # 2024-06-14T05:38:45+12:00 Thu, 03 Aug 2006 22:47:22 GMT kjdon [12399] * trunk/gsdl/bin/script/import.pl (modified) I rearranged some stuff so that all the essential checks are done ... Thu, 03 Aug 2006 22:45:39 GMT kjdon [12398] * trunk/gsdl/perllib/strings.properties (modified) added import.no_import_dir Thu, 03 Aug 2006 21:34:45 GMT kjdon [12397] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) in the read function. moved the line setting ... Thu, 03 Aug 2006 04:37:21 GMT shaoqun [12395] * trunk/gsdl/src/java/org/nzdl/gsdl/ApplyXSLT.java (added) xslt transformation java code Thu, 03 Aug 2006 04:35:48 GMT shaoqun [12394] * trunk/gsdl/bin/java/org (added) * trunk/gsdl/bin/java/org/nzdl (added) * trunk/gsdl/bin/java/org/nzdl/gsdl (added) * trunk/gsdl/bin/java/org/nzdl/gsdl/ApplyXSLT.class (added) class for xslt transformation Thu, 03 Aug 2006 01:19:12 GMT mdewsnip [12390] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) More fixes, many thanks to John Thompson and DL Consulting Ltd. Wed, 02 Aug 2006 22:59:45 GMT mdewsnip [12389] * trunk/gsdl/macros/query.dm (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) The "the following words were too common and were ignored" message ... Wed, 02 Aug 2006 05:34:50 GMT mdewsnip [12388] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.h (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/querytools.cpp (modified) Fuzzy searching with Lucene, many thanks to John Thompson and DL ... Wed, 02 Aug 2006 05:21:57 GMT mdewsnip [12387] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Fixes for fuzzy searching, many thanks to John Thompson and DL ... Wed, 02 Aug 2006 04:38:45 GMT mdewsnip [12382] * trunk/gsdl/macros/query.dm (modified) Now includes the stopwordsmsg in the search results. Wed, 02 Aug 2006 04:30:23 GMT mdewsnip [12380] * trunk/gsdl/macros/english.dm (modified) * trunk/gsdl/src/colservr/expat_resultset.cpp (modified) * trunk/gsdl/src/colservr/lucenequeryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.h (modified) * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) Now shows the stopwords removed by Lucene, many thanks to Me and DL ... Wed, 02 Aug 2006 03:07:47 GMT mdewsnip [12377] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns query term occurrences correctly, and does fuzzy ... Wed, 02 Aug 2006 03:05:48 GMT mdewsnip [12376] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Indexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Indexer.java (modified) Now stores term vectors (for the TX field only), to support query ... Wed, 02 Aug 2006 02:14:57 GMT mdewsnip [12375] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Ooops... StopWord output went to STDERR instead of STDOUT. Wed, 02 Aug 2006 01:23:12 GMT mdewsnip [12374] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) Now "-out" is used to specify the out file (on Windows). Wed, 02 Aug 2006 01:19:10 GMT mdewsnip [12373] * trunk/gsdl/bin/script/lucene_query.pl (modified) Bit tidy up, particularly regarding command-line option parsing. Wed, 02 Aug 2006 00:45:56 GMT mdewsnip [12372] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns the stop words that have been removed from the query. Tue, 01 Aug 2006 23:30:37 GMT mdewsnip [12371] * trunk/gsdl/perllib/lucenebuildproc.pm (modified) * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) If sections_index_document_metadata is on, top level sections no ... Tue, 01 Aug 2006 22:22:54 GMT kjdon [12370] * trunk/gsdl/bin/script/import.pl (modified) now create the archives directory here rather than expecting plugouts ... Mon, 31 Jul 2006 23:33:37 GMT mdewsnip [12364] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now uses the t variable to control whether a "some" or "all" search ... Mon, 31 Jul 2006 21:50:34 GMT kjdon [12363] * trunk/gsdl/perllib/plugouts/BasPlugout.pm (modified) * trunk/gsdl/perllib/plugouts/DSpacePlugout.pm (modified) * trunk/gsdl/perllib/plugouts/GAPlugout.pm (modified) * trunk/gsdl/perllib/plugouts/METSPlugout.pm (modified) sort_metadata renamed to store_output_info_reference, and modified ... Mon, 31 Jul 2006 21:48:20 GMT kjdon [12362] * trunk/gsdl/perllib/strings.properties (modified) import.sortmeta can now be a comma separated list Mon, 31 Jul 2006 21:47:36 GMT kjdon [12361] * trunk/gsdl/bin/script/export.pl (modified) changed a comment Mon, 31 Jul 2006 21:47:08 GMT kjdon [12360] * trunk/gsdl/bin/script/import.pl (modified) changed sortmeta type to metadata instead of metadatum, cos the ... Mon, 31 Jul 2006 05:13:31 GMT kjdon [12359] * trunk/gsdl/bin/script/import.pl (modified) added a comment Mon, 31 Jul 2006 05:13:20 GMT kjdon [12358] * trunk/gsdl/bin/script/export.pl (modified) added back in the unshift that I removed in last commit Mon, 31 Jul 2006 04:58:48 GMT mdewsnip [12357] * trunk/gsdl/bin/script/import.pl (modified) Put back in adding GSDLCOLLECTDIR/perllib to INC, so collection- ... Mon, 31 Jul 2006 04:29:33 GMT kjdon [12356] * trunk/gsdl/perllib/lucenebuildproc.pm (modified) * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) modified Michael's indexed_section change so that gsdldoctype of ... Mon, 31 Jul 2006 04:21:55 GMT kjdon [12355] * trunk/gsdl/bin/script/unbuildv1.pl (modified) * trunk/gsdl/bin/script/unbuildv2.pl (modified) updated to use plugouts instead of docsave Mon, 31 Jul 2006 04:19:36 GMT kjdon [12354] * trunk/gsdl/bin/script/export.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) removed docsave reference Mon, 31 Jul 2006 02:53:01 GMT kjdon [12353] * trunk/gsdl/perllib/docsave.pm (deleted) docsave has been replaced by plugouts Sat, 29 Jul 2006 04:12:11 GMT shaoqun [12344] * trunk/gsdl/perllib/plugouts/GAPlugout.pm (modified) mixed bugs of the last update Fri, 28 Jul 2006 04:14:40 GMT kjdon [12342] * trunk/gsdl/bin/script/buildcol.pl (modified) added modegli=3 to maxnumeric option Fri, 28 Jul 2006 04:06:28 GMT shaoqun [12341] * trunk/gsdl/bin/script/import.pl (modified) fixed the bugs Fri, 28 Jul 2006 03:21:45 GMT kjdon [12340] * trunk/gsdl/perllib/basebuilder.pm (modified) * trunk/gsdl/perllib/mgbuilder.pm (modified) * trunk/gsdl/perllib/mgppbuilder.pm (modified) maxnumeric is set using set_maxnumeric (by buildcol.pl) rather than ... Fri, 28 Jul 2006 03:19:16 GMT kjdon [12339] * trunk/gsdl/perllib/strings.properties (modified) added buildcol.maxnumeric Fri, 28 Jul 2006 03:18:49 GMT kjdon [12338] * trunk/gsdl/bin/script/buildcol.pl (modified) added the maxnumeric option to buildcol. so it can be set in GLI. ... Fri, 28 Jul 2006 03:05:10 GMT shaoqun [12335] * trunk/gsdl/bin/script/import.pl (modified) now it uses plugouts Fri, 28 Jul 2006 03:01:46 GMT shaoqun [12334] * trunk/gsdl/bin/script/plugoutinfo.pl (added) a module that displays plugouts info Fri, 28 Jul 2006 03:00:23 GMT shaoqun [12333] * trunk/gsdl/bin/script/export.pl (modified) now it uses plugout Fri, 28 Jul 2006 02:56:36 GMT shaoqun [12332] * trunk/gsdl/perllib/strings.properties (modified) added strings for plugouts Fri, 28 Jul 2006 02:55:40 GMT kjdon [12331] * trunk/gsdl/src/mgpp/text/mgpp_passes.cpp (modified) * trunk/indexers/mgpp/text/mgpp_passes.cpp (modified) * trunk/mgpp/text/mgpp_passes.cpp (modified) removed a debug print statement Fri, 28 Jul 2006 02:54:59 GMT shaoqun [12330] * trunk/gsdl/perllib/plugouts (added) * trunk/gsdl/perllib/plugouts/BasPlugout.pm (added) * trunk/gsdl/perllib/plugouts/DSpacePlugout.pm (added) * trunk/gsdl/perllib/plugouts/GAPlugout.pm (added) * trunk/gsdl/perllib/plugouts/MARCXMLPlugout.pm (added) * trunk/gsdl/perllib/plugouts/METSPlugout.pm (added) plugouts modules Fri, 28 Jul 2006 02:52:55 GMT shaoqun [12329] * trunk/gsdl/perllib/plugout.pm (added) plugouts' wrapper module Fri, 28 Jul 2006 02:50:51 GMT shaoqun [12328] * trunk/gsdl/perllib/arcinfo.pm (modified) added code to guard undefined value Fri, 28 Jul 2006 02:49:58 GMT shaoqun [12327] * trunk/gsdl/perllib/doc.pm (modified) added methods used by plugout Fri, 28 Jul 2006 02:48:24 GMT shaoqun [12326] * trunk/gsdl/perllib/colcfg.pm (modified) added code to handle plugout Fri, 28 Jul 2006 00:32:15 GMT kjdon [12325] * trunk/gsdl/perllib/mgppbuilder.pm (modified) now passes maxnumeric option to mgpp_passes Thu, 27 Jul 2006 23:58:32 GMT kjdon [12317] * trunk/gsdl/src/mgpp/text/text.pass1.cpp (modified) close a file handle Thu, 27 Jul 2006 23:57:52 GMT kjdon [12316] * trunk/gsdl/src/mgpp/text/Queryer.cpp (modified) setCSTr for levels, changed the length from 8 to 3 Thu, 27 Jul 2006 23:41:12 GMT kjdon [12315] * trunk/gsdl/src/recpt/phindaction.cpp (modified) mgpp's ParseQuery now takes a fourth argumnet, maxnumeric - leave as ... Thu, 27 Jul 2006 23:40:29 GMT kjdon [12314] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgqueryfilter.cpp (modified) * trunk/gsdl/src/colservr/mgqueryfilter.h (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.h (modified) maxnumeric moved from mgqueryfilterclass to queryfilterclass, cos now ... Thu, 27 Jul 2006 23:38:35 GMT kjdon [12313] * trunk/gsdl/src/mgpp/text/GSDLQueryParser.cpp (modified) * trunk/gsdl/src/mgpp/text/GSDLQueryParser.h (modified) * trunk/gsdl/src/mgpp/text/Queryer.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_passes.cpp (modified) * trunk/gsdl/src/mgpp/text/words.cpp (modified) * trunk/gsdl/src/mgpp/text/words.h (modified) made MAXNUMERIC a global variable instead of a \#define. Its now a ... Thu, 27 Jul 2006 05:16:24 GMT nzdl [12311] * trunk/gsdl/macros/nzdlhome.dm (modified) removed some earlier versions of collections, added two new dec ... Wed, 26 Jul 2006 03:28:37 GMT kjdon [12309] * trunk/gsdl/perllib/plugins/ProCitePlug.pm (modified) changed to explodes=yes, put table tags around the HTMLDisplay ... Wed, 26 Jul 2006 02:35:17 GMT kjdon [12308] * trunk/gsdl/src/mgpp/text/Queryer.cpp (modified) changed default level from Document to Doc cos that is what ... Mon, 24 Jul 2006 04:56:10 GMT kjdon [12291] * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) set explodes to yes, added a space before 'and' when concatenation ... Mon, 24 Jul 2006 04:47:39 GMT kjdon [12290] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) had to add 'use FileHandle' to this file - was getting an error about ... Mon, 24 Jul 2006 03:22:33 GMT kjdon [12289] * trunk/gsdl/Install.sh (modified) Made this POSIX compliant (I think) based on patch sent in by James ... Mon, 24 Jul 2006 02:01:00 GMT kjdon [12285] * trunk/gsdl/packages/expat/Makefile (modified) changed make to $(MAKE) so it still works even if you are using gmake Sun, 23 Jul 2006 14:57:51 GMT sjboddie [12276] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.h (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/querytools.cpp (modified) Added "Sort Field" (sf) argument that can be passed through to a ... Fri, 21 Jul 2006 05:23:04 GMT mdewsnip [12275] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Added a command-line option for sorting the search results. Fri, 21 Jul 2006 03:54:02 GMT mdewsnip [12274] * trunk/gsdl/perllib/lucenebuildproc.pm (modified) * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) Added support for "indexed_section" and "info_section" gsdldoctype ... Thu, 20 Jul 2006 04:52:07 GMT mdewsnip [12272] * trunk/gsdl/perllib/lucenebuildproc.pm (modified) Moved some code out of a loop that should only be done once. Thu, 20 Jul 2006 04:02:07 GMT kjdon [12270] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (modified) * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) * trunk/gsdl/perllib/plugins/FOXPlug.pm (modified) * trunk/gsdl/perllib/plugins/HBPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) set_OIDtype now takes two arguments, the type and the metadata (used ... Thu, 20 Jul 2006 04:00:54 GMT kjdon [12269] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) fixed a typo in a comment Thu, 20 Jul 2006 03:59:42 GMT kjdon [12268] * trunk/gsdl/perllib/doc.pm (modified) * trunk/gsdl/perllib/docproc.pm (modified) set_OIDtype now takes a second argument which is the metadata element ... Thu, 20 Jul 2006 03:56:29 GMT kjdon [12267] * trunk/gsdl/perllib/strings.properties (modified) added import.OIDmetadata option Thu, 20 Jul 2006 03:48:39 GMT kjdon [12266] * trunk/gsdl/bin/script/import.pl (modified) added a new option: OIDmetadata, which is used with OIDtype=assigned, ... Thu, 20 Jul 2006 00:13:33 GMT mdewsnip [12264] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2IndexModifier.java (added) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneDelete.java (added) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneEditor.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2IndexModifier.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneDelete.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneEditor.java (added) New classes to support incremental building with Lucene, many thanks ... Wed, 19 Jul 2006 23:16:20 GMT mdewsnip [12262] * trunk/gsdl/src/colservr/expat_resultset.cpp (modified) Now parses the query terms returned from Lucene into the Greenstone ... Wed, 19 Jul 2006 23:11:03 GMT mdewsnip [12261] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Changed the way query terms are output. Also shows the number of ... Wed, 19 Jul 2006 21:21:32 GMT mdewsnip [12260] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) Updated to include the new query term stuff, and the classes in packages. Wed, 19 Jul 2006 21:20:36 GMT mdewsnip [12259] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Makefile (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile (modified) Remove some unused stuff. Wed, 19 Jul 2006 21:15:43 GMT mdewsnip [12258] * trunk/gsdl/bin/script/lucene_passes.pl (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) Now references the GS2Lucene classes in the org.nzdl.gsdl.LuceneWrap ... Wed, 19 Jul 2006 21:14:51 GMT mdewsnip [12257] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneIndexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/IndexXML.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Indexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/XMLTagInfo.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneIndexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/IndexXML.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Indexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/XMLTagInfo.java (modified) Added package definitions. Wed, 19 Jul 2006 21:02:47 GMT mdewsnip [12256] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns query terms and their frequencies. Wed, 19 Jul 2006 03:55:48 GMT mdewsnip [12255] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Indexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Makefile (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/lib/lucene-1.4.1.jar (deleted) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/lib/lucene-core-2.0.0.jar (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Indexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/lib/lucene-1.4.1.jar (deleted) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/lib/lucene-core-2.0.0.jar (added) Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the ... Wed, 19 Jul 2006 03:33:47 GMT mdewsnip [12254] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Made this compatible with Lucene 1.9 and newer. Wed, 19 Jul 2006 02:45:46 GMT mdewsnip [12246] * trunk/gsdl/src/colservr/collectset.cpp (modified) * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/colservr/lucenesearch.h (modified) GSDLHOME and GSDLOS environment variables need to be set for ... Wed, 19 Jul 2006 02:27:03 GMT mdewsnip [12242] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Makefile (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile (modified) Added "-p" to the mkdir command so it doesn't die if the directory ... Sun, 16 Jul 2006 21:34:02 GMT kjdon [12234] * trunk/gsdl/src/mgpp/text/UCArray.cpp (modified) The inverted file dictionary was not ordered properly. ascii values ... Fri, 14 Jul 2006 01:17:02 GMT kjdon [12230] * trunk/gsdl/macros/nav_ns4.dm (modified) imageXXX macros now take the URL as an argument, rather than using ... Fri, 14 Jul 2006 01:15:57 GMT kjdon [12229] * trunk/gsdl/src/recpt/documentaction.cpp (modified) set_navbarmacros now uses httpbrowseCL1 etc rather than ... Wed, 12 Jul 2006 09:48:07 GMT sjboddie [12183] * trunk/gsdl/src/recpt/browsetoolsclass.cpp (modified) * trunk/gsdl/src/recpt/browsetoolsclass.h (modified) Added expand_from_current_level option to ... Wed, 12 Jul 2006 05:05:17 GMT kjdon [12181] * trunk/gsdl/macros/query.dm (modified) added back in formquerytypeselection so that other languages are ... Wed, 12 Jul 2006 04:44:52 GMT kjdon [12180] * trunk/gsdl/macros/gti.dm (modified) * trunk/gsdl/macros/usability.dm (modified) changed navtab to navtaborig cos it uses the old version. Wed, 12 Jul 2006 04:41:38 GMT kjdon [12179] * trunk/gsdl/macros/arabic.dm (modified) * trunk/gsdl/macros/armenian.dm (modified) * trunk/gsdl/macros/bengali.dm (modified) * trunk/gsdl/macros/bulgarian.dm (modified) * trunk/gsdl/macros/catalan.dm (modified) * trunk/gsdl/macros/chinese-trad.dm (modified) * trunk/gsdl/macros/chinese.dm (modified) * trunk/gsdl/macros/croatian.dm (modified) * trunk/gsdl/macros/czech.dm (modified) * trunk/gsdl/macros/dutch.dm (modified) * trunk/gsdl/macros/farsi.dm (modified) * trunk/gsdl/macros/finnish.dm (modified) * trunk/gsdl/macros/french.dm (modified) * trunk/gsdl/macros/gaelic.dm (modified) * trunk/gsdl/macros/galician.dm (modified) * trunk/gsdl/macros/georgian.dm (modified) * trunk/gsdl/macros/german.dm (modified) * trunk/gsdl/macros/greek.dm (modified) * trunk/gsdl/macros/hebrew.dm (modified) * trunk/gsdl/macros/hindi.dm (modified) * trunk/gsdl/macros/indo.dm (modified) * trunk/gsdl/macros/italian.dm (modified) * trunk/gsdl/macros/japanese.dm (modified) * trunk/gsdl/macros/kannada.dm (modified) * trunk/gsdl/macros/kazakh.dm (modified) * trunk/gsdl/macros/kirghiz.dm (modified) * trunk/gsdl/macros/latvian.dm (modified) * trunk/gsdl/macros/maori.dm (modified) * trunk/gsdl/macros/mongolian.dm (modified) * trunk/gsdl/macros/polish.dm (modified) * trunk/gsdl/macros/port-br.dm (modified) * trunk/gsdl/macros/port-pt.dm (modified) * trunk/gsdl/macros/russian.dm (modified) * trunk/gsdl/macros/serbian.dm (modified) * trunk/gsdl/macros/spanish.dm (modified) * trunk/gsdl/macros/thai.dm (modified) * trunk/gsdl/macros/turkish.dm (modified) * trunk/gsdl/macros/ukrainian.dm (modified) * trunk/gsdl/macros/vietnamese.dm (modified) renamed textdescrsearch to textdescrSearch Wed, 12 Jul 2006 04:40:21 GMT kjdon [12178] * trunk/gsdl/macros/nav_css.dm (modified) changed the args for navtab, renamed the old navtab to navtaborig cos ... Wed, 12 Jul 2006 04:39:28 GMT kjdon [12177] * trunk/gsdl/macros/nav_ns4.dm (modified) navtab arguments have changed, and now use navlinkalt(xxx) instead of ... Wed, 12 Jul 2006 04:13:24 GMT kjdon [12176] * trunk/gsdl/macros/english.dm (modified) changed a couple of nav bar macros Wed, 12 Jul 2006 04:12:17 GMT kjdon [12175] * trunk/gsdl/macros/base.dm (modified) removed navtabXXX macros which weren't used. tidied up some comments, ... Wed, 12 Jul 2006 04:11:15 GMT kjdon [12174] * trunk/gsdl/src/recpt/documentaction.cpp (modified) changed the way navigation bar is made. no longer test on tabtextXXX. ... Wed, 12 Jul 2006 02:12:36 GMT mdewsnip [12169] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) * trunk/gsdl/perllib/plugins/BookPlug.pm (modified) * trunk/gsdl/perllib/plugins/CSVPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (modified) * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) * trunk/gsdl/perllib/plugins/DSpacePlug.pm (modified) * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) * trunk/gsdl/perllib/plugins/ExcelPlug.pm (modified) * trunk/gsdl/perllib/plugins/FOXPlug.pm (modified) * trunk/gsdl/perllib/plugins/FavouritesPlug.pm (modified) * trunk/gsdl/perllib/plugins/GAPlug.pm (modified) * trunk/gsdl/perllib/plugins/GMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/HBPlug.pm (modified) * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/IndexPlug.pm (modified) * trunk/gsdl/perllib/plugins/LaTeXPlug.pm (modified) * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) * trunk/gsdl/perllib/plugins/METSPlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OAIPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) * trunk/gsdl/perllib/plugins/PPTPlug.pm (modified) * trunk/gsdl/perllib/plugins/PSPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/ProCitePlug.pm (modified) * trunk/gsdl/perllib/plugins/RTFPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) * trunk/gsdl/perllib/plugins/RogPlug.pm (modified) * trunk/gsdl/perllib/plugins/SRCPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) * trunk/gsdl/perllib/plugins/W3ImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified) Tidied up that horrible long line in the new() function of every plugin. Tue, 11 Jul 2006 23:00:39 GMT mdewsnip [12161] * trunk/gsdl/src/recpt/queryaction.cpp (modified) Fixed up the "I'm feeling lucky" functionality, which was broken when ... Tue, 11 Jul 2006 21:47:41 GMT mdewsnip [12159] * trunk/gsdl/packages/isis-gdl/CacheMan.h (modified) Fix for gcc 4? Tue, 11 Jul 2006 04:52:01 GMT mdewsnip [12154] * trunk/gsdl/collect/demo/metadata/dls.mds (modified) Changed this to be the same as the core one in gli/metadata. Mon, 10 Jul 2006 04:49:10 GMT kjdon [12128] * trunk/gsdl/perllib/basebuilder.pm (modified) output_collection_meta now outputs an empty [collection] entry to ... Fri, 07 Jul 2006 02:00:25 GMT kjdon [12100] * trunk/gsdl/collect/modelcol/etc/collect.cfg (modified) default buildtype is now mgpp Fri, 07 Jul 2006 00:04:00 GMT sjboddie [12082] * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/recpt/wizardaction.cpp (modified) Minor changes to get thing compiling under windows. I'm using an old ...