source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32306   6 years ak19 Adding 2 perl debug subroutines to util.pm, debug_print_caller() and …
(edit) @32305   6 years ak19 1. When a plugin's built on multiple inheritance, the first n-1 …
(edit) @32303   6 years ak19 Forgot to update the plugin descriptions for the PDF plugins.
(edit) @32290   6 years ak19 1. Making paged_pretty_html the default rather than pretty_html, since …
(edit) @32289   6 years ak19 The PDFPlugin is being deprecated (since PDFv1 and PDFv2 plugins are …
(edit) @32287   6 years ak19 Cleaning up unused strings, some debug statements and recently …
(edit) @32286   6 years ak19 PDFv2Plugin will only work out of the box for GS3 now: PDFBoxConverter …
(edit) @32285   6 years ak19 Fix to sectionalising xpdftools' produced paged_pretty_html: Dr …
(edit) @32284   6 years ak19 PDFv2Plugin doesn't offer a zoom flag anymore, replaced with a dpi …
(edit) @32283   6 years ak19 More stable behaviour by PDFv2Plugin: 1. when pdfbox_conversion is on, …
(edit) @32281   6 years ak19 Undoing accidental commit
(edit) @32280   6 years ak19 Implementing PDFv2paged_text (with pdfbox)
(edit) @32277   6 years ak19 First attempt at PDFv2Plugin.pm.
(edit) @32275   6 years ak19 Moving another fixed English language string into strings.properties …
(edit) @32274   6 years ak19 Related to previous commit, forgot to commit with previous revision. A …
(edit) @32273   6 years ak19 First of the commits to do with restructuring and refactoring the …
(edit) @32224   6 years ak19 Adding PDF to text support for Windows using Xpdf's pdftotext tool. …
(edit) @32223   6 years ak19 When no output mode for PDFPlugin has been set by the user, the output …
(edit) @32222   6 years ak19 q
(edit) @32215   6 years ak19 Before reorganising our PDFPlugin in whatever way we ultimately …
(edit) @32210   6 years ak19 When PDFPlugin is set to paged_html output mode, it now finally …
(edit) @32206   6 years ak19 1. ConvertBinaryFile.pm no longer knows more than necessary about …
(edit) @32205   6 years ak19 First set of commits to do with implementing the new 'paged_html' …
(edit) @32204   6 years ak19 Adding a clarifying comment ahead of other commits
(edit) @32193   6 years ak19 All the *essential* changes related to the PDFBox modifications Kathy …
(edit) @32192   6 years kjdon with new result and result_str return values from convert, need to …
(edit) @32186   6 years kjdon if the eval didn't work, all the return values might be undefined, so …
(edit) @32185   6 years kjdon use new return values from ImageConverter::convert
(edit) @32184   6 years kjdon change the return values of convert to match tmp_area_convert_file in …
(edit) @32183   6 years kjdon image height and width might be returned as 'unknown', in particular …
(edit) @32166   6 years kjdon initialize response_content to avoid 'Use of uninitialized value ' errors
(edit) @32159   6 years ak19 incremental building was not being incremental when no metadata was …
(edit) @32131   6 years kjdon don't want the initial , if trying to match 41 times. this is a syntax …
(edit) @32129   6 years kjdon After () in a regex, {} signifys quantifiers. eg (xx){2,4} - 2-4 …
(edit) @32123   6 years kjdon when hard linking, if the destination file already exists then remove …
(edit) @32122   6 years kjdon we had [a-z]{2..} which causes an error in later versions of perl. …
(edit) @32113   6 years kjdon tmpnam isn't being used anyway, and it is deprecated in perl 5.24, …
(edit) @32112   6 years kjdon added downloadinfo.no_download_name which was missing
(edit) @32097   6 years ak19 Commenting out unused line
(edit) @32096   6 years ak19 Marking all the uses of sysread() with a comment saying they're a …
(edit) @32090   6 years ak19 Related to the previous commit, revision 32089. Some improvements.
(edit) @32089   6 years ak19 1. Attempted fix by Kathy and me for Diego's problem of PDFBox's …
(edit) @32079   6 years kjdon removed some print statements. Added some more explanations
(edit) @32077   6 years kjdon Removed debugging, and added some comments.
(edit) @32076   6 years kjdon Bugfix (with debugging left in). The set-archive-metadata would …
(edit) @32062   6 years ak19 Committing unused and untested new subroutines, in case they may prove …
(edit) @32061   6 years ak19 Moving two subroutines from modmetadataaction.pm to metadataaction.pm …
(edit) @32028   7 years ak19 1. Bugfix to previous commit: var might not be on an …
(edit) @32026   7 years ak19 Some more placeholder strings for the UnknownConverterPlugin to …
(edit) @32000   7 years ak19 French language auxdm, coredm, perlmodules and glidict modules of GS2 …
(edit) @31999   7 years kjdon small change based on feedback from John Rose
(edit) @31987   7 years kjdon changed a couple of descriptions after queries from John Rose
(edit) @31986   7 years kjdon added NO_IMPORT to list of string options
(edit) @31975   7 years ak19 Another bugfix to downloading. Downloading over OAI wasn't working. Dr …
(edit) @31973   7 years ak19 Related to previous commit which contained Dr Bainbridge's fix to bug …
(edit) @31972   7 years ak19 GS2 on Mac now comes with a bundled JRE, since Maverick or Yosemite …
(edit) @31971   7 years ak19 Emacs tabbing
(edit) @31959   7 years ak19 Gujarati language perlmodules module of GS interface. Many thanks to …
(edit) @31958   7 years kjdon use identify to work out the filetype of the original file, rather …
(edit) @31957   7 years ak19 Tidying up. 1. Shifting informative error message to …
(edit) @31956   7 years ak19 Dr Bainbridge read up on why the Sockets to our wget child process' …
(edit) @31955   7 years Georgiy Litvinov Prevent page from reloading on open same-section links
(edit) @31952   7 years ak19 Fix for when GS2 installation has spaces in its filepath
(edit) @31929   7 years ak19 The recent overhaul of perl running wget and allowing proper …
(edit) @31926   7 years kjdon added a new option 'store_original_image'. If this is set, and the …
(edit) @31920   7 years ak19 Untested on Windows as yet. 1. Major overhaul to WgetDownload's …
(edit) @31919   7 years kjdon small tidy up to parsing. remove - if there, but allow the arg to not …
(edit) @31904   7 years ak19 The new record in oai-inf db containing the earliest timestamp of the …
(edit) @31900   7 years ak19 When the oai-inf.db for a collection is first created, oaiinfo.pm now …
(edit) @31899   7 years ak19 Literal dollar sign used in EmailPlugin's description does not need to …
(edit) @31898   7 years ak19 With Kathy's commit 31896 doing away with the need for the recently …
(edit) @31896   7 years kjdon let properties files have \n and \t in them to represent newlines and tabs
(edit) @31888   7 years ak19 Spanish language for perlmodules and glidict module of the GS …
(edit) @31887   7 years ak19 Japanese language GS interface for modules auxdm, perlmodules, …
(edit) @31880   7 years ak19 All the changes that were required to set up multiple proxy servers, …
(edit) @31878   7 years ak19 1. Previous commit message was incorrect: it wasn't that perl wasn't …
(edit) @31877   7 years ak19 Getting Windows wget to use proxy settings in environment. They didn't …
(edit) @31876   7 years ak19 1. Getting the recently added util::print_env() subroutine, which has …
(edit) @31875   7 years ak19 1. Getting the recently added util::print_env() subroutine, which has …
(edit) @31874   7 years ak19 Fix ahead of switching over to proxy env vars on Windows. This fix …
(edit) @31864   7 years ak19 1. Modified GLI and perl to set proxy_on, proxy_host and proxy_port …
(edit) @31863   7 years ak19 Additional changes to previous commit so that the new util::print_env …
(edit) @31862   7 years ak19 Adding a new subroutine print_env() that may be useful for debugging …
(edit) @31861   7 years ak19 Correcting Https to https.
(edit) @31860   7 years ak19 The changes necessary for getting the new no_check_certificate …
(edit) @31857   7 years ak19 Committing syntax error in previous commit
(edit) @31856   7 years ak19 If the proxy settings are wrong or set when not needed, pressing the …
(edit) @31853   7 years ak19 Reverting some bad choices when setting wget customisation flags in …
(edit) @31851   7 years ak19 1. Fixes to get proxying to work on Windows. 2. Fixes to timeout if a …
(edit) @31812   7 years ak19 The newer changes to Escape.pm's escape_char() that Dr Bainbridge …
(edit) @31787   7 years ak19 Fixing up a couple of strings for the UnknownConverterPlugin. BUG: The …
(edit) @31781   7 years ak19 Adding in patches to cpan perl code as required to get the remote …
(edit) @31780   7 years ak19 When testing GS3.08's GLI on Ubuntu v 16.04, found its perl v 5.22.1 …
(edit) @31767   7 years kjdon added missing closing )
(edit) @31766   7 years ak19 1. Refactored ConvertBinaryFile:tmp_area_convert_file() to do the …
(edit) @31765   7 years ak19 Cosmetic change to error message
(edit) @31764   7 years ak19 Should replace INPUT_FILE placeholder with softlink path tmp_filename …
(edit) @31763   7 years ak19 Fixing somethings before attempting to refactor tmp_area_convert_file
(edit) @31762   7 years ak19 Changed the placeholder names to what Dr Bainbridge suggested, which …
(edit) @31761   7 years ak19 Moved function generate_item_file that's shared between …
Note: See TracRevisionLog for help on using the revision log.