source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1806   23 years paynter Added a few missing macros for phrases.
(edit) @1805   23 years paynter Removed obsolete (I hope) function prototype for get_classificationlinks.
(edit) @1804   23 years paynter Changed phind classifier so that its HTML is generated by …
(edit) @1803   23 years paynter Moved the phind classifier's data directory into the index directory. …
(edit) @1802   23 years sjboddie * empty log message *
(edit) @1801   23 years sjboddie * empty log message *
(edit) @1800   23 years sjboddie The old windows local library gsdl.ini file is now called gsdlsite.cfg …
(edit) @1799   23 years sjboddie fixed a little bug in the building code that caused an endless loop if …
(edit) @1797   23 years sjboddie Added setpasswd utility for encrypting passwords and adding them to a …
(edit) @1796   23 years sjboddie Removed the "cp" and "sp" cgi arguments and used the "p" argument …
(edit) @1795   23 years sjboddie Authentication pages now give some feedback on which group a user …
(edit) @1794   23 years sjboddie Added ability to view gsdlsite.cfg and view/edit main.cfg …
(edit) @1793   23 years sjboddie Fixed the gsdl_ok() function as it didn't work on linux. I'm still not …
(edit) @1792   23 years sjboddie * empty log message *
(edit) @1791   23 years sjboddie * empty log message *
(edit) @1790   23 years sjboddie Fixed a minor html bug
(edit) @1789   23 years sjboddie The collector now only checks for perl before displaying the intro …
(edit) @1788   23 years kjm18 hack for highlighting - only has the original terms, not the …
(edit) @1787   23 years jrm21 "allow_extra_options" missing, to get inherited options
(edit) @1786   23 years kjm18 fixed the handling of #x in the query string - only #n where n is a …
(edit) @1785   23 years sjboddie Fixed some trouble with the get_date() function that showed up on windows
(edit) @1784   23 years sjboddie changed the test for perl as it didn't work on windows with some …
(edit) @1783   23 years sjboddie Added a check to make sure perl is functional before using the collector
(edit) @1782   23 years sjboddie Fixed a couple of problems with LogDateFormat configuration option …
(edit) @1780   23 years sjboddie tidied up mkcol.pl's help text
(edit) @1779   23 years sjboddie Implemented LogDateFormat configuration option.
(edit) @1778   23 years sjboddie Implemented the new MailServer, LogEvents, EmailEvents and …
(edit) @1777   23 years sjboddie Created sendmail.pl - a wrapper around the Sendmail perl module for …
(edit) @1776   23 years sjboddie Removed GSDLUSAGELOG and GSDLSERVER pre-processor definitions which (I …
(edit) @1775   23 years kjm18 fixed a bug in FindWordNumbers()
(edit) @1774   23 years kjm18 added MatchMode in set_queryfilter_options - used in mgppqueryfilter. …
(edit) @1773   23 years kjm18 changed a comment
(edit) @1772   23 years kjm18 removed Paragraph stuff - now only has Document and Section; added …
(edit) @1771   23 years kjm18 ranking and all/some now use the query page settings. ranking uses …
(edit) @1770   23 years kjm18 changed parseQuery to take a new parameter - defaultBoolCombine - this …
(edit) @1769   23 years kjm18 added options for ranked/non-ranked, all/some searches
(edit) @1768   23 years kjm18 overall term frequency only calculated if needRankInfo=true
(edit) @1762   23 years sjboddie Added support for the new LogEvents, EmailEvents, EmailUserEvents and …
(edit) @1761   23 years dmm9 Removing obsolete documentation
(edit) @1760   23 years sjboddie * empty log message *
(edit) @1759   23 years sjboddie Made a start on tidying up the main.cfg configuration file and adding …
(edit) @1758   23 years say1 added minimum image size and a few bug fixes
(edit) @1757   23 years say1 tightened the criteria for email files to avoid matching all dynamic …
(edit) @1756   23 years say1 added detection and handling of unreadable files
(edit) @1755   23 years say1 added better cycle detection (but still not perfect)
(edit) @1754   23 years say1 added support for jar files (which are actually just fancy zip files)
(edit) @1753   23 years sjboddie Fixed what I hope is the final bug in getting http building to work on …
(edit) @1752   23 years sjboddie Edited main mg makefile to prevent it from compiling or attempting to …
(edit) @1748   23 years sjboddie * empty log message *
(edit) @1747   23 years sjboddie made a few changes to windows makefiles
(edit) @1746   23 years sjboddie Fixed a minor bug in the way wget worked on windows.
(edit) @1745   23 years sjboddie Moved the old wincrypt and wingdbm packages into packages/windows
(edit) @1744   23 years say1 about a billion changes to ImagePlug
(edit) @1743   23 years sjboddie Had a bit of a go at getting the building code to build from http and …
(edit) @1742   23 years jrm21 Added a comment to the usage stuff about PRESCRIPT.
(edit) @1741   23 years sjboddie Fixed a little bug that was causing pluginfo.pl to print some dodgy …
(edit) @1740   23 years jrm21 We now escape underscores so that any macros in source code (wrt to …
(edit) @1739   23 years sjboddie A few changes to get multi-volume cd-roms working again
(edit) @1738   23 years jrm21 all calls to text_t.getcstr() now delete the returned ptr. Also, we …
(edit) @1737   23 years jrm21 Added a comment telling people what the macro to use is called …
(edit) @1735   23 years say1 fixed about a billion little Image things.
(edit) @1734   23 years jrm21 For postscript, fall back to some simple text extraction if ps2ascii …
(edit) @1733   23 years say1 new plugin for images
(edit) @1732   23 years say1 check metadata before adding
(edit) @1731   23 years jrm21 New and improved! Now gets #include information from std C files as …
(edit) @1730   23 years jrm21 removed a debugging statement left in accidentally…
(edit) @1729   23 years jrm21 title regexp should have started "\s*", not "\s+" - it's optional …
(edit) @1728   23 years jrm21 Minor change so that leading whitespace is skipped when grabbing the …
(edit) @1727   23 years jrm21 Put the space in a better position, so that the space occurs inside …
(edit) @1726   23 years jrm21 Added a space character for when using subcollections…
(edit) @1725   23 years sjboddie logging is now turned off by default
(edit) @1722   23 years jrm21 Check to see if CFLAGS is already set in environment, and if so, don't …
(edit) @1721   23 years sjboddie Fixed a small bug that was causing phrase searching to act erratically …
(edit) @1720   23 years dmm9 Added information to the usage text about date extraction option
(edit) @1719   23 years dmm9 Added information to the usage text about date extraction option
(edit) @1718   23 years dmm9 Added information to the usage text about date extraction option
(edit) @1717   23 years nzdl Fixed a couple of minor bugs in cross-collection searching
(edit) @1716   23 years jrm21 minor change to allow the -title option to display correctly on HTML page.
(edit) @1715   23 years jrm21 yaz library is now made by packages/Makefile instead of from …
(edit) @1714   23 years jrm21 moved packages to front of OTHERDIRS list, so it is made first in case …
(edit) @1713   23 years jrm21 Tidied up YAZ Makefiles and Makefiles.ins
(edit) @1712   23 years say1 cleaned up metadata extraction.
(edit) @1711   23 years say1 fixed minor spelling mistake
(edit) @1710   23 years say1 RecPlug now skips CVS directories.
(edit) @1709   23 years sjboddie build script edited to use wget to download source files via http and ftp
(edit) @1708   23 years sjboddie * empty log message *
(edit) @1707   23 years jrm21 Plugin for source code (primarily for putting Greenstone src into a …
(edit) @1706   23 years say1 cleaned up the Title code to strip away standard prefixes inserted by …
(edit) @1705   23 years say1 fixed to handle filenames with multiple dots.
(edit) @1704   23 years sjboddie wget is now extracted from tar archive, configured and compiled in the …
(edit) @1703   23 years sjboddie removed wget from cvs. it will be added again as a .tar.gz file …
(edit) @1702   23 years annetteb Bug fix for when offset values are read in from GDBM.
(edit) @1701   23 years sjboddie * empty log message *
(edit) @1700   23 years say1 changed PSPlug to extract CreationDate, Title and Pages info.
(edit) @1699   24 years say1 fixed the bug in HTML plug which broke images for Dave
(edit) @1698   24 years dmm9 Fixing up usage message for documentation purposes
(edit) @1697   24 years sjboddie * empty log message *
(edit) @1696   24 years sjboddie Created a "phrases" button for the phind classifier
(edit) @1695   24 years nzdl Fixed a bug in the cross-collection searching stuff
(edit) @1694   24 years kjm18 updated to resembled the corresponding mg updated versions
Note: See TracRevisionLog for help on using the revision log.