source: main

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @27355   11 years kjdon use dirname as OIDtype, ie will get fb33fe as an OID instead of a HASH id
(edit) @27354   11 years kjdon changed some deprecated util methods for FileUtils methods
(edit) @27353   11 years kjdon changed the definitions for some of the OIDtype options
(edit) @27352   11 years kjdon added filename into the list for OIDtype
(edit) @27351   11 years kjdon added filename option to OIDtype - was there for plugins, but not for …
(edit) @27350   11 years kjdon removing the J from directory name for dirname option for OID. If …
(edit) @27349   11 years ak19 1. Updated timestamp for a key that has been reused should not have a …
(edit) @27348   11 years kjdon (Committed by ak19 under kjdon again.) Correction to previous commit: …
(edit) @27347   11 years ak19 Adjusting the style of the user comments form to fix font sizes and …
(edit) @27336   11 years ak19 1. Fixed regex to retrieve collect_tail. It's unused at present, but …
(edit) @27335   11 years kjdon Attempting to get perl shebangs right for cgi scripts in GS3 (in …
(edit) @27334   11 years kjdon 2 bugfixes that broke the building process.
(edit) @27333   11 years ak19 1. Added the metadataaction::get_import_metadata_array() subroutine …
(edit) @27332   11 years kjdon changed to use lucene 3 instead of lucene2
(edit) @27331   11 years kjdon upgrading gs2 to use lucene 3 instead of lucene2
(edit) @27330   11 years kjdon upgrading gs2 to use Lucene 3 - same as gs3 uses.
(edit) @27329   11 years kjdon changes to match mgpp's shortname mapping stuff. Changed some util …
(edit) @27328   11 years kjdon changed the way we store the list of fields that has been indexed, and …
(edit) @27327   11 years kjdon added a missing function into the list
(edit) @27326   11 years kjdon changed warning message to have correct function name
(edit) @27325   11 years kjdon changed old util function calls to the new FileUtils calls
(edit) @27324   11 years ak19 Added _get_archives_metadata_array and tested it. Otherwise it remains …
(edit) @27323   11 years ak19 authentication_enabled flag turned on again after accidentally …
(edit) @27322   11 years ak19 Added Ajax PostAsync method urlPostAsync and tested it works.
(edit) @27321   11 years ak19 Two bugfixes: 1. Handling of quotes not just the CSV fields containing …
(edit) @27320   11 years ak19 Oversight to previous commit: one more minor change. Previous commit …
(edit) @27319   11 years ak19 key DB is gdbm and has no way of changing the DB type. Can't use …
(edit) @27318   11 years ak19 Authentication at perl level for when setting user-added comments. 1. …
(edit) @27316   11 years sjm84 Reformatting this file as well as tidying imports
(edit) @27315   11 years ak19 No authentication and collection-locking when getting metadata. (Only …
(edit) @27314   11 years ak19 No authentication and collection-locking when getting metadata. (Only …
(edit) @27313   11 years ak19 Now the existing user comments to be displayed are all retrieved in …
(edit) @27312   11 years ak19 get_metadata_array which takes a JSON string and returns one, …
(edit) @27311   11 years kjdon building code needs FileHandle for autoflush
(edit) @27310   11 years ak19 Forgot to remove some debug alert box statements.
(edit) @27309   11 years kjdon when we have just started a new year, output the month even if it is …
(edit) @27308   11 years kjdon fixed up DateList so that reverse sort works properly when years are …
(edit) @27307   11 years ak19 Removed the javascript for logout, and put back the basic logout link …
(edit) @27306   11 years jmt12 Moving the critical file-related functions (copy, rm, etc) out of …
(edit) @27305   11 years jmt12 Add code to allow importing and building to load overriding versions …
(edit) @27304   11 years jmt12 Moved the heavy lifting from the buildcol.pl script into a proper perl …
(edit) @27303   11 years jmt12 Replacing hardcoded additions to INC and PATH environment variables …
(edit) @27302   11 years jmt12 Removed parallel processing stuff as that now lives in an extension. …
(edit) @27301   11 years jmt12 You can now use the indexname and indexlevel options to buildcol to …
(edit) @27300   11 years jmt12 Some strings for the next options to buildcol.pl allowing for finer …
(edit) @27299   11 years jmt12 Extending manifest parsing with the idea of a manifest having a …
(edit) @27298   11 years jmt12 Add hidden support for the new experimental multiple reader/writer …
(edit) @27297   11 years ak19 Username field should not be cleared as it's no longer hidden and …
(edit) @27296   11 years ak19 Switched over from calling get-archives-metadata to get-index-metadata …
(edit) @27295   11 years ak19 This commit contains bugfixes for authentication within …
(edit) @27294   11 years ak19 1. Basic authentication when adding user comments. 2. Rearranged some …
Note: See TracRevisionLog for help on using the revision log.