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
2821dc3325
[feature/postgresql-fulltext-search] fix language tsearch2 to text search
...
Language is changed according to the current PostgreSQL documentation.
PHPBB3-9730
2012-07-05 21:17:14 +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
8a659964e4
[feature/postgresql-fulltext-search] database changes in database_update
...
config entries are now added by database_update.php as well.
PostgreSQL will work during update too.
PHPBB3-9730
2012-07-05 21:11:22 +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
we3b
07e946c189
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 3.
...
PHPBB3-9730
2012-06-08 21:28:51 +05:30
wagnerch
fa470c3792
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 2.
...
PHPBB3-9730
2012-06-08 21:28:45 +05:30
wagnerch
0191e1313c
[feature/postgresql-fulltext-search] PostgreSQL fulltext search, version 1.
...
PHPBB3-9730
2012-06-08 21:28:23 +05:30
Andreas Fischer
1a9b30b871
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10858] Move generic row seeking to DBAL
[ticket/10858] Tests for row seeking with fetchfield()
[ticket/10858] Fix MSSQL Native's row seeking behavior
Conflicts:
tests/dbal/select_test.php
2012-05-09 12:55:58 +02:00
Patrick Webster
09d49fb7b2
[ticket/10858] Move generic row seeking to DBAL
...
Removed from: firebird, mssql_odbc, and mssqlnative
PHPBB3-10858
2012-05-08 19:41:22 -05:00
Patrick Webster
e52d23848a
[ticket/10858] Fix MSSQL Native's row seeking behavior
...
The result_mssqlnative class remains in case someone wants to use it
PHPBB3-10858
2012-05-08 18:44:43 -05:00
Andreas Fischer
30579ecb09
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10860] Fixing js error in updater
2012-05-06 18:39:32 +02:00
Andreas Fischer
c0718fae96
Merge remote-tracking branch 'cyberalien/ticket/10860' into develop-olympus
...
* cyberalien/ticket/10860:
[ticket/10860] Fixing js error in updater
2012-05-06 18:39:23 +02:00
Vjacheslav Trushkin
a960bd6790
[ticket/10860] Fixing js error in updater
...
Fixing javascript error in side-by-side diff styling in updater:
resizing inner block instead of outer block and increasing
height by inner/outer block difference.
PHPBB3-10860
2012-05-06 19:37:49 +03:00
Andreas Fischer
1264e39aa9
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10819] Remove support for older browsers
[ticket/10819] Forgot this causes vertical scrollbars on IE
[ticket/10819] Improve side-by-side diff styling
2012-05-06 00:43:12 +02:00
Andreas Fischer
9d542aec1e
Merge remote-tracking branch 'Noxwizard/ticket/10819' into develop-olympus
...
* Noxwizard/ticket/10819:
[ticket/10819] Remove support for older browsers
[ticket/10819] Forgot this causes vertical scrollbars on IE
[ticket/10819] Improve side-by-side diff styling
2012-05-06 00:43:01 +02:00
Andreas Fischer
9d827f491f
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10849] Added missing helptext for listitem
2012-05-05 22:50:08 +02:00
Andreas Fischer
5ccbe06911
Merge remote-tracking branch 'galaxyAbstractor/ticket/10849' into develop-olympus
...
* galaxyAbstractor/ticket/10849:
[ticket/10849] Added missing helptext for listitem
2012-05-05 22:47:58 +02:00
Andreas Fischer
cb02dfda96
Merge remote-tracking branch 'brunoais/ticket/10871' into develop
...
* brunoais/ticket/10871:
[ticket/10871] Delete the unwanted implode
2012-05-04 21:28:16 +02:00
Bruno Ais
fce0c5d436
[ticket/10871] Delete the unwanted implode
...
Deleted the implode that had no reason to be there
PHPBB3-10871
2012-05-04 20:08:42 +01:00
Joas Schilling
ed67dcf3d8
[ticket/10818] Global Announcements Update Dialog should call exit_handler()
...
PHPBB3-10818
2012-05-02 21:12:18 +02:00
Andreas Fischer
beda22c0b1
Merge remote-tracking branch 'mvinny/ticket/10778' into develop
...
* mvinny/ticket/10778:
[ticket/10778] Remove extra space from close link in prosilver smilies window
2012-05-01 19:57:11 +02:00
Vinny
7294c71431
[ticket/10778] Remove extra space from close link in prosilver smilies window
...
PHPBB3-10778
2012-05-01 14:41:02 -03:00
Andreas Fischer
81af5c95ed
Merge remote-tracking branch 'Senky/ticket/10847' into develop
...
* Senky/ticket/10847:
[ticket/10847] fixing all misspelled "dependant" to "dependent"
2012-05-01 13:47:31 +02:00
Andreas Fischer
52c7193ad0
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10846] fixing SQL query bug in acp_main.php
2012-05-01 13:38:25 +02:00
Senky
665f38d42f
[ticket/10846] fixing SQL query bug in acp_main.php
...
PHPBB3-10846
2012-04-30 22:01:53 +02:00
Senky
b83fa0349a
[ticket/10847] fixing all misspelled "dependant" to "dependent"
...
PHPBB3-10847
2012-04-30 21:55:24 +02:00
galaxyAbstractor
8d45901657
[ticket/10849] Added missing helptext for listitem
...
Added the missing helptext for list item in subsilver2.
PHPBB3-10849
2012-04-27 22:19:41 +02:00
Oleg Pudeyev
2a92fee06d
Merge PR #753 branch 'Senky/ticket/10161' into develop
...
* Senky/ticket/10161:
[ticket/10161] added fullstop to the end of sentence
[ticket/10161] coding-guidelines.html updated
[ticket/10161] all "e-mail" strings in language files changed to "email"
2012-04-26 22:57:30 -04:00
Oleg Pudeyev
cd6f6d2813
Merge PR #771 branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10836] Check if avatar directory is writable after install
[ticket/10836] Enable avatars by default at install
2012-04-26 22:25:26 -04:00
Senky
0858a8023b
[ticket/10161] added fullstop to the end of sentence
...
PHPBB3-10161
2012-04-26 09:20:33 +02:00
Senky
02cc32b901
[ticket/10161] coding-guidelines.html updated
...
PHPBB3-10161
2012-04-26 09:19:51 +02:00
Oleg Pudeyev
7d92cccf74
Merge PR #731 branch 'VSEphpbb/ticket/10779' into develop
...
* VSEphpbb/ticket/10779:
[ticket/10779] Move jQuery CDN option to Load Settings
2012-04-25 17:52:24 -04:00
galaxyAbstractor
1a8db76a20
[ticket/10836] Check if avatar directory is writable after install
...
Check if the avatar directory is writeable after the installation is complete.
If it isn't, disable avatars and avatar uploading by default.
PHPBB3-10836
2012-04-25 11:49:06 +02:00
galaxyAbstractor
a21b367b21
[ticket/10836] Enable avatars by default at install
...
Enables avatars and local avatar upload by default.
PHPBB3-10836
2012-04-21 14:16:55 +02:00
Nils Adermann
417caa649a
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10492] Fix line endings
[ticket/10492] Backporting functional tests
[ticket/10492] Separate config generation from the installer
Conflicts:
phpBB/includes/functions_install.php
phpunit.xml.functional
tests/bootstrap.php
tests/test_framework/phpbb_functional_test_case.php
tests/test_framework/phpbb_test_case_helpers.php
2012-04-21 12:36:40 +02:00