source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10348   19 years kjdon changed a few strings for export.pl, and added exportcol.cddir
(edit) @10347   19 years kjdon removed the unneeded 'use parsargv'
(edit) @10344   19 years kjdon if there was no Title, add PageNum as a Title
(edit) @10340   19 years kjdon use new parse2 arg parsing, added 'use strict'
(edit) @10339   19 years kjdon uses new parse2 arg parsing, added 'use strict'
(edit) @10338   19 years kjdon tidied this up: uses new parse2, use strict
(edit) @10337   19 years kjdon changed the intArgLeftinAfterParsing \!= 1 to > 1 - otherwise -xml …
(edit) @10336   19 years kjdon reversed the ++*currentPtr change back to *currentPtr++
(edit) @10335   19 years kjdon ++*pa is not the same as *pa++ - reversed these erroneous changes
(edit) @10329   19 years mdewsnip Changed the default_language string to be of type "string", since …
(edit) @10328   19 years mdewsnip Fixed some spelling mistakes.
(edit) @10324   19 years kjdon added no strict, also changed Charactor Length to CharactorLength (its …
(edit) @10318   19 years mdewsnip New LuceneWrap.jar file with updated class files.
(edit) @10317   19 years mdewsnip Fixed the warning message because out_file is undefined on Linux.
(edit) @10313   19 years mdewsnip Fixed undefined doc_oid variable problem.
(edit) @10305   19 years davidb newly introduced is_incremental() used to help determine if file needs …
(edit) @10304   19 years davidb Introduction of is_incremental() function in base class (not …
(edit) @10283   19 years davidb hashfile, db2txt, and txt2db added to INSTALLDIRS in win32.mak file. …
(edit) @10282   19 years chi Modifications to allow the gsConvert either run open source coverting …
(edit) @10281   19 years chi Add filename_within_collection().
(edit) @10280   19 years chi Some major changes to allow secondary plugin setting.
(edit) @10279   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10278   19 years chi A major modification to allow a secondary-plugin setting. With this …
(edit) @10277   19 years chi tidy up the filename in add_file().
(edit) @10276   19 years chi Add a read_into_doc_obj() for enabling secondary_pluging function. …
(edit) @10275   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10274   19 years chi A modification to allow a secondary plug setting through ConvertToPlug.
(edit) @10273   19 years chi A modification to allow a secondary-plugin setting through ConvertToPlug.
(edit) @10272   19 years chi A modification to allow a secondary-plugin setting.
(edit) @10271   19 years chi A new program to demonstrate HTML document (converted from other …
(edit) @10270   19 years chi The modification to allow the secondary-plugin setting.
(edit) @10262   19 years kjdon removed cgisafe from query string stored in history - we don't use it …
(edit) @10258   19 years kjdon added some keys for DSpacePlug args - need to add the text too
(edit) @10257   19 years kjdon added a check for undefined/empty values passed into …
(edit) @10256   19 years kjdon added use strict, and fixed up compile erros
(edit) @10255   19 years kjdon small mods, added use strict
(edit) @10254   19 years kjdon added 'use strict' to all plugins, and made modifications (mostly …
(edit) @10253   19 years kjdon added 'use strict' to all classifiers, and made modifications (mostly …
(edit) @10252   19 years mdewsnip Unzip.java now takes the zip file path and the directory to unzip into …
(edit) @10251   19 years kjdon removed a print statement
(edit) @10231   19 years mdewsnip Added some alternative methods of resolving the address the local …
(edit) @10230   19 years kjdon now uses jeffrey's new parse2 parsing. also now accepts xxx.pm as …
(edit) @10229   19 years kjdon fixed up some stuff for printing args (pluginfo.pl, classinfo.pl)
(edit) @10228   19 years kjdon added a check for undefined var in lookup_string
(edit) @10226   19 years davidb The world is not yet ready for #!perl instead of #!/usr/bin/perl. The …
(edit) @10225   19 years davidb cddir minus option put back in. Needed by applet version of GLI.
(edit) @10224   19 years mdewsnip The Local Library will now use the user's default browser by default.
(edit) @10223   19 years kjdon removed debug statements that I had forgotten about
(edit) @10221   19 years kjdon ran it through a spell checker
(edit) @10220   19 years kjdon tidied up the Hierarchy strings, got rid of AutoHierarchy strings
(edit) @10218   19 years kjdon Jeffrey's new parsing modifications, committed approx 6 July, 15.16
(edit) @10217   19 years kjdon moved the addition of lastmodified metadata from the new method, into …
(edit) @10216   19 years kjdon jeffrey's new argument parsing module - replaces parsargv.pm
(edit) @10215   19 years kjdon added Jeffrey's changes for parsing arguments - now all parsing is …
(edit) @10213   19 years davidb Removal of Windows specific code. Now done more generally.
(edit) @10212   19 years davidb Introduction of envvar_append() to append items into an environment …
(edit) @10211   19 years davidb Introduction of filtered_rm_r(). This function is similar to rm_r() …
(edit) @10206   19 years davidb Modifications to make perl code compatible with Windows. Main change …
(edit) @10199   19 years kjdon dateList now calls format_metadata_for_sorting on its sort meta, so …
(edit) @10198   19 years kjdon I had a disaster - tried to use the gli applet to build a new …
(edit) @10190   19 years kjdon reversed the order, in format_string_en, of the 'remove everything not …
(edit) @10185   19 years kjdon removed malloc.h from includes in util.c - didn't seemed to be used, …
(edit) @10184   19 years kjdon fixed up an error in libyaz.a line
(edit) @10183   19 years kjdon the all target now does a make install for yaz src and include dirs - …
(edit) @10182   19 years kjdon fixed a mistake in the last commit, added z3950server to be compiled …
(edit) @10181   19 years kjdon added in sys/stat.h to the AC_CHECK_HEADERS cos the z3950 stuff needs it
(edit) @10180   19 years kjdon added the yaz include dir to list of dirs compiled
(edit) @10179   19 years kjdon yaz_zclient.h is now in current directory
(edit) @10178   19 years kjdon some modifications for using yaz 2 instead of yaz 1.6 with z3950 stuff
(edit) @10177   19 years kjdon new version of yaz_zclient for yaz2.1.4 - now lives in colservr. …
(edit) @10176   19 years kjdon added the packages/d2m dir into includes for z3950
(edit) @10175   19 years kjdon replaced yaz 1 with a new version, yaz 2.1.4.
(edit) @10174   19 years kjdon replaced yaz 1 with a new version, yaz 2.1.4. The yaz_zclinet.h/c …
(edit) @10173   19 years kjdon changed the yaz stuff, added d2m
(edit) @10172   19 years kjdon changed the yaz dirs that get compiled, added d2m for z3950 stuff
(edit) @10171   19 years kjdon dublin core to marc converter from nordic metadata project. added …
(edit) @10170   19 years kjdon made our, added two parse methods - if you want to do xml parsing …
(edit) @10168   19 years kjdon modified this to use a new xml format. it should work as before on the …
(edit) @10166   19 years davidb Comments reformated to fit 80 char column width.
(edit) @10165   19 years davidb Extra section of code (currently not needed) comment out for the meantime.
(edit) @10164   19 years davidb Code upgraded to support incremental building. This mostly involves …
(edit) @10163   19 years davidb lucene_passes.pl upgraded to support incremental building. Changes …
(edit) @10162   19 years davidb import.pl and export.pl updated in-line with merging of expinfo and …
(edit) @10161   19 years davidb numsections added to fields saved in build.cfg. Used in incremental …
(edit) @10159   19 years davidb Package upgraded to support incremental building. Main change it to …
(edit) @10158   19 years davidb *builder.pm packages (principally lucenebuilder.pl which inherits from …
(edit) @10157   19 years davidb arcinfo.pm upgraded to support incremental building. Opportunity also …
(edit) @10156   19 years davidb Extra functionality introduced to support incremental building.
(edit) @10155   19 years davidb deinit subroutine added that balances out init routine. 'init' called …
(edit) @10154   19 years davidb Elimination of expinfo package, and its use in docsave. Reasoning: …
(edit) @10153   19 years kjdon modified the example format statement
(edit) @10152   19 years kjdon fixed a typo in oaimapping
(edit) @10151   19 years kjdon link against the expat .a library not the .so library - otherwise it …
(edit) @10150   19 years kjdon oai config now kept in oai.cfg not main.cfg, so (belatedly) updated …
(edit) @10148   19 years mdewsnip Split up doing a GTI request into doing the request, and parsing the …
(edit) @10146   19 years mdewsnip Fixed filename_cat so if the first argument is entirely non-ASCII (eg. …
(edit) @10145   19 years kjdon heres the real log mesage for the last commit which happened by …
(edit) @10144   19 years kjdon the last commit was a mistake so I've reversed the change
(edit) @10143   19 years kjdon the last commit was an accident, but its ok
(edit) @10142   19 years kjdon formattools.cpp
Note: See TracRevisionLog for help on using the revision log.