# # ChangeLog for trunk/gsdl # # Generated by Trac 1.4.2 # 2024-05-18T10:00:27+12:00 Fri, 19 Jan 2007 00:42:17 GMT mdewsnip [13691] * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/macros/gti.dm (modified) Added strings and macros for the new "offline translation" GTI page. Fri, 19 Jan 2007 00:40:41 GMT mdewsnip [13690] * trunk/gsdl/bin/script/gti.pl (modified) GLI modules are no longer enabled by default, so the GTI works with ... Fri, 19 Jan 2007 00:22:37 GMT mdewsnip [13689] * trunk/gsdl/macros/french.dm (modified) HTML 4 compliance fixes. Thu, 18 Jan 2007 21:49:58 GMT lh92 [13687] * trunk/gsdl/macros/gti.dm (modified) Fixed the bug that gti.dm overwrite the _head_ macro in style.dm Thu, 18 Jan 2007 00:33:29 GMT nzdl [13682] * trunk/gsdl/macros/farsi.dm (modified) Updated translation, many thanks to scorpion Thu, 18 Jan 2007 00:31:17 GMT nzdl [13679] * trunk/gsdl/macros/slovak.dm (modified) * trunk/gsdl/macros/slovak2.dm (modified) Updated translations, many thanks to tomasfiala Thu, 18 Jan 2007 00:28:39 GMT nzdl [13678] * trunk/gsdl/macros/thai.dm (modified) Updated translation, many thanks to yoyomimiyen Thu, 18 Jan 2007 00:27:20 GMT nzdl [13677] * trunk/gsdl/macros/vietnamese.dm (modified) * trunk/gsdl/macros/vietnamese2.dm (modified) Updated translations, thanks to vankhang Thu, 18 Jan 2007 00:15:36 GMT lh92 [13674] * trunk/gsdl/macros/gti.dm (modified) changed a bit about the layout of the status page Wed, 17 Jan 2007 21:38:03 GMT lh92 [13673] * trunk/gsdl/macros/gti.dm (modified) added macros for gti status page Wed, 17 Jan 2007 21:36:46 GMT lh92 [13672] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) added a new action 'status' which generats a page of the current ... Wed, 17 Jan 2007 21:12:36 GMT lh92 [13671] * trunk/gsdl/macros/english2.dm (modified) added macros for gti status page Mon, 15 Jan 2007 03:44:19 GMT kjdon [13622] * trunk/gsdl/packages/unac/Makefile.in (modified) remove config.h on a distclean Mon, 15 Jan 2007 03:42:32 GMT kjdon [13621] * trunk/gsdl/packages/unac/aclocal.m4 (modified) * trunk/indexers/mgpp/packages/unac/aclocal.m4 (modified) * trunk/mgpp/packages/unac/aclocal.m4 (modified) removed cvs version info Fri, 12 Jan 2007 01:18:53 GMT kjdon [13590] * trunk/gsdl/perllib/lucenebuilder.pm (modified) * trunk/gsdl/perllib/mgppbuilder.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) mgpp and lucene. made them always use doc and sec levels for the text ... Fri, 12 Jan 2007 01:11:37 GMT kjdon [13589] * trunk/gsdl/perllib/lucenebuilder.pm (modified) indented the file using emacs. no code changes Fri, 12 Jan 2007 01:06:12 GMT kjdon [13588] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) updated jar file for my changes to LuceneQuery - made it use a class ... Fri, 12 Jan 2007 01:05:13 GMT kjdon [13587] * trunk/gsdl/src/recpt/queryaction.cpp (modified) fixed a bug where search result sorting wasn't provided for lucene ... 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 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 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 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 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 ... 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:09:04 GMT shaoqun [13530] * trunk/gsdl/src/recpt/queryaction.cpp (modified) srp arg could have multiple char as well 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 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 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 ... 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: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 Sun, 10 Dec 2006 21:42:17 GMT kjdon [13475] * trunk/gsdl/packages/configure (modified) can pass in environment variables to some of the packages - added a ... Sun, 10 Dec 2006 20:43:52 GMT shaoqun [13473] * trunk/gsdl/bin/java/org/nzdl/gsdl/ApplyXSLT.class (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/ApplyXSLT.java (modified) added the method used by translator Fri, 08 Dec 2006 03:23:29 GMT shaoqun [13470] * trunk/gsdl/bin/java/org/nzdl/gsdl/ApplyXSLT.class (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/ApplyXSLT.java (modified) make it accept xml files from a command line Fri, 08 Dec 2006 03:20:03 GMT shaoqun [13469] * trunk/gsdl/perllib/plugouts/MARCXMLPlugout.pm (modified) the get_top_metadata_list methos has been removed from doc.pm to here Thu, 07 Dec 2006 23:09:35 GMT kjdon [13463] * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) decode_cgi_arg returns utf-8 if the original encoding was utf-8. need ... Thu, 07 Dec 2006 23:07:40 GMT mdewsnip [13462] * trunk/gsdl/cgi-bin/gliserver.pl (modified) Added a special case to the run_script action for ... Thu, 07 Dec 2006 23:06:47 GMT kjdon [13461] * trunk/gsdl/src/recpt/cgiutils.cpp (modified) added some comments for decode_cgi_arg method Thu, 07 Dec 2006 20:36:53 GMT kjdon [13459] * trunk/gsdl/macros/pref.dm (modified) should use decodedcompressedoptions inside a form, not ... Thu, 07 Dec 2006 04:33:37 GMT kjdon [13457] * trunk/gsdl/src/recpt/formattools.cpp (modified) cgi_safe method renamed to cgi_safe_unicode, see comment in cgiutils Thu, 07 Dec 2006 04:32:49 GMT kjdon [13456] * trunk/gsdl/src/recpt/cgiutils.cpp (modified) * trunk/gsdl/src/recpt/cgiutils.h (modified) cgi_safe was sometimes getting passed in unicode, sometimes utf-8. ... Thu, 07 Dec 2006 00:34:09 GMT shaoqun [13452] * trunk/gsdl/macros/document.dm (modified) make the top level of TOC stay when hiding TOC Thu, 07 Dec 2006 00:31:42 GMT shaoqun [13451] * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) added id=toc_top to the toppest level table of the table of contents Wed, 06 Dec 2006 23:49:42 GMT kjdon [13450] * trunk/gsdl/macros/document.dm (modified) * trunk/gsdl/macros/english.dm (modified) moved the text out of javascript for printing in document.dm into ... Wed, 06 Dec 2006 23:03:20 GMT kjdon [13449] * trunk/gsdl/collect/demo/etc/collect.cfg (modified) added print to document buttons Tue, 05 Dec 2006 23:27:40 GMT nzdl [13444] * trunk/gsdl/perllib/strings_mr.properties (added) A start to Marathi perl strings, thanks to Shubhada Nagarkar Tue, 05 Dec 2006 23:23:25 GMT nzdl [13443] * trunk/gsdl/macros/marathi.dm (modified) * trunk/gsdl/macros/marathi2.dm (modified) updated translations thanks to Shubhada Nagarkar Tue, 05 Dec 2006 23:21:20 GMT nzdl [13442] * trunk/gsdl/macros/japanese.dm (modified) * trunk/gsdl/macros/japanese2.dm (modified) rearrangement by gti, plus some updated translations thanks to ... Tue, 05 Dec 2006 23:18:11 GMT kjdon [13441] * trunk/gsdl/etc/main.cfg (modified) added marathi2.dm and hungarian2.dm into macrofiles list Tue, 05 Dec 2006 23:11:56 GMT nzdl [13440] * trunk/gsdl/macros/farsi.dm (modified) updated translations, thanks to Mohammad Karimi Yazdi Tue, 05 Dec 2006 23:10:44 GMT nzdl [13439] * trunk/gsdl/macros/vietnamese.dm (modified) * trunk/gsdl/macros/vietnamese2.dm (modified) updated translations, thanks to team at Integrated e-Solutions Ltd. ... Tue, 05 Dec 2006 22:57:32 GMT nzdl [13438] * trunk/gsdl/macros/spanish2.dm (modified) rearrangement of file by gti, some updated translations, thanks to ... Tue, 05 Dec 2006 22:55:24 GMT nzdl [13437] * trunk/gsdl/macros/urdu.dm (modified) updated translations, thanks to Ata ur Rehman Tue, 05 Dec 2006 22:53:08 GMT nzdl [13436] * trunk/gsdl/macros/hungarian.dm (modified) updated translations, thanks to Ferenc Katai. Tue, 05 Dec 2006 22:52:05 GMT nzdl [13435] * trunk/gsdl/macros/hungarian2.dm (added) Hungarian interface, many thanks to Ferenc Katai. Tue, 05 Dec 2006 22:33:51 GMT kjdon [13434] * trunk/gsdl/macros/help.dm (modified) added alt and title tags for the images in the 'how to read the ... Tue, 05 Dec 2006 22:11:40 GMT kjdon [13433] * trunk/gsdl/macros/query.dm (modified) fixed up some tr-td tags in the wrong order Tue, 05 Dec 2006 22:04:24 GMT shaoqun [13432] * trunk/gsdl/src/recpt/browsetoolsclass.cpp (modified) added a print option for DocumentButtons format Tue, 05 Dec 2006 22:01:33 GMT shaoqun [13431] * trunk/gsdl/images/print-document.css (added) added the print document stylesheet for document pages Tue, 05 Dec 2006 22:00:59 GMT shaoqun [13430] * trunk/gsdl/images/preview-document.css (added) added the document preview stylesheet for document pages Tue, 05 Dec 2006 21:57:11 GMT shaoqun [13429] * trunk/gsdl/macros/style.dm (modified) added a new macro _csslink_ to allow css link customization for ... Tue, 05 Dec 2006 21:53:26 GMT shaoqun [13428] * trunk/gsdl/macros/english.dm (modified) added the print button lable macro Tue, 05 Dec 2006 21:51:59 GMT shaoqun [13427] * trunk/gsdl/macros/document.dm (modified) added javascript and new macros for printing a document page Tue, 05 Dec 2006 21:37:03 GMT kjdon [13426] * trunk/gsdl/macros/english.dm (modified) change & to & in help text Tue, 05 Dec 2006 21:36:38 GMT kjdon [13425] * trunk/gsdl/macros/english2.dm (modified) change & to & in link to external page Tue, 05 Dec 2006 21:35:56 GMT kjdon [13424] * trunk/gsdl/macros/query.dm (modified) change & to & in previous and next result links Tue, 05 Dec 2006 21:35:13 GMT kjdon [13423] * trunk/gsdl/macros/pref.dm (modified) moved the blockquote tags around - they weren't properly nested with ... Tue, 05 Dec 2006 21:03:12 GMT kjdon [13422] * trunk/gsdl/macros/pref.dm (modified) changed the options for maxdocs and hitsperpage Tue, 05 Dec 2006 03:25:07 GMT kjdon [13420] * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) added a option to add a table of metadata as the documnet text, ... Tue, 05 Dec 2006 03:24:02 GMT kjdon [13419] * trunk/gsdl/perllib/strings.properties (modified) added two NULPlug options Tue, 05 Dec 2006 03:23:41 GMT kjdon [13418] * trunk/gsdl/perllib/metadatautil.pm (modified) added format_metadata_as_table method, which takes a metadata hash ... Tue, 05 Dec 2006 02:48:46 GMT kjdon [13417] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) added a comment Tue, 05 Dec 2006 02:48:23 GMT kjdon [13416] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) remove surrounding {} as well as surrounding "" from value Mon, 04 Dec 2006 22:43:25 GMT kjdon [13413] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) added some special handling for year so that it only gets 4 digits. ... Fri, 01 Dec 2006 02:33:20 GMT kjdon [13404] * trunk/gsdl/packages/pdftohtml/pdftohtml_0_36_gs.tar.gz (modified) modified the src/Makefile.in to make LDFLAGS=@LDFLAGS@ Fri, 01 Dec 2006 00:16:56 GMT mdewsnip [13395] * trunk/gsdl/cgi-bin/gliserver.pl (modified) (Remote building) Now creates lock files that are compatible with the ... Thu, 30 Nov 2006 21:21:30 GMT mdewsnip [13385] * trunk/gsdl/cgi-bin/gliserver.pl (modified) Added some extra debugging information to the check-installation command. Wed, 29 Nov 2006 02:05:25 GMT shaoqun [13375] * trunk/gsdl/images/style.css (modified) added styles for the next and previous search result link in a ... Wed, 29 Nov 2006 01:26:11 GMT shaoqun [13371] * trunk/gsdl/macros/english.dm (modified) added the next and previous search result link text macros