source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @24958   12 years ak19 First commit to do with Greenstone's support for RSS. Committing Dr …
(edit) @24951   12 years ak19 All perlcode that accesses extrametakeys, extrametadata, extrametafile …
(edit) @24950   12 years sjm84 Fixed use of null instead of undef
(edit) @24949   12 years sjm84 Adding the ability to specify metadata values to use to remove archive …
(edit) @24943   12 years sjm84 Added remove_import_metadata and remove_archive_metadata, more …
(edit) @24940   12 years ak19 Dr Bainbridge discovered a logic error in the order of steps in …
(edit) @24932   12 years ak19 Diego noticed how the metadata in a toplevel metadata.xml, which …
(edit) @24921   12 years davidb Some of our perl CGI scripts use JSON, while included in the …
(edit) @24874   12 years ak19 Third set of commits to do with the migration of cgi-bin into …
(edit) @24854   12 years ak19 Improved display messages to do with PDFBox (and an EmbeddedMetaPlugin
(edit) @24832   12 years ak19 1. util.pm's envvar_prepend and append subroutines now escape …
(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) @24754   13 years sjm84 Some changes to support the store_metadata_coverage option
(edit) @24745   13 years ak19 Removed code that was added in a recent commit and is no longer used: …
(edit) @24741   13 years ak19 Dr Bainbridge's fix to another unicode issue to do with classifier …
(edit) @24737   13 years ak19 Further adjustment of code, reflecting the fact that text strings read …
(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) @24706   13 years davidb 'use Config' needs to appear earlier on in the file for the BEGIN …
(edit) @24700   13 years sjm84 Commiting changes to XMLParser that will make it use a multithreaded …
(edit) @24691   13 years davidb Improved multi-lingual support
(edit) @24601   13 years ak19 Dr Bainbridge suggested corrections to commits of revision 24600: 1. …
(edit) @24600   13 years ak19 Added gs-magick.pl script which will set the environment for …
(edit) @24597   13 years davidb Modifications to help image-server.pl run under Greenstone3 on Windows
(edit) @24586   13 years ak19 Dr Bainbridge fixed the unicode bug that Diego had found when using an …
(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) @24563   13 years ak19 1. On Windows, Depositor needs env var OS for the call to …
(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) @24519   13 years ak19 Fix to make search indexes work again (searching works again)
(edit) @24496   13 years davidb Tidy up of comments
(edit) @24495   13 years davidb Introduction of $site variable passed into the XXbuilder.pm perl code …
(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) @24464   13 years davidb Support for orthogonal build types (such as audioDB)
(edit) @24462   13 years davidb Removal of debugging statement
(edit) @24460   13 years davidb Code changes to support indexers that are provided through the …
(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) @24407   13 years anna changed Laothian to Laotian.
(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) @24402   13 years ak19 DSpacePlugout modified to make use of embedded dc (ex.dc) metadata for …
(edit) @24386   13 years ak19 Undoing previous commit to Z3950: z3950 is not supposed to work like …
(edit) @24380   13 years anna Updated French translations. Many thanks to John Rose.
(edit) @24379   13 years ak19 Fixed several bugs in Z3950 download. The main bug had to do with how …
(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) @24345   13 years davidb whitespace tidyup
(edit) @24344   13 years davidb Tidying up of some comments
(edit) @24342   13 years davidb Support for building non-text indexes that are orthogonol to the usual …
(edit) @24306   13 years ak19 More changes to do with the ex. prefixed to embedded metadata (that …
(edit) @24291   13 years sjm84 More changes to do with the way PDF files are parsed
(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) @24193   13 years ak19 Non-English characters in the user-entered buttonname of all …
(edit) @24192   13 years ak19 Sam discovered that using dollar-Config{perlpath} in place of …
(edit) @24190   13 years max Improve set_infodb_entry to now use optimisations such as …
(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) @24147   13 years ak19 On Professor Witten's request List.pm no longer forces capitalisation …
(edit) @24126   13 years ak19 Sam and I fixed decided all calls to perl -S from within perl needed …
(edit) @24107   13 years sjm84 Updating the ExifTool perl modules
(edit) @24081   13 years max Hide debug
(edit) @24071   13 years davidb Introduction of actions that take an array of items (e.g. an array of …
(edit) @24070   13 years ak19 Fixed build error message about uninitialised variables, which was due …
(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) @24055   13 years sjm84 Making the use of <store_metadata_coverage value="true"/> possible in …
(edit) @24028   13 years ak19 Bugfix for PagedImagePlugin dealing incorrectly with accented …
(edit) @24016   13 years ak19 Fixed the unicode-issue that Diego discovered. When using the List …
(edit) @24012   13 years ak19 Bugfix to the way List deals with subclassification levels specified …
(edit) @23960   13 years anna Japanese translations of Perl modules. Many thanks to Gaku Yamaguchi.
(edit) @23946   13 years ak19 Xiaofeng found that the OAI-related changes to do with …
(edit) @23943   13 years ak19 Xiaofeng encountered a problem with opening a file for writing in …
(edit) @23939   13 years ak19 GS3's OAIserver passes final official oaiserver validation tests: to …
(edit) @23923   13 years ak19 Dr Bainbridge replaced a reference to an object.
(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) @23831   13 years ak19 Fixed a minor off by one error: wide characters printed are to be …
Note: See TracRevisionLog for help on using the revision log.