| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Removes unused property $word_length
PHPBB3-10946
|
| |
|
|
|
|
|
|
| |
Uses 9312 instead of 3312 as default port for searchd to listen on
according to latest sphinx documentation. Use filename sphinxapi.php
instead of old one.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
| |
Add a new line after break. Change docblocks to be more informative.
PHPBB3-10946
|
| |
|
|
|
|
| |
Use // for two liners in comments.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Use listen instead of deprecated port value in sphinx config file.
sqlhost uses default $dbhost.
PHPBB3-10946
|
| |
|
|
|
|
| |
Remove stopwords and config_path options from ACP.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
The SQL server host which sphinx connects to index the posts is now
configurable via ACP.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Note saying db_tools not being used currently is remove from db_tools.php
We utilize db_tools in sphinx search.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Don't generate sphinx config file if database is not supported. Add
property $dbtype to write into sphinx config file according to sql_layer.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
IF is not supported in pgsql, use CASE instead supported in both mysql
and pgsql.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
| |
Use sql_table_exists( ) method in db_tools to support all database types.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Modify language keys according to what the config setting actually does.
Remove references to autoconf.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
add access modifiers and docblocks to properties and methods of
sphinx helper classes.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
a new unique id is generated by sphinx and stored in the config table
instead of using avatar_salt.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
sphinx config file is generated and displayed in the ACP for user to use
it to start sphinx search daemon.
PHPBB3-10946
|
| |
|
|
|
|
| |
fulltext_sphinx_bin_path from ACP as it is no longer required.
PHPBB3-10946
|
| |
|
|
|
|
|
|
| |
Sphinx config class is modified to return the configuration data instead
of writing it to a file. Search backend property config_file_data stores
the generated data.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
remove recent search queries from the stats as they can't be retreived
and remove other language keys being used no more.
PHPBB3-10946
|
| |
|
|
|
|
| |
Use db_tools class for creating/dropping sphinx table.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Default config values are added to config table in new install as well
as database_update.
PHPBB3-10946
|
| |
|
|
|
|
| |
Some extra conditions and variables used in autoconf are removed.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Stopwords option can be configured in ACP to generate correct sphinx
config file.
PHPBB3-10946
|
| |
|
|
|
|
| |
All constant names are prefixed with SPHINX_
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Remove all code related to sphinx automatic configuration and all exec
calls.
PHPBB3-10946
|
| |
|
|
|
|
|
|
| |
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
using keyword_search method instead of get_name to distinguish between the
search backend classes present in includes/search and other helper classes.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
|
| |
Break the classes in functions-sphinx.php into different files
with proper class names according to phpbb class auto loader conventions.
PHPBB3-10946
Conflicts:
phpBB/includes/search/sphinx/config.php
|
| |
|
|
|
|
| |
binlog files are now added to the data folder.
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
|
| |
Uses sql_build_query for JOIN query. Remove casting to int and space for
phpbb conventions to be followed
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Language keys removed from mods folder and added to
language/en/acp/search.php
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|
| |
|
|
|
|
|
|
|
|
| |
config variables now use class property for unique id
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
|
| |
|
|
|
|
| |
also need to add the latest sphinx api instead of this.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
|
| |
|
|
|
|
| |
Sphinx config file updated according to new documentation.
PHPBB3-10946
|
| |
|
|
|
|
|
| |
some minor code changes to make it working against current develop
and comply with other search backend coding convetions.
PHPBB3-10946
|
| |
|
|
| |
PHPBB3-10946
|