source: gsdl/trunk/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16224   16 years mdewsnip Added "IF NOT EXISTS" to close_infodb_write_handle_sqlite(), just in case.
(edit) @16223   16 years mdewsnip Added a couple of comments and now creates an index on the …
(edit) @16222   16 years mdewsnip Added a "store_metadata_coverage" option to the collect.cfg file to …
(edit) @16193   16 years kjdon forgot to define outhandle last commit
(edit) @16178   16 years mdewsnip Greatly improved SQLite database writing speed by adding "BEGIN …
(edit) @16177   16 years mdewsnip Variable name change for consistency.
(edit) @16176   16 years mdewsnip Added a close_infodb_write_handle() functions and initial versions for …
(edit) @16136   16 years osborn Additions for GLI Scheduling Component
(edit) @16125   16 years osborn new parser for GLI scheduling component
(edit) @16124   16 years osborn Added the check for quotestr type in subroutine processArg
(edit) @16104   16 years kjdon tried to make the 'xxxplugin processing file' print statements more …
(edit) @16102   16 years davidb Some minor adjustments to ingesting documents into a Fedoar …
(edit) @16025   16 years kjdon added license info
(edit) @16024   16 years kjdon indented the file properly
(edit) @16022   16 years kjdon removed SourceUTF8 metadata, Source metadata is now utf8. Note, still …
(edit) @16021   16 years kjdon commented out input_encoding stuff cos we don't have that option …
(edit) @16019   16 years kjdon changed some more string keys
(edit) @16018   16 years kjdon added in some missing plugin strings
(edit) @16017   16 years kjdon renamed lots of keys - the ones where there wasn't a simple mapping …
(edit) @16016   16 years kjdon changed some key names for strings.properties
(edit) @16014   16 years kjdon changed some strings.properties key names.
(edit) @16013   16 years kjdon updated soem plugin names in some of the keys for strings.properties
(edit) @16012   16 years kjdon moved the -first option to AutoExtractMetadata
(edit) @16011   16 years kjdon moved the -first option to here from ReadTextFile
(edit) @16010   16 years kjdon changed the imagemagick check before calling generate images
(edit) @16009   16 years kjdon changed some string keys, added a check for imagemagick before calling …
(edit) @16008   16 years kjdon create_thumbnail and create_screenview are now enum with true and …
(edit) @15979   16 years davidb Missing my declaration on
(edit) @15971   16 years mdewsnip Changed call to get_full_filename() to get_full_filenames().
(edit) @15970   16 years kjdon changed an HTMLPlug to HTMLPlugin
(edit) @15969   16 years kjdon added in desc for metadata_fields arg
(edit) @15968   16 years kjdon first pass at changing all the plugin names
(edit) @15963   16 years kjdon commented out the textcat stuff in post_process - need to think about …
(edit) @15962   16 years kjdon added a check for info_only before lookign at the arguments
(edit) @15961   16 years kjdon added abstract field to options
(edit) @15925   16 years kjdon use the proper options for PagedImagePlugin
(edit) @15919   16 years kjdon moved the loadGISDatabase code into a new method …
(edit) @15918   16 years kjdon tidied up new method to match other plugins
(edit) @15914   16 years kjdon removed some old stuff and moved around some methods
(edit) @15911   16 years kjdon tidy up a couple of places using dummy text and NoText metadata
(edit) @15906   16 years kjdon inherits from AutoExtractMetadata now, not BasePlugin
(edit) @15905   16 years kjdon changed some comments, also, new ReadTextFile, need to pass in extra …
(edit) @15904   16 years kjdon input_encoding option no longer used
(edit) @15903   16 years kjdon input_encoding option no longer used
(edit) @15902   16 years kjdon no longer uses input_encoding
(edit) @15895   16 years mdewsnip Added "use strict" to one more file, then fixed all the problems …
(edit) @15894   16 years mdewsnip Added "use strict" to the files missing it.
(edit) @15891   16 years mdewsnip Removing unnecessary include.
(edit) @15890   16 years mdewsnip Adding "use strict", and fixing problems identified.
(edit) @15889   16 years mdewsnip Added "use strict", and fixed resulting problems.
(edit) @15887   16 years mdewsnip Added "use strict" to the few files that were missing it, and fixing …
(edit) @15881   16 years kjdon auxiliary plugins now pass an extra argument to the PrintInfo
(edit) @15880   16 years kjdon made this inherit from BasePlugin instead of AbstractPlugin - cos it …
(edit) @15877   16 years ak19 Minor edits to subroutine calls
(edit) @15875   16 years kjdon added some comments into filename_within_collection (taken from code …
(edit) @15874   16 years kjdon replaced some code with equivalent method from util …
(edit) @15873   16 years kjdon plugin overhaul: all the plugins have new names. Have added a mapping …
(edit) @15872   16 years kjdon plugin overhaul: plugins renamed to xxPlugin, and in some cases the …
(edit) @15871   16 years kjdon plugin overhaul: Split plug renamed to SplitTextFile, XMLPlug renamed …
(edit) @15870   16 years kjdon plugin overhaul: ArchivesInf and Directory plugins are not true …
(edit) @15869   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15868   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15867   16 years kjdon plugin overhaul: automatic metadata extraction moved out of BasPlug
(edit) @15866   16 years kjdon plugin overhaul: Image conversion stuff moved to this helper plugin, …
(edit) @15865   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15864   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15845   16 years ak19 Corrected error I made in regex expression used to call …
(edit) @15843   16 years ak19 The file URL added to doc.xml as Image and Source metadata is first …
(edit) @15841   16 years ak19 Filename metadata is turned into utf8 and then added to the document …
(edit) @15838   16 years ak19 Updated the regular expression on img src link to make sure that …
(edit) @15748   16 years mdewsnip (Adding dynamic classifiers) Added new code into …
(edit) @15747   16 years mdewsnip (Adding new DB support) Added an sqlite_safe() function to escape …
(edit) @15746   16 years mdewsnip (Adding new DB support) Added stub for read_infodb_file_sqlite().
(edit) @15740   16 years mdewsnip Added "use strict".
(edit) @15739   16 years mdewsnip No longer used (probably hasn't been used for 8 years, actually!).
(edit) @15738   16 years mdewsnip Added "use strict".
(edit) @15728   16 years mdewsnip (Adding new DB support) Now writes the infodbtype field to the …
(edit) @15727   16 years mdewsnip (Adding new DB support) Added a dbutil::get_default_infodb_type() …
(edit) @15726   16 years mdewsnip Removed a couple of debug statements.
(edit) @15725   16 years mdewsnip (Adding new DB support) Added $infodb_type as first argument to all …
(edit) @15724   16 years mdewsnip (Adding new DB support) Changed new "dbtype" option to "infodbtype", …
(edit) @15723   16 years mdewsnip (Adding new DB support) Added new "dbtype" option to collect.cfg file.
(edit) @15722   16 years mdewsnip (Adding new DB support) Added sqlite versions of the three important …
(edit) @15720   16 years mdewsnip Removed a couple of references to incremental_build.pm, which has been …
(edit) @15719   16 years mdewsnip (Adding new DB support) Removed incremental_build.pm, since 1. it …
(edit) @15718   16 years mdewsnip Minor comment improvement.
(edit) @15717   16 years mdewsnip Minor change.
(edit) @15716   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15715   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15714   16 years mdewsnip (Adding new DB support) Removed the last of the GDBM-specific code …
(edit) @15713   16 years mdewsnip (Adding new DB support) Tidied up the is_little_endian() function …
(edit) @15712   16 years mdewsnip Added "use strict", and fixed up various problems it found.
(edit) @15711   16 years mdewsnip (Adding new DB support) Creating a new "open_infodb_write_handle()" …
(edit) @15710   16 years mdewsnip (Adding new DB support) Adding new get_infodb_file_path() function to …
(edit) @15709   16 years mdewsnip (Adding new DB support) Updated the output_collection_meta() functions …
(edit) @15708   16 years mdewsnip Minor code rearrange.
(edit) @15705   16 years mdewsnip Merged the one lonely function in unbuildutil into dbutil, as it is …
(edit) @15704   16 years mdewsnip (Adding new DB support) Changed a whole lot of "gdbm"s to "database"s …
(edit) @15703   16 years mdewsnip Added "use strict", and fixed a whole bunch of warnings as a consequence.
(edit) @15702   16 years mdewsnip (Adding new DB support) Tidying up output_classify_info() and changing …
Note: See TracRevisionLog for help on using the revision log.