source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32530   6 years ak19 Some more tidying up: some params passed by GreenstoneSQLPlugout to …
(edit) @32529   6 years ak19 Split the database functions into their own file gssql.pm, so that …
(edit) @32528   6 years ak19 Related to previous commit, part 2 of commit. Renamed new MySQLPlugout …
(edit) @32527   6 years ak19 Renaming new MySQLPlugout to GreenstoneSQLPlugout to indicate that it …
(edit) @32526   6 years ak19 MySQLPlugout now calls SUPER::method_name() instead of …
(edit) @32525   6 years ak19 Minor fix in comment.
(edit) @32524   6 years ak19 Creating db, creating tables and populating both coll_metadata and …
(edit) @32523   6 years ak19 UNDOING PART OF RECENT COMMIT: Calling superclass …
(edit) @32522   6 years ak19 Fixing some syntax errors
(edit) @32521   6 years ak19 1. Calling superclass GreenstoneXMLPlugout's begin(), end(), …
(edit) @32520   6 years ak19 Committing first cut of MySQLPlugout that uses DBI (DB interface) for …
(edit) @32519   6 years ak19 Added BasePlugout::end() so I can use it in the new MySQLPlugout, and …
(edit) @32518   6 years ak19 Untested first attempt at MySQLPlugout that is meant to write metadata …
(edit) @32514   6 years ak19 Also need OUTPUT_NONE as an option when docprint.pm writes out doc.xml
(edit) @32513   6 years ak19 Forgot to make some more minor changes in the previous commit's refactoring
(edit) @32512   6 years ak19 Refactoring some existing perl code as per Dr Bainbridge's ideas on …
(edit) @32511   6 years ak19 Running plugoutinfo.pl with describeall or listall flag would break on …
(edit) @32501   6 years Georgiy Litvinov Workaround to set assign metadata via csv metadata plugin. "Section" …
(edit) @32500   6 years ak19 For a test case, best_encoding come out with prefix/suffix to utf_8, …
(edit) @32499   6 years ak19 Fix for PDFv2 plugin's page buckets.
(edit) @32498   6 years Georgiy Litvinov Check for response containing 200 as Tomcat 8 does not return OK after …
(edit) @32479   6 years ak19 Rename tmp folder to something more sensible and now works out what …
(edit) @32462   6 years ak19 File comments and renaming TMPDIR to TEMP_DIR, since the former is a C …
(edit) @32461   6 years ak19 1. Changes to get le.pl to finally work: the bootstrap files of the …
(edit) @32456   6 years ak19 First version of compile-zerossl.sh to build the Crypt::LE perl …
(edit) @32432   6 years ak19 1. Since there's a chance that 127.0.0.1 isn't always the loopback …
(edit) @32345   6 years ak19 util.pm has to cope with library url being undefined: it can happen if …
(edit) @32343   6 years kjdon quantifiers mustn't have \ before {
(edit) @32341   6 years ak19 1. Fixing up regex syntax in DirectoryPlugin for perl 5.26 that comes …
(edit) @32332   6 years kjdon removed replace_images function. this inherits from HTMLPlugin, and …
(edit) @32325   6 years ak19 Dr Bainbridge worked out the solution to HTMLPlugin not handling …
(edit) @32324   6 years ak19 Minor changes to util.pm before committing a bugfix.
(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 …
Note: See TracRevisionLog for help on using the revision log.