source: gsdl/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17797   15 years kjdon my previous changes to the text method meant that field tags were …
(edit) @17796   15 years kjdon In lucene, if you don't specify a tag to search on then it uses the …
(edit) @17795   15 years ak19 Bugfix: On Linux, perl launches a subshell (the child process of the …
(edit) @17793   15 years ak19 Missing execute permission on some perl scripts
(edit) @17785   15 years ak19 Bugfix 1 of 2. On Linux, when a currently running Download Job is …
(edit) @17783   15 years ak19 1. When a collection's txt.gz version of its database produced on a …
(edit) @17782   15 years ak19 (Minor changes, defensive programming.) Dr Bainbridge corrected all …
(edit) @17759   15 years ak19 Perl script was not allowed to return a value since it is not embedded …
(edit) @17757   15 years ak19 The output for testing for perl on Linux/Mac (prior to converting …
(edit) @17756   15 years kjdon added import.site
(edit) @17755   15 years kjdon changed a couple of the classifiers so they look nice
(edit) @17753   15 years kjdon GAPlugin changed to GreenstoneXMLPlugin
(edit) @17751   15 years kjdon GA changed to GreenstoneXML
(edit) @17750   15 years kjdon plugout and plugin name changes. do these scripts still work??
(edit) @17748   15 years kjdon plugin and plugout name changes
(edit) @17747   15 years kjdon GA changed to GreenstoneXML
(edit) @17746   15 years kjdon GAPlugin renamed to GreenstoneXMLPlugin
(edit) @17745   15 years kjdon changed the string keys to reflect the name changes
(edit) @17744   15 years kjdon changed the string keys to reflect the name changes
(edit) @17743   15 years kjdon GAPlugout renamed to GreenstoneXMLPlugout
(edit) @17741   15 years kjdon changed a comment
(edit) @17740   15 years kjdon renamed GAPlugin to GreenstoneXMLPlugin
(edit) @17739   15 years kjdon removed unnecessary comment
(edit) @17738   15 years kjdon AbstractPLugin has been removedd, so these now inherit from PrintInfo, …
(edit) @17737   15 years kjdon removed AbstractPlugin cos I don't like the name and couldn't think of …
(edit) @17736   15 years kjdon modified plugin list
(edit) @17735   15 years kjdon removed convert_post_process as ppthtml produces utf8 already (I hope)
(edit) @17734   15 years kjdon updated list of plugins - changed names, added new plugins
(edit) @17731   15 years kjdon a couple more changes to plugin_name_map
(edit) @17729   15 years kjdon GML files are no longer used, and who knows if they would even work …
(edit) @17727   15 years kjdon W3ImagePlugin renamed to HTMLImagePlugin
(edit) @17726   15 years kjdon PSPlugin renamed to PostScriptPlugin
(edit) @17725   15 years kjdon renamed PSPlugin to PostScriptPlugin
(edit) @17724   15 years kjdon added DBPlug and PPTPlug to plugin name map
(edit) @17723   15 years kjdon PPTPlugin renamed to PowerPointPlugin
(edit) @17722   15 years kjdon renamed PPTPlugin to PowerPointPlugin, and changed the name inside the file
(edit) @17720   15 years kjdon renamed DBPlugin to DatabasePlugin, and changed the name inside the file
(edit) @17719   15 years ak19 A few more endl instead of slash newline character inserted, may make …
(edit) @17717   15 years davidb Missing 'use multiread' -- now added
(edit) @17714   15 years ak19 No longer defaults to big endian for all Macintosh machines regardless …
(edit) @17701   15 years ak19 Prints a warning if Perl is not on the path (if it can't be found). …
(edit) @17698   15 years ak19 Now the console window no longer appears when calling gsdl_system() …
(edit) @17681   15 years ak19 Dr Bainbridge fixed common-src's gdbmclass.cpp file so that the …
(edit) @17680   15 years ak19 Dr Bainbridge fixed this so that the database file txt.gz is now …
(edit) @17673   15 years max Explain how to bypass Ghostscript/Imagemagick is now in gli.sh/.bat
(edit) @17668   15 years kjdon added a counter into the filenames for downloaded documents - …
(edit) @17667   15 years max Add the paths to ImageMagick and Ghostscript that are now bundled with …
(edit) @17666   15 years max Added file extensions for JPEG2000
(edit) @17664   15 years ak19 In the case of OAIDownloads, WgetDownload no longer uses sockets for …
(edit) @17598   15 years kjdon when we are writing out metadata and adding on the namespace we first …
(edit) @17591   15 years kjdon changed a comment
(edit) @17590   15 years kjdon commit 17320 means that DirectoryPlugin now assumes that filepaths in …
(edit) @17588   15 years kjdon OAIPlugin wasn't calling set_Source_metadata
(edit) @17587   15 years kjdon added a couple of missing plugin strings
(edit) @17586   15 years kjdon added buildcol.incremental_default_builddir
(edit) @17585   15 years kjdon added a warning about default builddir when doing incremental building
(edit) @17579   15 years kjdon removed a debug print statement
(edit) @17575   15 years kjdon implemented init_for_incremental_build to read in indexfields and …
(edit) @17574   15 years kjdon now calls read_build_cfg() instead of having the code here
(edit) @17573   15 years kjdon moved a couple of things around, added read_build_cfg which finds and …
(edit) @17572   15 years kjdon moved the make_absolute method to here from buildcol.pl
(edit) @17571   15 years kjdon moved the make_absolute function to util.pm
(edit) @17570   15 years kjdon removed the create_images option and its code. Relies on a script we …
(edit) @17568   15 years kjdon recoding of the text method. more closely matches mgpp one. ZZ field …
(edit) @17567   15 years kjdon if metadata is specified, only add in the ones that are not already …
(edit) @17566   15 years kjdon lucene no longer does anything with paragraphs, so we print a warning …
(edit) @17565   15 years kjdon removed some debug statements, and no longer load in the default …
(edit) @17564   16 years kjdon fixed up some stuff to do with indexfieldmap. still working on it, but …
(edit) @17563   16 years ak19 Escaped windows style slashes for regex
(edit) @17562   16 years kjdon changed some of the comments to reflect the default value of the option
(edit) @17561   16 years davidb Removal of unusual use of Hierarchy to achieve an A-Z listing. …
(edit) @17549   16 years ak19 Changes to sudden wget download termination when OAIDownload.pm is …
(edit) @17547   16 years ak19 When subroutines useWget and useWgetMonitored receive the STOP signal …
(edit) @17546   16 years mdewsnip OAI server now calls xml_safe() on metadata output, to prevent …
(edit) @17545   16 years mdewsnip Moved the xml_safe() function from gtiaction into gsdltools, so it can …
(edit) @17544   16 years mdewsnip Now ignores search4j executable.
(edit) @17543   16 years mdewsnip Fixed the block_exp regular expression to move the $ symbol, so it …
(edit) @17537   16 years ak19 Subroutine useWgetMonitored updated to include the modifications made …
(edit) @17533   16 years oranfry protect against a particular error message poluting XML output
(edit) @17531   16 years ak19 Now works with OAIDownload.pm for downloading over OAI. The variable …
(edit) @17530   16 years ak19 Fixed not being able to run wget from the cmd-line via downloadfrom.pl …
(edit) @17529   16 years ak19 Now WgetDownload.pm uses Sockets to communicate with GLI which …
(edit) @17528   16 years ak19 New subroutine setIsGLI to store whether or not the download is run …
(edit) @17527   16 years ak19 Now calls new subroutine setIsGLI on the download_obj to indicate …
(edit) @17513   16 years kjdon extrametadata keys need to be regexs, so windows paths need converting
(edit) @17512   16 years kjdon added a method to turn windows filename paths (with single back slash) …
(edit) @17507   16 years oranfry a few ignores in the root of gsdl to make 'svn st' easier to read
(edit) @17506   16 years oranfry some ignores in runtime src to make 'svn st' output easier to read
(edit) @17505   16 years oranfry some ignores in common src to make 'svn st' output easier to read
(edit) @17504   16 years oranfry some ignores in build src to make 'svn st' output easier to read
(edit) @17502   16 years oranfry made windows common-src/packages makefile cascade to search4j
(edit) @17497   16 years oranfry search4j is now included in greenstone2
(edit) @17483   16 years kjdon I just discovered that if image magick was not installed, you weren't …
(edit) @17482   16 years anna Updated Dutch interface. Many thanks to Gerhard Riesthuis
(edit) @17481   16 years anna Updated French Interfaces. Many thanks to Maxime Rouast.
(edit) @17480   16 years kjdon removed the pc namespace. the metadata is now extracted metadata, and …
(edit) @17479   16 years kjdon put this back to using block expression for now - on windows sets up …
(edit) @17476   16 years mdewsnip Support for using MSSQL for infodb databases, many thanks to Jeffrey …
(edit) @17463   16 years kjdon some mods to make this a bit more useful in response to request from …
(edit) @17462   16 years kjdon added ProCite.entry_separator
Note: See TracRevisionLog for help on using the revision log.