source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @22451   14 years kjdon added metadata_field_separator option. if set eg to ;, will split all …
(edit) @22450   14 years kjdon missing argument to autorun_general_cmd. oh the trouble that caused, …
(edit) @22448   14 years kjdon metadata values mught be array type - add each individual item as a …
(edit) @22445   14 years davidb Incorporation of top-level parallel_import functionality into code base.
(edit) @22438   14 years davidb Additional flexibility added in to how get_tmp_filename works with …
(edit) @22431   14 years davidb Correction to caching technique to work with input file rather than …
(edit) @22428   14 years davidb Restructuring of WordPlugin to dynamically inherit from …
(edit) @22427   14 years davidb Adjustment of whitespace
(edit) @22421   14 years davidb Continued work on refactoring code to have better shared support for …
(edit) @22413   14 years davidb Initial pass at getting the main code to import.pl (and the very …
(edit) @22412   14 years davidb More accurate comment added
(edit) @22402   14 years kjdon added a couple of strings for MediainfoOGVPlugin
(edit) @22401   14 years kjdon tidied up a bit. Removed options that (I think) will always be set the …
(edit) @22386   14 years davidb Extra check added to avoid appending/prepending an environment …
(edit) @22382   14 years kjdon if language is ar for phind, then we set textorientation parameter to rtl.
(edit) @22372   14 years ak19 None of Fedora, the GS3 democlient and Greenstone seem to require the …
(edit) @22364   14 years ak19 MediainfoOGVPlugin now includes the final changes Arnaud made to his …
(edit) @22363   14 years ak19 Adding in the adjustments to the mediainfoogv plugin that were mailed …
(edit) @22362   14 years ak19 Committing Arnaud Yvan's MediainfoOGVPlugin.pm for the next release of …
(edit) @22355   14 years kjdon previously, when use_realistic_book was set, all files listed in …
(edit) @22352   14 years kjdon remove ex. when generating index lists. Don't want any ex. in …
(edit) @22351   14 years davidb White-space tidy up
(edit) @22350   14 years davidb Testing for newer version of cached file had the 'sign' incorrect. …
(edit) @22349   14 years kjdon if metadata extracted from item file has a namespace, then prefix it …
(edit) @22348   14 years kjdon store any extracted metadata that has a namespace as ex.ns.meta
(edit) @22338   14 years ak19 Image URLs are adjusted to refer to their location in Fedora.
(edit) @22331   14 years ak19 Goes with the changes made in revision 21822: fixed several additional …
(edit) @22330   14 years kjdon we want to store the original file name not the tidy filename as the …
(edit) @22329   14 years kjdon changed mp3:meta to ex.id3.meta. apparently id3 isa better name for …
(edit) @22328   14 years kjdon store the path to doc.xml with unix / slashes so that the collection …
(edit) @22327   14 years kjdon if a file and all its associated files is deleted from import, then …
(edit) @22316   14 years kjdon store extracted namespaced metadata as ex.metadata, eg ex.dc.Title, …
(edit) @22296   14 years kjdon remove ex. from any metadata before writing it to gdbm file. …
(edit) @22294   14 years kjdon when asking for a piece of metadata, want to remove ex. from the ones …
(edit) @22293   14 years kjdon extracted metadata is now going to be added as ex.meta, then GLI will …
(edit) @22267   14 years kjdon fixed a mistake in a method name
(edit) @22264   14 years kjdon greenstone doesn't like digit only macros when they appear inside …
(edit) @22232   14 years mdewsnip New OAIMetadataXMLPlugin.pm for extracting information from OAI …
(edit) @22222   14 years kjdon half way through the process of tidying up incremental stuff. When …
(edit) @22221   14 years kjdon added commented quote to make emacs colouring proper
(edit) @22220   14 years kjdon in classify, don't readd the document if edit mode is update - all we …
(edit) @22216   14 years kjdon added BasePlugin.store_original_file
(edit) @22215   14 years kjdon added store_original_file option, used for eg Text, HTML plugins to …
(edit) @22175   14 years kjdon remove prefix and suffix are defined per metadata group, not per …
(edit) @22121   14 years max Test added to insure that there is a valid string to convert into the …
(edit) @22120   14 years max Extra check added to allow for documents that do not have any …
(edit) @22119   14 years max Don't check for NTFS anymore because link should take care of saying …
(edit) @22087   14 years sjm84 Corrected an error with escaping
(edit) @22086   14 years sjm84 Corrected a small error in the leading comment of OAIDownload.pm: …
(edit) @22076   14 years sjm84 Added error messages to these files that are printed when a write …
(edit) @22074   14 years kjdon extrametadata needs the filename with no subfolder as that is added in …
(edit) @22038   14 years davidb Tweaked print statment to be more consistent with other classifier …
(edit) @22037   14 years davidb Manifest file processing upgraded to support OIDs. The code then uses …
(edit) @22032   14 years davidb Options supported by mkcol.pl expanding to include -buildtype and …
(edit) @22010   14 years davidb GDBM reader/writer conflict resulted from swithcing from the (now …
(edit) @21981   14 years kjdon fix for ticket #676. Conversion of pdf to html where two pdfs had the …
(edit) @21969   14 years kjdon store the offsets in add_vlist for all the cases, not just for when …
(edit) @21958   14 years kjdon ppthtml and xslhtml don't seem to output utf8, so remove the …
(edit) @21916   14 years kjdon made this work with a user specified process_exp so that your metadata …
(edit) @21905   14 years mdewsnip Changes made by Jeffrey Ke at DL Consulting Ltd to remove the global …
(edit) @21876   14 years kjdon only process into english clauses if english is the only language, not …
(edit) @21872   14 years davidb sqlite3 can take an sql statement as an extra parameter. Better to do …
(edit) @21866   14 years kjdon added some code for if identify returns size in mb.
(edit) @21862   14 years davidb Documents now have 'lastmodifieddate' added as metadata in yyyymmdd format
(edit) @21857   14 years davidb Removal of GDBM specific code in favour of write_infodb_rawentry() …
(edit) @21856   14 years davidb read_infodb_entry() implemented for sqlite. new …
(edit) @21822   14 years ak19 Dr Bainbridge has fixed several perl files that depended on perl 5.8 …
(edit) @21803   14 years kjdon set file_id to null if ID doesn't match FILE.* (previously it was …
(edit) @21801   14 years kjdon extended HTMLPlugin's metadata_field_separator option to Word and …
(edit) @21800   14 years kjdon added a new option, metadata_field_separator, which specifies what to …
(edit) @21785   14 years kjdon removing disable_OAI option. As far as I know, its only used for gs3, …
(edit) @21783   14 years kjdon don't write out OAI servicerack here. do it in collectionConfig as it …
(edit) @21765   14 years kjdon modified HTMLPlugin.metadata_fields to hopefully make it a bit clearer
(edit) @21764   14 years kjdon fixed up all my copy and paste errors. doh.
(edit) @21763   14 years kjdon don't modify document_field is info_only - doesn't appear to be …
(edit) @21762   14 years kjdon creating a cd currently copies all svn directories. added a cp_r_nosvn …
(edit) @21760   14 years kjdon srclink now generated dynamically at runtime. instead of storing …
(edit) @21759   14 years kjdon changed a comment
(edit) @21757   14 years kjdon I am changing the way srclink is handled. Changing FavouritesPlugin
(edit) @21746   14 years kjdon now use icon macros for srcicon
(edit) @21742   14 years kjdon should be using assocfilepath instead of archivedir
(edit) @21722   14 years kjdon now return 1 from generate_images - PagedImagePlugin is expecting …
(edit) @21721   14 years kjdon fixed up an error message
(edit) @21719   14 years ak19 For Fedora: the Greenstone server's prefix URL is obtained from …
(edit) @21716   14 years mdewsnip Improvements to metadataaction.pm made by Jeffrey Ke and Shane Taylor …
(edit) @21715   14 years mdewsnip Adding some comments and error checking. By Jeffrey Ke.
(edit) @21687   14 years ak19 1. Minor changes for when when fedora uses Greenstone 3's tomcat: Only …
(edit) @21664   14 years mdewsnip Renamed util::rename_gdbm_file() to util::rename_ldb_or_bdb_file().
(edit) @21661   14 years mdewsnip Changed ClassifyTreeNode so it gets the infodbtype from the model, …
(edit) @21646   14 years mdewsnip Changed ClassifyTreeModel constructor to take the infodbtype as a …
(edit) @21645   14 years mdewsnip Changed IncrementalDocument constructor to take the infodbtype as a …
(edit) @21644   14 years mdewsnip Changed IncrementalBuildUtils::setDocumentMetadata() to take the …
(edit) @21643   14 years mdewsnip Changed IncrementalBuildUtils::addDocument() to take the infodbtype …
(edit) @21642   14 years mdewsnip Changed IncrementalBuildUtils::deleteDocument() to take the infodbtype …
(edit) @21621   14 years ak19 Checking for existence of LuceneWrapper to see if Lucene was disabled …
(edit) @21620   14 years mdewsnip Changed inexport.pm to use the infodbtype value from the collect.cfg …
(edit) @21619   14 years mdewsnip Removed src_db_file() and doc_db_file() functions from inexport.pm. …
(edit) @21618   14 years mdewsnip Changed plugin::remove_some() to take the infodbtype as the second …
(edit) @21617   14 years mdewsnip Changed plugin.pm so it uses &dbutil::get_infodb_file_path() directly, …
(edit) @21616   14 years mdewsnip Minor comment change.
Note: See TracRevisionLog for help on using the revision log.