| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/11438] Add spaces after # comment start and before \ line breaks | Joas Schilling | 2013-03-16 | 1 | -34/+34 |
| | | | | | PHPBB3-11438 | ||||
| * | [ticket/11438] Add empty sql_query_pre to delta-source | Joas Schilling | 2013-03-15 | 1 | -0/+1 |
| | | | | | PHPBB3-11438 | ||||
| * | [ticket/11438] Move backslash to concatenate the query strings correctly | Joas Schilling | 2013-03-15 | 1 | -60/+30 |
| | | | | | | | Was broken in 03d2c6413c25b1faf7f37ff20625ce986b19eb88 PHPBB3-11438 | ||||
| * | [ticket/11438] Update sphinx.sample.conf to one provided by config_generate() | Joas Schilling | 2013-03-15 | 1 | -1/+1 |
| | | | | | PHPBB3-11438 | ||||
| * | [ticket/11248] Convert line endings to LF - develop edition. | Oleg Pudeyev | 2012-12-07 | 1 | -30/+60 |
| | | | | | PHPBB3-11248 | ||||
| * | [feature/sphinx-fulltext-search] improve port option | Dhruv | 2012-07-22 | 1 | -3/+2 |
| | | | | | | | | Use listen instead of deprecated port value in sphinx config file. sqlhost uses default $dbhost. PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] makes sql host configurable | Dhruv | 2012-07-22 | 1 | -2/+2 |
| | | | | | | | | The SQL server host which sphinx connects to index the posts is now configurable via ACP. PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] use Update in sphinx query | Dhruv | 2012-07-19 | 1 | -2/+2 |
| | | | | | | | | | 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 | ||||
| * | [feature/sphinx-fulltext-search] use CASE instead of IF | Dhruv | 2012-07-19 | 1 | -2/+2 |
| | | | | | | | | IF is not supported in pgsql, use CASE instead supported in both mysql and pgsql. PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] minor changes in sphinx.conf | Dhruv | 2012-07-19 | 1 | -2/+2 |
| | | | | | PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] use new unique id instead of salt | Dhruv | 2012-07-19 | 1 | -8/+8 |
| | | | | | | | | a new unique id is generated by sphinx and stored in the config table instead of using avatar_salt. PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] add binlog_path to config | Dhruv Goel | 2012-07-12 | 1 | -0/+1 |
| | | | | | | | binlog files are now added to the data folder. PHPBB3-10946 | ||||
| * | [feature/sphinx-fulltext-search] include sample sphinx.conf in docs | Dhruv Goel | 2012-07-12 | 1 | -0/+96 |
| PHPBB3-10946 | |||||
