source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @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) @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) @27336   11 years ak19 1. Fixed regex to retrieve collect_tail. It's unused at present, but …
(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) @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) @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) @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) @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) @27308   11 years kjdon fixed up DateList so that reverse sort works properly when years are …
(edit) @27306   11 years jmt12 Moving the critical file-related functions (copy, rm, etc) out of …
(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) @27295   11 years ak19 This commit contains bugfixes for authentication within …
(edit) @27283   11 years ak19 1. Fixed an encoding bug that Diego helpfully discovered. Metadata …
(edit) @27277   11 years ak19 Adding an Ajax Synchronous Post method to gsajaxapi.js which is then …
(edit) @27261   11 years ak19 Adding in 2 basic JSON examples for the metadata-server.pl help/usage …
(edit) @27243   11 years kjdon Because activate uses perl modules like LWP and NET and URI which may …
(edit) @27242   11 years kjdon Because activate uses perl modules like LWP and NET and URI which may …
(edit) @27241   11 years kjdon The test for Windows in the BEGIN block is no longer necessary now …
(edit) @27239   11 years kjdon First commit to do with moving the perl-5.8 specific files and folders …
(edit) @27222   11 years ak19 Found a bug in a recent change to remove_index_meta where the …
(edit) @27192   11 years davidb Extra test added to avoid putting 'undef' into an array of values. …
(edit) @27191   11 years davidb This should be in the 'cpan' area
(edit) @27190   11 years davidb Needed by activate.pl but not part of Perl core language. Overlooked …
(edit) @27189   11 years davidb Some additional fields extracted/returned to collect config file that …
(edit) @27188   11 years davidb Deleting spurious binmode line
(edit) @27183   11 years davidb Changing to using installed version of LWP that comes from …
(edit) @27182   11 years davidb Removal of this version (v6.x) of LWP
(edit) @27181   11 years davidb Latest libwww-perl (v6x) isn't as self-sufficeint as earlier (v5.x) in …
(edit) @27180   11 years ak19 A couple of the index_meta functions used gdbm methods instead of …
(edit) @27176   11 years ak19 import_meta functions are complete and tested now in this 2nd commit …
(edit) @27174   11 years davidb Perl modules from CPAN that are used in supporting activate.pl, but …
(edit) @27173   11 years ak19 First commit to do with setting and removing import metadata. 1. Now …
(edit) @27168   11 years ak19 Second part of major restructuring of metadataaction: 1. the …
(edit) @27167   11 years ak19 Another bugfix: when doing a set_archives_meta with metamode=override, …
(edit) @27162   11 years ak19 Fixed bug in remove_index_metadata: it was specifically including the …
(edit) @27160   11 years ak19 Committing bugfix discovered during restructuring of code (the …
(edit) @27159   11 years ak19 Fixing how the collection_directory which gets locked upon a call to …
(edit) @27157   11 years ak19 First pass updating metadataaction.pm to create generic set_meta, …
(edit) @27156   11 years ak19 Possible bugfix. Subroutine remove_live_metadata used to lock the …
(edit) @27155   11 years ak19 Possible bugfix. Subroutine remove_metadata used to lock the …
(edit) @27141   11 years kjdon fixed extract_metadata so that it will get all ocurrences of a …
(edit) @27112   11 years ak19 Adding in error processing code for when an invalid subsection is …
(edit) @27111   11 years ak19 Bugfix. When GS3 specifies that the metadata of a subsection is to be …
(edit) @27106   11 years kjdon need to do the same utf8 decode step that is used in ReadTextFile on …
(edit) @27098   11 years kjdon new option for List: standardize_capitalization. If set, then …
(edit) @27097   11 years kjdon indexOption doesn't have sub element option any more
(edit) @27071   11 years ak19 Demo collection uses dc.Title metadata now instead of dls.Title. So …
(edit) @27012   11 years ak19 As John Rose requested: when you build an oai collection with the …
(edit) @27007   11 years davidb Additional case for storing metadata now handled: that of when the …
(edit) @26976   11 years ak19 First commit for RSS support: copying rss-items.rdf file across from …
(edit) @26973   11 years kjdon don't lowercase the suffix in rename_file - if the original was …
(edit) @26893   11 years kjdon ConvertBinaryFile needs to reset the doc OID after all the processing …
(edit) @26867   11 years davidb Added a block for pesky .DS_Store files, generated by Macs
(edit) @26866   11 years davidb Introduction of -aspectpad... options. Useful when working with …
(edit) @26850   11 years davidb Additional tweak to handling Latitude and Longitude added, so versions …
(edit) @26825   11 years davidb Perl version check for CPAN inclusion changed to something more …
(edit) @26567   11 years ak19 When a GS2 collection contains both collect.cfg and …
(edit) @26545   11 years ak19 List.pm makes all bucket titles lowercase now, for sorting purposes …
(edit) @26540   11 years davidb Removal of rogue debugging statement
(edit) @26536   11 years davidb Introduction of two new OIDtype values (hash_on_full_filename and …
(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) @26440   11 years ak19 On NZDL, using the args fromPid (and deletePid) instead of fromPID …
(edit) @26342   12 years kjdon indexOption/option-list is now just indexOption-list
(edit) @26324   12 years ak19 1. When purging documents from the fedora repository during import and …
(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) @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) @26146   12 years davidb Refinement to EmbeddedMetadataPlugin that allows it to operate with …
(edit) @26094   12 years ak19 Finally properly fixed the appearance and non-appearance of the quick …
Note: See TracRevisionLog for help on using the revision log.