Custom Query (420 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 420)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#855 fixed Dynamic InExport/BuildCol, Extended FileSystem, and other cool stuff jmt12 jmt12
Description

Checking in a swath of changes that I made to support the parallel building extension, the three major changes being:

  1. More care when appending to INC and PATH environment variables, so as to allow the order of values to be used as precedence for overriding version of plugins, plugouts, and classifiers
  1. Proper OO and tricksie runtime loading for the import.pl/inexport.pm and buildcol.pl/buildcolutils.pm pairs so as to allow extensions to provide overriding functionality during importing and building
  1. Encapsulation of local file system functions into a new Perl module with the intention of allowing a later extension to provide access to several file systems (including HDFS and Thrift as needed by Hadoop)

I'll attempt to include details of each changeset below.

#851 fixed Minimal rebuild duplicates docs nobody ak19
Description

Discovered by Jessica Turner:

Between 2.85 and 3.05rc2, minimal rebuild has started to duplicate docs.

Have not yet tested if this is the case with the latest from SVN.

#850 fixed Remote GS3 server: getting it working again ak19 ak19
Description

Fixes to get Remote Greenstone 3 working with client-gli: 1. client-GLI should not start the local GS3 server, since client-GLI will be running against a remote server. 2. The encryption process for authentication had been changed for GS3, so now Authentication.java has a main function which is invoked by gliserver's gsdlCGI.pm to encrypt the password. 4. UsersDB when converted to txt for parsing by gliserver.pl has a different structure, so gliserver.pl needs to take that into account. 5. util.pm's functions for prepending and appending to environment variables needs to use an OS dependant path separator. This was not noticed when testing the remote GS server on 32 bit linux so far, but the windows style path separator (semicolon) used so far didn't work on the 64 bit linux test machine.

http://trac.greenstone.org/changeset/26206

gli/src/org/greenstone/gatherer/Gatherer.java (1 diff)

greenstone2/common-src/cgi-bin/gliserver.pl (3 diffs)

greenstone2/common-src/cgi-bin/gsdlCGI.pm (4 diffs)

greenstone2/perllib/util.pm (4 diffs)

greenstone3/src/java/org/greenstone/gsdl3/service/Authentication.java (1 diff)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.