| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
When displaying the default value for a numeric custom profile field, only use
request_var to obtain the value on creation. When editing, it will always
override the actual value with an empty string, as this is request_var's default
return value.
PHPBB3-8904
|
| |\
| |
| |
| |
| | |
* ticket/p/10029:
[ticket/10029] Use $_SERVER['SERVER_PROTOCOL'] for determining HTTP version.
|
| | |
| |
| |
| | |
PHPBB3-10029
|
| |\ \
| | |
| | |
| | |
| | |
| | | |
* ticket/nickvergessen/9949:
[ticket/9949] Unit tests for user::lang()
[ticket/9949] $user->lang() uses last int-value to get the key not first
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The comment in the code says: "We now get the first number passed and will
select the key based upon this number". But the loop over the arguments is not
left and therefore it uses the last int-value not the first one.
PHPBB3-9949
|
| |\ \ \
| |_|/
|/| |
| | |
| | | |
* ticket/nickvergessen/9966:
[ticket/9966] Language download in ACP creates index.html and misses captcha_*
|
| | |/
| |
| |
| |
| |
| | |
The language pack download page includes index.html files instead of index.htm. It also does not include the new captcha_*.php files which are included since 3.0.6.
PHPBB3-9966
|
| |\ \
| | |
| | |
| | |
| | | |
* ticket/p/10014:
[ticket/10014] Clearly indicate fatal errors in file acm.
|
| | |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If acm_file cannot open the cache file for writing, it prints a message
to that effect and calls die(). The message itself does not indicate that
it is a fatal error, and someone seeing the message might expect that
inability to write to cache is not fatal.
Make it clear that the error is fatal by printing the word "Fatal" before
the message.
PHPBB3-10014
|
| |/
|
|
| |
PHPBB3-9985
|
| |
|
|
|
|
| |
Adjust SQL query to speedup search for unread posts (thanks naderman).
PHPBB3-8779
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
* ticket/bantu/9859:
[ticket/9859] Remove the years from the copyright statements in docs files.
[ticket/9859] Remove the year from the copyright meta tag in docs/*.html
[ticket/9859] Remove the meta copyright tag as well.
[ticket/9859] Remove the credit line comment from all html files.
[ticket/9859] Remove years in credit line from some more files.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Standard HTML output now includes:
Powered by <a href="http://www.phpbb.com/">phpBB</a> © phpBB Group
Print output now includes:
Powered by phpBB © phpBB Group<br />http://www.phpbb.com/
This also fixes an inconsistency where "phpBB Group" was linked instead of
"phpBB".
PHPBB3-9859
|
| | |
| |
| |
| | |
PHPBB3-9933
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
Rename $unicode to $unicode_support, pass in $use_unicode defaulting to true.
In unit tests we can now pass in $use_unicode as false and also test the code
path that is taken when PCRE does not support unicode.
PHPBB3-9933
|
| |/
|
|
| |
PHPBB3-9933
|
| |\ |
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
explode('|', '') and explode('|', NULL) both return array(0 => '') which can
cause filespec::check_content() to reject everything starting with a '<'
character in case $config['mime_triggers'] is an empty string or not set.
fileupload::set_disallowed_content() now filters out empty strings by calling
array_diff() on the passed array, so setting $config['mime_triggers'] to an
empty string will turn off mime checking completely.
On the other side we want to fail safe if $config['mime_triggers'] is not set
at all. To do this, the array fileupload::$disallowed_content now contains some
default strings to be filtered out.
PHPBB3-9764
|
| | |
| |
| |
| | |
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
|