Oleg Pudeyev
03d2c6413c
[ticket/11248] Convert line endings to LF - develop edition.
...
PHPBB3-11248
2012-12-07 21:57:33 -05:00
Dhruv
39bac86f7d
[feature/sphinx-fulltext-search] improve port option
...
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
2012-07-22 04:24:34 +05:30
Dhruv
161e469b5a
[feature/sphinx-fulltext-search] makes sql host configurable
...
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
2012-07-22 02:50:53 +05:30
Dhruv
81959927e5
[feature/sphinx-fulltext-search] use Update in sphinx query
...
Instead of REPLACE use UPDATE since pgsql does not support REPLACE.
A row is inserted at time of creating table so REPLACE is no longer
needed.
PHPBB3-10946
2012-07-19 23:01:49 +05:30
Dhruv
b81941a997
[feature/sphinx-fulltext-search] use CASE instead of IF
...
IF is not supported in pgsql, use CASE instead supported in both mysql
and pgsql.
PHPBB3-10946
2012-07-19 23:01:48 +05:30
Dhruv
118b57f71d
[feature/sphinx-fulltext-search] minor changes in sphinx.conf
...
PHPBB3-10946
2012-07-19 23:01:47 +05:30
Dhruv
172c583f19
[feature/sphinx-fulltext-search] use new unique id instead of salt
...
a new unique id is generated by sphinx and stored in the config table
instead of using avatar_salt.
PHPBB3-10946
2012-07-19 23:01:42 +05:30
Dhruv Goel
10b706674e
[feature/sphinx-fulltext-search] add binlog_path to config
...
binlog files are now added to the data folder.
PHPBB3-10946
2012-07-12 17:31:58 +05:30
Dhruv Goel
a3b2caf841
[feature/sphinx-fulltext-search] include sample sphinx.conf in docs
...
PHPBB3-10946
2012-07-12 17:27:26 +05:30