source: main/trunk/greenstone2/runtime-src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @21973   14 years kjdon Need to convert query between unicode and utf8 for mgpp
(edit) @21961   14 years mdewsnip Added call to reset() on the inconverter before converting each CGI …
(edit) @21945   14 years ak19 Fixed up win32.mak files in runtime-src that set DEFS for ANY of the …
(edit) @21931   14 years ak19 Matches the win32.mak of recpt: doesn't compile up oaserver.cgi for …
(edit) @21906   14 years ak19 Reinstating some of the handling of envvars file to before previous
(edit) @21895   14 years ak19 Can set envvars ourselves instead of preserving it 'if it exists'. It …
(edit) @21894   14 years ak19 1. Removed insertion of unnecessary quotes when replacing the …
(edit) @21887   14 years ak19 Occurrences of the placeholder APACHE_HOME_OS were not getting …
(edit) @21883   14 years kjdon don't use dc.date for datestamp, instead use the new gs.OAIDateStamp
(edit) @21878   14 years kjdon we need to keep the original version of the search word to display for …
(edit) @21877   14 years kjdon added ifndefs around the define _XOPEN_SOURCE. Adding in gsdlconf to …
(edit) @21875   14 years kjdon config.h not there on windows, should have included gsdlconf.h
(edit) @21874   14 years kjdon need to include config.h to use ENABLE_MGPP
(edit) @21810   14 years ak19 LANG env needs to be consistent: passed to apache web server to keep …
(edit) @21808   14 years mdewsnip Added format_t destructor, to fix one memory leak.
(edit) @21799   14 years kjdon output_custom_metadata needs a return value
(edit) @21772   14 years ak19 Removing the Doc and Sec opening and closing tags, since they …
(edit) @21761   14 years kjdon adding code to provide a URL in a dc.identifier field to link to the …
(edit) @21758   14 years kjdon now we dynamically generate srclink (and /srclink, and new srchref …
(edit) @21752   14 years mdewsnip Added new "htmlsafe:", "xmlsafe:", and "truncate(X):" (truncate …
(edit) @21743   14 years kjdon should be using assocfilepath instead of archivedir
(edit) @21605   14 years mdewsnip Swapped an "if" block and an "else" block in …
(edit) @21490   14 years mdewsnip Adding new GSDL_USE_WIZARD_ACTION definition to gsdl_modules_cfg.h, to …
(edit) @21489   14 years mdewsnip Modifying userdb.cpp so it uses the more general dbclass object …
Note: See TracRevisionLog for help on using the revision log.