Custom Query (420 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 420)

Ticket Resolution Summary Owner Reporter
#790 fixed gs-magick.pl to set localised environment when calling imagemagick ak19 ak19
Description

Commit message for 24600:

Added new gs-magick.pl script which will set the environment for ImageMagick (including LD_LIBRARY_PATH) before launching the requested ImageMagick command and arguments. By setting the Imagemagick environment from this script we ensure that the modified env variables don't create conflicts with libraries needed for normal linux execution. All the Greenstone files in the *binary* that made direct calls to imagemagick now go through this script. The affected files are perl files in bin/script and perllib and Gatherer.java of GLI. (wvware has files that test for imagemagick during compilation stage, which is independent of our changs which are only for users running imagemagick from a GS binary.) The final problems were related to how different perl files made use of the return values and the output of running their imagemagick command: they would query the $? and/or $! and/or run the command with backtick operators to get the output printed to STDOUT. By inserting an intermediate gs-magick.pl file, needed to ensure that the exit code stored in $? would at least be passed on correctly, as is necessary when testing the exit code against non-zero values or greater/less than zero (instead of comparing them with equals/not equal to 0). To get the correct exit code as emitted by imagemagick, calling code needs to shift bits in $? and converting it to a signed value."

Adding bin/script/gs-magick.pl

Sending bin/script/gsConvert.pl Sending bin/script/pdfpstoimg.pl Sending bin/script/pdftohtml.pl

Sending perllib/cgiactions/imageaction.pm Sending perllib/convertutil.pm Sending perllib/giget.pm

Sending perllib/plugins/HTMLImagePlugin.pm Sending perllib/plugins/ImageConverter.pm Sending perllib/plugins/StructuredHTMLPlugin.pm

Sending gli/src/org/greenstone/gatherer/Gatherer.java

#785 fixed GS3 installer does not request admin details ak19 ak19
Description

Sam advises looking in trunk/release-kits/kits/rk3/installer/antinstall-config.xml and look for the equivalent in rk2 to see what that does for admin details.

#782 fixed GS2.84 to GS2.85 collections (srclink_file to srclinkFile) ak19 ak19
Description

Eduardo del Valle Perez rote the following to do with hyperlinks to original docs not working because of srclink_file to srclink_File changes:

It would be very useful if there is some way 2.84 and older collections can be automatically converted to 2.85 without requiring a rebuild.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.