source: trunk/gsdl/src/recpt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10411   19 years mdewsnip Added some code to fix bugs in Lucene "all" and phrase searching with …
(edit) @10400   19 years kjdon install the z3950server into bin/linux (or bin/darwin)
(edit) @10361   19 years mdewsnip I don't think there are many values of arg_ct that are both < 0 and > 2…
(edit) @10262   19 years kjdon removed cgisafe from query string stored in history - we don't use it …
(edit) @10184   19 years kjdon fixed up an error in libyaz.a line
(edit) @10182   19 years kjdon fixed a mistake in the last commit, added z3950server to be compiled …
(edit) @10179   19 years kjdon yaz_zclient.h is now in current directory
(edit) @10178   19 years kjdon some modifications for using yaz 2 instead of yaz 1.6 with z3950 stuff
(edit) @10177   19 years kjdon new version of yaz_zclient for yaz2.1.4 - now lives in colservr. …
(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) @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) @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) @9928   19 years davidb Introduction of Z39.50 server code from Greenstone, plus renaming of …
(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) @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) @9745   19 years kjdon one x++ -> ++x change
(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) @9633   19 years kjdon delete -> delete [] changes submitted by Emanuel Dejanu
(edit) @9620   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9615   19 years davidb relocation of disp.unloadcollectionmacros() so it always unloads …
(edit) @9401   19 years davidb formattoools.cpp extended to supoorts 'child' request, within …
(edit) @9399   19 years davidb gdbmsoure.o added to makefile.in
(edit) @9176   19 years kjdon added in expat_document.o, needed by lucene stuff
(edit) @9129   19 years mdewsnip Fixed up Windows makefiles so Expat is compiled into all the binaries …
(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) @8977   19 years jrm21 added compare function to multimap for old VC 4.2 compiler
(edit) @8715   19 years kjdon fized a bug with phrase searching onn segmented collections
(edit) @8555   20 years kjdon added an empty alt attribute and onError attribute to the cover image …
(edit) @8486   20 years jrm21 use the new displayclass::setcollectionmacro() for any macros that the …
(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) @8452   20 years jrm21 added a 'collection_macros' field to ColInfoResponse_t struct, so we …
(edit) @8357   20 years kjdon added a partial fix to plain searching with mgg - if you are searching …
(edit) @8185   20 years cs025 Added support for switching on/off MICO as a static library build; at …
(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) @8030   20 years davidb Support for lucene indexer added.
(edit) @8029   20 years davidb Introduction of code for elementary use of lucene indexer.
(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) @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) @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 …
Note: See TracRevisionLog for help on using the revision log.