Nathan
97350944e3
[ticket/7598] Use $user->lang['COMMA_SEPARATOR']
...
PHPBB3-7598
2012-07-14 17:40:37 -05:00
Nathan
f3e6547acf
[ticket/7598] Inactive users action notification (ACP)
...
When performing an action on users in the ACP Inactive Users, such as activating, deleting, or reminding, trigger_error is now called to give a notification that the action was performed
PHPBB3-7598
2012-07-13 22:18:28 -05:00
Dhruv Goel
d2e42d7d61
[feature/sphinx-fulltext-search] remove unnecessary code
...
Some extra conditions and variables used in autoconf are removed.
PHPBB3-10946
2012-07-12 17:32:09 +05:30
Dhruv Goel
569db1471b
[feature/sphinx-fulltext-search] fix stopwords option
...
Stopwords option can be configured in ACP to generate correct sphinx
config file.
PHPBB3-10946
2012-07-12 17:32:08 +05:30
Dhruv Goel
88089194e5
[feature/sphinx-fulltext-search] prefix sphinx with constant names
...
All constant names are prefixed with SPHINX_
PHPBB3-10946
2012-07-12 17:32:07 +05:30
Dhruv Goel
e486f4389c
[feature/sphinx-fulltext-search] remove autoconf
...
Remove all code related to sphinx automatic configuration and all exec
calls.
PHPBB3-10946
2012-07-12 17:32:06 +05:30
Dhruv Goel
8dcdf8a973
[feature/sphinx-fulltext-search] add docblock and access modifiers
...
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
2012-07-12 17:32:05 +05:30
Dhruv Goel
2503581cd5
[feature/sphinx-fulltext-search] add class properties indexes & sphinx
...
PHPBB3-10946
2012-07-12 17:32:04 +05:30
Dhruv Goel
0e9174d168
[feature/sphinx-fulltext-search] use keywords_search instead of get_name
...
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
2012-07-12 17:32:03 +05:30
Dhruv Goel
06eeed058d
[feature/sphinx-fulltext-search] remove unused arrays
...
PHPBB3-10946
2012-07-12 17:32:02 +05:30
Dhruv Goel
4a11a7b970
[feature/sphinx-fulltext-search] add sphinx_table constant to constants.php
...
PHPBB3-10946
2012-07-12 17:32:01 +05:30
Dhruv Goel
97fda78e7d
[feature/sphinx-fulltext-search] Make different files for different classes
...
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
2012-07-12 17:32:00 +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
39f8a5fa9f
[feature/sphinx-fulltext-search] use sql_build_query for query
...
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
2012-07-12 17:31:57 +05:30
Dhruv Goel
bfd01f0187
[feature/sphinx-fulltext-search] remove all reference returns
...
PHPBB3-10946
2012-07-12 17:31:56 +05:30
Dhruv Goel
f609555b1a
[feature/sphinx-fulltext-search] integrate sphinx language keys with core
...
Language keys removed from mods folder and added to
language/en/acp/search.php
PHPBB3-10946
2012-07-12 17:31:49 +05:30
Dhruv Goel
74a7407927
[feature/sphinx-fulltext-search] improve classes in functions-sphinx.php
...
PHPBB3-10946
2012-07-12 17:27:29 +05:30
Dhruv Goel
02588069f0
[feature/sphinx-fulltext-search] fix config variables
...
config variables now use class property for unique id
PHPBB3-10946
Conflicts:
phpBB/includes/search/fulltext_sphinx.php
2012-07-12 17:27:28 +05:30
Dhruv Goel
455a35d836
[feature/sphinx-fulltext-search] temporary commit to pull out sphinx-api
...
also need to add the latest sphinx api instead of this.
PHPBB3-10946
2012-07-12 17:27:27 +05:30
Dhruv Goel
8d76bc45ee
[feature/sphinx-fulltext-search] minor fixes in formatting
...
Add a newline at the end of files. Update License information in package
docbloc.
PHPBB3-10946
2012-07-12 17:27:25 +05:30
Dhruv Goel
99d4660df6
[feature/sphinx-fulltext-search] update config file
...
Sphinx config file updated according to new documentation.
PHPBB3-10946
2012-07-12 17:27:24 +05:30
Dhruv Goel
fcf0d04b20
[feature/sphinx-fulltext-search] minor changes
...
some minor code changes to make it working against current develop
and comply with other search backend coding convetions.
PHPBB3-10946
2012-07-12 17:27:23 +05:30
Dhruv Goel
a50b0faf4a
[feature/sphinx-fulltext-search] MOD by naderman installed in phpbb
...
PHPBB3-10946
2012-07-12 17:27:22 +05:30
Joas Schilling
e68c1fb9e4
[ticket/10950] Use database count() and group by instead of doing that in php
...
PHPBB3-10950
2012-07-11 12:58:57 +02:00
Andreas Fischer
8c733b3cd2
[ticket/10969] Also remove COMMENTS key from data array in get_available_dbms()
...
PHPBB3-10969
2012-07-08 21:42:30 +02:00
Andreas Fischer
cb245b1faf
[ticket/10969] Remove remove_remarks(&$sql) and remove_comments(&$output).
...
Merge their bodies into phpbb_remove_comments($input).
PHPBB3-10969
2012-07-08 21:38:53 +02:00
Oleg Pudeyev
b6a364b706
Merge PR #856 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:30 -04:00
Oleg Pudeyev
a7da376004
Merge PR #856 branch 'prep-release-3.0.11' into develop-olympus
...
* prep-release-3.0.11:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:28 -04:00
Oleg Pudeyev
36a568fd56
Merge PR #856 branch 'bantu/ticket/10937' into prep-release-3.0.11
...
* bantu/ticket/10937:
[ticket/10937] Update documentation to say which comment styles are removed.
[ticket/10937] Comment removal functions: Restore backward compatibility
2012-07-07 16:43:24 -04:00
Oleg Pudeyev
1526886e3e
Merge PR #832 branch 'dhruvgoel92/feature/postgresql-fulltext-search' into develop
...
* dhruvgoel92/feature/postgresql-fulltext-search: (28 commits)
[feature/postgresql-fulltext-search] supports_phrase_search function
[feature/postgresql-fulltext-search] use proper variable name
[feature/postgresql-fulltext-search] each config is checked if it is set
[feature/postgresql-fulltext-search] fix formatting
[feature/postgresql-fulltext-search] add docblocks to functions
[feature/postgresql-fulltext-search] remove phrase search code
[feature/postgresql-fulltext-search] define access control specifiers
[feature/postgresql-fulltext-search] use version_compare
[feature/postgresql-fulltext-search] fix language key
[feature/postgresql-fulltext-search] remove Readme
[feature/postgresql-fulltext-search] removes pcre check
[feature/postgresql-fulltext-search] fix language tsearch2 to text search
[feature/postgresql-fulltext-search] remove mbstring support
[feature/postgresql-fulltext-search] change language for pgsql < 8.3
[feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()
[feature/postgresql-fulltext-search] fix variable name
[feature/postgresql-fulltext-search] Fix version comparison for 9.0+.
[feature/postgresql-fulltext-search] fixing license
[feature/postgresql-fulltext-search] assign empty stats
[feature/postgresql-fulltext-search] remove backward compatibility
...
2012-07-07 16:19:53 -04:00
Dhruv Goel
70a0caee28
[feature/postgresql-fulltext-search] supports_phrase_search function
...
function to return the value of the the private property phrase_search
PHPBB3-9730
2012-07-08 01:38:53 +05:30
Dhruv Goel
bc699f66cf
[feature/postgresql-fulltext-search] fix formatting
...
adds proper spaces after control keywords and comment symbol
PHPBB3-9730
2012-07-05 21:17:26 +05:30
Dhruv Goel
dfbd32ce24
[feature/postgresql-fulltext-search] add docblocks to functions
...
Docblocks are added to the functions of this search backend.
PHPBB3-9730
2012-07-05 21:17:25 +05:30
Dhruv Goel
19d76f76dc
[feature/postgresql-fulltext-search] remove phrase search code
...
Unused Code for phrase search removed as pgsql doesnt support it. An added
message is displayed if user tries to perform exact phrase search.
PHPBB3-9730
2012-07-05 21:17:23 +05:30
Dhruv Goel
f2dfaa73ff
[feature/postgresql-fulltext-search] define access control specifiers
...
PHPBB3-9730
2012-07-05 21:17:22 +05:30
Dhruv Goel
ebc4c20199
[feature/postgresql-fulltext-search] use version_compare
...
version_compare is used for version comparision and pgsql version is now
a global variable that is displayed in the acp too.
PHPBB3-9730
2012-07-05 21:17:20 +05:30
Dhruv Goel
8ba510a99d
[feature/postgresql-fulltext-search] fix language key
...
Language key name not incompatible_database instead of version which
was misleading
PHPBB3-9730
2012-07-05 21:17:19 +05:30
Dhruv Goel
8e035f9141
[feature/postgresql-fulltext-search] removes pcre check
...
PCRE UTF8 support is already checked globally. adds an option of
pgsql version to acp.
PHPBB3-9730
2012-07-05 21:17:16 +05:30
Dhruv Goel
84054afc9d
[feature/postgresql-fulltext-search] remove mbstring support
...
Remove the usage of mbstring regex engine when PCRE does not support UTF8
since its a requirement for phpbb 3.1
PHPBB3-9730
2012-07-05 21:13:40 +05:30
Dhruv Goel
8981399ae1
[feature/postgresql-fulltext-search] change language for pgsql < 8.3
...
PHPBB3-9730
2012-07-05 21:13:38 +05:30
Dhruv Goel
8c170eb6a0
[feature/postgresql-fulltext-search] use phpbb_pcre_utf8_support()
...
Use phpBB's built in function for checking PCRE lib support.
PHPBB3-9730
2012-07-05 21:13:36 +05:30
Dhruv Goel
6958e8b6d9
[feature/postgresql-fulltext-search] fix variable name
...
Variable name used is now tsearch_usable instead of tsearch_builtin
to reflect its actual purpose.
PHPBB3-9730
2012-07-05 21:13:35 +05:30
Oleg Pudeyev
d9fd8da37e
[feature/postgresql-fulltext-search] Fix version comparison for 9.0+.
...
PHPBB3-9730
2012-07-05 21:13:33 +05:30
Dhruv Goel
26bfeb0016
[feature/postgresql-fulltext-search] fixing license
...
PHPBB3-9730
2012-07-05 21:13:32 +05:30
Dhruv Goel
30508b406b
[feature/postgresql-fulltext-search] assign empty stats
...
Blank array is assigned to stats incase pgsql fulltext
search backend is not compatible
PHPBB3-9730
2012-07-05 21:11:28 +05:30
Dhruv Goel
d1a49e01ce
[feature/postgresql-fulltext-search] remove backward compatibility
...
removes backward compatibility before PostgreSQL ver 8.3
if version is before 8.3 displays error.
PHPBB3-9730
2012-07-05 21:11:26 +05:30
Dhruv Goel
f83da6c0ef
[feature/postgresql-fulltext-search] minor changes
...
Changes to comply with other backend conventions. include $user as global
variable to access it inside init();
PHPBB3-9730
2012-07-05 21:11:23 +05:30
Dhruv Goel
9f4219b1c7
[feature/postgresql-fulltext-search] minor changes
...
Some changes in code to get it work against current develop.
PosgreSQL Fulltext search works for new install now.
PHPBB3-9730
2012-07-05 21:11:20 +05:30
Oleg Pudeyev
98bc7fa6ce
[feature/postgresql-fulltext-search] Fixed braces
...
Fixes braces in fulltext_postgres.php to comply with phpbb conventions.
PHPBB3-9730
2012-07-05 21:10:50 +05:30
Oleg Pudeyev
b1378f20af
[feature/postgresql-fulltext-search] Remove closing php tag
...
PHPBB3-9730
2012-07-05 21:09:54 +05:30