| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-9933
|
|
|
|
|
|
| |
Fix consecutive asterisks issue in word censor.
PHPBB3-9933
|
|
|
|
|
|
| |
This is cleaner, since feed.php only supports FORUM_POST.
PHPBB3-9937
|
|\
| |
| |
| |
| | |
* ticket/rmcgirr83/9937:
[ticket/9937] The feed icon displays on External links...which we don't want
|
| |
| |
| |
| | |
PHPBB3-9937
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/igorw/9924:
[ticket/9924] Pass template instance into $template->display hook
|
| | |
| | |
| | |
| | | |
PHPBB3-9924
|
| | |
| | |
| | |
| | | |
PHPBB3-9942
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/9930:
[ticket/9930] Redirect failes with open_basedir enabled.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Open_basedir does not allow file_exists() for "." and directories without a
trayling-slash. Therefor we must append it on the check.
PHPBB3-9930
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/igorw/9910:
[ticket/9910] Make sure S_BBCODE_ALLOWED exists when viewing PMs
|
| |/ /
| | |
| | |
| | | |
PHPBB3-9910
|
|/ /
| |
| |
| | |
PHPBB3-9932
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* prep-release-3.0.8:
[prep-release-3.0.8] Incrementing version number to 3.0.8 and update changelog
[ticket/9903] Script for detecting potentially malicious flash bbcodes
[ticket/9904] Update WebPI Parameters.xml to work with WebMatrix.
[ticket/9903] Fix XSS in BBcode-parser's Flash-BBcode.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fix XSS in Flash-BBcode by validating that the supplied argument is a URL.
PHPBB3-9903
|
| | |
|
|/ |
|
| |
|
|
|
|
| |
PHPBB3-9696
|
|\
| |
| |
| |
| | |
* ticket/bantu/9075:
[ticket/9075] CPF Numbers fields: Prevent SQL error on registration page.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When an administrator set a numbers field to default to 'not specified', a SQL
error was caused on the registration page because it was tried to insert an
empty string into an integer column.
Because the column already supports NULL values, empty strings are now
converted to NULL for custom profile fields of the type 'Numbers' before
insertion into the data table.
PHPBB3-9075
|
|\ \
| | |
| | |
| | |
| | | |
* ticket/igorw/9850:
[ticket/9850] Display upgrade instructions for feature release in acp
|
| |/
| |
| |
| | |
PHPBB3-9850
|
|\ \
| |/
|/|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* task/naderman/mssql-db-tests:
[task/mssql-db-tests] Remove MS SQL helper values from SELECT LIMIT results.
[task/mssql-db-tests] Split up database tests into SELECT and write operations
[task/mssql-db-tests] PHPUnit output got stuck after unterminated ob_start.
[task/mssql-db-tests] sql_query_limit must return all results when total = 0
[task/mssql-db-tests] Add support for odbc & sqlsrv PDO test connections
[task/mssql-db-tests] Refactored getConnection into multiple smaller parts.
[task/mssql-db-tests] Allow test configuration with environment variables.
[task/mssql-db-tests] No longer display an error when skipping db tests.
[task/mssql-db-tests] Use a simple getter for test case helpers.
|
| |
| |
| |
| | |
PHPBB3-9868
|
| |
| |
| |
| | |
PHPBB3-9868
|
|\ \
| | |
| | |
| | |
| | |
| | | |
* ticket/cs278/9061:
[ticket/9061] Simplify conditional statements by reworking the logic.
[ticket/9061] Fixed a race condition in queue locking.
|
| | |
| | |
| | |
| | | |
PHPBB3-9061
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Changed queue locking to cover all queue file operations,
in particular the check for queue file existince and
inclusion of queue file must be done under one lock.
Also refactored queue locking and unlocking into separate
methods.
PHPBB3-9061
|
| | | | |
| \ \ | |
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
'ticket/bantu/9853' into develop-olympus
* ticket/bantu/9101:
[ticket/9101] Remove misleading 'below' from RECAPTCHA_EXPLAIN.
* ticket/bantu/9595:
[ticket/9595] List min/max characters indexed by search for mysql_fulltext.
* ticket/bantu/9853:
[ticket/9853] Change recaptcha theme from default to 'clean'.
|
| | | |/
| | |/|
| | | |
| | | | |
PHPBB3-9595
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/naderman/9686:
[ticket/9686] Fix mssqlnative database data export
|
| | |/ /
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
We require version 1.1 of the sqlsrv extension anyway so the regular
sqlsrv_num_rows can be used instead of buffering the result. The result
buffer (class result_mssqlnative) should never automatically free the
resource it receives - we consistently close resources using sql_freeresult().
PHPBB3-9686
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/rxu/9478:
[ticket/9478] Validate maximum number of allowed recipients per PM value.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Do not allow to enter the value larger than it's allowed by MySQL mediumnt(8).
PHPBB3-9478
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
* ticket/igorw/9807:
[ticket/9807] Update existing module permissions in database
[ticket/9807] Hide avatar tab in UCP when avatars are disabled
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9807
|
|\ \ \ \
| |_|/ /
|/| | |
| | | |
| | | | |
* ticket/rxu/9840:
[ticket/9840] Display view unread posts link for guests.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Display view unread posts link for guests if applicable.
PHPBB3-9840
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9698:
[ticket/9698] Add .htaccess to the includes subdirectory.
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Add .htaccess to the includes folder to prevent full path disclosure when
running PHP 5.3. When the error_reporting setting in php.ini contains the
E_DEPRECATED error level, the PHP parser throws an error message containing
the local filesystem path when accessing one of the captcha plugins directly.
This is because the captcha plugins return explicit references for PHP 4
compatibility.
PHPBB3-9698
|
|/ / /
| | |
| | |
| | | |
PHPBB3-7538
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The recaptcha plugin falsely accepted error responses by recaptcha as valid
solutions.
PHPBB3-9829
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/9091:
[ticket/9091] Extract IPv4 address from addresses mapped into IPv6.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-9091
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9644:
[ticket/9644] Check $mode before calling user_notification() from submit_post()
|
| |/ / /
| | | |
| | | |
| | | | |
PHPBB3-9644
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/bantu/9613:
[ticket/9613] Slightly update language strings.
[ticket/9613] Fix missing database part for unread posts search load switch.
[ticket/9613] Implement a load switch for unread posts search feature.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9613
|