source: main/trunk/greenstone2/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28285   11 years ak19 Deprecated util:: subroutines replaced with their FileUtils equivalents
(edit) @28268   11 years davidb Existing doc.xml maked with R for reindex, new file I to index
(edit) @28267   11 years davidb Code change to allow doc.xml files that do not have a DOCTYPE line
(edit) @28265   11 years davidb Revised RE for accepting doc.xml files to allow for time-stamped ones
(edit) @28264   11 years davidb Change what doc.xml is as well\!
(edit) @28263   11 years davidb Code added to make the new document have a differentdoc-id from the …
(edit) @28261   11 years davidb This action now saves the newly created document in the same archives …
(edit) @28252   11 years davidb white-space change
(edit) @28251   11 years davidb Change to calculation of curr_sec_num so it correctly pops off values …
(edit) @28250   11 years ak19 1. Jenny and I fixed an oversight in OAIDownload, thanks to Kathy's …
(edit) @28249   11 years davidb A very rough cut at dividig a document in to two parts
(edit) @28245   11 years davidb Tweak to help statement
(edit) @28243   11 years davidb New CGI program to manipulate doc.xml files to remove some …
(edit) @28236   11 years ak19 Added a parameter to specify whether paths on windows should be …
(edit) @28228   11 years ak19 For windows, need to check for short (not long) file/path names when …
(edit) @28226   11 years ak19 Related to previous commit: the test for whether the OS is Windows, to …
(edit) @28225   11 years ak19 Another commit concerning the placeholder GS paths written into the …
(edit) @28215   11 years kjdon assume that no indexoptions line in config file actually means no …
(edit) @28214   11 years kjdon moved TokeParser out of perl 5.8 back to main cpan HTML folder. Needed …
(edit) @28213   11 years ak19 Clean up. Removed an usused new method to convert a path to its …
(edit) @28212   11 years ak19 Removed unused variable
(edit) @28211   11 years ak19 No more absolute paths in archiveinf-doc.gdb and archiveinf-src.gdb
(edit) @28199   11 years kjdon make the doclevel default be section - a sectionlist by default should …
(edit) @28198   11 years kjdon changed doclevel to 'our' so that AZCompactSectionList can use it in args
(edit) @28197   11 years kjdon added a missing string for AZCompactList
(edit) @28196   11 years kjdon util::mk_dir should be FileUtils::makeDirectory
(edit) @28177   11 years ak19 Added new subroutines to convert from absolute paths to Greenstone …
(edit) @28176   11 years ak19 Fix to previous commit
(edit) @28175   11 years ak19 Splitting resolve_collection_dir into two functions, one of which …
(edit) @28174   11 years ak19 Fix to when using GSDLCOLLECTDIR
(edit) @28160   11 years davidb Commented out some debugging statements
(edit) @28159   11 years davidb rewrite to avoid undefined error on hash
(edit) @28126   11 years davidb Print statement added to Perl to make better sense of the …
(edit) @28121   11 years ak19 Better error checking after system commands in mgpbuilder too. Could …
(edit) @28119   11 years ak19 First commit of better error checking of system commands in …
(edit) @28108   11 years davidb Implementation of set_infodb_entry() function for JDB database type
(edit) @28087   11 years davidb Minor tweak to the formatting of the message produced about the RSS …
(edit) @28077   11 years ak19 Fix noticed when doing diffcol. When the import option saveas was set …
(edit) @28066   11 years ak19 Dr Bainbridge fixed a subtle bug where the timestamped tmp folders …
(edit) @28064   11 years sjm84 Added functionality to use prevmetavalue when setting index metadata
(edit) @28060   11 years kjdon sections_sort_on_doc_meta is for solr and lucene
(edit) @28035   11 years kjdon handle sort field none as well as rank
(edit) @28034   11 years kjdon handling importOption and buildOption - they are not options in a …
(edit) @28033   11 years kjdon sortfields rank and none don't have a long name, just use the same …
(edit) @28022   11 years jmt12 Found a bug in that I was defaulting 'subdir_hash_prefix' (the flag …
(edit) @28021   11 years jmt12 Found a bug in that I was defaulting 'subdir_hash_prefix' (the flag …
(edit) @27997   11 years kjdon need to check that perfect hash function was generated otherwise we …
(edit) @27986   11 years ak19 Fixing syntax error: forgot semi-colon
(edit) @27985   11 years ak19 Now prints out exit status and weights and passes commands that get …
(edit) @27982   11 years sjm84 Fixed an error that was occuring on Windows due to backslashes
(edit) @27973   11 years ak19 Reinstating Dr Bainbridge's fix to getting the extra meta in sorted …
(edit) @27970   11 years ak19 Fix to regex. The regex sorting the ordering of the generated …
(edit) @27957   11 years ak19 For now, undoing the change made to BasePlugin for the diffcol nightly …
(edit) @27955   11 years kjdon supports_memberof needs to be called from self otherwise we don't get …
(edit) @27949   11 years ak19 Need to sort extra metadata (e.g. ex.PDF.* and ex.File.* meta …
(edit) @27927   11 years ak19 Correcting error introduced in earlier commit.
(edit) @27917   11 years ak19 1. Reference to undefined variable. 2. Using FileUtils:: subroutines …
(edit) @27916   11 years ak19 1. Reference to undefined variable. 2. Using FileUtils:: subroutines …
(edit) @27905   11 years ak19 One more instance: Replacing calls to deprecated utils:: subroutines …
(edit) @27904   11 years ak19 Replacing calls to deprecated utils:: subroutines with FileUtils:: …
(edit) @27882   11 years ak19 Replacing deprecated calls to util:: subroutines with calls to …
(edit) @27880   11 years ak19 Intermediate commit. Bugfix to what broke ISIS/Marc tutorials. The …
(edit) @27845   11 years davidb Moving these to one side as the 'XS'-ness seems to trigger some binary …
(edit) @27819   11 years ak19 Using FileUtils::MakeAllDirectories instead of deprecated util::mk_all_dir.
(edit) @27818   11 years kjdon adding in stuff for facets
(edit) @27803   11 years kjdon code for sort and facet lists
(edit) @27791   11 years ak19 Bugfix: when running buildcol.pl with -activate flag, the collection …
(edit) @27789   11 years davidb Moving the cpan HTML::... perl modules to inside perl-5.8 as these …
(edit) @27787   11 years kjdon making the thumbicon img tag valid HTML - adding alt att, and putting …
(edit) @27775   11 years ak19 Commented out message on GS3 still not having authentication …
(edit) @27774   11 years davidb Change to work with the Greenstone 3 release-kit/installer
(edit) @27762   11 years ak19 Minor bugfix: name of function called was mistyped
(edit) @27758   11 years ak19 Using FileUtils instead of deprecated util subroutines. Also a typo …
(edit) @27742   11 years ak19 Remove Windows carriage returns when Greenstone assigns titles, where …
(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) @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) @27623   11 years ak19 Using FileUtils::FileExists in place of minus-e for the same test.
(edit) @27602   11 years ak19 Adding sorting on keys. Particularly necessary for diffcol.pl …
(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) @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) @27522   11 years ak19 Correcting some minor bugs during build.
(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.
Note: See TracRevisionLog for help on using the revision log.