| Commit message (Expand) | Author | Age | Files | Lines |
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
* | [ticket/13685] Add phpbb_dispatcher to fulltext search constructors | brunoais | 2015-06-07 | 1 | -1/+1 |
* | [ticket/11052] update search backend constructor everywhere | Dhruv | 2012-08-15 | 1 | -1/+1 |
* | [ticket/10637] Leftovers from implementation of extensions in develop tools | Vjacheslav Trushkin | 2012-02-09 | 1 | -3/+1 |
* | Copy 3.0.x branch to trunk | Meik Sievertsen | 2009-10-04 | 1 | -0/+129 |
* | Move trunk/phpBB to old_trunk/phpBB | Meik Sievertsen | 2009-10-04 | 1 | -129/+0 |
* | $db-> to phpbb::$db-> | Meik Sievertsen | 2009-02-22 | 1 | -9/+9 |
* | $auth-> to phpbb::$acl-> | Meik Sievertsen | 2009-02-22 | 1 | -1/+1 |
* | remove global and change $user-> to phpbb::$user-> | Meik Sievertsen | 2009-02-22 | 1 | -3/+3 |
* | $config to phpbb::$config | Meik Sievertsen | 2008-12-28 | 1 | -3/+3 |
* | ok... i hope i haven't messed too much with the code and everything is still ... | Meik Sievertsen | 2008-05-29 | 1 | -5/+5 |
* | deregister globals to install too | Meik Sievertsen | 2007-10-04 | 1 | -10/+10 |
* | add proper die() statements although /develop is never ever shipped with phpB... | Meik Sievertsen | 2007-04-06 | 1 | -0/+9 |
* | count -> sizeof | David M | 2006-12-15 | 1 | -1/+1 |
* | Me, me, me! | Nils Adermann | 2006-03-06 | 1 | -1/+1 |
* | - overhauled search system | Nils Adermann | 2006-01-11 | 1 | -108/+35 |
* | only minor changes, some notes, played around with the code... nothing special. | Meik Sievertsen | 2003-02-26 | 1 | -2/+2 |
* | Fix issues with view posts since last visit, errors on next page, re-introduc... | Paul S. Owen | 2002-02-25 | 1 | -37/+16 |
* | Fixed some security problems for those people that didn't remove or disable t... | Bart van Bragt | 2002-02-16 | 1 | -0/+13 |
* | Added title support and updated for changes in includes/search ... title slow... | Paul S. Owen | 2002-01-25 | 1 | -109/+89 |
* | Moved all search functions to includes/search.php Paul; please review | Bart van Bragt | 2002-01-03 | 1 | -138/+2 |
* | Changed fixed table name to constant | Bart van Bragt | 2001-12-14 | 1 | -1/+1 |
* | Changed fixed table name to constant | Bart van Bragt | 2001-12-14 | 1 | -2/+2 |
* | bug #488067: no, preg_quote() didn't always have 2 args. | natec | 2001-12-11 | 1 | -3/+4 |
* | Updated to take account of schema changes | Paul S. Owen | 2001-11-29 | 1 | -25/+23 |
* | New and improved search_fill.php, still has a weird memory exhaustion bug | Bart van Bragt | 2001-11-15 | 1 | -186/+233 |
* | New search system, this isn't final, needs alterations, etc. can redeem this ... | Paul S. Owen | 2001-11-09 | 1 | -0/+311 |