# # ChangeLog for trunk # # Generated by Trac 1.4.2 # 2024-04-28T08:21:10+12:00 Thu, 11 Jan 2007 22:40:35 GMT shaoqun [13581] * trunk/gsdl3/web/interfaces/default/transform/home.xsl (modified) added the code to whether the collection image exist Thu, 11 Jan 2007 22:38:52 GMT shaoqun [13580] * trunk/gsdl3/web/interfaces/default/transform/document.xsl (modified) suppress the less and more arrows when there is only one section Thu, 11 Jan 2007 22:32:51 GMT mdewsnip [13579] * trunk/gli/src/org/greenstone/gatherer/gui/ExplodeMetadataDatabasePrompt.java (modified) The "busy" cursor is now displayed right up until exploding a ... Thu, 11 Jan 2007 22:32:45 GMT kjdon [13578] * trunk/gsdl/macros/pref.dm (modified) fixed a bug where javascript error on homeprefs page meant that ... Thu, 11 Jan 2007 03:59:43 GMT mdewsnip [13577] * trunk/gli/src/org/greenstone/gatherer/metadata/MetadataXMLFile.java (modified) Sped up repeated operations on the same metadata.xml file by keeping ... Thu, 11 Jan 2007 01:55:04 GMT kjdon [13576] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2LuceneRetrieve.java (modified) * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2LuceneSearch.java (modified) implemented the core functionality for this. Thu, 11 Jan 2007 01:49:09 GMT kjdon [13575] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractDocumentRetrieve.java (modified) * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractGS2DocumentRetrieve.java (modified) * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGPPRetrieve.java (modified) * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGRetrieve.java (modified) getNodeContent() now takes lang as a param Thu, 11 Jan 2007 01:47:42 GMT kjdon [13574] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractGS2FieldSearch.java (modified) if there is only one level, add level param as an invisible parameter ... Thu, 11 Jan 2007 01:44:06 GMT kjdon [13573] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/AbstractSearch.java (modified) made HTIS_PER_PAGE_PARAM an int rather than an enum Thu, 11 Jan 2007 01:43:28 GMT kjdon [13572] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/IViaRetrieve.java (modified) getNodeContent() now takes a lang param Thu, 11 Jan 2007 01:42:49 GMT kjdon [13571] * trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSHTML.java (modified) htmlUnafe was broken? Quan's changes Thu, 11 Jan 2007 01:40:49 GMT kjdon [13570] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) catch unforseen exceptions, and check for null sort_field and ... Thu, 11 Jan 2007 01:40:00 GMT kjdon [13569] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/LuceneQueryResult.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/LuceneQueryResult.java (modified) added OTHER_ERROR Thu, 11 Jan 2007 01:31:23 GMT shaoqun [13568] * trunk/gsdl3/src/java/org/greenstone/gsdl3/action/GS2BrowseAction.java (modified) added the guard to check the null node begore using it Thu, 11 Jan 2007 01:27:38 GMT shaoqun [13567] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGRetrieve.java (modified) the content of a document will not be retrieved if the default index ... Thu, 11 Jan 2007 00:28:53 GMT shaoqun [13566] * trunk/gsdl3/src/java/org/greenstone/server/StreamGobbler.java (modified) added a logger, the class doesnot work on windows because the ... Thu, 11 Jan 2007 00:24:45 GMT shaoqun [13565] * trunk/gsdl3/src/java/org/greenstone/server/StaticStrings.java (modified) added new strings Thu, 11 Jan 2007 00:24:17 GMT shaoqun [13564] * trunk/gsdl3/src/java/org/greenstone/server/BrowserLauncher.java (modified) added the code to allow using user specified browser programe Thu, 11 Jan 2007 00:20:38 GMT shaoqun [13563] * trunk/gsdl3/src/java/org/greenstone/server/ServerSettings.java (modified) Added the option to allow the choose of the lauching browser programe Thu, 11 Jan 2007 00:18:15 GMT shaoqun [13562] * trunk/gsdl3/src/java/org/greenstone/server/RunAnt.java (modified) used the ant output to determine the state of the running ant process Thu, 11 Jan 2007 00:16:38 GMT shaoqun [13561] * trunk/gsdl3/src/java/org/greenstone/server/ServerControl.java (modified) removed the starting and launcnging process to the Server class Thu, 11 Jan 2007 00:15:37 GMT shaoqun [13560] * trunk/gsdl3/src/java/org/greenstone/server/Server.java (modified) made starting server and lauching browser into seperate processes Wed, 10 Jan 2007 23:15:00 GMT shaoqun [13559] * trunk/gsdl3/resources/java/log4j.properties.in (modified) added the server logger Wed, 10 Jan 2007 04:19:52 GMT kjdon [13558] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Makefile (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile (modified) fixed up the clean command Wed, 10 Jan 2007 04:07:47 GMT kjdon [13557] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) in GS3 we will use GS2LuceneQuery directly, so moved most of the ... Wed, 10 Jan 2007 04:04:11 GMT kjdon [13556] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/LuceneQueryResult.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/LuceneQueryResult.java (added) a results class for when we are doing queries through Java rather ... Wed, 10 Jan 2007 04:03:16 GMT kjdon [13555] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneIndexer.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/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 GPL license info Wed, 10 Jan 2007 04:03:15 GMT shaoqun [13554] * trunk/gli/gems4gs3.sh (added) added the script od running gems in gsdl3 Wed, 10 Jan 2007 03:55:20 GMT shaoqun [13553] * trunk/gsdl3/gs3-server.bat (modified) a workable version Wed, 10 Jan 2007 03:13:44 GMT shaoqun [13552] * trunk/gsdl3/gs3-setup.bat (modified) add the current directory into the classpath Wed, 10 Jan 2007 01:16:43 GMT mdewsnip [13551] * trunk/gsdl/perllib/classify/GenericList.pm (modified) Added a new option: sort_using_unicode_collation, which uses the ... Wed, 10 Jan 2007 01:00:02 GMT mdewsnip [13550] * trunk/gsdl/perllib/classify/GenericList.pm (modified) Improvements to Unicode handling in preparation for adding the ... Mon, 08 Jan 2007 22:22:01 GMT shaoqun [13549] * trunk/gsdl3/web/interfaces/default/style/core.css (modified) added new styles for the active classifer and the selected section in toc Mon, 08 Jan 2007 22:20:47 GMT shaoqun [13548] * trunk/gsdl3/web/interfaces/default/transform/document.xsl (modified) added a span tag to hightlight the selected section in toc Mon, 08 Jan 2007 22:19:48 GMT shaoqun [13547] * trunk/gsdl3/web/interfaces/default/transform/classifiertools.xsl (modified) added tr tags to display table cells properly Mon, 08 Jan 2007 22:18:16 GMT shaoqun [13546] * trunk/gsdl3/web/interfaces/default/transform/classifier.xsl (modified) added a id to indicate the active classifier Mon, 08 Jan 2007 03:48:43 GMT shaoqun [13545] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) made it do the correct string comparison on unicode filenames Mon, 08 Jan 2007 03:46:57 GMT shaoqun [13544] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) it seems that the replacement of spaces with %20 is unnecessary, so ... Mon, 08 Jan 2007 03:44:31 GMT shaoqun [13543] * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) fixed the bug that cause the server couldn't locate the file which is ... Mon, 08 Jan 2007 03:37:59 GMT shaoqun [13542] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) it seems that the replacement of spaces with %20 is unnecessary, so ... Mon, 08 Jan 2007 03:16:26 GMT shaoqun [13541] * trunk/gsdl3/src/java/org/greenstone/gsdl3/util/GSXML.java (modified) added the method that output a xml node to a nicely formatted string Wed, 20 Dec 2006 20:49:49 GMT mdewsnip [13540] * trunk/image-generation/.xvpics (deleted) Ooops... didn't mean to commit these. Wed, 20 Dec 2006 20:47:58 GMT mdewsnip [13536] * trunk/image-generation (added) * trunk/image-generation/.xvpics (added) * trunk/image-generation/.xvpics/dec-sm.gif (added) * trunk/image-generation/.xvpics/icsm.gif (added) * trunk/image-generation/annotate.pl (added) * trunk/image-generation/cbb_grof.gif (added) * trunk/image-generation/cbb_gron.gif (added) * trunk/image-generation/cbb_gyof.gif (added) * trunk/image-generation/cbb_ylof.gif (added) * trunk/image-generation/cbb_ylon.gif (added) * trunk/image-generation/cgi-bin (added) * trunk/image-generation/cgi-bin/make-classifier-images.cgi (added) * trunk/image-generation/cgi-bin/make-collection-images.cgi (added) * trunk/image-generation/cism.gif (added) * trunk/image-generation/db_ylof.gif (added) * trunk/image-generation/db_ylon.gif (added) * trunk/image-generation/dec.gif (added) * trunk/image-generation/examples.dm (added) * trunk/image-generation/gt.gif (added) * trunk/image-generation/hpb_ylof.gif (added) * trunk/image-generation/hpb_ylon.gif (added) * trunk/image-generation/html (added) * trunk/image-generation/html/demo_sm.gif (added) * trunk/image-generation/html/make-images.html (added) * trunk/image-generation/html/spacer.gif (added) * trunk/image-generation/html/tsubjon.gif (added) * trunk/image-generation/make-images.pl (added) * trunk/image-generation/nbb_gron.gif (added) * trunk/image-generation/nbb_ylof.gif (added) * trunk/image-generation/nbb_ylon.gif (added) * trunk/image-generation/shape_arabic.pl (added) * trunk/image-generation/tnb_ylof.gif (added) * trunk/image-generation/tnb_ylon.gif (added) * trunk/image-generation/toki.gif (added) Initial revision Wed, 20 Dec 2006 01:46:19 GMT mdewsnip [13535] * trunk/gli/src/org/greenstone/gatherer/collection/Collection.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/ArrayTools.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/Utility.java (modified) Removed some unused functions. Wed, 20 Dec 2006 01:28:15 GMT shaoqun [13534] * trunk/gsdl/macros/document.dm (modified) changed the layout tags for search result links in document pages Wed, 20 Dec 2006 01:27:46 GMT mdewsnip [13533] * trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java (modified) * trunk/gli/src/org/greenstone/gatherer/util/GURL.java (deleted) The GURL class is no longer used. Wed, 20 Dec 2006 01:26:15 GMT mdewsnip [13532] * trunk/gli/src/org/greenstone/gatherer/download/DownloadJob.java (modified) Removed some unused code. Wed, 20 Dec 2006 01:10:13 GMT mdewsnip [13531] * trunk/gli/src/org/greenstone/gatherer/gui/Filter.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/WriteCDImagePrompt.java (modified) * trunk/gli/src/org/greenstone/gatherer/gui/metaaudit/MetaAuditFrame.java (modified) Removed some unused functions. Wed, 20 Dec 2006 01:09:04 GMT shaoqun [13530] * trunk/gsdl/src/recpt/queryaction.cpp (modified) srp arg could have multiple char as well Wed, 20 Dec 2006 00:48:45 GMT shaoqun [13529] * trunk/gli/src/org/greenstone/gatherer/collection/CollectionManager.java (modified) added a guide to make sure collection is not null before saving it Tue, 19 Dec 2006 22:54:09 GMT mdewsnip [13528] * trunk/gsdl/macros/document.dm (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) "I'm feeling lucky" URLs now include the cl argument. Tue, 19 Dec 2006 22:30:10 GMT mdewsnip [13527] * trunk/gsdl/macros/document.dm (modified) Now looks at the "cl" argument to avoid showing the "next search ... Tue, 19 Dec 2006 22:24:00 GMT mdewsnip [13526] * trunk/gsdl/src/recpt/queryaction.cpp (modified) The "srn" and "srp" CGI arguments must be multicharacter otherwise ... Tue, 19 Dec 2006 22:19:54 GMT shaoqun [13525] * trunk/gsdl3/src/java/org/greenstone/gsdl3/action/PageAction.java (modified) fixed the bug that failed to get collection details from the remote site Tue, 19 Dec 2006 21:17:56 GMT mdewsnip [13524] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) Now just prints a warning if the text file contains no text, as ... Tue, 19 Dec 2006 02:44:01 GMT shaoqun [13523] * trunk/gsdl/macros/home.dm (modified) modify the stylename of the buttons of the home page Tue, 19 Dec 2006 02:43:23 GMT shaoqun [13522] * trunk/gsdl/images/style.css (modified) modify the style of the buttons of the home page Tue, 19 Dec 2006 01:53:42 GMT shaoqun [13521] * trunk/gsdl/images/style.css (modified) modify the styleof the buttons of document pages Fri, 15 Dec 2006 01:34:29 GMT mdewsnip [13520] * trunk/gli/src/org/greenstone/gatherer/gui/GatherPane.java (modified) Now refreshes the collection and workspace trees correctly when "show ... Fri, 15 Dec 2006 01:31:05 GMT mdewsnip [13519] * trunk/gli/src/org/greenstone/gatherer/gui/GUIManager.java (modified) Removed a weird bit of code that caused a NPE when trying to open ... Thu, 14 Dec 2006 23:19:11 GMT mdewsnip [13518] * trunk/gsdl/packages/isis-gdl/Compat.h (modified) * trunk/gsdl/packages/isis-gdl/MFFile.h (modified) * trunk/gsdl/packages/isis-gdl/Master.cpp (modified) * trunk/gsdl/packages/isis-gdl/XRFFile.cpp (modified) Running this on a big-endian machine would fail to read little-endian ... Thu, 14 Dec 2006 21:21:12 GMT nzdl [13517] * trunk/for-distributions/bin/script/create_distributions.pl (modified) I tidied this up heaps, changed some of the options, removed ... Thu, 14 Dec 2006 21:00:34 GMT nzdl [13516] * trunk/greenorg/macros/download.dm (modified) add a gsdl-2.72 download link to the download page Thu, 14 Dec 2006 20:58:23 GMT nzdl [13515] * trunk/greenorg/macros/base.dm (modified) add gsdl-2.72 downloading links Thu, 14 Dec 2006 20:51:32 GMT nzdl [13514] * trunk/greenorg/macros/english.dm (modified) add the gsdl-2.72 and GLI client distribution notice Thu, 14 Dec 2006 20:49:24 GMT nzdl [13513] * trunk/greenorg/macros/home.dm (modified) Add the gsdl-2.72 notice, delete the gsdl-2.71 notice Thu, 14 Dec 2006 04:08:29 GMT kjdon [13512] * trunk/gs2build-extra/packages.configure (modified) forgot to add in variable and configure option for enabling accentfolding Thu, 14 Dec 2006 03:59:10 GMT kjdon [13511] * trunk/gsdl3/build.xml (modified) gs2build-extra/packages.Makefile is now gs2build- ... Thu, 14 Dec 2006 03:56:24 GMT kjdon [13510] * trunk/gs2build-extra/packages.Makefile (deleted) * trunk/gs2build-extra/packages.Makefile.in (added) use a Makefile.in for packages now instead of just a Makefile - need ... Thu, 14 Dec 2006 03:55:22 GMT kjdon [13509] * trunk/gs2build-extra/configure (modified) updated configure for previous commit to configure.in. NOTE, autoconf ... Thu, 14 Dec 2006 03:51:02 GMT kjdon [13508] * trunk/gs2build-extra/configure.in (modified) we now have a Makefile.in in packages dir, instead of just Makefile Thu, 14 Dec 2006 03:38:02 GMT kjdon [13507] * trunk/gs2build-extra/packages.configure (modified) added in stuff for unac package Thu, 14 Dec 2006 02:42:58 GMT shaoqun [13506] * trunk/gsdl3/web/interfaces/classic/style/classic2.css (modified) * trunk/gsdl3/web/interfaces/default/style/core.css (modified) added new styles for ul and li tags Thu, 14 Dec 2006 02:39:54 GMT shaoqun [13505] * trunk/gsdl3/web/interfaces/default/transform/about.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/classifier.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/classifiertools.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/document.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/home.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/pref.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/query.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/querytools.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/service-params.xsl (modified) * trunk/gsdl3/web/interfaces/default/transform/style.xsl (modified) replaced some div tags with ul and li tags Thu, 14 Dec 2006 02:37:47 GMT kjdon [13504] * trunk/gsdl3/dist-resources/dist-build.xml (modified) fixed a bug in get-doc-eg-colls target Thu, 14 Dec 2006 02:18:17 GMT kjdon [13503] * trunk/gsdl3/dist-resources/dist-build.xml (modified) fixed a bug Thu, 14 Dec 2006 02:08:49 GMT kjdon [13502] * trunk/gsdl3/src/packages/javagdbm/Makefile.in (modified) * trunk/gsdl3/src/packages/mg/Makefile.in (modified) * trunk/indexers/mg/Makefile.in (modified) * trunk/indexers/mgpp/Makefile.in (modified) * trunk/mgpp/Makefile.in (modified) added javaonly and installjava targets for make - used when creating ... Thu, 14 Dec 2006 02:04:47 GMT kjdon [13501] * trunk/gsdl3/dist-resources/dist-build.xml (modified) we need to compile packages before we can compile core, but only need ... Wed, 13 Dec 2006 03:53:01 GMT kjdon [13500] * trunk/gsdl3/dist-resources/dist-build.xml (modified) on installing source distribution, need to make sure .sh files are ... Wed, 13 Dec 2006 02:38:41 GMT kjdon [13499] * trunk/gsdl3/gs3-server.sh (modified) changed a comment. also, made this executable - does that stay ... Tue, 12 Dec 2006 21:02:48 GMT kjdon [13497] * trunk/gsdl/cgi-bin/gliserver.pl (modified) commented out checking for existence of a directory in ... Mon, 11 Dec 2006 23:12:39 GMT shaoqun [13496] * trunk/gsdl/perllib/plugins/MARCXMLPlug.pm (modified) make the marc xml record disply nicely Mon, 11 Dec 2006 22:53:37 GMT kjdon [13495] * trunk/gsdl/macros/gaelic.dm (modified) fixed up some stuff. last commit, I hadn't noticed that the ... Mon, 11 Dec 2006 22:19:59 GMT nzdl [13494] * trunk/gsdl/macros/gaelic.dm (modified) updated translations, thanks to Rita Campbell and Laurinda Matheson Mon, 11 Dec 2006 22:15:59 GMT nzdl [13493] * trunk/gsdl/macros/slovak.dm (modified) updated translation, thanks to Tomas Fiala Mon, 11 Dec 2006 22:13:45 GMT kjdon [13492] * trunk/gsdl/perllib/metadatautil.pm (modified) sort the metadata fields before putting in a table Mon, 11 Dec 2006 21:50:37 GMT kjdon [13491] * trunk/gsdl/macros/collect.dm (modified) added c arg so that build summary works properly Mon, 11 Dec 2006 04:04:08 GMT kjdon [13490] * trunk/gsdl/collect/demo/etc/collect.cfg (modified) removed old beta item, added format DocumentSearchResultLinks Mon, 11 Dec 2006 01:27:17 GMT nzdl [13489] * trunk/gli/classes/dictionary_ar.properties (modified) some modifications made by gti? plus a few translations thanks to ... Mon, 11 Dec 2006 01:24:08 GMT nzdl [13488] * trunk/gsdl/macros/vietnamese.dm (modified) * trunk/gsdl/macros/vietnamese2.dm (modified) Updated translations, thanks to vankhang Mon, 11 Dec 2006 01:20:40 GMT nzdl [13487] * trunk/gsdl/macros/slovak.dm (modified) Updated translations, thanks to Tomas Fiala Mon, 11 Dec 2006 01:03:05 GMT kjdon [13486] * trunk/gsdl/perllib/plugins/MARCXMLPlug.pm (added) * trunk/gsdl/perllib/plugins/XMLMARCPlug.pm (deleted) * trunk/gsdl/perllib/strings.properties (modified) XMLMARCPlug renamed to MARCXMLPlug Mon, 11 Dec 2006 00:22:48 GMT kjdon [13485] * trunk/gs2build-extra/packages.configure (modified) added empty quotes for ENVIRONMENT var Sun, 10 Dec 2006 22:45:25 GMT shaoqun [13484] * trunk/gsdl3/resources/tomcat/server.xml (modified) tell the server to use UTF-8 to encode URI Sun, 10 Dec 2006 22:42:44 GMT shaoqun [13483] * trunk/gsdl3/src/java/org/greenstone/gsdl3/service/GS2MGPPSearch.java (modified) added the set accentfolding method Sun, 10 Dec 2006 22:39:06 GMT shaoqun [13482] * trunk/gs2build-extra/configure (modified) * trunk/gs2build-extra/configure.in (modified) * trunk/indexers/mgpp/configure (modified) * trunk/indexers/mgpp/configure.in (modified) * trunk/mgpp/configure (modified) * trunk/mgpp/configure.in (modified) added the supports for accentfolding Sun, 10 Dec 2006 22:34:54 GMT shaoqun [13481] * trunk/indexers/mgpp/java/org/greenstone/mgpp/MGPPWrapper.java (modified) * trunk/mgpp/java/org/greenstone/mgpp/MGPPWrapper.java (modified) added the set accentfolding method Sun, 10 Dec 2006 22:29:07 GMT shaoqun [13480] * trunk/indexers/mgpp/jni/Makefile.in (modified) * trunk/mgpp/jni/Makefile.in (modified) added the supports for accentfolding Sun, 10 Dec 2006 22:28:31 GMT shaoqun [13479] * trunk/indexers/mgpp/jni/MGPPWrapperImpl.cpp (modified) * trunk/indexers/mgpp/jni/org_greenstone_mgpp_MGPPWrapper.h (modified) * trunk/mgpp/jni/MGPPWrapperImpl.cpp (modified) * trunk/mgpp/jni/org_greenstone_mgpp_MGPPWrapper.h (modified) added the set accentfolding method Sun, 10 Dec 2006 22:23:56 GMT shaoqun [13478] * trunk/indexers/mgpp/text/Makefile.in (modified) * trunk/mgpp/text/Makefile.in (modified) added supports for accentfolding