source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @4974   21 years sjboddie Added the following options to the collect.cfg file: => …
(edit) @4972   21 years sjboddie More changes to the new document formatting code. Added an …
(edit) @4968   21 years sjboddie Fixed an error in previous changes
(edit) @4937   21 years kjdon fixed a bug I think I introduced - had put in onChange-updateXX(); …
(edit) @4936   21 years sjboddie Added new format options for [DocTOC], [DocImage], …
(edit) @4906   21 years sjboddie Replaced overloaded get_formatted_string() functions in formattools …
(edit) @4905   21 years sjboddie Added 3 functions to change the way that collections are displayed on …
(edit) @4893   21 years sjboddie Added NavigationBar format option for specifying an alternative format …
(edit) @4870   21 years kjdon new version that explains the new config file format
(edit) @4868   21 years sjboddie Made the DocumentArrowsBottom format option work and added a new …
(edit) @4867   21 years sjboddie Bug fix in display of expended contents
(edit) @4829   21 years kjdon the vlistbrowserclass was outputting 2 end table tags when it should …
(edit) @4825   21 years kjdon the default arg for g (level) is now empty - we are trying not to …
(edit) @4824   21 years kjdon when parsing the query params, we now set the level to the default …
(edit) @4823   21 years kjdon changed the default levels to Doc instead of DOcument. shoudl really …
(edit) @4822   21 years kjdon changed a comment
(edit) @4809   21 years kjdon the paragraph tag has changed to Para. this is set in the …
(edit) @4808   21 years kjdon the level filteroption is now initialized from indexlevels and …
(edit) @4807   21 years kjdon just made the parameter const to set_gdbm_level
(edit) @4780   21 years kjdon have a new level selection macro, gformselection, which is used only …
(edit) @4774   21 years sjboddie No longer show search page (or search form on "about" page) if a …
(edit) @4771   21 years kjdon removed some stuff which wasn't supposed to be there
(edit) @4770   21 years kjdon removed some stuff which wasn't supposed to be there, and made the …
(edit) @4757   21 years kjdon new method for formatting the field info in the query for mgpp plain …
(edit) @4756   21 years kjdon in the coll lists on home and home help pages, we are now adding in a …
(edit) @4755   21 years kjdon no longer use set_gselection_macro and set_fqfselection_macro …
(edit) @4754   21 years kjdon no longer use set_gselection_macro and set_fqfselection_macro …
(edit) @4753   21 years kjdon collection info now has a searchTypes array
(edit) @4752   21 years kjdon changed the level configure stuff a bit
(edit) @4751   21 years kjdon now we can use 'searchtype form plain' in the collect.cfg file - this …
(edit) @4742   21 years sjboddie Bug fix in recent change removing need for defaultindex option
(edit) @4740   21 years sjboddie Tidied things up a bit so the large javascript functions for the …
(edit) @4738   21 years sjboddie The first entry in the "indexes" field of a collect.cfg file will now …
(edit) @4735   21 years sjboddie * empty log message *
(edit) @4642   21 years sjboddie Added command line arguments to server.exe so the GLI can tell it to …
(edit) @4549   21 years sjboddie Removed the old HelpBookDocs option
(edit) @4507   21 years sjboddie Put back in BBC specific code that was mistakenly removed.
(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   22 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
Note: See TracRevisionLog for help on using the revision log.