source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1391   24 years say1 now actually calling tipaction code
(edit) @1385   24 years jrm21 We now don't remove the zparse.tab.[ch] or parse.yy.c files on a make …
(edit) @1381   24 years jrm21 yaz stuff + USE_FASTCGI=1 should compile now, I promise…
(edit) @1380   24 years jrm21 Whoops - added yaz include path to Makefile.in (for USE_FASTCGI=1)
(edit) @1373   24 years dmm9 Support for date search
(edit) @1372   24 years jrm21 Moved definition of FILE *errfile from z3950proto.cpp to zparse.y for …
(edit) @1371   24 years jrm21 Added copyright notice.
(edit) @1369   24 years jrm21 Modified handling of error/log file for parser, to make more portable …
(edit) @1366   24 years jrm21 z39.50 protocol is not used if USE_FASTCGI defined. (Note it will …
(edit) @1365   24 years jrm21 Added rule: parse.yy.c depends on zparse.tab.h
(edit) @1364   24 years jrm21 Modified function decl.s from Classic C to Std. C
(edit) @1359   24 years jrm21 fixed typo
(edit) @1355   24 years jrm21 Fixed up parsing of z39.50 config file, so that errors go to file …
(edit) @1354   24 years jrm21 fixed an error created by merge.
(edit) @1352   24 years jrm21 added default err=noError to get_collectinfo !!!!!!!!!!!!!!!!!!
(edit) @1351   24 years jrm21 Fixed problem with bison being in yacc-compatible mode (file prefixes …
(edit) @1349   24 years jrm21 moved yaz/client/yaz_zclient.h into yaz/include/yaz.
(edit) @1348   24 years jrm21 A few minor changes while merging branch to help clean compilation
(edit) @1347   24 years jrm21 merged z39.50 receptionist stuff into main trunk (along with the mgpp …
(edit) @1344   24 years kjm18 changed configure rules at end
(edit) @1340   24 years kjm18 deleted configure stuff from this Makefile
(edit) @1338   24 years kjm18 added mgpp search and queryfilter objects to make clean
(edit) @1337   24 years kjm18 made NZDL flags the default
(edit) @1334   24 years kjm18 made setcollectdir virtual
(edit) @1333   24 years kjm18 mgdocument() removed from base class
(edit) @1331   24 years kjm18 added in mgpp libraries and new colservr objects
(edit) @1330   24 years kjm18 added buildType support for mgpp collections. also FRfullTextBrowse …
(edit) @1329   24 years kjm18 level info (cgiarg g) added to filterOptions
(edit) @1328   24 years kjm18 added new cgiarg - g for granularity - for mgpp collections. also …
(edit) @1327   24 years kjm18 incorporated support for mgpp collections. searchclass and queryfilter …
(edit) @1324   24 years kjm18 mgpp incorporated. the old mgsearchclass and queryfilterclass are …
(edit) @1323   24 years kjm18 mgpp incorporated. have mgsearch and mgppsearch, mgqueryfilter and …
(edit) @1322   24 years kjm18 now uses the base searchclass rather than mgsearchclass
(edit) @1321   24 years kjm18 mgsearchptr cast to mgsearchclass for OID_phrase_search()
(edit) @1320   24 years kjm18 now inherits from mgqueryfilter rather than queryfilter
(edit) @1319   24 years kjm18 added level info to queryparamclass for mgpp collections
(edit) @1318   24 years kjm18 added buildtype filed to configure (for mgpp collections)
(edit) @1308   24 years sjboddie fixed a minor bug that was causing problems for end-user collection …
(edit) @1306   24 years sjboddie oops, mg skip_dump directive needs to be unset (I commented this out a …
(edit) @1305   24 years sjboddie some more tidying up of end-user collection building
(edit) @1300   24 years kjm18 added full text browsing functionality
(edit) @1299   24 years kjm18 added in full text browse functionality. added default stemMethod.
(edit) @1298   24 years kjm18 commented out the cause of a seg fault
(edit) @1297   24 years kjm18 removed BrowseCompare(), added UCArrayVector type
(edit) @1296   24 years kjm18 incorporated default stemMethod to Parse functions, used if stemMethod …
(edit) @1295   24 years kjm18 changed to get mg & mgpp working together
(edit) @1294   24 years kjm18 a #define was causing errors, commented out.
(edit) @1293   24 years sjboddie some cosmetic changes to the main window of the local library
(edit) @1292   24 years sjboddie * empty log message *
(edit) @1288   24 years sjboddie Had an initial attempt at merging the old 'server' and 'single user' …
(edit) @1285   24 years sjboddie Removed CVS logging information from source files
(edit) @1284   24 years sjboddie added GPL headers to some of the windows local library files
(edit) @1283   24 years sjboddie fixed compiler warnings (the easy way ;-)
(edit) @1282   24 years sjboddie got DocumentArrowsBottom working for collections using "paged" …
(edit) @1276   24 years nzdl added an error message when no "valid" collections are available
(edit) @1271   24 years sjboddie Caught local library up with changes made to allow caching of …
(edit) @1270   24 years sjboddie Receptionist now caches collection information to avoid making …
(edit) @1268   24 years sjboddie fixed bug causing segmentation fault when an invalid collection was …
(edit) @1266   24 years nzdl fixed a few errors in the macro files (and one in some text printed …
(edit) @1265   24 years nzdl removed mg directive that was causing meaningless warning messages in …
(edit) @1257   24 years sjboddie Tidied up a bit. Fixed bug in formattools. Nested If/Or's should now …
(edit) @1256   24 years sjboddie Made BrowseFilters EndResults option take -1 (i.e. "all"). This is …
(edit) @1255   24 years sjboddie Now append to error log (errout.txt) instead of overwriting it each time
(edit) @1254   24 years sjboddie added browser info (i.e VList, HList etc.) to status pages
(edit) @1253   24 years sjboddie added new numsections field to collection info and made the …
(edit) @1249   24 years nzdl * empty log message *
(edit) @1248   24 years sjboddie got "POST" cgi data to work when using fastcgi
(edit) @1247   24 years sjboddie Tidied up the way collections are displayed on 'standard' homepage. …
(edit) @1238   24 years gwp Additional explanation of hash problems in documentation.
(edit) @1237   24 years sjboddie added windows make file for w32server directory
(edit) @1234   24 years sjboddie Added Arabic language and encoding options to the preferences page. …
(edit) @1233   24 years sjboddie Created converter classes for simple 8 bit encodings that use a simple …
(edit) @1232   24 years gwp Description of problem in hashing algorithm added to comments, along …
(edit) @1212   24 years sjboddie Added French and Spanish language selection options to the preferences …
(edit) @1205   24 years sjboddie Another small change so that the local library compiles without the …
(edit) @1203   24 years sjboddie Made a few minor changes to get the local library compiling under VC++ …
(edit) @1194   24 years sjboddie fixed a bug preventing GB encoded text from being displayed correctly …
(edit) @1193   24 years sjboddie a few small changes to get an initial release of the local library
(edit) @1183   24 years sjboddie the initial admin user now belongs to the colbuilder group by default …
(edit) @1177   24 years sjboddie finished off tidying up end-user collection building
(edit) @1172   24 years sjboddie more changes to try to get end-user collection building to work under …
(edit) @1170   24 years sjboddie minor modifications to get web library compiling under VC++ 6.0
(edit) @1164   24 years johnmcp added files to create the z3950proto class, which is based on the …
(edit) @1156   24 years sjboddie use dummy version string in fnord.cpp - it'll be edited when creating …
(edit) @1154   24 years sjboddie tidied up windows makefiles slightly
(edit) @1150   24 years sjboddie modifications for windows ports of GCC
(edit) @1149   24 years sjboddie modifications for windows port of GCC
(edit) @1148   24 years sjboddie attempting to get end-user collection building to work under windows
(edit) @1147   24 years sjboddie moved dm_safe from htmlutils to gsdltools
(edit) @1129   24 years sjboddie tidied up status pages and end-user collection building
(edit) @1128   24 years kjm18 added GSDLParser stuff
(edit) @1127   24 years kjm18 new parser and lex modules for GSDL syntax (designed for my bibliosystem)
(edit) @1126   24 years kjm18 changed over to GSDLQueryParser, added in level info so can query say …
(edit) @1125   24 years kjm18 added GetCStr and BrowseCompare
(edit) @1124   24 years kjm18 added termFreq - overall word count rather than document count
(edit) @1123   24 years kjm18 added basepath to LoadData, needed if text and index are in different …
(edit) @1122   24 years kjm18 added some comments
(edit) @1097   24 years sjboddie Modified the English of the debug output slightly
(edit) @1090   24 years sjboddie tidied up a few issues concerning the new debug info which showed up …
(edit) @1089   24 years sjboddie tidied up error messaging and set up some debugging info to be output …
Note: See TracRevisionLog for help on using the revision log.