| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-10369
|
|
|
|
| |
PHPBB3-10369
|
|
|
|
| |
PHPBB3-10369
|
|
|
|
|
|
|
| |
We remove the phpBB root path from errfile. This is consistent with how
msg_handler handles E_WARNING messages etc.
PHPBB3-10369
|
|\
| |
| |
| |
| | |
* bantu/ticket/10294:
[ticket/10294] Fix sql_affectedrows() in mssqlnative driver.
|
| |
| |
| |
| |
| |
| | |
sqlsrv_rows_affected() expects a statement resource, not a connection resource.
PHPBB3-10294
|
|\ \
| | |
| | |
| | |
| | | |
* Noxwizard/ticket/10351:
[ticket/10351] Fix Oracle's sql_column_remove()
|
| | |
| | |
| | |
| | |
| | |
| | | |
The correct syntax is DROP COLUMN.
PHPBB3-10351
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* Noxwizard/ticket/10352:
[ticket/10352] Add missing break for Oracle's sql_table_drop()
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10352
|
|\ \ \
| |/ /
|/| |
| | |
| | |
| | | |
* nickvergessen/ticket/10321:
[ticket/10321] Add descriptions to the unit tests
[ticket/10321] Do not append the ? if the param-list is empty anyway.
|
| | |
| | |
| | |
| | | |
PHPBB3-10321
|
| | |
| | |
| | |
| | | |
PHPBB3-10346
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/10335:
[ticket/10335] Add X-PHPBB-IS-BOT header so reverse proxies know about bots.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10335
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* github-bantu/ticket/10320:
[ticket/10320] Exclude passworded forums when determining "Most active topic".
[ticket/10320] Move phpbb_feed_base::get_passworded_forums() to user class.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10320
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-10320
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9995
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9995
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The $forum_ids array is only used if $mark_read == 'forums'.
When $mark_read == 'forums', we either continue when
$auth->acl_get('f_list', $forum_id) is false or true.
So this statement is never useful.
PHPBB3-9995
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888.
The code which was added also removed new lines and tabs.
PHPBB3-10240
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* bantu/ticket/9297:
[ticket/9297] Add network to class name of unit tests.
[ticket/9297] Fix typo in localhost.
[ticket/9297] Rename test class to reflect its contents.
[ticket/9297] Adjust comment - IPv6 is needed for IPv6 connections to work.
[ticket/9297] Fix markTestSkipped call in setUpBeforeClass.
[ticket/9297] Skip FTP PASV/EPSV test if FTP connection fails.
[ticket/9297] Separate ipv4 and ipv6 tests into separate functions.
[ticket/9297] Update copyright year of unit test file.
[ticket/9297] Make EPSV unit tests work without IPv6.
[ticket/9297] Unit tests for ftp_fsock PASV and EPSV.
[ticket/9297] Add support for Extended Passive Mode (EPSV) in ftp_fsock class.
|
| | |
| | |
| | |
| | | |
PHPBB3-9297
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/10240:
[ticket/10240] Added code to strip control characters from messages.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
It is possible to evade the word filter using control characters.
Seeing as control characters have no practical application in a bulletin
board software, it doesn't do any harm to remove them entirely. That is
what this commit does.
PHPBB3-10240
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* naderman/ticket/8937:
[ticket/8937] Keep space characters in front of [code] bbcode content
|
| | |/
| |/|
| | |
| | | |
PHPBB3-8937
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10299:
[ticket/10299] Fix typo in comment about $max_store_length in truncate_string()
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10299
|
|/ / /
| | |
| | |
| | | |
PHPBB3-10303
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* callumacrae/ticket/9645:
[ticket/9645] Added code to repair invalid anchor names in acp_php_info.
|
| | |/
| |/|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Some of the anchor tags produced by php_info had names like "module_Zend
Optimizer", which is obviously invalid. This commit adds some code that
repairs the names by replacing all spaces found in the names with
underscores.
PHPBB3-9645
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* bantu/ticket/10263:
[ticket/10263] Fix comment about return value of phpbb_version_compare().
|
| | |
| | |
| | |
| | | |
PHPBB3-10263
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/10257:
[ticket/10257] Slightly adjust comments about AAAA records on Windows XP/2003.
[ticket/10257] Fix AAAA record parsing for old versions of Windows
[ticket/10257] Add missing break statement after CNAME block.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10257
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Older versions of Windows use a different output format for AAAA records.
PHPBB3-10257
|
| | |/
| |/|
| | |
| | | |
PHPBB3-10257
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* github-bantu/ticket/10274:
[ticket/10274] Remove hardcoded module_id from U_VERSIONCHECK_FORCE on acp_main
|
| |/ /
| | |
| | |
| | | |
PHPBB3-10274
|
|\ \ \
| | |/
| |/|
| | |
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10263:
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_main.php
[ticket/10263] Call phpbb_version_compare() from includes/acp/acp_update.php
[ticket/10263] Adding unit tests for phpbb_version_compare().
[ticket/10263] Add wrapper for version_compare() that allows the use of A and B
|
| | |
| | |
| | |
| | | |
PHPBB3-10263
|
| | |
| | |
| | |
| | | |
PHPBB3-10263
|
| |/
| |
| |
| |
| |
| |
| | |
Add wrapper function for version_compare() that allows using uppercase A and B
for alpha and beta release version strings.
PHPBB3-10263
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* github-rxu/ticket/10226:
[ticket/10226] Use is_numeric() instead of preg_replace()
[ticket/10226] Allow mysqli connections via local sockets/pipes
|
| | |
| | |
| | |
| | | |
PHPBB3-10226
|
| | |
| | |
| | |
| | | |
PHPBB3-10226
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
develop-olympus
* github-nickvergessen/ticket/10252:
[ticket/10252] Correctly document behaviour of acl_get_list() for a_ permission
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Be careful when using this function with permissions a_, m_, u_ and f_ ! It may not work correctly. When a user group grants an a_* permission, e.g. a_foo, but the user's a_foo permission is set to "Never", then the user does not in fact have the a_ permission. But the user will still be listed as having the a_ permission.
PHPBB3-10252
|