source: main/trunk/greenstone2/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27697   11 years ak19 Dr Bainbridge fixed it so that the gdb files generated on Windows for …
(edit) @27578   11 years ak19 Doing a sort on all occurrences of readdir, so readdir lists dir …
(edit) @27519   11 years ak19 Using the recommended FileUtils.pm equivalents for util.pm subroutines.
(edit) @27509   11 years ak19 Using the recommended FileUtils.pm methods in place of the deprecated …
(edit) @27503   11 years kjdon modified to handle files with just a single record. So no collection …
(edit) @27502   11 years kjdon trying to fix double encoding issue for isis files. not sure that I …
(edit) @27354   11 years kjdon changed some deprecated util methods for FileUtils methods
(edit) @27321   11 years ak19 Two bugfixes: 1. Handling of quotes not just the CSV fields containing …
(edit) @27306   11 years jmt12 Moving the critical file-related functions (copy, rm, etc) out of …
(edit) @27283   11 years ak19 1. Fixed an encoding bug that Diego helpfully discovered. Metadata …
(edit) @27141   11 years kjdon fixed extract_metadata so that it will get all ocurrences of a …
(edit) @27106   11 years kjdon need to do the same utf8 decode step that is used in ReadTextFile on …
(edit) @26893   11 years kjdon ConvertBinaryFile needs to reset the doc OID after all the processing …
(edit) @26867   11 years davidb Added a block for pesky .DS_Store files, generated by Macs
(edit) @26866   11 years davidb Introduction of -aspectpad... options. Useful when working with …
(edit) @26536   11 years davidb Introduction of two new OIDtype values (hash_on_full_filename and …
(edit) @26222   12 years kjdon added plugin_specific_process method - inheriting plugins can use this …
(edit) @26221   12 years kjdon new OIDtype, filename, will use the file name without any folders or …
(edit) @26146   12 years davidb Refinement to EmbeddedMetadataPlugin that allows it to operate with …
(edit) @25971   12 years kjdon removed two forgotten debug statements
(edit) @25961   12 years kjdon more cunning document types. gs3 has a new one, pagedhierarchy - for …
(edit) @25957   12 years kjdon adding in support for plugins knowing what version of greenstone (2/3) …
(edit) @25797   12 years kjdon need to define gsprintf in order to use it
(edit) @25787   12 years ak19 Forgot to commit the use of the perl function to find the filesize and …
(edit) @25778   12 years ak19 ex.ImageSize and ex.FileSize metadata were being set to the string …
(edit) @25743   12 years kjdon if we happen to have a file and matching process expression that …
(edit) @25742   12 years kjdon change to use can_process_this_file instead of metadata_read to test …
(edit) @25741   12 years kjdon modified process expression to handle .mbox
(edit) @25673   12 years sjm84 Links that only contain # values now have a macro added to the front …
(edit) @25555   12 years sjm84 We want to be able to get associated files from CSS files
(edit) @25508   12 years ak19 Since epub files are zip files with a differently named extension, …
(edit) @25345   12 years kjdon working on equiv link stuff. Have changed xxx.assoclink and equivlink …
(edit) @25333   12 years kjdon added some output messages. make sure we keep previous metadata - …
(edit) @25332   12 years kjdon if we block OAI files, then they won't get processed by OAIPlugin, so …
(edit) @25192   12 years ak19 Diego noticed that even openoffice was available, pptx was not …
(edit) @25094   12 years kjdon extrametadata must have url style filepaths, ie / for dirsep. and they …
(edit) @24971   12 years ak19 1. Introduced the util::filepath_to_url_format subroutine which will …
(edit) @24951   12 years ak19 All perlcode that accesses extrametakeys, extrametadata, extrametafile …
(edit) @24932   12 years ak19 Diego noticed how the metadata in a toplevel metadata.xml, which …
(edit) @24829   12 years ak19 Changes to bat files and perl code to deal with brackets in (Windows) …
(edit) @24796   12 years ak19 EmbeddedMetadataPlugin now blocks *.oai files so that they can be …
(edit) @24794   13 years ak19 Part 3 of commit r24547. The recently-added abstract plugin …
(edit) @24763   13 years ak19 Passing verbosity to gs-magick.pl when verbosity is set in import options
(edit) @24756   13 years ak19 Diego found an oversight in the previous commit: forgot to use Encode …
(edit) @24736   13 years ak19 Perl strings that result from reading in data from text files need to …
(edit) @24728   13 years ak19 AutoloadConverter messages string properties were not appearing: one …
(edit) @24600   13 years ak19 Added gs-magick.pl script which will set the environment for …
(edit) @24568   13 years ak19 Minor cosmetic fix: annoying typo.
(edit) @24564   13 years ak19 Fixed a bug detected on Ubuntu: the string iso8859-1, as obtained from …
(edit) @24548   13 years ak19 Part 2 of previous commit (r24547). Added new abstract plugin …
(edit) @24547   13 years ak19 Added new abstract plugin MetadataRead that defines …
(edit) @24546   13 years ak19 The code doesn't say that Arnaud Yvan contributed it.
(edit) @24487   13 years sjm84 Added two new options in EmbeddedMetadataPlugin for filtering the …
(edit) @24476   13 years ak19 Number of pages calculated for PDFs when using PDFBox is now no longer …
(edit) @24449   13 years ak19 John Thompson improvement to file reading: faster, more efficient way …
(edit) @24431   13 years ak19 Dr Bainbridge fixed HTMLPlugin so that empty keywords and subject …
(edit) @24419   13 years ak19 1. Dr Bainbridge fixed another bug with the EmbeddedMetadataPlugin and …
(edit) @24414   13 years ak19 To do with EmbeddedMetadataPlugin: 1.mkcol.pl and GLI changes puts the …
(edit) @24404   13 years ak19 Changes to perl code to do with removing the ex. prefix: ex. is only …
(edit) @24403   13 years ak19 Dr Bainbridge has fixed the conflict between OAIPlugin and …
(edit) @24362   13 years ak19 The method of locating perl has changed once more: util now defines …
(edit) @24360   13 years ak19 Dr Bainbridge accidentally committed debugging statements. Removing them.
(edit) @24355   13 years ak19 More minor changes to do with the ex.dc.* metadata and …
(edit) @24351   13 years davidb Minor tweak that looked out for 'buildproc' to do the check …
(edit) @24350   13 years davidb Tweak on working out what the output-cached directory should be for a …
(edit) @24349   13 years davidb white-space changes
(edit) @24348   13 years davidb Better line wrapping for 80 col display
(edit) @24347   13 years davidb white-space adjustment
(edit) @24346   13 years davidb With added support for orthogonal indexes (i.e. audioDB index in …
(edit) @24306   13 years ak19 More changes to do with the ex. prefixed to embedded metadata (that …
(edit) @24290   13 years sjm84 Several changes to how Greenstone hashes PDF files and also added …
(edit) @24225   13 years ak19 Still on ticket 449. Now srclink_file metadata (contains an underscore …
(edit) @24219   13 years ak19 Thanks to Sam, Veronica and Dr Bainbridge, can finally commit the …
(edit) @24199   13 years ak19 Part 1 of 2 commits: PDF to text conversion for PDFBox.
(edit) @24192   13 years ak19 Sam discovered that using dollar-Config{perlpath} in place of …
(edit) @24176   13 years ak19 Adjustment to previous commit: docx is now added to process_exp's list …
(edit) @24166   13 years ak19 2nd and tentatively final set of changes changes to get the new …
(edit) @24159   13 years ak19 Implemented use_sections for PDFBox, needed to grab the (at this …
(edit) @24148   13 years ak19 Yitzchak Schaffer and Prof Witten noticed that when XML item files …
(edit) @24126   13 years ak19 Sam and I fixed decided all calls to perl -S from within perl needed …
(edit) @24060   13 years ak19 Dr Bainbridge fixed the unicode issue that appeared after the 2.84 …
(edit) @24056   13 years ak19 One of the two changes made in this file's previous commit to fix the …
(edit) @24028   13 years ak19 Bugfix for PagedImagePlugin dealing incorrectly with accented …
(edit) @23895   13 years sjm84 Modified several Perl files to merge the locations where XML::Parser …
(edit) @23835   13 years ak19 Dr Bainbridge fixed interlinking failure on Mac OS when filenames (and …
(edit) @23832   13 years ak19 Forgot to copy the import statement for Normalize into the svn version …
(edit) @23829   13 years ak19 Display string for Source also needs to be in normalised composed …
(edit) @23810   13 years sjm84 Fixing EmbeddedMetadataPlugin to be Unicode compatible
(edit) @23760   13 years davidb Whitespace tidy up
(edit) @23759   13 years davidb Now that generalized exploding is coming on-line, some additional …
(edit) @23757   13 years davidb Additional line of whitespace added
(edit) @23754   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23753   13 years davidb Tidied up on 'book-keeping' information used by this plugin, now that …
(edit) @23752   13 years davidb Missing @_ parameter needs to be passed on from AutoLoadConverter
(edit) @23751   13 years davidb Missing @_ parameter needs to be passed in to AutoLoadConverter
(edit) @23564   13 years kjdon added a bit more comment about store_block_files
(edit) @23561   13 years kjdon moved the block_filename from BasePlugin into util. then I don't need …
(edit) @23544   13 years kjdon on windows, if have a .JPG cover image, then a -e xxx.jpg test works, …
(edit) @23484   13 years ak19 Further improvements by Dr Bainbridge to pretty-printing.
(edit) @23472   13 years ak19 Erroneous forth argument (a filename) left over from an earlier time, …
Note: See TracRevisionLog for help on using the revision log.