index
:
forums
master
The forums.mageia.org Website
Maat [maat]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
phpBB
/
includes
/
search
/
fulltext_mysql.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
[feature/soft-delete] Lay the groundwork for a soft-delete feature
Josh Woody
2012-08-29
1
-6
/
+8
*
[ticket/11048] use protected instead of private in mysql fulltext
Dhruv
2012-08-14
1
-6
/
+6
*
[ticket/11048] add access specifiers to mysql search
Dhruv
2012-08-10
1
-44
/
+14
*
[ticket/11011] pass $auth to search backend constructor
Dhruv
2012-08-08
1
-1
/
+1
*
[ticket/11011] global variables as constructor parameters
Dhruv
2012-07-28
1
-77
/
+58
*
[ticket/11011] add access specifiers and docblocks
Dhruv
2012-07-28
1
-6
/
+55
*
Merge PR #844 branch 'dhruvgoel92/ticket/10936' into develop
Oleg Pudeyev
2012-06-19
1
-92
/
+9
|
\
|
*
[ticket/10936] remove PCRE and mbstring support check
Dhruv Goel
2012-06-13
1
-91
/
+8
|
*
[ticket/10936] fix language key
Dhruv Goel
2012-06-12
1
-1
/
+1
*
|
Merge branch 'develop-olympus' into develop
Nils Adermann
2012-06-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[ticket/9551] uncomment line and change length to 255
Dhruv Goel
2012-06-19
1
-1
/
+1
*
|
Merge branch 'develop-olympus' into develop
Oleg Pudeyev
2012-03-08
1
-5
/
+1
|
\
\
|
|
/
|
*
[ticket/9813] Only get posts table row count if we detected a fulltext index.
Andreas Fischer
2012-03-08
1
-1
/
+1
|
*
[ticket/9813] Also use estimated row count of posts table for fulltext mysql.
Andreas Fischer
2012-03-05
1
-5
/
+1
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-02-25
1
-1
/
+1
|
\
\
|
|
/
|
*
[ticket/10630] Perform array_unique on authors array before creating the query
Joas Schilling
2012-02-20
1
-1
/
+1
*
|
[ticket/10579] Delete extra v2 from license block.
Oleg Pudeyev
2012-01-12
1
-1
/
+1
*
|
[ticket/9916] Updating header license and removing Version $Id$
Unknown
2011-12-31
1
-2
/
+1
*
|
[feature/extension-manager] Add docblocks to new search backend methods
Nils Adermann
2011-11-18
1
-1
/
+6
*
|
[feature/extension-manager] Make search backends loadable from extensions
Nils Adermann
2011-09-29
1
-7
/
+7
*
|
[ticket/10329] Add phpbb_ prefix to new pcre_utf8_support() function.
Andreas Fischer
2011-08-21
1
-1
/
+1
*
|
[ticket/9574] Add pcre_utf8_support() function
Igor Wiedler
2010-12-28
1
-1
/
+1
*
|
[ticket/9574] Remove conditional PHP<5.2 code
Igor Wiedler
2010-12-28
1
-6
/
+3
*
|
[ticket/9556] Drop php closing tags, add trailing newline
Igor Wiedler
2010-11-11
1
-2
/
+0
|
/
*
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
Andreas Fischer
2010-10-21
1
-0
/
+8
*
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
Josh Woody
2010-07-29
1
-1
/
+1
*
Safe us some more calls to $db->sql_escape().
Andreas Fischer
2010-01-11
1
-2
/
+2
*
Bug #54325 - Fulltext-MySQL search for keywords and username at the same time...
Joas Schilling
2009-11-26
1
-1
/
+1
*
correct method comment
Meik Sievertsen
2009-08-31
1
-4
/
+17
*
fix r9713 for #36565
Joas Schilling
2009-08-05
1
-4
/
+2
*
Fix bug #36565 - Search by authorname does not display posts of guests and de...
Joas Schilling
2009-07-02
1
-16
/
+40
*
New search option: Maximum number of words allowed to search for.
Meik Sievertsen
2009-04-11
1
-1
/
+7
*
Ok, story real database server info, as well as caching it
Meik Sievertsen
2008-09-04
1
-2
/
+2
*
Topic searches by author no longer return invalid results [Bug #11777]
Nils Adermann
2008-06-04
1
-2
/
+2
*
#15524
David M
2007-11-29
1
-2
/
+1
*
dumdidum... sorry. ;)
Meik Sievertsen
2007-10-05
1
-0
/
+1
*
#13579
Henry Sudhof
2007-07-23
1
-2
/
+6
*
- a better way of checking PCRE property support
David M
2007-07-23
1
-1
/
+5
*
ok, mess around with the templates + fixing some bugs + adjusting headers for...
Meik Sievertsen
2007-06-09
1
-3
/
+3
*
#11637
David M
2007-05-25
1
-1
/
+1
*
- magic urls should have class="postlink", added class="postlink-local" for r...
Nils Adermann
2007-04-28
1
-6
/
+3
*
- removed unneeded code from fulltext_mysql [Bug #9947]
Nils Adermann
2007-04-22
1
-93
/
+113
*
forgot to make the actual change :P
David M
2007-04-18
1
-2
/
+2
*
#9904
David M
2007-04-18
1
-0
/
+8
*
- urlencoded usernames don't need htmlspecialchars [Bug #8794]
Nils Adermann
2007-04-01
1
-28
/
+0
*
#5401
David M
2007-03-31
1
-0
/
+1
*
debug code :-(
David M
2007-03-31
1
-1
/
+1
*
the mysql search backend now tries to use mbstring's regex engine if PCRE doe...
David M
2007-03-31
1
-10
/
+82
*
Display a note, that UTF-8 support in fulltext_mysql is not available with ce...
Nils Adermann
2007-01-27
1
-0
/
+22
*
- use constants no weird numbers ;-)
Nils Adermann
2007-01-05
1
-4
/
+10
[next]