source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @27718   11 years sjm84 Phase two of fixing collectionConfig templates being incorrect in Greenbug
(edit) @27717   11 years sjm84 A minor error check
(edit) @27716   11 years sjm84 Need to store xpath data from the collectionConfig for debug purposes
(edit) @27715   11 years sjm84 Fixed some potential perl path errors
(edit) @27714   11 years sjm84 Reverting an accidental change
(edit) @27713   11 years sjm84 Fixing collectionConfig templates being incorrect
(edit) @27705   11 years sjm84 Reformatting this file
(edit) @27703   11 years ak19 Dr Bainbridge fixed the final diffcol issue with Small-HTML on windows …
(edit) @27698   11 years ak19 import.pl/export.pl now issues a reminder that sortmeta needs to be …
(edit) @27697   11 years ak19 Dr Bainbridge fixed it so that the gdb files generated on Windows for …
(edit) @27675   11 years ak19 Tidying up my previous 2 commits on this file.
(edit) @27674   11 years sjm84 Added the missing GSDL3SRCHOME enviroment variable into the Perl …
(edit) @27673   11 years kjdon need to return the set name\!
(edit) @27672   11 years kjdon adding new functionality to identify request
(edit) @27671   11 years kjdon added a couple of methods to get soem extra xml for the identify request
(edit) @27670   11 years kjdon added some more fields to bring identify response in line with gs2 …
(edit) @27665   11 years kjdon Needed to add a second change to the previous commit
(edit) @27664   11 years kjdon Fixed an issue with building on Windows where a regex in an eval …
(edit) @27646   11 years jmt12 Adding an option to allow me to suppress RSS file writing, -no_rss, as …
(edit) @27639   11 years jmt12 Change it so failure to open a filehandle isn't fatal - leave it up to …
(edit) @27636   11 years ak19 In order for the DEC's GS2 to compile, it needs gnome-lib. So …
(edit) @27635   11 years ak19 Checking return status of compilation so it stops on error.
(edit) @27634   11 years ak19 Changed order of @INC 'unshifts' due to clash over Greenstone own …
(edit) @27632   11 years ak19 Added external reference to makegs2.sh (useful for derk release kit).
(edit) @27627   11 years ak19 File lock code currently experimental, so not in the main greenstone …
(edit) @27626   11 years ak19 Dr Bainbridge hopes including sys/types.h may help compiling …
(edit) @27625   11 years ak19 Correcting comment
(edit) @27624   11 years ak19 renamed winlock to filelock as it's not windows specific.
(edit) @27623   11 years ak19 Using FileUtils::FileExists in place of minus-e for the same test.
(edit) @27622   11 years ak19 Added in an automatic compilation mode, which you can use by passing …
(edit) @27617   11 years sjm84 Various improvements and fixes mostly to do with adding depositor …
(edit) @27602   11 years ak19 Adding sorting on keys. Particularly necessary for diffcol.pl …
(edit) @27600   11 years ak19 Two things 1. Moving John's windows (un)locking to new file …
(edit) @27597   11 years davidb Additional header file included -- to help with finding the Unix mkdir …
(edit) @27578   11 years ak19 Doing a sort on all occurrences of readdir, so readdir lists dir …
(edit) @27565   11 years kjdon ignore special keywords which should be only in indexes list, and …
(edit) @27564   11 years kjdon check if defined before setting sortfields, as there may not be any
(edit) @27563   11 years kjdon implementing the new build option sections_sort_on_document_metadata
(edit) @27562   11 years kjdon added new build option sections_sort_on_document_metadata. same as …
(edit) @27553   11 years ak19 Function needed to return a bool in order to compile.
(edit) @27538   11 years ak19 Using FileUtils::removeFiles in place of utils::rm
(edit) @27535   11 years ak19 Using the recommended FileUtils' subroutines for the deprecated …
(edit) @27534   11 years kjdon more changes for super collection stuff. Now can handle having …
(edit) @27533   11 years kjdon added comments about new oaisupercollection configuration command
(edit) @27528   11 years kjdon implemented oaisupercollection. add to oai.cfg and the server will …
(edit) @27522   11 years ak19 Correcting some minor bugs during build.
(edit) @27521   11 years ak19 Resetting gsdlhome (reset-gsdlhome command) should not just update the …
(edit) @27520   11 years ak19 Undoing commit to FileUtils::closeFileHandle since John thinks the …
(edit) @27519   11 years ak19 Using the recommended FileUtils.pm equivalents for util.pm subroutines.
(edit) @27518   11 years ak19 Completing the listing of functions in FileUtils.pm
(edit) @27517   11 years jmt12 Noticed and replaced a couple of -e's (that should have been -d's …
(edit) @27516   11 years jmt12 Matching a call to the new FileUtils::openFileHandle() (in …
(edit) @27513   11 years jmt12 Restoring the original logic around working_info (although still not …
(edit) @27511   11 years kjdon pass in file handle as a reference
(edit) @27509   11 years ak19 Using the recommended FileUtils.pm methods in place of the deprecated …
(edit) @27508   11 years ak19 closeFileHandle() should deal with the case of the file not existing.
(edit) @27505   11 years jmt12 Closing the RSS filehandle with the new function in FileUtils too
(edit) @27504   11 years jmt12 Changing the wat get_new_doc_dir() works so that it creates the new …
(edit) @27503   11 years kjdon modified to handle files with just a single record. So no collection …
(edit) @27502   11 years kjdon trying to fix double encoding issue for isis files. not sure that I …
(edit) @27501   11 years jmt12 Missed (another) old style file open that instead needs to go through …
(edit) @27500   11 years jmt12 Missed an old style file open that instead needs to go through …
(edit) @27499   11 years jmt12 New configuration options to control the creation of directories in …
(edit) @27498   11 years jmt12 Strings for the new options in BasePlugout
(edit) @27497   11 years jmt12 replacing util::mk_all_dirs() with FileUtils::makeAllDirectories()
(edit) @27486   11 years ak19 Correcting previous commit for setting perl shebangs on Windows, after …
(edit) @27485   11 years sjm84 GS3 release-kit calls GS3 code's build.xml to set-perl-shebangs …
(edit) @27484   11 years ak19 1. Target to set perl shebangs for files in GS3's cgi. 2. Now GS3 also …
(edit) @27483   11 years jmt12 Replace slash replacement regexs with a call the …
(edit) @27482   11 years jmt12 Replace slash replacement regexs with a call the …
(edit) @27464   11 years ak19 Correction to previous commit: setting exec permissions on just those …
(edit) @27451   11 years ak19 Need to set exec permissions on the mac app shortcuts
(edit) @27411   11 years ak19 The -site flag is now compulsory for GS3 collections when running the …
(edit) @27394   11 years jmt12 Replaced hardcoded -e (which should have been a -d anyway) with …
(edit) @27393   11 years jmt12 Replace hardcoded -e with FileUtils::fileExists() call and util::rm() …
(edit) @27392   11 years jmt12 Correcting bug that left archivedir undefined in some circumstances - …
(edit) @27391   11 years ak19 Changing when mac shortcuts are generated during the installation.
(edit) @27390   11 years ak19 Authentication hasn't been implemented for GS3 when using …
(edit) @27389   11 years ak19 Moving recently added target to install mac shortcuts around, because …
(edit) @27388   11 years ak19 Adding mac app shortcuts with template document.wflow.in files. Had …
(edit) @27387   11 years ak19 Adding mac app shortcuts with template document.wflow.in files. Had …
(edit) @27380   11 years ak19 Adding a target for setting up the mac shortcuts (.app folders) for …
(edit) @27379   11 years ak19 Release kit needs to set up the mac shortcuts (.app)
(edit) @27376   11 years jmt12 Added a canRead() function, make openFileHandle() a bit smarter in …
(edit) @27375   11 years jmt12 Replaced a conditional add to INC with the call to the new function in …
(edit) @27374   11 years jmt12 Changing my comment style as I stumbled across a much nicer/clearer …
(edit) @27369   11 years ak19 Adding in the write-env target to write out the environment, which …
(edit) @27368   11 years ak19 Flags marking NO FLAX START and END
(edit) @27367   11 years ak19 First of the 64 bit installer problems was that it wasn't finding …
(edit) @27366   11 years ak19 1. Handling quotes and colons in user comments: since these are sent …
(edit) @27365   11 years ak19 Bugfixes: 1. handles locked collections (as happens when GLI has …
(edit) @27364   11 years ak19 Adding the AllowUserComments option so it can be set from GLI's Format …
(edit) @27363   11 years ak19 If you add in the line 'format AllowUserComments true' into a …
(edit) @27362   11 years kjdon slightly changed the handling of sortfield query option
(edit) @27361   11 years kjdon new handling of sortfield query param
(edit) @27360   11 years kjdon gs2 upgraded to use lucene 3, and LuceneWrapper3. Now uses same code as gs3
(edit) @27359   11 years kjdon sort fields are now separate from index fields. index fields will be …
(edit) @27358   11 years kjdon indexing sortfields separately. tidy up the parsing of the indexes …
(edit) @27357   11 years kjdon setting sortfield info to buildproc, and getting it back from …
(edit) @27356   11 years kjdon added sortfields (collect.cfg) and indexsortfields, indexsortfieldmap …
Note: See TracRevisionLog for help on using the revision log.