# # ChangeLog for trunk/gsdl/src/recpt # # Generated by Trac 1.4.2 # 2024-06-05T05:20:15+12:00 Wed, 09 Aug 2006 21:51:53 GMT mdewsnip [12428] * trunk/gsdl/src/recpt/querytools.cpp (modified) Lucene now supports "some" and "all" queries, so look at t variable ... Wed, 09 Aug 2006 01:06:51 GMT mdewsnip [12421] * 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.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 catches TooManyClauses exceptions from Lucene and tells the user ... Mon, 07 Aug 2006 06:07:33 GMT sjboddie [12411] * trunk/gsdl/src/recpt/receptionist.h (modified) Made a couple of receptionist methods virtual, so they can more ... Mon, 07 Aug 2006 04:10:16 GMT mdewsnip [12410] * 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/querytools.cpp (modified) Added support for the new "-filter" option to lucene_query.pl (used ... Fri, 04 Aug 2006 05:22:04 GMT kjdon [12407] * trunk/gsdl/src/recpt/Makefile.in (modified) changed the Z3950_OBJS list to not include COMMONOBJECTS, and only ... Thu, 03 Aug 2006 23:48:17 GMT kjdon [12400] * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) cgicc stuff, we get the arguments form formData then put them back ... 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 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 ... 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 ... 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, 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 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. ... 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 ... 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 ... Thu, 06 Jul 2006 12:52:39 GMT sjboddie [12044] * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/browsetools.cpp (deleted) * trunk/gsdl/src/recpt/browsetools.h (deleted) * trunk/gsdl/src/recpt/browsetoolsclass.cpp (added) * trunk/gsdl/src/recpt/browsetoolsclass.h (added) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/win32.mak (modified) Wrapped browsetools up into a class and renamed it browsetoolsclass. ... Wed, 05 Jul 2006 04:32:09 GMT davidb [12019] * trunk/gsdl/src/recpt/depositoraction.cpp (modified) * trunk/gsdl/src/recpt/wizardaction.cpp (modified) Minor improvements to depositor action. Tue, 04 Jul 2006 07:55:40 GMT davidb [12008] * trunk/gsdl/src/recpt/depositoraction.cpp (modified) A minor tweak to let this action work with the older version of cgicc ... Tue, 04 Jul 2006 03:31:55 GMT davidb [12002] * trunk/gsdl/src/recpt/depositoraction.cpp (added) * trunk/gsdl/src/recpt/depositoraction.h (added) First cut at 'The Depositor' -- Greenstone support for institutional ... Tue, 04 Jul 2006 03:31:08 GMT davidb [12001] * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) Experimental addition for nicer URLs for retrieving a document from ... Tue, 04 Jul 2006 03:26:40 GMT davidb [12000] * trunk/gsdl/src/recpt/queryaction.cpp (modified) 'ct' 'qt' and 'qto' cgi arguments changed to be 'multi-character' ... Tue, 04 Jul 2006 03:23:58 GMT davidb [11998] * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/cgiutils.cpp (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.h (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) * trunk/gsdl/src/recpt/librarymain.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.h (modified) * trunk/gsdl/src/recpt/wizardaction.cpp (added) * trunk/gsdl/src/recpt/wizardaction.h (added) First cut at 'The Depositor' -- Greenstone support for institutional ... Fri, 30 Jun 2006 04:07:57 GMT kjdon [11988] * trunk/gsdl/src/recpt/queryaction.cpp (modified) changed the defaults for ct, qt and qto to be empty, then ... Fri, 30 Jun 2006 04:05:50 GMT kjdon [11987] * trunk/gsdl/src/recpt/querytools.cpp (modified) * trunk/gsdl/src/recpt/querytools.h (modified) added a new method set_query_type_args, which sets ct, qt and qto ... Fri, 30 Jun 2006 04:03:47 GMT kjdon [11986] * trunk/gsdl/src/recpt/pageaction.cpp (modified) collection links on home page no longer need to set ct, qt, qto args ... Fri, 30 Jun 2006 04:01:13 GMT kjdon [11985] * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) no searchTypes array any more - it is now a format statement Thu, 22 Jun 2006 02:37:57 GMT kjdon [11964] * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) changed the collection_macros data type to be collectionmeta_map, so ... Wed, 21 Jun 2006 03:43:49 GMT kjdon [11958] * trunk/gsdl/src/recpt/pageaction.cpp (modified) don't have short and long help anymore, just one help message. some ... Tue, 20 Jun 2006 01:10:05 GMT mdewsnip [11946] * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) Fixed a bug causing an infinite loop with a classifier with an empty ... Tue, 30 May 2006 03:31:22 GMT mdewsnip [11889] * trunk/gsdl/src/recpt/browsetools.cpp (modified) Fixed a couple of calls to output_section_group where "" was passed ... Thu, 04 May 2006 04:05:50 GMT kjdon [11772] * trunk/gsdl/src/recpt/browsetools.cpp (modified) if we need to display a DateList, we get mdtype and set args['dm'] Thu, 04 May 2006 04:05:00 GMT kjdon [11771] * trunk/gsdl/src/recpt/documentaction.cpp (modified) removed the dm arg from the date list classifier in navigation bar ... Thu, 04 May 2006 04:03:35 GMT kjdon [11770] * trunk/gsdl/src/recpt/datelistbrowserclass.cpp (modified) we still output documents even if can't get their date Wed, 03 May 2006 04:06:16 GMT kjdon [11765] * trunk/gsdl/src/recpt/querytools.cpp (modified) made mgpp query parsing better for plain searching. now handles bool ... Sun, 30 Apr 2006 22:36:18 GMT kjdon [11751] * trunk/gsdl/src/recpt/historydb.cpp (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) made the history work again after John broke it by changin g& to & Tue, 11 Apr 2006 04:43:09 GMT kjdon [11641] * trunk/gsdl/src/recpt/browsetools.cpp (modified) added an ID to toc div for classifiers, so can format the display ... Tue, 11 Apr 2006 03:45:08 GMT kjdon [11638] * trunk/gsdl/src/recpt/datelistbrowserclass.cpp (modified) added a few CSS class attributes for date_list, date_list_year, ... Tue, 11 Apr 2006 03:35:44 GMT kjdon [11637] * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) added an extra class h_item_current to the current h item Sun, 02 Apr 2006 23:40:58 GMT mdewsnip [11569] * trunk/gsdl/src/recpt/zparse.yy.c (modified) Had to add #if HAVE_UNISTD_H around #include because ... Wed, 29 Mar 2006 22:42:38 GMT kjdon [11539] * trunk/gsdl/src/recpt/documentaction.cpp (modified) when deciding if a classifier is a datelist or not, now we check ... Mon, 27 Mar 2006 05:31:55 GMT kjdon [11503] * trunk/gsdl/src/recpt/datelistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) modified the default format string to match what's in GLI Tue, 21 Mar 2006 23:34:19 GMT mdewsnip [11460] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Added the (unfinished) Excel spreadsheet generation action into the GTI. Tue, 21 Mar 2006 02:59:18 GMT mdewsnip [11445] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Now escapes '&' in xml_safe too. Tue, 21 Mar 2006 02:00:16 GMT grbuchan [11441] * trunk/gsdl/src/recpt/Makefile.in (modified) Removed erroneous space character after -L in expat library option Sun, 19 Mar 2006 23:26:27 GMT kjdon [11413] * trunk/gsdl/src/recpt/documentaction.cpp (modified) fixed up some stuff to do with navbar, and spacers and search buttons Thu, 16 Mar 2006 01:28:49 GMT kjdon [11372] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) changed to use preflink instead of imagepref Tue, 14 Mar 2006 01:46:18 GMT kjdon [11356] * trunk/gsdl/src/recpt/pageaction.cpp (modified) changed a usability macro, also if p=help, then check to see if ... Tue, 14 Mar 2006 01:43:35 GMT kjdon [11355] * trunk/gsdl/src/recpt/documentaction.cpp (modified) added usability macros back in, changed _tabtextsearch_ to ... Sun, 12 Mar 2006 20:28:46 GMT kjdon [11328] * trunk/gsdl/src/recpt/formattools.cpp (modified) in iso639, if can't map the lang code to an English name, then return ... Fri, 10 Mar 2006 02:16:35 GMT mdewsnip [11324] * trunk/gsdl/src/recpt/formattools.cpp (modified) Changed the related documents code to use "dc.Relation" instead of ... Thu, 09 Mar 2006 01:50:45 GMT mdewsnip [11320] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Now deals with "<" and ">" characters correctly in the submitted text ... Tue, 07 Mar 2006 02:26:35 GMT kjdon [11306] * trunk/gsdl/src/recpt/extlinkaction.cpp (modified) used to use _httpdoc_ in the new link, but that has an & entity ... Wed, 15 Feb 2006 03:38:22 GMT mdewsnip [11259] * trunk/gsdl/src/colservr/browsefilter.cpp (modified) * trunk/gsdl/src/mgpp/text/GSDLQueryLex.cpp (modified) * trunk/gsdl/src/recpt/OIDtools.cpp (modified) * trunk/gsdl/src/recpt/OIDtools.h (modified) * trunk/gsdl/src/recpt/cgiutils.cpp (modified) * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/infodbclass.cpp (modified) * trunk/gsdl/src/w32server/httpreq.cpp (modified) Various little bug fixes and improvements (many to get things working ... Wed, 15 Feb 2006 01:46:57 GMT mdewsnip [11257] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/win32.mak (modified) Removed the USE_STLPORT option -- use GSDL_VC4 instead. Wed, 15 Feb 2006 01:36:10 GMT mdewsnip [11256] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/d2m/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/win32.mak (modified) Added a "GSDL_VC4" option that has to be specified with the nmake ... Wed, 15 Feb 2006 01:02:12 GMT mdewsnip [11255] * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) Changed all occurrences of the "-o" option to cl to "-Fe" ("-o" is ... Wed, 15 Feb 2006 00:14:51 GMT mdewsnip [11253] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/d2m/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) Added "-nologo" to all cc and lib calls (to prevent a two line ... Wed, 15 Feb 2006 00:07:29 GMT mdewsnip [11252] * trunk/gsdl/src/recpt/gsdl_compatibility_cfg.h (modified) * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) Fixed the line endings of these files to make Visual Studio 2005 happy. Fri, 10 Feb 2006 08:56:06 GMT jrm21 [11235] * trunk/gsdl/src/recpt/browsetools.cpp (modified) arg, removed extra closing tag after document image Wed, 01 Feb 2006 04:09:07 GMT mdewsnip [11210] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Also need to escape double quotes? Wed, 01 Feb 2006 01:08:45 GMT mdewsnip [11188] * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/win32.mak (modified) The expat library is now compiled too, rather than being included ... Tue, 31 Jan 2006 02:40:55 GMT kjdon [11166] * trunk/gsdl/src/recpt/collectoraction.cpp (modified) collector buttons now use css. left them in a table, but used ... Mon, 30 Jan 2006 09:57:17 GMT jrm21 [11164] * trunk/gsdl/images/style.css (modified) * trunk/gsdl/src/recpt/browsetools.cpp (modified) give a document title heading a different class depending on whether ... Mon, 30 Jan 2006 00:31:08 GMT jrm21 [11158] * trunk/gsdl/src/recpt/documentaction.cpp (modified) for setting _imagethispage_, first look for _titleimage$META_. This ... Fri, 27 Jan 2006 04:42:48 GMT jrm21 [11153] * trunk/gsdl/src/recpt/documentaction.cpp (modified) warning div class for the message when expanding ToC text Fri, 27 Jan 2006 04:15:18 GMT jrm21 [11152] * trunk/gsdl/images/style.css (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) we now use the page title where the banner image used to be... this ... Fri, 27 Jan 2006 02:29:00 GMT kjdon [11149] * trunk/gsdl/src/recpt/pageaction.cpp (modified) oops, didn't need to do the last commit, so have undone it Fri, 27 Jan 2006 01:59:30 GMT jrm21 [11146] * trunk/gsdl/images/style.css (modified) * trunk/gsdl/src/recpt/formattools.cpp (modified) set the default DocumentText format string to be just [Text] instead ... Fri, 27 Jan 2006 01:48:52 GMT jrm21 [11144] * trunk/gsdl/images/style.css (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) put the output document text in its own div, and give it some CSS to ... Fri, 27 Jan 2006 01:31:23 GMT kjdon [11141] * trunk/gsdl/src/recpt/pageaction.cpp (modified) changed documentation links to uses iconipdf instead of iconpdf Thu, 26 Jan 2006 23:47:40 GMT jrm21 [11131] * trunk/gsdl/src/recpt/browsetools.cpp (modified) use CSS instead of tables for cover images/heading, document buttons. Thu, 26 Jan 2006 02:18:06 GMT jrm21 [11112] * trunk/gsdl/src/recpt/documentaction.cpp (modified) removed extra "," for navtab() stuff Wed, 25 Jan 2006 04:39:32 GMT jrm21 [11101] * trunk/gsdl/src/recpt/documentaction.cpp (modified) set the _httpbrowse$CL_ macro even for unknown classifier fields. Tue, 24 Jan 2006 03:39:57 GMT jrm21 [11095] * trunk/gsdl/images/style.css (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) move border=1 for logos in the collection list from receptionist into ... Sun, 18 Dec 2005 22:05:43 GMT kjdon [11005] * trunk/gsdl/src/recpt/queryaction.cpp (modified) get_phrases now comes from phrases.h Sun, 18 Dec 2005 22:03:52 GMT kjdon [11004] * trunk/gsdl/src/recpt/querytools.cpp (modified) * trunk/gsdl/src/recpt/querytools.h (modified) get_phrases method moved to lib/phrases.h so colservr can share it Thu, 15 Dec 2005 03:57:58 GMT kjdon [10995] * trunk/gsdl/src/recpt/querytools.cpp (modified) fixed up mgpp and lucene plain search query string formatting. mgpp ... Tue, 13 Dec 2005 23:30:46 GMT mdewsnip [10988] * trunk/gsdl/src/recpt/pagedbrowserclass.cpp (modified) Fixed a bug where entering an invalid "gp" value with a top-level "d" ... Tue, 13 Dec 2005 01:57:51 GMT kjdon [10987] * trunk/gsdl/src/recpt/documentaction.cpp (modified) fixed a bug where if you entered a document from an unknown ... Thu, 08 Dec 2005 21:58:21 GMT kjdon [10981] * trunk/gsdl/src/recpt/browsetools.cpp (modified) * trunk/gsdl/src/recpt/datelistbrowserclass.cpp (modified) datelist can now take a comma separated list of metadata names, eg. ... Fri, 25 Nov 2005 00:12:03 GMT jrm21 [10947] * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) If we aren't using tables (ie format string doesn't start with ) ... Thu, 24 Nov 2005 22:17:37 GMT jrm21 [10946] * trunk/gsdl/src/recpt/Makefile.in (modified) add library path for libexpat rather than hard-coding the path during ... Wed, 23 Nov 2005 23:04:49 GMT jrm21 [10931] * trunk/gsdl/src/recpt/receptionist.cpp (modified) instead of making all 'collectionmacros' read from the collect.cfg ... Tue, 08 Nov 2005 04:30:57 GMT jrm21 [10873] * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) documentaction modified for new HTML4/CSS stuff (eg stop looking for ... Fri, 28 Oct 2005 02:41:33 GMT kjdon [10789] * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) added an option 'supercollectionoptions ... Wed, 19 Oct 2005 23:06:26 GMT mdewsnip [10739] * trunk/gsdl/src/recpt/highlighttext.cpp (modified) Added a bug fix suggested by Jens Wille: expand any macros in the ... Tue, 18 Oct 2005 20:03:34 GMT mdewsnip [10733] * trunk/gsdl/src/recpt/formattools.cpp (modified) Improved display of dates so values like "19960000" and "19960100" ... Thu, 06 Oct 2005 22:39:11 GMT kjdon [10710] * trunk/gsdl/src/recpt/win32.mak (modified) changes to reflect John's updates for z3950 stuff Thu, 06 Oct 2005 21:45:29 GMT kjdon [10707] * trunk/gsdl/src/recpt/yaz_zclient.c (modified) swapped the order of cmd_open and z_cmd_open to avoid a warning Thu, 06 Oct 2005 21:36:52 GMT jrm21 [10706] * trunk/gsdl/src/recpt/Makefile.in (modified) oops, needed for the new zparse.y file Thu, 06 Oct 2005 21:33:14 GMT jrm21 [10705] * trunk/gsdl/src/recpt/parse.fl (deleted) * trunk/gsdl/src/recpt/parse.yy.c (deleted) * trunk/gsdl/src/recpt/z3950cfg.h (modified) * trunk/gsdl/src/recpt/z3950proto.cpp (modified) * trunk/gsdl/src/recpt/zparse.fl (added) * trunk/gsdl/src/recpt/zparse.tab.c (modified) * trunk/gsdl/src/recpt/zparse.tab.h (modified) * trunk/gsdl/src/recpt/zparse.y (modified) * trunk/gsdl/src/recpt/zparse.yy.c (added) tidied up interaction between flex/bison and greenstone's z3950 ... Sun, 25 Sep 2005 23:15:59 GMT kjdon [10636] * trunk/gsdl/src/recpt/receptionist.cpp (modified) don't crap out if a macro file is missing Wed, 21 Sep 2005 04:43:52 GMT kjdon [10614] * trunk/gsdl/src/recpt/formattools.cpp (modified) now allow [Text] in an if statement - can do {If}{[Text] ne 'This ... Thu, 25 Aug 2005 05:02:29 GMT kjdon [10567] * trunk/gsdl/src/recpt/browsetools.cpp (modified) added checks for no childtype metadata - this occurs when it is ... Thu, 25 Aug 2005 01:24:14 GMT jrm21 [10563] * trunk/gsdl/src/recpt/receptionist.cpp (modified) if we don't support the default_encoding, then instead of always ... Tue, 23 Aug 2005 03:26:53 GMT mdewsnip [10553] * trunk/gsdl/src/recpt/browsetools.cpp (modified) A fix for extra table tags being generated when the gc argument is ... Mon, 08 Aug 2005 04:15:41 GMT kjdon [10440] * trunk/gsdl/src/recpt/yaz_zclient.c (modified) * trunk/gsdl/src/recpt/z3950proto.cpp (modified) * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) small changes so it compiles under windows Mon, 08 Aug 2005 04:14:56 GMT kjdon [10439] * trunk/gsdl/src/recpt/win32.mak (modified) added z3950 support for windows Sun, 07 Aug 2005 23:57:50 GMT kjdon [10432] * trunk/gsdl/src/recpt/Makefile.in (modified) removed the -lxml2 bit from the z3950server link command - have ...