source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10166   19 years davidb Comments reformated to fit 80 char column width.
(edit) @10164   19 years davidb Code upgraded to support incremental building. This mostly involves …
(edit) @10151   19 years kjdon link against the expat .a library not the .so library - otherwise it …
(edit) @10150   19 years kjdon oai config now kept in oai.cfg not main.cfg, so (belatedly) updated …
(edit) @10148   19 years mdewsnip Split up doing a GTI request into doing the request, and parsing the …
(edit) @10145   19 years kjdon heres the real log mesage for the last commit which happened by …
(edit) @10144   19 years kjdon the last commit was a mistake so I've reversed the change
(edit) @10143   19 years kjdon the last commit was an accident, but its ok
(edit) @10142   19 years kjdon formattools.cpp
(edit) @10118   19 years mdewsnip Added support for right-to-left languages (Arabic and Farsi).
(edit) @10097   19 years mdewsnip Translation files are now displayed in the order they are defined in …
(edit) @10092   19 years mdewsnip Now escapes backslash characters also, in response to changes to gti.pl.
(edit) @10070   19 years mdewsnip A couple of fixes for compiling on puka.
(edit) @10061   19 years mdewsnip Now provides a link to view the target file in action, when …
(edit) @10053   19 years mdewsnip Fixed the preferences button, for real this time I hope.
(edit) @10051   19 years mdewsnip The "submit-translation" command has been changed to the more accurate …
(edit) @10039   19 years mdewsnip Tidied up memory usage.
(edit) @10038   19 years mdewsnip And again... :-(
(edit) @10037   19 years mdewsnip Minor changes.
(edit) @10036   19 years mdewsnip Oops... committed this with GSDL_USE_GTI_ACTION set by accident.
(edit) @10035   19 years mdewsnip Removed the unnecessary PATH setting code and tidied up the rest of …
(edit) @10032   19 years mdewsnip Authentication now works correctly.
(edit) @10027   19 years mdewsnip Completed GTI searching and correcting functionality.
(edit) @10026   19 years mdewsnip Removed some unnecessary #includes.
(edit) @10025   19 years mdewsnip Now only displays search results information if a search has been done.
(edit) @10018   19 years mdewsnip Replaced the old langaction with the new and much improved gtiaction. …
(edit) @10017   19 years mdewsnip No longer #includes "fstream.h", as it wasn't used and was causing a …
(edit) @10005   19 years kjdon modified the header includes - include the d2m4gs.h file instead of …
(edit) @10004   19 years kjdon fixed this up wrt the collection meta changes in ColInfoResponse
(edit) @9988   19 years mdewsnip More fixes for Lucene Unicode support.
(edit) @9984   19 years mdewsnip Now works for non-ASCII documents.
(edit) @9948   19 years kjdon added [collection] and [collection:metaname] items to format …
(edit) @9944   19 years jrm21 removed the old unneeded files. applied the last changes (i++ -> ++i) …
(edit) @9937   19 years kjdon modified the filters/sources etc so that if an indexstem is specified …
(edit) @9934   19 years kjdon added level map to the list of mapping cfg lines to process
(edit) @9933   19 years kjdon made it compile with the new ColInfoResponse collectionmeta type
(edit) @9931   19 years kjdon getting collectionmeta from teh colinforesponse now, not using a …
(edit) @9930   19 years kjdon changed the collectionmeta from a text_tmap to a collectionmeta_map. …
(edit) @9929   19 years kjdon modifications so that collectionmeta are read from the config file, …
(edit) @9928   19 years davidb Introduction of Z39.50 server code from Greenstone, plus renaming of …
(edit) @9927   19 years davidb Introduction of Z39.50 server code for Greenstone.
(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 …
Note: See TracRevisionLog for help on using the revision log.