source: main/trunk/greenstone2/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   12 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, …
(edit) @23465   13 years ak19 Dr Bainbridge fixed the change to gs.filenameEncoding (previously: …
(edit) @23463   13 years ak19 Previously, when reverting back to an earlier RE match for …
(edit) @23461   13 years kjdon set_Source_metadata now takes an optional section argument so that we …
(edit) @23460   13 years kjdon pass in the section to set_Source_metadata as we may be processing a …
(edit) @23458   13 years kjdon added a check that deduced_filename_encoding is defined before testing …
(edit) @23457   13 years kjdon reindented the file in emacs
(edit) @23452   13 years kjdon use filename_cat when generating the full path for blocking. If teh …
(edit) @23419   13 years max Setting the values to store as block files is now done through an API …
(edit) @23418   13 years davidb A few further additions to help windows keep track of c\... and C:\... …
(edit) @23415   13 years davidb More careful handling of filenames going into 'block' hash. On …
(edit) @23392   13 years sjm84 Reverted a regular expression designed to locate various tags inside …
(edit) @23387   13 years davidb Further changes to deal with documents that use different filename …
(edit) @23377   13 years ak19 Perl syntax error fixed: referring to uninitialised variable metadata …
(edit) @23371   13 years davidb Further refinement of code to support HTML linking between documents …
(edit) @23364   13 years sjm84 C and Posix added to the possible locales as well as removing the …
(edit) @23363   13 years davidb Plugin code upgrade to support Greenstone working with filenames under …
(edit) @23355   13 years kjdon use unicode for mp3 data. patch thanks to Dan Wright
(edit) @23353   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23352   13 years davidb Modifications to code to support filename encoding issues when tested …
(edit) @23349   13 years davidb More careful use of encoding parameter to $self->set_Source_metadata …
(edit) @23348   13 years davidb Added extra parameter to call to deduce_filename_encoding()
(edit) @23347   13 years davidb Tidy up of debugging statements for handline filename encodings, plus …
(edit) @23335   13 years davidb Work done on improving handing of filenames when the actualy filename …
(edit) @23280   13 years kjdon fixed this plugin up for incremental import. need to set …
(edit) @23279   13 years kjdon in extra_metadata, new special case for gsdlzipfilename metadata - if …
(edit) @23277   13 years kjdon removed a commented out line
(edit) @23261   13 years kjdon ZIPPlugin needs to do a block pass on the extracted folder so we don't …
(edit) @23248   13 years ak19 Bugfix: file called mimetype (among the files extracted from an Open …
(edit) @23212   13 years kjdon metadata_read no longer takes maxdocs args - metadata_read must …
(edit) @23171   14 years kjdon if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs
(edit) @23167   14 years davidb GreenstoneXMLPlugin used to (or at least in theory used to) to be able …
(edit) @22953   14 years davidb Further code tweaks to correctly support Unicode aware strings in our …
(edit) @22951   14 years davidb Encode::decode cannot be applied to all characters returned by …
(edit) @22900   14 years kjdon getting this to work properly
(edit) @22896   14 years kjdon fixed an odd bug. If had a metadata file directly in import folder, …
(edit) @22894   14 years kjdon added wpd (word perfect) extension into the list that can be processed …
Note: See TracRevisionLog for help on using the revision log.