source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9926   19 years davidb Introduction of Z39.50 Server code for Greenstone. Based on the work …
(edit) @9925   19 years davidb Renaming of z3950_server.* to z3950_proxy.* This was done to better …
(edit) @9924   19 years davidb z3950_server (and associated names) renamed to z3950_proxy to better …
(edit) @9923   19 years davidb Added curly-brackets around if-statement.
(edit) @9917   19 years kjdon added a new macro: currentnodevalue, which contains the title of the …
(edit) @9916   19 years kjdon tidying up after someone, who will remain nameless (DAVIDB), …
(edit) @9915   19 years kjdon removed some unnecessary commented code
(edit) @9904   19 years kjdon fixed a bug where the buildtype was getting set to mgpp if searchtypes …
(edit) @9881   19 years mdewsnip Fixed a non-portable image link.
(edit) @9852   19 years kjdon made the [Text] format item work even if you are not in …
(edit) @9746   19 years kjdon one x-- -> --x change
(edit) @9745   19 years kjdon one x++ -> ++x change
(edit) @9744   19 years davidb Previous mod, undone. My text_t.h was out of date somehow, despite …
(edit) @9743   19 years davidb conflict over 'const char*' being passed to function (appendcarr) that …
(edit) @9739   19 years mdewsnip Added "-DXML_STATIC" so packages/windows/expat/expat_external.h will …
(edit) @9698   19 years kjdon now it doesn't crap out when a system error happens (in …
(edit) @9676   19 years jrm21 stll set _encodingoption_ if there is only 1 encoding specified in the …
(edit) @9674   19 years jrm21 rename utf-16 to utf-16be, otherwise browsers might get confused
(edit) @9636   19 years kjdon delete -> delete [] changes submitted by Emanuel Dejanu
(edit) @9634   19 years kjdon delete -> delete [] changes submitted by Emanuel Dejanu
(edit) @9633   19 years kjdon delete -> delete [] changes submitted by Emanuel Dejanu
(edit) @9632   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9631   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9616   19 years kjdon changed | to || in GetStemMethod if statements
(edit) @9615   19 years davidb relocation of disp.unloadcollectionmacros() so it always unloads …
(edit) @9614   19 years kjdon fixed a mistake I introduced last commit
(edit) @9611   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9609   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9608   19 years kjdon added in x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9604   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9598   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9596   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9526   19 years mdewsnip Added to the settings dialog the option to have the Local Library use …
(edit) @9447   19 years mdewsnip *Sigh*, another case of the Windows makefiles being ignored…
(edit) @9408   19 years davidb Subtle mistake related to testing for C-preprocessor defined …
(edit) @9406   19 years davidb Added include statement for stdio.h. Caused compile error on Puka …
(edit) @9401   19 years davidb formattoools.cpp extended to supoorts 'child' request, within …
(edit) @9400   19 years davidb gdbmsource.h .cpp .o added to filename list in Makefile.in
(edit) @9399   19 years davidb gdbmsoure.o added to makefile.in
(edit) @9346   19 years davidb Restructuring of lucenegdbmsource and mggdbmsource to put common code …
(edit) @9345   19 years davidb Restructuring of lucenegdbmsource and mggdbmsource to inherit from new …
(edit) @9296   19 years davidb Addition of gdbsource.o to list of col server objects to link against.
(edit) @9237   19 years davidb Improvements to checking or applet parameters.
(edit) @9218   19 years kjdon made this work under windows without black screens. had to use …
(edit) @9216   19 years kjdon a few changes to make it compile on windows - changed the text_t …
(edit) @9215   19 years kjdon changed from using global vars to passing in the user data
(edit) @9213   19 years kjdon added in the new expat_document.o
(edit) @9210   19 years kjdon made some mods to get querying workign on windows. couldn't open a …
(edit) @9199   19 years kjdon added expat_document.*
(edit) @9190   19 years kjdon need to pass the level tag to expat_document
(edit) @9189   19 years kjdon made gdbm_level public instead of protected, so the lucenegdbmsource …
(edit) @9188   19 years kjdon now pass in the section level tag name when getting a document
(edit) @9176   19 years kjdon added in expat_document.o, needed by lucene stuff
(edit) @9175   19 years kjdon added in doc content retrieval
(edit) @9174   19 years kjdon put char* get_attribute(const char attr, char* att_name) in the …
(edit) @9173   19 years kjdon added expat_document for parsing the source docs to get the content
(edit) @9138   19 years mdewsnip Ooooops... the "I'm Feeling Lucky" functionality didn't work at all …
(edit) @9129   19 years mdewsnip Fixed up Windows makefiles so Expat is compiled into all the binaries …
(edit) @9117   19 years mdewsnip In response to David's (Stefan's?) changes to collectset.cpp.
(edit) @9115   19 years mdewsnip Added #ifdefs for slightly different popen and pclose on Windows.
(edit) @9110   19 years mdewsnip Fixed minor typo.
(edit) @9090   19 years kjdon changed a print statement and removed an unnecesary variable
(edit) @9089   19 years kjdon the index name is actually hte first char of the level (d, s, p) plus …
(edit) @9074   19 years kjdon added in lucene objects and expat library
(edit) @9071   19 years kjdon removed a leftover #include sax_resultset.h
(edit) @9070   19 years davidb See expat_resultset.h
(edit) @9033   19 years davidb XML parsing support for Lucene used to be done with sax. This has now …
(edit) @9032   19 years davidb Modification to calling collectset to be compatable with Stefan's …
(edit) @9031   19 years davidb Query to lucene incorrectly constructed (missing double quote). Now …
(edit) @9030   19 years davidb Update of collectset API argument to fit in with Stefan's apache …
(edit) @9029   19 years davidb Used to use sax parsing for lucene support. This is now changed to …
(edit) @9028   19 years davidb Adjustment of collectset API arguments to be compatible with Stefan's …
(edit) @9027   19 years davidb Used to support searching with lucene. Overlooked in original batch …
(edit) @8977   19 years jrm21 added compare function to multimap for old VC 4.2 compiler
(edit) @8928   19 years sjboddie Altered phind so it works correctly over an https connection …
(edit) @8877   19 years jrm21 use more @variables@ set by configure for portability. (eg use …
(edit) @8759   19 years jrm21 use CXX instead of CC for compiling .cpp files
(edit) @8715   19 years kjdon fized a bug with phrase searching onn segmented collections
(edit) @8691   19 years kjdon Added the changes from Emanuel Dejanu (Simple Words) - mostly …
(edit) @8555   20 years kjdon added an empty alt attribute and onError attribute to the cover image …
(edit) @8521   20 years davidb java bridge from how greensotne likes to do indexing and querying to …
(edit) @8486   20 years jrm21 use the new displayclass::setcollectionmacro() for any macros that the …
(edit) @8483   20 years kjdon in configure, when reading in indexes or levels, clear whats already …
(edit) @8470   20 years kjdon modified prepare_page() to fix the bug whereby if l=en, macros which …
(edit) @8454   20 years jrm21 read any collection-specific macros from the ColInfoResponse struct, …
(edit) @8453   20 years jrm21 accept the 'collectionmacro' keyword for configure() from collect.cfg …
(edit) @8452   20 years jrm21 added a 'collection_macros' field to ColInfoResponse_t struct, so we …
(edit) @8362   20 years kjdon added a new option to the phind classifier: min_occurs. this is the …
(edit) @8357   20 years kjdon added a partial fix to plain searching with mgg - if you are searching …
(edit) @8337   20 years cs025 Fixed problem with a '.' in a collection name; now '.' and ':' are …
(edit) @8330   20 years mdewsnip Fixed yesterday's fix so it works with Microsoft Visual C++ 4.
(edit) @8329   20 years kjdon renamed oaimain(.exe) to oaiserver(.exe)
(edit) @8317   20 years mdewsnip Changed the istrstream to an istringstream, which is the modern way.
(edit) @8316   20 years mdewsnip Oops... changed my previous "fix" so it only applies for old Windows …
(edit) @8314   20 years kjdon used a logout stream instead of cout for nproto.init
(edit) @8311   20 years kjdon oai config now resides in oai.cfg, not main.cfg
(edit) @8310   20 years kjdon renamed ctv1.log to oai.log
(edit) @8309   20 years mdewsnip Changed the makefile to use the gsdlcolservr library instead of all …
(edit) @8308   20 years mdewsnip Fixed a non-null terminated string stream used for output with …
Note: See TracRevisionLog for help on using the revision log.