source: main/trunk/greenstone2

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @28242   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) @28223   11 years kjdon tidying up advanced form stem/case/accent boxes. added in boxes and …
(edit) @28222   11 years kjdon changed order to reflect order in advanced form
(edit) @28221   11 years kjdon tidying up for case/accent/stem checkboxes in advance mgpp search …
(edit) @28220   11 years kjdon adding in fqaf arg - form query accent fold, foro the fold accent …
(edit) @28217   11 years kjdon changed a comment
(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) @28200   11 years kjdon Added in missing end BODY tags. not sure if important or not…
(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) @28185   11 years kjdon we don't need to copy solr.xml from ext folder as its modified in the …
(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) @28166   11 years ak19 Minor improvements to debug msg display
(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) @28113   11 years ak19 The Linux gdbm.h file, which gets re-generated during compilation, was …
(edit) @28108   11 years davidb Implementation of set_infodb_entry() function for JDB database type
(edit) @28101   11 years ak19 Dr Bainbridge's bugfix. The gdbm_errno variable exported by gdbm.h is …
(edit) @28097   11 years ak19 Fixing use of env variable MODE. The silent mode of makegs2.bat was …
(edit) @28091   11 years davidb Further header file needed
(edit) @28090   11 years davidb Further header file needed
(edit) @28089   11 years davidb Additional error message details added
(edit) @28088   11 years davidb Additional print messages added to show the decision making process …
(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) @28031   11 years kjdon changes for sorting search results. setReverseSort now takes a boolean …
(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) @27966   11 years ak19 GS2 apache server had issues launching because it thought setup.bat …
(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) @27901   11 years ak19 Bugfix to MARCPlugin so that the marc tutorial now works: exploding …
(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) @27831   11 years ak19 Win GS2 setup.bat now checks whether GSDLHOME has already been set
(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) @27804   11 years davidb Standard JDBM code opens databases read/write. This doesn't play …
(edit) @27803   11 years kjdon code for sort and facet lists
(edit) @27799   11 years davidb If the gnome-lib extension is visible (in its standard 'ext' location …
(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) @27786   11 years kjdon the name att of a meta tag must be a single token. So lets use a …
(edit) @27785   11 years kjdon img tags need alt attribute to be valid html
(edit) @27776   11 years davidb Moved to the latest version of XML::Parser. This is so newer version …
(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) @27770   11 years davidb Some useful information about extensions
(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) @27757   11 years ak19 Using FileUtils subroutines instead of deprecated calls to util package
(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) @27673   11 years kjdon need to return the set name\!
(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) @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) @27627   11 years ak19 File lock code currently experimental, so not in the main greenstone …
Note: See TracRevisionLog for help on using the revision log.