source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2939   22 years sjboddie All error messages now go to error.txt (i.e. did away with errout.txt …
(edit) @2937   22 years sjboddie Fixed a few minor issues that surfaced when attempting to get …
(edit) @2935   22 years sjboddie Added Greenstone version number to admin pages
(edit) @2934   22 years sjboddie Fixed a minor bug causing "post-processed to find (ignoring word …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2927   22 years jrm21 don't #define alloca if it is already defined (just to remove some …
(edit) @2926   22 years jrm21 removed a ';' after a #endif - I think this gave a warning or error on …
(edit) @2908   22 years sjboddie Added bin\windows\perl\bin to path on Windows as perl may now be …
(edit) @2907   22 years say1 minor makefile fixes for corbaserver
(edit) @2905   22 years jrm21 removed some old debugging statements no longer needed.
(edit) @2900   22 years jrm21 Modified Makefile.in files to use autodetected configure's install …
(edit) @2899   22 years sjboddie Added Alan Christensen's W3ImagePlug
(edit) @2870   22 years paynter Removed unnecessary call.
(edit) @2869   22 years paynter Eliminate looping, use more memset and better bitmasks instead.
(edit) @2867   22 years paynter Moved all the sufficCheck functionality into the check.h header and …
(edit) @2866   22 years paynter no longer relevant.
(edit) @2848   22 years sjboddie * empty log message *
(edit) @2839   22 years sjboddie Minor changes to get compiling on Windows
(edit) @2832   22 years sjboddie * empty log message *
(edit) @2807   22 years kjm18 changed suffixCheck to bit array.
(edit) @2806   22 years kjm18 changed initialisation loops to memset
(edit) @2805   23 years manuel added gc=2 option to expand parent levels of hierarchical browser's
(edit) @2801   23 years kjm18 new version of suffix, based on suffix2 (gordon and craigs simpler …
(edit) @2789   23 years kjm18 fixed the Prev and Next buttons
(edit) @2785   23 years sjboddie The build process now creates a summary of how many files were …
(edit) @2782   23 years dmm9 setting up modified query interface in pageaction (for about page)
(edit) @2776   23 years dmm9 cleaning up some little bits before advertising a live demo
(edit) @2774   23 years sjboddie Tidied up the collector's error handling. Hopefully the situation …
(edit) @2773   23 years kjm18 changes to enable language specific collectionmeta
(edit) @2770   23 years dmm9 oops! removing debugs
(edit) @2769   23 years dmm9 added function define_query_interface for dynamic query interface changes
(edit) @2767   23 years sjboddie altered the docs page to avoid broken links when documentation isn't …
(edit) @2763   23 years sjboddie fixed bug in recent changes to default formatstring
(edit) @2751   23 years sjboddie Had a go at enriching the default document structure. Added …
(edit) @2750   23 years kjm18 can now have spaces after the commas in the groups field of add user …
(edit) @2745   23 years kjm18 changes for gselection for mgpp queries, and some form query parsing …
(edit) @2727   23 years sjboddie Modified the error message slightly when perl can't be detected (at …
(edit) @2724   23 years jrm21 added an empty line after the test: target - it seemed to do funny …
(edit) @2712   23 years sjboddie "supercollection" is now a synonym for the "ccscols" collect.cfg option
(edit) @2710   23 years cs025 Make sure that WIN32 compilation uses the supplied hton/ntoh endian …
(edit) @2706   23 years sjboddie added [href] format string entity
(edit) @2704   23 years paynter Small efficiency gain in expandWhileUniqueSuffixExpansion.
(edit) @2703   23 years jrm21 Updated to successfully make with Kathy's latest changes (some files …
(edit) @2702   23 years jrm21 typo in argument name!! (It's only one letter long.....)
(edit) @2701   23 years kjm18 previous changes broke linux version. all fixed now hopefully :-)
(edit) @2699   23 years cs025 mgpp collections now work on windows
(edit) @2698   23 years jrm21 Now also gives error message under win32.
(edit) @2697   23 years kjm18 keep a pointer to an IndexData structure so keep state between …
(edit) @2696   23 years jrm21 Removed reference to CC stuff, as we currently only need CXX compiler.
(edit) @2694   23 years paynter Various improvements to the Phrase code, including new copy …
(edit) @2693   23 years kjm18 changed this to parse terms in the same way that the indexer does. …
(edit) @2692   23 years kjm18 phrases now use the case and stem preference settings, they are no …
(edit) @2687   23 years jrm21 added classpath so it compiles without manual intervention now
(edit) @2684   23 years jrm21 attempt to gracefully add rows to the table if the text content of the …
(edit) @2679   23 years kjm18 added unload_database() function to search and mgppsearch classes (but …
(edit) @2678   23 years kjm18 tidy up
(edit) @2677   23 years kjm18 fixed a bug in mgpp collections
(edit) @2676   23 years paynter A list of files that CVS needn't give errors about.
(edit) @2675   23 years paynter Changed phind dir to /phind1/ from /phind/.
(edit) @2674   23 years paynter Changes for the new version of suffix: Added …
(edit) @2673   23 years paynter An alternative, more efficient, version of suffix.cpp. I expect this …
(edit) @2664   23 years sjboddie Re-introduced the old "u" cgi argument for suppressing certain parts …
(edit) @2660   23 years jrm21 minor tweak - we were printing Last-Modified header with UTC set to …
(edit) @2659   23 years jrm21 suffix.o added to $(OBJECTS), so make clean removes it.
(edit) @2646   23 years jrm21 fixed a bug where z3950 collections would die when retrieving a …
(edit) @2627   23 years sjboddie The recent bug fix to prevent collector problems when source …
(edit) @2626   23 years sjboddie A couple of minor changes to avoid compiler problems with VC++ on …
(edit) @2621   23 years jrm21 "utsname *buf" should be "struct utsname *buf" - I think this was …
(edit) @2619   23 years dmm9 bug fix for the filtering out of unwanted docs.
(edit) @2613   23 years sjboddie No longer use the old _Xmn_ hack that allowed us to switch between …
(edit) @2612   23 years dmm9 adding filter for nonexistent metadata
(edit) @2608   23 years jrm21 Last-Modified http header now actually works (needed gsdlhome …
(edit) @2607   23 years sjboddie * empty log message *
(edit) @2606   23 years sjboddie * empty log message *
(edit) @2592   23 years jrm21 We need to explicitly use $(CXX) from configure for the c++ compiler, …
(edit) @2590   23 years jrm21 z3950proto.o needs gdbm.h incpath if not in standard place.
(edit) @2577   23 years sjboddie Windows local library now defaults to using Internet Explorer rather …
(edit) @2572   23 years jrm21 z3950 client config file moved from etc/recpt to etc/packages, so we …
(edit) @2566   23 years sjboddie Added a -make_writable option to build script so the collector can …
(edit) @2561   23 years sjboddie Fixed a bug preventing usage logging from working under the web library
(edit) @2558   23 years sjboddie fixed a bug where the collector would have problems if a source …
(edit) @2557   23 years sjboddie getopt.h was renamed getopt_old.h
(edit) @2556   23 years jrm21 If we have getopt.h in here, gcc will find it instead of …
(edit) @2555   23 years kjm18 changed error messages to be more useful
(edit) @2554   23 years kjm18 changed a comment
(edit) @2553   23 years sjboddie * empty log message *
(edit) @2549   23 years sjboddie fixed a couple of problems introduced by the recent port to windows of …
(edit) @2545   23 years sjboddie Added an unload_database() function to mgsearchclass which is called …
(edit) @2543   23 years sjboddie fixed a bug in the recently added argdb stuff that caused problems …
(edit) @2542   23 years sjboddie * empty log message *
(edit) @2541   23 years jrm21 1) replaced obsolete bzero() calls with memset() calls. 2) Makefile.in …
(edit) @2527   23 years sjboddie * empty log message *
(edit) @2523   23 years sjboddie * empty log message *
(edit) @2518   23 years sjboddie the collector no longer uses the image of the original collection for …
(edit) @2517   23 years sjboddie fixed a bug in the collector that caused problems when cloning a …
(edit) @2514   23 years sjboddie A few minor changes needed to get mgpp to compile under VC++4.2
(edit) @2513   23 years sjboddie * empty log message *
(edit) @2508   23 years sjboddie * empty log message *
(edit) @2507   23 years sjboddie Tidied up the phind client a little more. It now belongs to the …
(edit) @2504   23 years dmm9 added whole document list
Note: See TracRevisionLog for help on using the revision log.