source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @8306   20 years mdewsnip A few changes necessary to get the OAI server compiling with Microsoft …
(edit) @8303   20 years cs025 Minor changes to configuration handling; modified log file to be oai.log.
(edit) @8277   20 years kjdon removed RECPTOBJECTS from the list of objects that gets deleted by a …
(edit) @8276   20 years cs025 Made softer support for metadata formats - no longer map to the OAI- …
(edit) @8244   20 years kjdon added in Partial matching for query terms. Cna type comp* as a query, …
(edit) @8241   20 years kjdon some changes to get it compiling on windows
(edit) @8239   20 years kjdon first stab at a windows makefile - copied from recpt makefile
(edit) @8228   20 years kjdon added some casts to char * so that it compiled, line 98
(edit) @8223   20 years cs025 Removed some unnecessary debugging messages which output via cout.
(edit) @8219   20 years cs025 Fixes and extensions to remedy small changes with OAI and tidying of …
(edit) @8186   20 years cs025 Added failure error message when the corba server cannot find valid …
(edit) @8185   20 years cs025 Added support for switching on/off MICO as a static library build; at …
(edit) @8182   20 years cs025 Added OAI Server code to Greenstone
(edit) @8102   20 years mdewsnip Unfinished, but I'm committing it now so I don't lose it.
(edit) @8073   20 years davidb removed a handful of #include statements involving mg and mgpp that …
(edit) @8033   20 years davidb Support for optional compilation of lucene searching and z39.50 server.
(edit) @8032   20 years davidb Introduction of #ifdef USE_LUCENE around lucene specific code.
(edit) @8031   20 years davidb Support for compiling lucene and z39.50 options in.
(edit) @8030   20 years davidb Support for lucene indexer added.
(edit) @8029   20 years davidb Introduction of code for elementary use of lucene indexer.
(edit) @8028   20 years davidb Changes introduced to support lucene indexer.
(edit) @8027   20 years davidb Introduction of lucene*.cpp,h classes to support searching with this …
(edit) @8026   20 years davidb Shift from mg* fields and member functions to text* to better reflect …
(edit) @8025   20 years davidb Change of mg* field and member functions to text* to better reflect …
(edit) @8024   20 years davidb Renaming of variables and member functions using contstructs such as …
(edit) @7788   20 years kjdon Johns fix: He accidently used SocketTimeoutException which, despite …
(edit) @7762   20 years davidb 'gliapplet' flag added -- in comparable style of 'collector' flag -- …
(edit) @7734   20 years kjdon commiting John T's changes (c/- DL Consulting) to stop phind hanging …
(edit) @7706   20 years jrm21 close our <option> tags
(edit) @7618   20 years davidb previousarrow variable renamed prevarrow to be more consistent with …
(edit) @7617   20 years davidb Metadata in [x] eq '1' updated so can support [parent(Top):x] syntax.
(edit) @7610   20 years mdewsnip Added code to prevent the local library server being run multiple …
(edit) @7607   20 years kjdon added is_searchable() to the protocol - the default version alwasy …
(edit) @7599   20 years kjdon check for ex.metadata and remove the ex. in the format statements
(edit) @7594   20 years mdewsnip "I'm feeling lucky" functionality (a la Google). An extra argument …
(edit) @7527   20 years davidb Incorrect file commited. This is the correct one!
(edit) @7519   20 years mdewsnip Local library now allows multiple spaces in file names.
(edit) @7509   20 years kjdon file_exists(directory) doesn't work under windows, need to do …
(edit) @7474   20 years davidb Fixed bug in nested {If} statement code that caused text and metadata …
(edit) @7447   20 years mdewsnip (Human Info) Removed a new line which prevented initialisation being …
(edit) @7443   20 years mdewsnip (Human Info) Delete char* variables with delete [] instead of delete, …
(edit) @7441   20 years mdewsnip (Human Info) Replace all "" with g_EmptyText.
(edit) @7438   20 years mdewsnip (Human Info) Delete char* variables with delete[] variable instead of …
(edit) @7434   20 years mdewsnip (Human Info) Initial support for retrieving language specific information.
(edit) @7433   20 years mdewsnip (Human Info) Replaced all "Global" with displayclass::defaultpackage.
(edit) @7432   20 years mdewsnip (Human Info) Added language parameter to all calls of get_info, …
(edit) @7430   20 years mdewsnip (Human Info) Replaced all "" with g_EmptyText, and delete char* …
(edit) @7429   20 years mdewsnip (Human Info) Added a couple of addarginfo methods.
(edit) @7428   20 years mdewsnip (Human Info) Added a clone method and two more output_section_group …
(edit) @7427   20 years mdewsnip (Human Info) Made some parameters const.
(edit) @7426   20 years mdewsnip (Human Info) Use g_EmptyText instead of "", pass in language parameter …
(edit) @7425   20 years mdewsnip (Human Info) Changed all "" to g_EmptyText.
(edit) @7424   20 years mdewsnip (Human Info) Only necessary if the collector is used.
(edit) @7423   20 years mdewsnip (Human Info) Changed the saveconf parameter to a text_tarray.
(edit) @7422   20 years mdewsnip (Human Info) Now has language parameter.
(edit) @7421   20 years mdewsnip (Human Info) Use ++here instead of here++ for iterators, use …
(edit) @7420   20 years mdewsnip (Human Info) Calls to get_info now have a language parameter.
(edit) @7418   20 years mdewsnip (Human Info) Added another site_cfg_read and main_cfg_read with a …
(edit) @7417   20 years mdewsnip (Human Info) Changed iterators from here++ to ++here.
(edit) @7416   20 years mdewsnip (Human Info) Changed iterators from here++ to ++here, and allocated …
(edit) @7415   20 years mdewsnip (Human Info) Use the SetCStr-with-size-hint method.
(edit) @7414   20 years mdewsnip (Human Info) Added a language parameter to most methods.
(edit) @7413   20 years mdewsnip (Human Info) Added a variant of SetCStr that allows you to specify an …
(edit) @7412   20 years mdewsnip (Human Info) Added language parameter to filter requests.
(edit) @7408   20 years mdewsnip (Human Info) Added language argument to get_info calls.
(edit) @7392   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
(edit) @7391   20 years davidb Fixed a couple of indentations of statements to be more consistent …
(edit) @7390   20 years davidb Functionality extended to support collection specific macro files. …
(edit) @7389   20 years davidb Format statment 'if' syntax extended to support operators such as 'eq' …
(edit) @7388   20 years mdewsnip (Human Info) Escape '#' in html_safe function.
(edit) @7387   20 years mdewsnip (Human Info) Added javascript_safe function.
(edit) @7385   20 years mdewsnip (Human Info) Added a couple of new data members (functionality to come).
(edit) @7384   20 years mdewsnip (Human Info) Now delete all char* variables from text_t.getcstr() …
(edit) @7383   20 years mdewsnip Fixed a couple of compilation problems.
(edit) @7381   20 years mdewsnip (Human Info) Now delete all char* variables from text_t.getcstr() …
(edit) @7380   20 years mdewsnip (Human Info) Made some parameters const, and added an extended …
(edit) @7379   20 years mdewsnip (Human Info) Allow some browser classes to be easily switched off. …
(edit) @7375   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
(edit) @7371   20 years mdewsnip (Human Info) Allow some actions to be easily switched off.
(edit) @7349   20 years davidb Revision made to support Greenstone as a module in Apache.
(edit) @7348   20 years davidb string_pool class to support Greenstone being embedded in Apache as a …
(edit) @7347   20 years davidb Revisions made to support Greenstone being embedded in Apache as a module.
(edit) @7334   20 years davidb General improvements to the Collaging code, including support options …
(edit) @7333   20 years davidb Collage code updated to take advantage of dynamic paramters specified …
(edit) @7302   20 years kjdon removed a strange piece of code: 'return true; return false;' :-) …
(edit) @7267   20 years davidb Header now checks for #ifdef to see if getopt has been defined …
(edit) @7266   20 years kjdon If and Or in format statements now match IF, If, if, OR, Or, or
(edit) @7265   20 years davidb Tweak Make file's link command so it uses C++ not cc, since source …
(edit) @7264   20 years davidb Tweaked Make file's link command to use C++ not cc since source code …
(edit) @7229   20 years mdewsnip Farsi is also a right to left language (eventually, this should …
(edit) @7215   20 years sjboddie Fixed a minor bug in the way nested HLists were displayed
(edit) @7199   20 years kjdon put some stuff back from the previous commit that was not required
(edit) @7197   20 years kjdon made a couple of mods so that keiko's japanese segmentation will …
Note: See TracRevisionLog for help on using the revision log.