Adding messages for new global group 'sysadmin'. Brion, Tim, Kate and JeLuF are all...
[lhc/web/wiklou.git] / includes / SearchPostgres.php
2008-07-29 Greg Sabino MullaneDouble-check that all old revision are set null.
2008-07-02 Brion VibberCleanup for r36660: use PHP 5 __construct() name for...
2008-06-25 Robert StojnićDo proper inheritance here instead of copy-paste of...
2008-06-19 Brion VibberRevert r36413 -- renaming of search files into 'search...
2008-06-18 Bryan Tong MinhRecommit r36403 with working version history hopefully...
2008-06-18 Bryan Tong MinhRevert r36403: Breaking SVN version history
2008-06-17 Chad HorohoeMore ~/includes cleanup. Moving all the Search*.php...
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-23 Robert StojnićSearch backend:
2008-02-17 Greg Sabino MullaneFix for bug 13004, in which the Postgres full-text...
2008-02-12 Greg Sabino MullaneNo longer need this cast.
2008-02-10 Greg Sabino MullaneMake Postgres 8.3 compatible.
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-05-16 Greg Sabino MullaneMore defined() that should be isset(), thanks to David...
2007-05-15 Greg Sabino MullaneBug 9908: check server version and adjust rank() argume...
2007-05-08 Nick JenkinsRemoving or commenting out unused variables or globals...
2007-04-27 Greg Sabino MullaneDefer populating searchTerms until later on - allows...
2007-04-26 Greg Sabino MullaneDon't try to highlight non-words.
2007-04-20 Nick JenkinsYet more doc tweaks:
2007-04-09 Greg Sabino MullaneMore tweaks to tsearch2 parsing
2007-04-06 Greg Sabino MullaneTrim trailing whitespace from string.
2007-04-05 Greg Sabino MullaneMore cleanups of tsearch2 parse query
2007-04-04 Greg Sabino MullaneSince used as regex elsewhere, strip out non-words.
2007-04-04 Greg Sabino MullaneOverhaul.
2007-03-26 Greg Sabino MullaneBegin simple tests to catch invalid search queries.
2007-03-01 Greg Sabino MullaneTypo in var name
2007-02-22 Greg Sabino MullaneProperly handle search operators "+" and "-", thanks...
2007-02-07 Greg Sabino MullaneEscape exclamation marks for now.
2007-01-22 Nick JenkinsThe war on redundant ampersand usage!
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2007-01-14 Greg Sabino MullaneDon't index old versions via tsearch2
2006-12-06 Greg Sabino MullaneFix typo, thanks to Sven Klemm for finding.
2006-11-29 Greg Sabino MullaneMinor tweaks to search query.
2006-11-23 Nick JenkinsCode housekeeping stuff (and barring any stuff-ups...
2006-09-03 Greg Sabino MullaneExplicitly use 'default' locale for tsearch2 queries.
2006-07-23 Greg Sabino MullaneChange reserved word table names "user" and "text"
2006-07-05 Greg Sabino MullaneChange hard-coded vector fields to variables.
2006-07-05 Greg Sabino MullaneAdd SearchPostgres.php