source: gsdl/trunk/runtime-src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19387   15 years oranfry ignore mod_gsdl install
(edit) @19365   15 years ak19 Dr Bainbridge fixed the bug that crashed server.exe when there's no MG …
(edit) @19358   15 years oranfry mod_gsdl.so not compiling under macos yet, ignore for now
(edit) @19345   15 years ak19 New folder w32apachectl written by Dr Bainbridge to start and stop a …
(edit) @19344   15 years ak19 Added new folder w32apachectl in src to compile up Apache webserver …
(edit) @19312   15 years davidb DocOID is now stored in the span-wrap tag to help with set-metadata call
(edit) @19311   15 years davidb Further mods to support metadata-spanwrap
(edit) @19302   15 years davidb Introduction of [metadata-spanwrap] ... metadata-spanwrap to mark …
(edit) @19301   15 years davidb Added -with-included-apr to help Apache compile on different …
(edit) @19298   15 years davidb optional support for metadata wrapped in span tags added. *OFF* by …
(edit) @19297   15 years mdewsnip Tidied up a few comments.
(edit) @19295   15 years mdewsnip Ignoring new .cgi extension.
(edit) @19294   15 years mdewsnip Ignoring new .cgi extension.
(edit) @19292   15 years davidb Adjustment to -I flags to compile mod_gsdl.cpp/so so it can find the …
(edit) @19289   15 years ak19 Tries to generate the llssite.cfg file from llssite.cfg.in if it's not …
(edit) @19261   15 years davidb mod_gsdl.so needs to be enclosed in 'if' test so only installed with …
(edit) @19260   15 years davidb Tweak to ensure Apache (if enabled) is installed before src/recpt is …
(edit) @19259   15 years davidb Revap of Greenstone as a module for Apache. Initial version coded by …
(edit) @19250   15 years davidb Unix version now allows the web server to be for local-only or …
(edit) @19210   15 years davidb Local Library Server can now either be configured to connects from …
(edit) @19160   15 years kjdon modified the install path
(edit) @19159   15 years kjdon added an install target
(edit) @19147   15 years kjdon need to configure recpt with httpweb
(edit) @19124   15 years kjdon updated the location of the stylesheet
(edit) @19109   15 years kjdon httpimg changed to httpweb, and default is now httpprefix/web. not …
(edit) @19062   15 years kjdon all gdbm files (key, users, history, argdb) now use gdb extension …
(edit) @19058   15 years davidb Fixed bug that causes Local Library Server to crash with an {If} …
(edit) @19047   15 years davidb Additional macros set to assist in more advanced use of a …
(edit) @19046   15 years davidb Qualifiers within metadata can now support a chain of parent: and …
(edit) @19036   15 years ak19 Last remaining occurrences of original compilation pathnames in apache …
(edit) @19019   15 years davidb Provisional (optional) support for apache-httpd for Windows. Add …
(edit) @19018   15 years ak19 Fixed error in previous commit: the inclusion of quotes meant the …
(edit) @19017   15 years davidb Provisional (optional) support for apache-httpd for Windows. Add …
(edit) @19016   15 years ak19 Some files still referred to the old path of installation. Though …
(edit) @19015   15 years ak19 From now on the server starts up with address resolution method set to …
(edit) @18979   15 years kjdon add the call to add_collection_group after add_collection, so that …
(edit) @18978   15 years kjdon made group col use / instead of - we check for this later. so now …
(edit) @18903   15 years kjdon check the existence of collect.cfg to see if a collection name is …
(edit) @18896   15 years kjdon convert CoverageSpatial to Spatial. Just deletes anything before the …
(edit) @18895   15 years kjdon added is_valid_element to metaformat, which checks elementSet for the …
(edit) @18893   15 years kjdon check the metadataSet list for whether we support a format or not
(edit) @18892   15 years kjdon some comments changed and support for oaimetadata in oai.cfg. list of …
(edit) @18891   15 years kjdon new field metadataSet, and getMetadataSet() method
(edit) @18890   15 years kjdon pass metadata set to recordaction constructor
(edit) @18889   15 years kjdon constructor now takes a text_tset containing a list of metadata set …
(edit) @18888   15 years kjdon constructor now takes a text_tset containing a list of metadata set …
(edit) @18885   15 years kjdon changed some comments
(edit) @18884   15 years kjdon the mapping now uses the metadata set name instead of the prefix, so …
(edit) @18882   15 years oranfry on ubuntu the compiler complains that we need three arguments to …
(edit) @18879   15 years ak19 1. More instances where spaces in filepaths need to be escaped; 2. …
(edit) @18878   15 years ak19 Spaces in paths preserved with quotes
(edit) @18875   15 years ak19 1. Dr Bainbridge added in virtual destructors and a semi-colon at the …
(edit) @18872   15 years ak19 Removed reference to build.properties.in from the Makefile
(edit) @18865   15 years kjdon added / to the end of the namespace path so its consistent with the …
(edit) @18864   15 years kjdon added new qualified_dublincore files into sources and objects lists
(edit) @18862   15 years kjdon add gsdl_qdc to list of acceptable meta formats. Output xml-stylesheet …
(edit) @18861   15 years kjdon load up the new qualified dublin core metaformat
(edit) @18860   15 years kjdon added new field to collection - baseDocRoot. Equivalent to …
(edit) @18859   15 years kjdon added new field to collection - baseDocRoot. Equivalent to …
(edit) @18858   15 years kjdon a new metaformat class for qualified dublin core
(edit) @18841   15 years ak19 Reverting previous erroneous commit
(edit) @18838   15 years ak19 Added a line in that seemed like an ommission: command.clear().
(edit) @18828   15 years ak19 The apxs.in file is now redundant since the packages' Makefile will …
(edit) @18827   15 years ak19 In order to be able to run the final install-bindist.sh file (to be …
(edit) @18826   15 years ak19 1. Rewrote the apache-for-dist target so that it is no longer …
(edit) @18824   15 years mdewsnip Fixed get_cookie() so that it checks that cookiestring isn't empty …
(edit) @18818   15 years mdewsnip Changed cookie expiry date into the correct format.
(edit) @18815   15 years ak19 Making the apache webserver relocatable for the release-kit. 1. …
(edit) @18814   15 years ak19 Making the apache webserver relocatable for the release-kit. 1. …
(edit) @18763   15 years ak19 Apache configure prefix has been adjusted in the configure file in the …
(edit) @18761   15 years ak19 Corrected error in previous commit and added GSDLOS definition.
(edit) @18760   15 years ak19 At end of make install generates buil.properties from the .in file
(edit) @18758   15 years ak19 Dr Bainbridge's change: prefix for apache-httpd now has the …
(edit) @18757   15 years ak19 Apache's conf/httpd.conf file is now located in the OS-specific folder.
(edit) @18727   15 years ak19 Undoing the last change (insertion of SERVERNAME placeholder)
(edit) @18725   15 years ak19 Inserted SERVERNAME placeholder.
(edit) @18724   15 years ak19 After make install, the logs-gsi folder inside the etc dir is created …
(edit) @18721   15 years ak19 In the output messages, told the user to source setup.bash before …
(edit) @18681   15 years ak19 Echo statements to give some information on what to do next.
(edit) @18680   15 years ak19 Custom httpd.conf.in file for GS2 that will get copied to the correct …
(edit) @18678   15 years ak19 Correction to copying of httpd.conf.in after make install
(edit) @18676   15 years ak19 Makefile.in for runtime-src's packages directory now copies the custom …
(edit) @18651   15 years ak19 Renaming toplevel gsdlsite.cfg to llssite.cfg (lls = local library server)
(edit) @18613   15 years davidb Switched to compiling oaiserver.cgi rather than oaiserver
(edit) @18612   15 years davidb Change of main library cgi-bin program to library.cgi rather than …
(edit) @18581   15 years kjdon when getting the namespace off the metadata element to compare to the …
(edit) @18570   15 years davidb white space fix
(edit) @18562   15 years davidb id attribute added to vlist table
(edit) @18519   15 years davidb Deleting this Makefile from SVN. It should be automatically generated …
(edit) @18487   15 years davidb Regenerate of configure scripts due to mods made to configure.in
(edit) @18486   15 years davidb Install architecture specific binaries under GSDLOS name
(edit) @18485   15 years davidb Tweak to get --enable-apache-httpd working correctly
(edit) @18484   15 years davidb Addition of Apache's httpd web server (version 2.x) into runtime-src …
(edit) @18483   15 years davidb Addition of Apache's httpd web server (version 2.x) into runtime-src …
(edit) @18481   15 years davidb missing space in attributes to html tag
(edit) @18460   15 years anna Added several functions in GTI.\n 1. Create spreadsheet for all the …
(edit) @18459   15 years davidb a space is being added to end of an mgpp query when it if formatted. …
(edit) @18458   15 years davidb putenv added to cover case of running on mac
(edit) @18313   15 years davidb Fixed bug to do with initialization of RequestFields variable. Had …
(edit) @18311   15 years davidb Changed from using afxres.h to windows.h, as former is not part of …
Note: See TracRevisionLog for help on using the revision log.