source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32534   5 years ak19 Related to previous commit: had previously made one of the changes to …
(edit) @32533   5 years ak19 GS SQL Plugout now writes its docobj contents (if any) and structure …
(edit) @32532   5 years ak19 Correction to changes: recursive call in docprint should still be …
(edit) @32531   5 years ak19 1. bugfix to GS SQLPlugout: recursive call didn't go through self …
(edit) @32530   5 years ak19 Some more tidying up: some params passed by GreenstoneSQLPlugout to …
(edit) @32529   5 years ak19 Split the database functions into their own file gssql.pm, so that …
(edit) @32528   5 years ak19 Related to previous commit, part 2 of commit. Renamed new MySQLPlugout …
(edit) @32527   5 years ak19 Renaming new MySQLPlugout to GreenstoneSQLPlugout to indicate that it …
(edit) @32526   5 years ak19 MySQLPlugout now calls SUPER::method_name() instead of …
(edit) @32525   5 years ak19 Minor fix in comment.
(edit) @32524   5 years ak19 Creating db, creating tables and populating both coll_metadata and …
(edit) @32523   5 years ak19 UNDOING PART OF RECENT COMMIT: Calling superclass …
(edit) @32522   5 years ak19 Fixing some syntax errors
(edit) @32521   5 years ak19 1. Calling superclass GreenstoneXMLPlugout's begin(), end(), …
(edit) @32520   5 years ak19 Committing first cut of MySQLPlugout that uses DBI (DB interface) for …
(edit) @32519   5 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) @32517   6 years ak19 Fixing a bug that Kathy found: serbian (bosnian herzegovina) cyrillic …
(edit) @32516   6 years ak19 Although files for the language Igbo were added upon a translation …
(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) @32509   6 years ak19 After changes in last 3 commits, reinstating the possible …
(edit) @32508   6 years ak19 Continued from previous 2 commits: Properly spelled new method name …
(edit) @32507   6 years ak19 Having committed the bugfix, commenting out debugging code.
(edit) @32506   6 years ak19 Bugfix to bug that Kathy discovered in code I committed: with the …
(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) @32494   6 years ak19 Can't compile Crypt::LE at end of make all in build-src/packages, as …
(edit) @32492   6 years ak19 Linux release binaries broke. I think this change is a correction …
(edit) @32481   6 years ak19 Correction. Cascade-make of Crypt::LE perl package for darwin/mac …
(edit) @32480   6 years ak19 When build-src/packages is compiling up anything in perllib/cpan that …
(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) @32420   6 years ak19 Improved way of finding OS bitness from bat, even though currently unused
(edit) @32373   6 years ak19 Fix to recent changes for getting openssl included in GS3/bin/linux
(edit) @32364   6 years ak19 Minor change
(edit) @32352   6 years ak19 Including the necessary folders of the openssl that we compiled up in …
(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) @32330   6 years davidb Encouuntered a compilation error with this file when using Visual …
(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) @32292   6 years ak19 Making PDFv2Plugin the default plugin for PDFs when running mkcol.pl …
(edit) @32291   6 years ak19 Forgot to make PDFv2Plugin the default PDF plugin for new collections.
(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) @32268   6 years ak19 Replacing the downloaded precompiled (64 bit) xpdf-tools binaries for …
(edit) @32266   6 years ak19 Moving the location of the xpdf-tools binaries for macs to the correct …
(edit) @32265   6 years ak19 Setting svn:ignore on the new greenstone2/bin/darwin folder. The …
(edit) @32264   6 years ak19 New greenstone2/bin/darwin subfolder so I can commit universal darwin …
(edit) @32263   6 years ak19 gsConvert.pl's _get_xpdftools_bindir() is now drastically reduced in …
(edit) @32261   6 years ak19 Committing the static linux binaries of xpdf-tools that we compiled up …
(edit) @32260   6 years ak19 Deleting the downloaded precompiled xpdftools binaries, before …
(edit) @32226   6 years ak19 Making xpdf_to_text, which uses xpdf-tools' pdftotext, the pdf to txt …
(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) @32221   6 years ak19 Cosmetic changes: some cleanup.
(edit) @32220   6 years ak19 Minor changes to get xpdf-tools' pdftohtml to work for mac too.
(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) @32209   6 years ak19 Commented out the BITNESS env var for Windows introduced in the …
(edit) @32207   6 years ak19 Got a basic Windows version of PDFPlugin's new paged_html mode working
(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) @32203   6 years kjdon custom code changed from outputting (for dc:identifier) gs.ResourceURL …
(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) @32187   6 years ak19 Gujarati updates to macros, thanks to Lavji Zala
(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) @32178   6 years Georgiy Litvinov Workaround for Solr memory leak on core reloading
(edit) @32169   6 years ak19 Fix to comment
(edit) @32168   6 years ak19 Kathy explained an issue (perhaps found on the mailing list) that …
Note: See TracRevisionLog for help on using the revision log.