source: main/trunk/greenstone2/runtime-src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @23252   13 years sjm84 The localhost and hostname did not work on the Ubuntu here, but should …
(edit) @23234   13 years kjdon use a relative path for oai2.xsl, otherwise sometimes it doesn't like …
(edit) @23233   13 years kjdon changed the url info stored in oai.cfg. Now have one optional field …
(edit) @23058   14 years davidb New cgi argument added to support DL talkback where two Greenstone …
(edit) @23044   14 years kjdon if we are building 'in place' then don't want to install the …
(edit) @23029   14 years ak19 Still part of bugfix in depositor: depositor now crashed further down …
(edit) @23012   14 years ak19 Fix to bug causing depositor to crash library.cgi upon selecting a …
(edit) @22984   14 years ak19 1. Undoing commit of 22934 where decode_commas was called on stem and …
(edit) @22980   14 years kjdon when setting up a cgiarg, parameters not defined get left at their …
(edit) @22977   14 years kjdon in manifest file, Import is now Index
(edit) @22960   14 years ak19 Added in DEBUG flags to LDFLAGS where missing
(edit) @22948   14 years ak19 Dr Bainbridge fixed more bugs tangentially related to the advanced …
(edit) @22942   14 years ak19 For ticket no 712 again. Tidier code in decode_commas function. …
(edit) @22935   14 years ak19 For ticket no 712. Fixes to 2 related crashes that occurred when using …
(edit) @22934   14 years ak19 For ticket no 712. Fixes to 2 related crashes that occurred when using …
(edit) @22926   14 years davidb Additional syntax added to optionally allow mod_gsdl.so to be compile …
(edit) @22925   14 years davidb Inclusion of iostream for printing
(edit) @22924   14 years davidb ' and \n encoded as entites
(edit) @22923   14 years davidb Main change is to use reverse iterator (see comment in code), but also …
(edit) @22850   14 years ak19 Minor changes to Readme.txt on compiling apache-httpd for GS.
(edit) @22838   14 years davidb Looks like search_single_collection() is duplicated between …
(edit) @22833   14 years ak19 Code for loading collections from the default Greenstone collect …
(edit) @22822   14 years ak19 Further changes for ticket 152 (movable collectdir), to get server.exe …
(edit) @22810   14 years mdewsnip Fixed HTML 4 validity problem with "related document" links.
(edit) @22796   14 years mdewsnip Need to add <time.h> so my last change compiles on Windows.
(edit) @22792   14 years mdewsnip No longer need to include md5.h.
(edit) @22791   14 years mdewsnip Changed cgiutils::process_post_section() to use the current timestamp …
(edit) @22770   14 years ak19 More changes for ticket 152: making the collectdir moveable. When …
(edit) @22766   14 years mdewsnip Instead of having two copies of expat in Greenstone (one for Linux and …
(edit) @22744   14 years mdewsnip Minor copyright statement fixes.
(edit) @22739   14 years mdewsnip Added copyright header to runtime-src/src/oaiserver/*.cpp and …
(edit) @22738   14 years mdewsnip Added copyright header to runtime-src/src/colservr/expat_document.cpp, …
(edit) @22693   14 years davidb 'multiplevalue' appears to be left undefined -- in general for all …
(edit) @22677   14 years ak19 More changes for making the collectdir movable (ticket 152): (1) …
(edit) @22671   14 years mdewsnip Added code to set optionsassocfilepath so [srclink] works in …
(edit) @22670   14 years mdewsnip Fix so [srclink] still works after my changes to srclink_file.
(edit) @22665   14 years mdewsnip Now always applies dm_safe() to [srclink_file] metadata values, …
(edit) @22651   14 years mdewsnip Changed vlistbrowserclass.cpp and demo/etc/collect.cfg to use the new …
(edit) @22650   14 years mdewsnip Added new "dmsafe:" format statement modifier, in preparation for …
(edit) @22647   14 years davidb Now using gs.allowPrinting rather than internal 'allowPrint' which …
(edit) @22635   14 years ak19 3rd commit to do with having a relocatable collect dir. Changes to …
(edit) @22613   14 years ak19 Still ticket 152: allowing other collectdirs. For the apache web …
(edit) @22588   14 years sjm84 Added css to the list of mime-types that server.exe knows about
(edit) @22557   14 years kjdon in oai.cfg can define oaiinfo elements, which are addition items …
(edit) @22483   14 years ak19 1. Added instructions on how to set up the relocatable Apache HTTPD …
(edit) @22482   14 years ak19 The README file that explains the changes made to binaries and zip …
(edit) @22452   14 years kjdon added a variable to store the default format, so can change it easily. …
(edit) @22437   14 years kjdon need to check for ex. before testing whether meta = srclink etc, …
(edit) @22404   14 years mdewsnip Added "newvalue.setencoding(1)" in two places in …
(edit) @22400   14 years kjdon some code formatting changes, major change is the call to MARCtidy …
(edit) @22399   14 years kjdon changes for unimarc, thanks to Yvan Arnaud
(edit) @22398   14 years kjdon added UNIMARC format
(edit) @22397   14 years kjdon added UNIMARC format
(edit) @22396   14 years kjdon use MARCmake now instead of usMARC - then can use all formats that d2m …
(edit) @22395   14 years kjdon added UNIMARC format
(edit) @22394   14 years kjdon these needed stdlib.h for malloc
(edit) @22393   14 years kjdon conversion for uniMARC, thanks to Yvan Arnaud
(edit) @22392   14 years kjdon want to use is/uni/swe/nor/dan/fin MARCs so added them in to Makefile, …
(edit) @22384   14 years kjdon hack to make right to left languages look proper. new parameter to …
(edit) @22378   14 years sjm84 Greenstone 2 now compiles and installs on 64-bit linux machines
(edit) @22292   14 years sjm84 Changed from using an int to using a long so that it would be …
(edit) @22289   14 years kjdon ids are now like oai:repos-id:collection:doc
(edit) @22287   14 years kjdon added oai-identifier description now that we are using oai scheme ids
(edit) @22286   14 years kjdon previous commit message was for a different file. Should have been: …
(edit) @22285   14 years kjdon new toOID takes an extra arg, repos_id, so its generates ids like …
(edit) @22284   14 years kjdon new toOID takes an extra arg, repos_id, so its generates ids like …
(edit) @22231   14 years mdewsnip Fix assert() failure that looks like a segmentation fault when users …
(edit) @22214   14 years kjdon tidied up output_custom_metadata. when outputing dc.Identifier, it …
(edit) @22213   14 years kjdon changes to methods of oaiconfig
(edit) @22212   14 years kjdon tidied up the config classes. moved all the global params into …
(edit) @22206   14 years kjdon qualified_dublin_core now inherits from dublin_core so that it can use …
(edit) @22205   14 years kjdon added ifndef _DUBLINCORE_H_ etc because I am now including it more …
(edit) @22196   14 years mdewsnip Grrr... why wasn't "multiplevalue" supported when reading "cgiarg" …
(edit) @22189   14 years davidb Some refinement of the testing framework for the os_process class
(edit) @22188   14 years davidb Some refinement of the testing framework for the os_process class
(edit) @22187   14 years davidb Switch off main() program for testing os_process
(edit) @22183   14 years davidb Further expansion of functionality (and testing) or os_process classes
(edit) @22178   14 years davidb slipped up with '=' instead of '=='. Now fixed.
(edit) @22177   14 years davidb Further development of the os_process classes
(edit) @22174   14 years davidb Syntax errors corrected
(edit) @22173   14 years davidb Some initial development on the ability to have bi-directional pipes …
(edit) @22142   14 years davidb For the CGI 'e' variable to be inter-changable between mod_gsdl and …
(edit) @22090   14 years ak19 Windows makefiles to work with USE_GDBM and USE_JDBM: 1. Added …
(edit) @22080   14 years ak19 Undoing partial commit: accidentally committed windows makefiles along …
(edit) @22078   14 years ak19 1. Missing conditional LIBS or INCLUDES or DIR declaration for when …
(edit) @22068   14 years ak19 1. Configure files updated to set the USE_HTTPD at the runtime-src …
(edit) @22067   14 years ak19 1. More changes to makefiles: rm JDBMWrapper.jar and jdbm.jar on …
(edit) @22066   14 years ak19 obj (not .o) files on windows.
(edit) @22062   14 years ak19 Updating windows makefiles to mirror the same changes that Dr …
(edit) @22058   14 years ak19 Changes to makefiles to 1. incorporate USE_GDBM and USE_JDBM flags …
(edit) @22050   14 years davidb Updating of code to support sql-query filter
(edit) @22049   14 years davidb Similar to introduction of sqlquery action, introduction of …
(edit) @22048   14 years davidb Changes necessary to support new sql-query action
(edit) @22047   14 years davidb Changes necessary to support new sql-query action
(edit) @22046   14 years davidb Changes necessary to support new sql-query action
(edit) @22045   14 years davidb Introduction of sql-query action. This has been achived be creating a …
(edit) @22044   14 years davidb Introduction of sql-query action. This has been achived be creating a …
(edit) @21997   14 years mdewsnip Fixed nasty problem where random memory can be iterated through when …
(edit) @21980   14 years kjdon added stylesheet info to the output so get a nice page when user …
(edit) @21978   14 years kjdon for record datestamp, use gs.OAIDateStamp if available, otherwise use …
Note: See TracRevisionLog for help on using the revision log.