source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26658   11 years davidb Support for cross-compilation added -- the CrossOS check
(edit) @26657   11 years davidb Support for cross-compilation added. This particular set of changes …
(edit) @26656   11 years davidb Support for cross-compilation added. In addition to the CrossOS …
(edit) @26655   11 years davidb Support for cross-compilation added
(edit) @26654   11 years davidb Edits to support cross-compilation using mingw under Linux to generate …
(edit) @26653   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26652   11 years davidb More careful typecase to (const char*) rather than (char*). Change …
(edit) @26651   11 years davidb Inclusion of open-source code that implements the getpass() algorithm …
(edit) @26650   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26649   11 years davidb Code changed from using WIN32 use to _MSC_VER (the difference …
(edit) @26648   11 years davidb Updates to Makefile.in to include compilation of open-source code that …
(edit) @26647   11 years davidb Introduction of open-source code that implements the crypt() algorithm …
(edit) @26615   11 years sjm84 Created a 64-bit compatible makegs2.bat file
(edit) @26584   11 years ak19 Recomitting corrections of 2 commits ago, this time the tar.gz file …
(edit) @26583   11 years ak19 Undoing previous commit
(edit) @26582   11 years ak19 The lucene-jdbm-demo collection in the GS3 release binary wasn't …
(edit) @26567   11 years ak19 When a GS2 collection contains both collect.cfg and …
(edit) @26565   11 years ak19 Trying to get the mac release binary to install correctly again. It …
(edit) @26560   11 years ak19 URL encoding forward-slash breaks subcollections, as subcollections …
(edit) @26552   11 years sjm84 Fixing apache finding the system sqlite instread of the one bundled …
(edit) @26549   11 years ak19 Updating GS2 css too for earlier commit revision of today 26545. Its …
(edit) @26547   11 years ak19 Reducing the list of GS3 interface files to be translated to the ones …
(edit) @26545   11 years ak19 List.pm makes all bucket titles lowercase now, for sorting purposes …
(edit) @26544   11 years ak19 Changes to get-all-chunks to work for GS3 translation files again.
(edit) @26543   11 years ak19 Forgot to commit the windows equivalent for the changes to the linux …
(edit) @26541   11 years ak19 Kathy said that the apache server really only needs to give access to …
(edit) @26540   11 years davidb Removal of rogue debugging statement
(edit) @26539   11 years ak19 Code to URL encode special characters in cgi-params to mitigate more …
(edit) @26536   11 years davidb Introduction of two new OIDtype values (hash_on_full_filename and …
(edit) @26535   11 years ak19 Dos2linux on laotian.dm and corrected first char in utf-8 file so that …
(edit) @26520   11 years davidb Append string functions changed to a doubling algorithm for reserved …
(edit) @26512   11 years ak19 First step to improving the security issues in GS2 and GS3: now GS2's …
(edit) @26490   11 years davidb Convenience command-line script to access JDBM databases produced by …
(edit) @26466   11 years ak19 Need to handle on/off flags which take optional values. If these flags …
(edit) @26452   11 years ak19 Recommitting with debug statement commented out. Previous commit …
(edit) @26451   11 years ak19 1. Fixed processing of the collectionconfig's indexOption element. 2. …
(edit) @26450   11 years ak19 1. Added GS3 colconfig.xml processing of any OIDtype and OIDmetadata …
(edit) @26449   11 years ak19 Some regexp variables were undefined owing to the caller method being …
(edit) @26441   11 years davidb Additional minus-option syntax added to allow the user to specify a …
(edit) @26440   11 years ak19 On NZDL, using the args fromPid (and deletePid) instead of fromPID …
(edit) @26419   11 years ak19 Cosmetic change: info message was unclear.
(edit) @26418   11 years ak19 Corrected the output of an error message
(edit) @26403   11 years ak19 Commented out some old debugging statements to clean up the output.
(edit) @26394   11 years ak19 bugfix
(edit) @26385   11 years ak19 Changes made to dbutil in revision 23485 from almost 2 years ago …
(edit) @26342   12 years kjdon indexOption/option-list is now just indexOption-list
(edit) @26333   12 years ak19 1. Introduced new perl script for deleting a fedora collection …
(edit) @26332   12 years ak19 Minor cosmetic changes.
(edit) @26324   12 years ak19 1. When purging documents from the fedora repository during import and …
(edit) @26322   12 years ak19 buildConfig.xml created at g2f-buildcol's end for a new fedora …
(edit) @26294   12 years ak19 Fix to server crashing bugs. Diego reported a bug when searching on …
(edit) @26293   12 years davidb Explicitly set the default database type used (so it's easier to find …
(edit) @26268   12 years kjdon added definitions for new List options
(edit) @26267   12 years kjdon added filter_metadata and filer_regex to filter documents going into …
(edit) @26224   12 years kjdon added in placeholder for shortDescription display item
(edit) @26223   12 years kjdon some mods to allow collection specific perl modules
(edit) @26222   12 years kjdon added plugin_specific_process method - inheriting plugins can use this …
(edit) @26221   12 years kjdon new OIDtype, filename, will use the file name without any folders or …
(edit) @26206   12 years ak19 Fixes to get Remote Greenstone 3 working with client-gli: 1. …
(edit) @26184   12 years kjdon tidied up the default classifier format statement
(edit) @26183   12 years ak19 Committing changes Dr Bainbridge and I made to the g2f-import and …
(edit) @26164   12 years ak19 Setting CXXFLAGS for C++ compilation to parallel setting of CFLAGS, …
(edit) @26163   12 years kjdon added some comments to make clear whether max_output_length includes …
(edit) @26162   12 years kjdon in unicode_to_utf8_word, the max_output_length is the maximum length …
(edit) @26158   12 years ak19 Bugfix. Many thanks to Anthony Blake. The phind browse classifier used …
(edit) @26157   12 years ak19 A much better way to ensure searches with wild cards get expanded to …
(edit) @26156   12 years kjdon had to add AC_SUBST for ARCH_DEP_FLAGS otherwise its not passed in to …
(edit) @26155   12 years ak19 Searching with wildcards on lucene collection now displays term info …
(edit) @26154   12 years kjdon changed a l=th to l=lo
(edit) @26153   12 years kjdon fixed up a couple of syntax errors
(edit) @26147   12 years davidb Starter 'metadata.xml' file for all new collections. Contains …
(edit) @26146   12 years davidb Refinement to EmbeddedMetadataPlugin that allows it to operate with …
(edit) @26138   12 years kjdon changed a comment, hope its more clear than before :-)
(edit) @26137   12 years kjdon FindWordNumbers was doing a test to see if the appropriate stem index …
(edit) @26135   12 years ak19 Changing unsigned long to mg_u_long in Phind's suffix.exe program. …
(edit) @26134   12 years ak19 Kathy explained that the Metadata fields (creator, maintainer and …
(edit) @26128   12 years kjdon need to check if outlen < max_output_length. If inlen is greater than …
(edit) @26099   12 years ak19 Correction to mappingList default: the oai_dc metadata part is …
(edit) @26094   12 years ak19 Finally properly fixed the appearance and non-appearance of the quick …
(edit) @26066   12 years ak19 The search format statement can also call the choose-title template.
(edit) @26065   12 years sjm84 Reverting this file back to a previous version until I can figure out …
(edit) @26063   12 years ak19 Minor cosmetic change. Spelling corrections to comments that appear in …
(edit) @26061   12 years sjm84 Having problems with autoconf (I think), trying a different version
(edit) @26054   12 years sjm84 Configuration will now fail if one of the build-src packages fails to …
(edit) @26053   12 years sjm84 A minor text fix
(edit) @26052   12 years sjm84 Adding a better message for wvWare configuration failures
(edit) @26019   12 years sjm84 Changing the default format statement to include some templates for …
(edit) @26017   12 years ak19 Thanks to Kathy: File handle to item file generated by pagedimgplug …
(edit) @26006   12 years ak19 Took out an empty table element
(edit) @26003   12 years ak19 Includes bugfix for GS3 (needed to call force-stop-tomcat target …
(edit) @25998   12 years ak19 server.jar got updated after recent fix to GS3's use of server.jar …
(edit) @25994   12 years ak19 Moving the updated create_itemfile() subroutine from pdfpstoimg.pl to …
(edit) @25993   12 years ak19 Generalised the create_itemfile() subroutine's code so that …
(edit) @25971   12 years kjdon removed two forgotten debug statements
(edit) @25963   12 years ak19 Kathy asked me to adjust the code used to launch pluginfo.pl from GLI …
(edit) @25961   12 years kjdon more cunning document types. gs3 has a new one, pagedhierarchy - for …
(edit) @25960   12 years kjdon some changes for gs2/3 specific strings for PagedImagePlugin
(edit) @25959   12 years kjdon gsdlthistype paged/hierarchy now in lower case, added in support for …
(edit) @25958   12 years kjdon pass gs_version to loading plugins
(edit) @25957   12 years kjdon adding in support for plugins knowing what version of greenstone (2/3) …
Note: See TracRevisionLog for help on using the revision log.