source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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
(edit) @10141   19 years kjdon added sw (starts with) and ew (ends with) operators from _If_ macros
(edit) @10140   19 years kjdon added starts_with and ends_with functions
(edit) @10133   19 years mdewsnip Fix to previous change so it doesn't do silly things if the first …
(edit) @10131   19 years mdewsnip Removed a couple of extra entries caused by a small bug in the GTI.
(edit) @10130   19 years mdewsnip Brought all these macrofiles up to the current state in preparation …
(edit) @10126   19 years mdewsnip For macrofiles, now uses header from target file (if it exists) …
(edit) @10121   19 years mdewsnip Added the "sectionalise_using_h_tags" option to HTMLPlug, which …
(edit) @10118   19 years mdewsnip Added support for right-to-left languages (Arabic and Farsi).
(edit) @10114   19 years mdewsnip Moved the GLI dictionary above the Perl modules, as it is more …
(edit) @10113   19 years davidb 'removesuffix' and 'removeprefix' modified so also passed down …
(edit) @10112   19 years davidb Minor tweak to pretty printing of "Searching Google images for"
(edit) @10111   19 years davidb Access to scalar(@$url_array) better protected with 'defined' to …
(edit) @10108   19 years mdewsnip The language code for Hebrew was changed from "iw" to "he" in 1989.
(edit) @10107   19 years mdewsnip The language code for Kazakh was incorrect -- should have been "kk", …
(edit) @10106   19 years mdewsnip The name of the "Kirghiz" language was incorrectly entered as "Kyrgyz".
(edit) @10104   19 years mdewsnip Updated this file in response to changes made by the ISO 639 …
(edit) @10099   19 years mdewsnip This has been superceded by the GTI.
(edit) @10098   19 years mdewsnip Added a special case for Farsi.
(edit) @10097   19 years mdewsnip Translation files are now displayed in the order they are defined in …
(edit) @10092   19 years mdewsnip Now escapes backslash characters also, in response to changes to gti.pl.
(edit) @10091   19 years mdewsnip Important changes to make_text_xml_safe (for generating Excel …
(edit) @10084   19 years mdewsnip Moved gti icon into the _imagecollection_ macro, so it appears in the …
(edit) @10074   19 years mdewsnip The "Greenstone Translator Interface" image, shown at the top-left of …
(edit) @10070   19 years mdewsnip A couple of fixes for compiling on puka.
(edit) @10061   19 years mdewsnip Now provides a link to view the target file in action, when …
(edit) @10059   19 years mdewsnip Added another string for the GTI.
(edit) @10053   19 years mdewsnip Fixed the preferences button, for real this time I hope.
(edit) @10052   19 years mdewsnip Removed the "accept-charset=UTF-8" from the form tag, since this was …
(edit) @10051   19 years mdewsnip The "submit-translation" command has been changed to the more accurate …
(edit) @10050   19 years mdewsnip Changed "submit-translation" command to the more accurate …
(edit) @10048   19 years mdewsnip Preferences button now goes to "homepref" rather than "preferences" …
(edit) @10046   19 years mdewsnip Fixed a typo that unfortunately causes errors when you try to use the …
(edit) @10041   19 years mdewsnip Added a check to prevent an infinite loop when reading badly formatted …
(edit) @10040   19 years mdewsnip Now writes the XML response when the command has completely finished, …
(edit) @10039   19 years mdewsnip Tidied up memory usage.
Note: See TracRevisionLog for help on using the revision log.