Joas Schilling
b0a9acd8ff
[ticket/12273] Use array_merge instead of +=
...
PHPBB3-12273
2014-04-24 17:14:12 +02:00
Joas Schilling
a2c3b2534a
[ticket/12273] Fix method name of test and fix undefined index
...
PHPBB3-12273
2014-04-24 16:51:41 +02:00
Joas Schilling
7dc32a45e5
[ticket/12273] Verify the result of the .md file to the source
...
PHPBB3-12273
2014-04-24 16:51:40 +02:00
Joas Schilling
f676f50c22
[ticket/12273] Only check selected files
...
PHPBB3-12273
2014-04-24 16:51:39 +02:00
Joas Schilling
c7dcc6d700
[ticket/12273] Verify that the events are still in the named files
...
PHPBB3-12273
2014-04-24 16:51:37 +02:00
Joas Schilling
bbc2e6c7b2
[ticket/12012] Move MS SQL server comparison into a method
...
PHPBB3-12012
2014-04-24 14:53:33 +02:00
Nils Adermann
6e85b2acc7
Merge remote-tracking branch 'github-nickvergessen/ticket/11917' into develop-ascraeus
...
* github-nickvergessen/ticket/11917:
[ticket/11917] Move OAuth Module to the bottom while installing
[ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend
Conflicts:
phpBB/install/install_install.php
2014-04-24 11:33:00 +02:00
Cesar G
607698c884
[ticket/10737] Add config setting to disable live searches.
...
PHPBB3-10737
2014-04-23 09:11:40 -07:00
Cesar G
e287eea2c6
[ticket/11508] Allow equal sign in parameter value.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
9e605b1338
[ticket/11508] Remove unnecessary implode.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
b0dd532c14
[ticket/11508] Remove unnecessary isset check.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
5e7bcd2fa6
[ticket/11508] Curly brace should be on its own line...
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
f05e0ec9eb
[ticket/11508] Do not add the '?' unless there are parameters.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
8987fc95f9
[ticket/11508] Change separator parameter to a simple true|false $is_amp.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Cesar G
3163388f63
[ticket/11508] Move helper functions to path_helper class.
...
PHPBB3-11508
2014-04-22 15:21:02 -07:00
Oliver Schramm
1905a2a7b2
[ticket/12422] Fix debug warning in log search
...
PHPBB3-12422
2014-04-20 18:36:39 +02:00
Joas Schilling
bc1ab3dc79
[ticket/12273] Fix missing space in some Exceptions
...
PHPBB3-12273
2014-04-20 15:11:23 +02:00
Joas Schilling
08cce5fba5
[ticket/12273] Remove duplicated code
...
PHPBB3-12273
2014-04-20 14:58:24 +02:00
Joas Schilling
6849e8b36f
[ticket/12273] Add file line to exception message
...
PHPBB3-12273
2014-04-20 14:57:18 +02:00
Joas Schilling
b83a555da5
[ticket/12273] Move phpBB test to new file and use a data provider
...
PHPBB3-12273
2014-04-20 14:28:09 +02:00
Joas Schilling
8ddc9ff185
[ticket/12273] Allow multiple $vars lines
...
PHPBB3-12273
2014-04-20 14:15:54 +02:00
Joas Schilling
0a953ddb15
[ticket/12012] Remove duplicated code (only the $sql are different)
...
PHPBB3-12012
2014-04-20 12:54:19 +02:00
Joas Schilling
1a913d6e0f
[ticket/12273] Do not use Inline control structures
...
PHPBB3-12273
2014-04-18 14:05:38 +02:00
Joas Schilling
9ba9a024d6
[ticket/12273] Make event exporter compatible with php 5.3.3
...
PHPBB3-12273
2014-04-18 13:07:39 +02:00
Joas Schilling
17a1ed6fb5
[ticket/12273] Move MD Exporter to separate file
...
PHPBB3-12273
2014-04-18 12:57:30 +02:00
Joas Schilling
6da52acb3c
[ticket/12273] Rename exporter to php_exporter
...
PHPBB3-12273
2014-04-18 12:57:23 +02:00
Joas Schilling
3352d9fd34
[ticket/12273] Move event exporter to namespace
...
PHPBB3-12273
2014-04-18 12:57:13 +02:00
Oliver Schramm
809054abfd
[ticket/8558] Add config in migrations and schema_data
...
PHPBB3-8558
2014-04-17 15:17:54 +02:00
Joas Schilling
7dc163f2b7
[ticket/12012] Drop and recreate indexes when removing columns
...
PHPBB3-12012
2014-04-17 11:35:09 +02:00
Joas Schilling
190b4282df
[ticket/12012] Return SQL statements for index drop/create
...
Otherwise we recreate the index before changing the column
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
e2784d01ce
[ticket/12012] Fix tools::mssql_get_existing_indexes() for SQL Server 2000
...
PHPBB3-12012
2014-04-17 11:29:44 +02:00
Joas Schilling
9036cdaaa2
[ticket/12012] Drop and recreate indexes when changing a column on MSSQL
...
PHPBB3-12012
2014-04-17 11:29:43 +02:00
Joas Schilling
29ba06968d
[ticket/12012] Fix query layout
...
PHPBB3-12012
2014-04-17 11:29:42 +02:00
Joas Schilling
743d816631
[ticket/12012] Correctly drop default value constraints on MSSQL
...
We need to drop the default constraints of a column,
before being able to change their type or deleting them.
PHPBB3-12012
2014-04-17 11:29:42 +02:00
Marc Alexander
0679a403d5
Merge branch 'ticket/8960-olympus' into ticket/8960
...
Conflicts:
phpBB/includes/acp/acp_board.php
2014-04-16 10:11:09 +02:00
Cesar G
3d1a07f8f0
[ticket/12121] Preserve link redirect counts when updating from 3.0.x.
...
PHPBB3-12121
2014-04-15 21:15:54 -07:00
Andreas Fischer
41db97ad3a
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/12397] Fix sql_unique_index_exists doc block
2014-04-15 23:59:56 +02:00
Andreas Fischer
7d4be1fe19
Merge pull request #2286 from nickvergessen/ticket/12388
...
[ticket/12388] Fix translation of log entries without additional log data
* nickvergessen/ticket/12388:
[ticket/12388] Add tests for lang() use on log actions without data
[ticket/12388] Fix translation of log entries without additional log data
2014-04-15 11:38:21 +02:00
Joas Schilling
57146ccdd1
[ticket/11917] Hide OAuth UCP Module when OAuth is not the selected backend
...
PHPBB3-11917
2014-04-12 11:50:54 +02:00
Matt Friedman
60be502190
[ticket/12254] Use 'language' instead of 'set_lang' as the variable name
...
PHPBB3-12254
2014-04-11 08:50:15 -07:00
Marc Alexander
5dc3651290
[ticket/12004] Support empty routes to app.php/ in path_helper
...
The symfony routing component allows us to use the path "/" for routes.
Therefore, we should be able to use example.com/app.php/ for controllers.
However, this currently does not properly work. The method get_web_root_path
incorrectly returns phpbb_root_path. Therefore, paths to images or files are
broken.
PHPBB3-12004
2014-04-11 17:21:30 +02:00
Joas Schilling
d3f378d1d6
[ticket/12388] Fix translation of log entries without additional log data
...
PHPBB3-12388
2014-04-11 09:08:46 +02:00
Nils Adermann
497d81af68
Merge remote-tracking branch 'github-nickvergessen/ticket/12113' into develop-ascraeus
...
* github-nickvergessen/ticket/12113:
[ticket/12113] Fix view_log() tests
[ticket/12113] Correctly use plurals when deleting user warnings
[ticket/12113] Allow log entries to use plurals
2014-04-10 14:22:36 -07:00
Nils Adermann
0ad9833668
Merge remote-tracking branch 'github-nickvergessen/ticket/12331' into develop-ascraeus
...
* github-nickvergessen/ticket/12331:
[ticket/12331] Add functional test for saving custom profile fields
[ticket/12331] Fix SQL error when inserting a new entry to profile field data
2014-04-10 14:14:30 -07:00
Nils Adermann
7a947b247d
Merge remote-tracking branch 'github-nickvergessen/ticket/12282' into develop-ascraeus
...
* github-nickvergessen/ticket/12282:
[ticket/12282] Update new references
[ticket/12282] Update container db mock
[ticket/12282] Add new line at EOF of the interface
[ticket/12282] Use interface for type hinting
[ticket/12282] Use {@inheritDoc} for inherited methods
[ticket/12282] Add Interface for DBAL drivers
2014-04-10 14:04:43 -07:00
Cesar G
a8ec1905e1
[ticket/12356] Assign vars preventing Plupload from loading in PM editor.
...
PHPBB3-12356
2014-04-09 11:38:14 -07:00
Dhruv
634e5cae0f
Merge remote-tracking branch 'nickvergessen/ticket/12349' into develop-ascraeus
...
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12349:
[ticket/12349] Fix Sniffer for @license tag
[ticket/12349] Update license header in several new files
2014-04-08 02:27:32 +05:30
Joas Schilling
6c6916dc7d
Merge remote-tracking branch 'Marc/ticket/12362' into develop-ascraeus
...
* Marc/ticket/12362:
[ticket/12362] Do not use database test case as it's not needed
[ticket/12362] Add tests for schema generator
[ticket/12362] Throw exception in schema generator on unresolvable dependency
2014-04-07 22:42:42 +02:00
Matt Friedman
daae87d65a
[ticket/12254] Use new set_lang var to avoid conflict with change_lang
...
PHPBB3-12254
2014-04-07 09:14:58 -07:00
Matt Friedman
a5940ede5b
[ticket/12254] Stop using deprecated request_var in user class
...
PHPBB3-12254
2014-04-07 01:38:24 -07:00