source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2404   23 years dmm9 added content to page
(edit) @2402   23 years jrm21 argdb and collectoraction added to files that depend on lib gdbm.
(edit) @2401   23 years sjboddie Made some changes to the collector so that paths/URLs/ftp addresses …
(edit) @2400   23 years sjboddie Fixed a bug in infodbclass that prevented backslashes from being …
(edit) @2399   23 years sjboddie Caught windows makefile up with browseaction
(edit) @2398   23 years dmm9 undoing a foul up
(edit) @2397   23 years sjboddie * empty log message *
(edit) @2394   23 years dmm9 browse action added
(edit) @2390   23 years dmm9 adding a necessary header file
(edit) @2389   23 years dmm9 creating a browse object
(edit) @2388   23 years dmm9 added receptionis setting code
(edit) @2387   23 years dmm9 adding arguments
(edit) @2386   23 years jrm21 Now prints out an HTTP Last-modified: header for any request with the …
(edit) @2385   23 years jrm21 use mico path when calling mico-c++, added -o $@ to MCOMPILE
(edit) @2383   23 years jrm21 #include string.h for strdup on non-BSD systems.
(edit) @2382   23 years jrm21 needed some #defines to build on non-BSD systems (after my changes for …
(edit) @2379   23 years jrm21 added #define line for iostream stuff to work under Mac OS X.
(edit) @2377   23 years jrm21 replaced bcopy with memcpy
(edit) @2376   23 years jrm21 modified to get getopt() prototype from system headers.
(edit) @2375   23 years jrm21 Corrected use of BIG_ENDIAN | LITTLE_ENDIAN macros. Also replaced …
(edit) @2374   23 years jrm21 added a check for STDC compiler macro.
(edit) @2373   23 years jrm21 Now use system's memory alloc functions by default, instead of our …
(edit) @2372   23 years jrm21 minor change to get building on mac OS X, but applicable to all - we …
(edit) @2371   23 years jrm21 Minor changes, so compilation works when libgdbm is not in system …
(edit) @2370   23 years sjboddie The collector will now add a "This collection contains n documents" …
(edit) @2369   23 years dmm9 to be the beignnings of run-time classifiers
(edit) @2368   23 years sjboddie Many cgi arguments used by the collector are now stored in a gdbm …
(edit) @2354   23 years sjboddie * empty log message *
(edit) @2353   23 years sjboddie Fixed a bug in the old fnord code that was causing problems if POST …
(edit) @2345   23 years sjboddie removed the "install netscape" option from the local library's file menu
(edit) @2344   23 years sjboddie Made the web library print some more reasonable debug info if gsdlhome …
(edit) @2343   23 years sjboddie changed the local library's cryptic "gw" url to the slightly less …
(edit) @2338   23 years sjboddie Tidied up windows makefiles to make compiling under windows a little …
(edit) @2329   23 years sjboddie Added a "help" link to the default home page
(edit) @2309   23 years sjboddie Removed the "/cgi-bin" from local library urls as it was only there to …
(edit) @2303   23 years sjboddie * empty log message *
(edit) @2293   23 years sjboddie Added support for word, pdf and rtf mime types to local library
(edit) @2286   23 years sjboddie Had a bit of a tidy up in the fnord webserver code. The main change of …
(edit) @2280   23 years sjboddie In the process of making some changes to the old fnord webserver code. …
(edit) @2276   23 years jrm21 changes to include the right header files, and toplevel config.h
(edit) @2261   23 years say1 fixed a minor c initialisation bug
(edit) @2234   23 years say1 no longer stripping the corbaserver
(edit) @2229   23 years jrm21 updated get_protocol_name(void) to get_protocol_name(comerror_t&) in …
(edit) @2223   23 years davidb Altered declaration of variables for a corba error to include …
(edit) @2221   23 years jrm21 fixed typo in argument list - `int opt_index' -> 'int *opt_index'
(edit) @2218   23 years sjboddie Fixed a couple of little bugs in the collector - bugs only showed up …
(edit) @2212   23 years sjboddie Fixed a bug that was causing the local library server to attempt to …
(edit) @2211   23 years sjboddie removed some debugging lines
(edit) @2208   23 years sjboddie Fixed a small bug in the collector that prevented the "add new files" …
(edit) @2174   23 years cs025 Fixed silly error in getCollectionInfo; number of bytes and number of …
(edit) @2173   23 years cs025 Improvements to configure scripts in their support of various MICO …
(edit) @2171   23 years jrm21 various - changed make to $(MAKE), tidied up conditionals (eg for …
(edit) @2170   23 years jrm21 changed make to $(MAKE)
(edit) @2166   23 years say1 added command to strip the corbaserver (makes it much smaller)
(edit) @2161   23 years jrm21 minor - renamed a variable.
(edit) @2146   23 years sjboddie Fixed a bug that was preventing phrase searching from working on …
(edit) @2139   23 years sjboddie fixed a bug that prevented phrase searching from working correctly for …
(edit) @2134   23 years sjboddie mg phrase searching now always sets maxdocs to -1 (all) - this means …
(edit) @2133   23 years say1 turned optimisation on. fixed to avoid needing to source setup.bash
(edit) @2126   23 years say1 corba updates
(edit) @2122   23 years say1 (more) corba fixes. hopefully now compiles directly from the box …
(edit) @2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
(edit) @2112   23 years sjboddie Implemented export function in collector
(edit) @2105   23 years jrm21 added a check so that we don't segfault if p=preferences but no …
(edit) @2062   23 years paynter Added a function from the receptionist that decodes phrase CGI …
(edit) @2061   23 years paynter Removed old, unused rule.
(edit) @2054   23 years paynter Convert UTF8 query terms into URL-safe "x-www-form-urlencoded" form …
(edit) @2038   23 years sjboddie Increased the maximum URL length for the local library to 8kB and …
(edit) @2037   23 years paynter A quick (and unix-specific Makefile) to compile the client java classes.
(edit) @2030   23 years paynter Set main background colour (panel_bg) to white and foreground colour …
(edit) @2026   23 years paynter Made highlight bar yellow by default - it used to be a custom colour, …
(edit) @2020   23 years paynter oops - left debugging code in.
(edit) @2017   23 years paynter Extra Phind functionality: any special parameter values inserted into …
(edit) @2016   23 years paynter Removed a bunch of code that served no prupose, and added a little …
(edit) @2011   23 years sjboddie Set mg's accumulator method back to 'list' as the recent change …
(edit) @2010   23 years paynter Added a "classifier number" parameter for collections with more than …
(edit) @2009   23 years paynter Added "classifier number" CGI argument (d). When a collection has …
(edit) @2001   23 years sjboddie Added a hack that mysteriously converts iso639 language codes …
(edit) @1994   23 years kjm18 ColInfoResponse_t.isPublic now defaults to true. this means that all …
(edit) @1991   23 years sjboddie Fixed a bug in DocumentUseHTML
(edit) @1990   23 years kjm18 added a comment
(edit) @1988   23 years kjm18 changed escapequotes() to escape /n & /r as well.
(edit) @1987   23 years kjm18 changed accumulator_method for mg to be array rather than list - it …
(edit) @1983   23 years mjd12 Modified corbaproto::filter and added corbaresponse_resultTermInfoToC …
(edit) @1982   23 years mjd12 Removed old converter stuff (mjd12, Jan 2001)
(edit) @1969   23 years sjboddie * empty log message *
(edit) @1963   23 years sjboddie * empty log message *
(edit) @1956   23 years paynter Removed stopwords installation - they're in the etc directory already.
(edit) @1955   23 years paynter Moved to etc directory.
(edit) @1953   23 years paynter Moved to etc directory.
(edit) @1941   23 years jmt14 Modified files: browsetools.cpp documentaction.cpp formattools.cpp …
(edit) @1937   23 years jrm21 z39.50 support is now disabled by default, enabled by configure script.
(edit) @1927   23 years sjboddie Fixed a bug in the C++ encoding support - 8 bit encodings like …
(edit) @1918   23 years sjboddie * empty log message *
(edit) @1916   23 years kjm18 delhistoryaction.h/cpp no longer needed
(edit) @1915   23 years kjm18 new look for history. mg cols: small/large querybox option. mgpp cols: …
(edit) @1914   23 years kjm18 new functions added for search history and form queries (mgpp)
(edit) @1913   23 years kjm18 history revamp. new format: numdocs args. query num no longer saved, …
(edit) @1912   23 years kjm18 new cgiarg added to collection urls on home page: &ct=0 for mg cols, …
(edit) @1911   23 years kjm18 delhistoryaction removed
Note: See TracRevisionLog for help on using the revision log.