source: main/trunk/greenstone2/perllib/inexport.pm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31700   7 years kjdon export.pl has -saveas_options so you can pass in plugout options. …
(edit) @31409   7 years ak19 Adding verbosity setting to oaiinfo.pm to reduce debug output on …
(edit) @31191   7 years ak19 Correction to previous commit.
(edit) @31190   7 years ak19 First major commit to do with the new oaiinfo db that keeps track of …
(edit) @31189   7 years ak19 Corrections and cleanups ahead of major commit to do with the new …
(edit) @30517   8 years ak19 Fixing incremental-rebuild when the database is gdbm. At this point …
(edit) @30489   8 years davidb Added in missing function, after DBUtil rewrite
(edit) @29379   10 years kjdon implementing statsfile option which is used by the depositor
(edit) @29370   10 years kjdon can't have a manifest version less than 1, so making the test == 1. It …
(edit) @29096   10 years kjdon new argument to print_txt_usage. Pass 1 if you don't want the output …
(edit) @29013   10 years ak19 Following Dr Bainbridge's suggestion on determining a document's title …
(edit) @28705   10 years kjdon args can set their defaults in the data structure - we now use …
(edit) @28641   10 years kjdon moved common import./export options to here. and moved checking …
(edit) @28211   11 years ak19 No more absolute paths in archiveinf-doc.gdb and archiveinf-src.gdb
(edit) @28077   11 years ak19 Fix noticed when doing diffcol. When the import option saveas was set …
(edit) @27698   11 years ak19 import.pl/export.pl now issues a reminder that sortmeta needs to be …
(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) @27394   11 years jmt12 Replaced hardcoded -e (which should have been a -d anyway) with …
(edit) @27352   11 years kjdon added filename into the list for OIDtype
(edit) @27334   11 years kjdon 2 bugfixes that broke the building process.
(edit) @27302   11 years jmt12 Removed parallel processing stuff as that now lives in an extension. …
(edit) @26567   11 years ak19 When a GS2 collection contains both collect.cfg and …
(edit) @26536   11 years davidb Introduction of two new OIDtype values (hash_on_full_filename and …
(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) @25957   12 years kjdon adding in support for plugins knowing what version of greenstone (2/3) …
(edit) @24829   12 years ak19 Changes to bat files and perl code to deal with brackets in (Windows) …
(edit) @24344   13 years davidb Tidying up of some comments
(edit) @23946   13 years ak19 Xiaofeng found that the OAI-related changes to do with …
(edit) @23943   13 years ak19 Xiaofeng encountered a problem with opening a file for writing in …
(edit) @23939   13 years ak19 GS3's OAIserver passes final official oaiserver validation tests: to …
(edit) @23825   13 years sjm84 Phase two of commiting the files changed to extend the DSpace …
(edit) @23767   13 years davidb CGI Perl scripts updated to work with Greenstone 3. This in turn …
(edit) @23485   13 years davidb read_infodb_entry now returns a hashmap directly. Code updated to …
(edit) @23402   13 years max New "psuedo" constructor added that is useful to call from CGI Perl scripts
(edit) @23170   14 years kjdon if infodbtype is gdbm-txtgz, we need to use gdbm for all archives dbs
(edit) @23132   14 years kjdon for manifest files, if the user has specified Index (not Reindex) and …
(edit) @23119   14 years kjdon removed some print statements, and don't go into .svn folder when …
(edit) @23053   14 years kjdon reworking of manifest stuff. Now, instead of calling plugin::read on …
(edit) @23042   14 years ak19 Kathy fixed a cut and paste error that prevented the depositor from …
(edit) @22986   14 years kjdon need to do a file_block_read before a read when adding new docs …
(edit) @22567   14 years kjdon the last step in mark_docs_for_deletion, only do it in delete mode. …
(edit) @22535   14 years max Minor cleanup
(edit) @22466   14 years ak19 Set archivedir to "" in the first instance
(edit) @22464   14 years ak19 Added in missing routine that had forgotten to be brought over from …
(edit) @22460   14 years ak19 Reverted to using -exportdir with export.pl rather than 'merged' …
(edit) @22445   14 years davidb Incorporation of top-level parallel_import functionality into code base.
(edit) @22421   14 years davidb Continued work on refactoring code to have better shared support for …
(edit) @22413   14 years davidb Initial pass at getting the main code to import.pl (and the very …
(edit) @22327   14 years kjdon if a file and all its associated files is deleted from import, then …
(edit) @22010   14 years davidb GDBM reader/writer conflict resulted from swithcing from the (now …
(edit) @21620   14 years mdewsnip Changed inexport.pm to use the infodbtype value from the collect.cfg …
(edit) @21619   14 years mdewsnip Removed src_db_file() and doc_db_file() functions from inexport.pm. …
(edit) @21566   14 years mdewsnip Changed all places explicitly using "archiveinf-doc.gdb" or …
(edit) @21564   14 years mdewsnip Changed lots of occurrences of "GDBM" in comments, variable names and …
(edit) @21563   14 years mdewsnip Deleted GDBMUtils.pm. What was the point of me spending all that time …
(edit) @21560   14 years mdewsnip Efficiency improvement to last changes.
(edit) @21559   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseRemove() to …
(edit) @21558   14 years mdewsnip Variable name change to prevent clash.
(edit) @21557   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseSet() to …
(edit) @21554   14 years mdewsnip Changed calls to GDBMUtils::gdbmRecordToHash() to …
(edit) @21553   14 years mdewsnip Added missing "use dbutil".
(edit) @21552   14 years mdewsnip Changed calls to GDBMUtils::gdbmDatabaseGet() to …
(edit) @21306   14 years kjdon mark_docs_for_reindex code moved into new_vs_old_import_diff, so this …
(copy) @20999   14 years oranfry restructuring the repository
copied from gsdl/trunk/perllib/inexport.pm
(edit) @20788   15 years kjdon rewrote _mark_docs_for_deletion. I think the cases for assoc fiel and …
Note: See TracRevisionLog for help on using the revision log.