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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into de...
Oleg Pudeyev
2012-07-07
1
-0
/
+856
|
\
|
*
[feature/postgresql-fulltext-search] supports_phrase_search function
Dhruv Goel
2012-07-08
1
-1
/
+13
|
*
[feature/postgresql-fulltext-search] fix formatting
Dhruv Goel
2012-07-05
1
-2
/
+2
|
*
[feature/postgresql-fulltext-search] add docblocks to functions
Dhruv Goel
2012-07-05
1
-5
/
+54
|
*
[feature/postgresql-fulltext-search] remove phrase search code
Dhruv Goel
2012-07-05
1
-33
/
+1
|
*
[feature/postgresql-fulltext-search] define access control specifiers
Dhruv Goel
2012-07-05
1
-8
/
+8
|
*
[feature/postgresql-fulltext-search] use version_compare
Dhruv Goel
2012-07-05
1
-5
/
+5
|
*
[feature/postgresql-fulltext-search] fix language key
Dhruv Goel
2012-07-05
1
-1
/
+1
|
*
[feature/postgresql-fulltext-search] removes pcre check
Dhruv Goel
2012-07-05
1
-8
/
+4
|
*
[feature/postgresql-fulltext-search] remove mbstring support
Dhruv Goel
2012-07-05
1
-81
/
+8
|
*
[feature/postgresql-fulltext-search] change language for pgsql < 8.3
Dhruv Goel
2012-07-05
1
-1
/
+1
|
*
[feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()
Dhruv Goel
2012-07-05
1
-6
/
+3
|
*
[feature/postgresql-fulltext-search] fix variable name
Dhruv Goel
2012-07-05
1
-4
/
+4
|
*
[feature/postgresql-fulltext-search] Fix version comparison for 9.0+.
Oleg Pudeyev
2012-07-05
1
-1
/
+1
|
*
[feature/postgresql-fulltext-search] fixing license
Dhruv Goel
2012-07-05
1
-2
/
+1
|
*
[feature/postgresql-fulltext-search] assign empty stats
Dhruv Goel
2012-07-05
1
-0
/
+6
|
*
[feature/postgresql-fulltext-search] remove backward compatibility
Dhruv Goel
2012-07-05
1
-39
/
+5
|
*
[feature/postgresql-fulltext-search] minor changes
Dhruv Goel
2012-07-05
1
-3
/
+3
|
*
[feature/postgresql-fulltext-search] minor changes
Dhruv Goel
2012-07-05
1
-6
/
+12
|
*
[feature/postgresql-fulltext-search] Fixed braces
Oleg Pudeyev
2012-07-05
1
-6
/
+8
|
*
[feature/postgresql-fulltext-search] Remove closing php tag
Oleg Pudeyev
2012-07-05
1
-2
/
+0
|
*
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.
we3b
2012-06-08
1
-49
/
+114
|
*
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.
wagnerch
2012-06-08
1
-52
/
+24
|
*
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.
wagnerch
2012-06-08
1
-0
/
+893
*
|
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
2
-16
/
+3
|
\
\
|
|
/
|
*
[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
|
*
[ticket/10653] Add ability to count table rows to database abstraction layer.
Andreas Fischer
2012-03-03
1
-44
/
+2
|
*
[ticket/9813] Use table status row count only if greater than 100000 or exact.
Andreas Fischer
2012-03-03
1
-26
/
+41
|
*
[ticket/9813] Use SHOW TABLE STATUS to get search stats for native on MySQL.
Andreas Fischer
2012-03-03
1
-10
/
+28
*
|
Merge branch 'develop-olympus' into develop
Andreas Fischer
2012-02-25
3
-3
/
+3
|
\
\
|
|
/
|
*
[ticket/10630] Use sql_like_expression() method instead of hardcoded LIKE '%x%'
Joas Schilling
2012-02-20
1
-1
/
+1
|
*
[ticket/10630] Perform array_unique on authors array before creating the query
Joas Schilling
2012-02-20
2
-2
/
+2
*
|
[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
3
-6
/
+3
*
|
[feature/extension-manager] Add docblocks to new search backend methods
Nils Adermann
2011-11-18
2
-2
/
+12
*
|
[feature/extension-manager] Make search backends loadable from extensions
Nils Adermann
2011-09-29
3
-19
/
+16
*
|
[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
3
-6
/
+0
|
/
*
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
Andreas Fischer
2010-10-21
1
-0
/
+8
*
Merge branch 'ticket/cs278/9760' into develop-olympus
Andreas Fischer
2010-08-10
1
-1
/
+12
|
\
|
*
[ticket/9760] Remove unrestricted wildcards from search terms.
Chris Smith
2010-08-08
1
-1
/
+12
*
|
[ticket/9749] Fulltext mysql unexpected behavior on entering a dash in query
Josh Woody
2010-07-29
1
-1
/
+1
|
/
[next]