source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4401   21 years sjboddie * empty log message *
(edit) @4373   21 years sjboddie Added a kill option to the configaction to allow the GLI to kill off a …
(edit) @4372   21 years sjboddie bug fix for GLI
(edit) @4340   21 years sjboddie Tidied up configaction slightly. Running 'a=config&cmd=add-collection' …
(edit) @4339   21 years sjboddie Added "start_browser" option to server.exe's gsdlsite.cfg file. …
(edit) @4292   21 years sjboddie server.exe now writes a "url" entry to its configuration file when it …
(edit) @4291   21 years sjboddie * empty log message *
(edit) @4290   21 years sjboddie Added a "configaction" to allow new collection servers to be added to …
(edit) @4289   21 years sjboddie Expanded on error message produced by local library server.
(edit) @4233   21 years jrm21 print out better error messages when one of the perl scripts goes …
(edit) @4220   21 years kjdon the call to filter gets an err of syntaxError if the query was …
(edit) @4219   21 years kjdon added a new comerror type: syntaxError, used by mgppqueryfilter to …
(edit) @4218   21 years kjdon now we pass on syntax_error from mgpp parsing back to the …
(edit) @4217   21 years kjdon now we pass on syntax_error from mgpp parsing back to the …
(edit) @4216   21 years kjdon wasn't passing on any arrors from the first call to filter
(edit) @4209   21 years kjdon parseQuery (in GSDLQueryParser) now returns NULL if there has been a …
(edit) @4200   21 years kjdon added form search capability to cross coll search, put the query …
(edit) @4194   21 years sjboddie Removed code that was preventing search terms containing only digits …
(edit) @4193   21 years sjboddie Added runtime support for the new maxnumeric build time option.
(edit) @4124   21 years mdewsnip Commented out macro search button in navigation bar (for now).
(edit) @4123   21 years mdewsnip Added e-mail notification when translator is entered.
(edit) @4122   21 years mdewsnip Passes the translator the receptionist so it can read the …
(edit) @4116   21 years mdewsnip Minor user interface improvements.
(edit) @4115   21 years mdewsnip Added extra parameter to define_webpage to indicate that an error page …
(edit) @4108   21 years mdewsnip Minor change to check_cgiargs prototype to reflect changes in action.cpp.
(edit) @4107   21 years mdewsnip Many small modifications. Most important were changes to authenticate …
(edit) @4076   21 years kjdon the new mgpp user guide
(edit) @4075   21 years kjdon these old files replaced by a new pdf
(edit) @4068   21 years mdewsnip Files specific to a translation process are now stored in a separate …
(edit) @3880   21 years dana added hooks for usability stuff to navbar
(edit) @3859   21 years davidb Improvements to translator facility.
(edit) @3812   21 years sjboddie Prevent disabled functions (collector, admin, translator) from …
(edit) @3811   21 years sjboddie Removed a couple of unused variables
(edit) @3810   21 years sjboddie Removed some hard string length limits in local library server code
(edit) @3774   21 years davidb * empty log message *
(edit) @3733   21 years sjboddie Avoid compiler warning
(edit) @3723   21 years kde2 Submission of interface translation agency
(edit) @3722   21 years sjboddie * empty log message *
(edit) @3715   21 years kde2 Updating Language Translation Agency
(edit) @3673   21 years cs025 Fixed format_summary to lookup the "Summary" metadata on documents, …
(edit) @3671   21 years jrm21 fixed up some more textout << 's that weren't using outconvert to get …
(edit) @3670   21 years jrm21 added an exception for utf-16 when creating the encoded options. I …
(edit) @3668   21 years jrm21 use the utf16outconverter class if we are told to use an encoding …
(edit) @3666   21 years jrm21 tidied up to make sure all textout << "string" commands go through the …
(edit) @3664   21 years sjboddie Made a couple of methods virtual in receptionist.h
(edit) @3663   21 years sjboddie Altered receptionist.cpp slightly so it'll now produce nocache headers …
(edit) @3638   21 years sjboddie * empty log message *
(edit) @3632   21 years sjboddie Added langaction
(edit) @3625   21 years sjboddie Preferences page accessible from home page now uses dynamic list of …
(edit) @3546   22 years sjboddie Added protos to argument list of action::check_cgiargs() as I always …
(edit) @3543   22 years sjboddie Put back highlighting in vlistbrowserclass::output_section_group() as …
(edit) @3525   22 years jrm21 use FILENAME_MAX macro instead of hard-coding values. This is posix, …
(edit) @3431   22 years sjboddie Extracted some english language strings from C++ code and put in macro file
(edit) @3423   22 years jrm21 Don't save the collect.cfg cgi argument if regetting a user password.
(edit) @3399   22 years jrm21 modified prototype for get_configinfo() to be a const function.
(edit) @3396   22 years jrm21 save cerr before redirecting it to file, so we can restore it afterwards.
(edit) @3381   22 years sjboddie Where cerr is redirected with cerr.rdbuf(errout.rdbuf()) it needs to …
(edit) @3364   22 years sjboddie * empty log message *
(edit) @3348   22 years kjdon added some more debug info
(edit) @3347   22 years kjdon added an extra error message
(edit) @3323   22 years sjboddie * empty log message *
(edit) @3322   22 years sjboddie Attempted to improve search term highlighting. Simple phrase searches …
(edit) @3321   22 years sjboddie Removed htmlgen.cpp and htmlgen.h as they weren't being used
(edit) @3301   22 years sjboddie * empty log message *
(edit) @3300   22 years sjboddie Added error messages in a couple of places in collectoraction
(edit) @3261   22 years kjdon some documentation for using mgpp
(edit) @3245   22 years jrm21 Exit but with no error status if there were no phrases/documents.
(edit) @3218   22 years jrm21 Allow the homepage to be displayed in any language, instead of only …
(edit) @3217   22 years jrm21 cgisafe: now properly encodes unicode characters, which is important …
(edit) @3212   22 years sjboddie Moved hard-coded "default structure" string to a macro file
(edit) @3204   22 years sjboddie * empty log message *
(edit) @3203   22 years sjboddie Minor BBC specific change
(edit) @3197   22 years jrm21 convert document text from utf-8 to unicode for greenstone
(edit) @3178   22 years kjdon fixed an obscure IE bug - it was adding a port number of -1 to the url …
(edit) @3176   22 years jrm21 in the "Word count" freqmsg, we now print out terms with digits, …
(edit) @3175   22 years jrm21 Need to initialise indexData to NULL on object creation.
(edit) @3165   22 years jrm21 removed some debugging that was going to stderr.
(edit) @3161   22 years kjdon syntax now handles phrases insode a field search, and term …
(edit) @3160   22 years kjdon no longer format query strings inside fields. two or more words are …
(edit) @3159   22 years kjdon in mgpp form query, field list now has a blank line after All Fields …
(edit) @3154   22 years sjboddie Fixed a bug in the usage logging code (on some compilers you need to …
(edit) @3152   22 years jrm21 Don't set _quotedquery_ (used to display post-processing information) …
(edit) @3151   22 years jrm21 MSIE >= 6.0 encodes high bytes in URL as %uHHHH (unicode) rather than …
(edit) @3150   22 years jrm21 Text to/from the receptionist is encoded in unicode, so we convert …
(edit) @3149   22 years jrm21 removed a debugging statement for mgpp phrase search.
(edit) @3145   22 years kjdon matches 21-40 was not working - the form would be cleared when you …
(edit) @3128   22 years sjboddie Added a hack to reset language to English if trying to view the home …
(edit) @3096   22 years kjdon in parse_query_params, added a check for empty Index option - can't …
(edit) @3087   22 years sjboddie Fixed a couple of bugs in the way the "Expand Text" function worked
(edit) @3065   22 years sjboddie * empty log message *
(edit) @3061   22 years cs025 Added check to file handling - the server could fail to run correctly …
(edit) @3056   22 years sjboddie Commented out recent change to make socket read non-blocking. This …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3054   22 years sjboddie Committed non-blocking code (written by John McP) which will hopefully …
(edit) @3048   22 years jrm21 removed #define of setlocale. 1) We don't use setlocale anywhere …
(edit) @3047   22 years sjboddie Moved some hard-coded English text out of C++ code and into macro file
(edit) @3040   22 years sjboddie * empty log message *
(edit) @3036   22 years jrm21 text strings weren't being properly converted for file output via the …
(edit) @3026   22 years sjboddie * empty log message *
(edit) @3020   22 years jrm21 Check to see if there is a URI-encoded space in the name of an …
Note: See TracRevisionLog for help on using the revision log.