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
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
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
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
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
Patrick Webster
de70b17b1d
[ticket/10492] Separate config generation from the installer
...
PHPBB3-10492
2012-04-20 23:50:49 -05:00
Oleg Pudeyev
248559d7d1
Merge PR #734 branch 'shibulijack/ticket/10688' into develop
...
* shibulijack/ticket/10688:
[ticket/10688] Update install.html for 3.1 and current practices.
[ticket/10688] Update readme for 3.1 and current practices.
[ticket/10688] Changed version 3.0 to 3.1
[ticket/10688] Updated version to 3.1
[ticket/10688] Changed 3.0 to 3.1 in docs
Conflicts:
phpBB/docs/INSTALL.html
phpBB/docs/README.html
2012-04-19 21:43:23 -04:00
Nils Adermann
57547c7e20
Merge remote-tracking branch 'github-dhruv/ticket/10797' into develop-olympus
...
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
2012-04-20 01:11:00 +02:00
Nils Adermann
6ae68a3eb5
Merge remote-tracking branch 'github-dhruv/ticket/10797' into develop
...
* github-dhruv/ticket/10797:
[ticket/10797] language key rank moved to common
[ticket/10797] user rank is displayed in mcp_warn.php
2012-04-20 01:08:21 +02:00
Vjacheslav Trushkin
ed9a58a6cc
[ticket/10756] Fixing variable declarations in style and template classes
...
Fixing variable declaration, removing function from template locator that does not belong there
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
d91abbb146
[ticket/10756] Renaming phpbb_style_template to phpbb_template
...
Renaming phpbb_style_template to phpbb_template
PHPBB3-10756
2012-04-19 04:25:25 +02:00
Vjacheslav Trushkin
6cecc91326
[ticket/10756] Removing path provider from template class
...
Removing path provider from template class because it is not used by template class
PHPBB3-10756
2012-04-19 04:21:56 +02:00
Vjacheslav Trushkin
ea3a2ef223
[ticket/10756] Creating locator interface
...
Creating locator interface to be used in template class
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
ef295a2860
[ticket/10756] Renaming template classes
...
Renaming template classes from phpbb_style_template_ to phpbb_template_
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Vjacheslav Trushkin
733018f99a
[ticket/10756] Moving template classes
...
Moving template class files from includes/style/ to includes/template/ and removing template_ file prefix
PHPBB3-10756
2012-04-19 04:15:11 +02:00
Nils Adermann
3d87ab79ca
Merge remote-tracking branch 'github-cyberalien/ticket/10762' into develop
...
* github-cyberalien/ticket/10762:
[ticket/10762] Check for phpbb_version when installing style
[ticket/10762] Changing version format in style.cfg
2012-04-19 02:39:54 +02:00
Dhruv Goel
249d8ede12
[ticket/10797] user rank is displayed in mcp_warn.php
...
When warning a user in MCP, the user's rank title and image are displayed.
language key user rank also added.
PHPBB3-10797
2012-04-16 01:24:10 +05:30
Nils Adermann
8a1d084d6d
[ticket/10783] Correctly add assets_version config var to includejs urls
...
PHPBB3-10783
2012-04-13 04:08:21 +02:00
Nils Adermann
790cc0c54f
Merge remote-tracking branch 'github-callumacrae/ticket/10783' into develop
...
* github-callumacrae/ticket/10783:
[ticket/10783] Added assets_version to ACP and simple_*.html.
[ticket/10783] Added assets_version to subsilver2.
[ticket/10783] Added ?assets_version to assets.
2012-04-13 03:32:01 +02:00
Callum Macrae
5665e82616
[ticket/10783] Added ?assets_version to assets.
...
PHPBB3-10783
2012-04-11 14:30:11 +01:00
Shibu Lijack
394a95b5c5
[ticket/10688] Updated version to 3.1
...
Replace phpBB 3.0.x to phpBB 3.1.x
PHPBB-10688
2012-04-11 17:54:50 +05:30
Matt Friedman
4176ee1c95
[ticket/10779] Move jQuery CDN option to Load Settings
...
http://tracker.phpbb.com/browse/PHPBB3-10779
PHPBB3-10779
2012-04-10 15:19:26 -07:00
Nils Adermann
41e03164c1
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
[ticket/10774] Add unit tests for UNIQUE index existence and creation.
2012-04-10 01:14:42 +02:00
Andreas Fischer
ef8160e8a2
[ticket/10774] Correctly specify index name when creating unique index on MySQL.
...
PHPBB3-10774
2012-04-10 00:53:27 +02:00
Nils Adermann
e57e82d478
Merge remote-tracking branch 'github-cyberalien/ticket/10754' into develop
...
* github-cyberalien/ticket/10754:
[ticket/10754] Changing $style to $phpbb_style
2012-04-09 00:35:51 +02:00
Andreas Fischer
26e7dd98b7
Merge branch 'develop-olympus' into develop
...
* develop-olympus:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
Conflicts:
phpBB/install/database_update.php
2012-04-08 22:04:33 +02:00
Andreas Fischer
156ae40d6f
Merge remote-tracking branch 'sadu/ticket/10561' into develop-olympus
...
* sadu/ticket/10561:
[ticket/10561] Removed extra tabs, changes made to $db->sql_query()
[ticket/10561] Changed $temp_style_id to $style_id
[ticket/10561] Added function desc for phpbb_style_is_active()
[ticket/10561] Casted $config['default_style'] to int
[ticket/10561] Reverted to phpbb_style_is_active()
[ticket/10561] Added to database_update:database_update_info()
[ticket/10561] Added section in database_update.php
[ticket/10561] Moved and renamed the funtion validate_style().
[ticket/10561] Fixed syntax error and renamed return variables.
[ticket/10561] Changes made to $db->sql_fetchrow().
[ticket/10561] Changes made to function phpbb_style_is_active().
[ticket/10561] All users can choose deactivated styles (fixed).
2012-04-08 21:59:06 +02:00
Hari Sankar R
9bce716081
[ticket/10561] Added function desc for phpbb_style_is_active()
...
PHPBB3-10561
2012-04-09 00:57:29 +05:30
Hari Sankar R
4e630ef160
[ticket/10561] Casted $config['default_style'] to int
...
PHPBB3-10561
2012-04-09 00:33:55 +05:30
Hari Sankar R
03a35581c4
[ticket/10561] Reverted to phpbb_style_is_active()
...
Changes made to function name, reverted to old.
PHPBB3-10561
2012-04-07 23:15:12 +05:30
Andreas Fischer
8bc5e2ca5a
Merge remote-tracking branch 'brunoais/ticket/10575' into develop
...
* brunoais/ticket/10575:
[ticket/10575] Adding public visibility to the methods.
[ticket/10575] Fixing non-static access to static functions get_instance
2012-04-05 17:22:41 +02:00
Hari Sankar R
018419b36c
[ticket/10561] Moved and renamed the funtion validate_style().
...
Fixed minor changes as suggested by @bantu.
PHPBB3-10561
2012-04-05 19:31:18 +05:30
Bruno Ais
2bf1c4eb32
[ticket/10575] Adding public visibility to the methods.
...
Added public visibility to the methods
PHPBB3-10575
2012-04-05 14:16:56 +01:00
Bruno Ais
c8da69d9c2
[ticket/10575] Fixing non-static access to static functions get_instance
...
These changes should solve the strict standards error about accessing
the non-static get_instance() in a non-static way.
For that, I changed the get_instance methods to static methods.
PHPBB3-10575
2012-04-05 14:14:40 +01:00
Oleg Pudeyev
98964a913c
[ticket/10650] Revert merge of 'rahulr92/ticket/10650' into develop
...
The pull request (#654 ) was merged a little too quickly.
In particular, display_last_subject per-forum option needs consensus.
This reverts commit b1fb34a4d7
, reversing
changes made to 7d6b289671
.
PHPBB3-10650
2012-04-04 19:23:05 -04:00
David King
b1fb34a4d7
Merge remote-tracking branch 'rahulr92/ticket/10650' into develop
2012-04-04 16:41:28 -04:00
Rahul R
3e9711d6a4
[ticket/10650] Added checking for empty subjects
...
Now empty subjects will not be displayed in a
new line on the forum list.
PHPBB3-10650
2012-04-05 02:06:04 +05:30
Rahul R
7bb9e30199
[ticket/10650] Corrected intendation
...
Corrected the intendation of if condition.
PHPBB3-10650
2012-04-05 01:19:46 +05:30