| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-217
|
| |
|
|
|
|
| |
Use a mock user object for testing bbcode.
PHPBB3-217
|
| |
|
|
| |
PHPBB3-217
|
| |
|
|
| |
PHPBB3-217
|
| |
|
|
|
|
| |
This is the second attempt parse multiline URL text, see the ticket comments.
PHPBB3-217
|
| |\
| |
| |
| |
| | |
* naderman/ticket/10149:
[ticket/10149] Skip foreach over GLOBALS cookie values if cookie is scalar
|
| | |
| |
| |
| | |
PHPBB3-10149
|
| |\ \
| | |
| | |
| | |
| | | |
* naderman/ticket/9950:
[ticket/9950] Use actual language instead of user's language in overall header
|
| | |/
| |
| |
| | |
PHPBB3-9950
|
| |\ \
| |/
|/|
| |
| |
| | |
* naderman/ticket/9685:
[ticket/9685] Test for databases that are able to nest transactions
[ticket/9685] Consistently name the new sql_buffer_nested_transactions function
|
| | |
| |
| |
| |
| |
| |
| |
| |
| | |
If a database is unable to nest transactions the dbal should implement
sql_buffer_nested_transactions to signal that buffering of the outer
results and closing of the outer transaction is required to open the
inner transaction.
PHPBB3-9685
|
| | |
| |
| |
| | |
PHPBB3-9685
|
| |\ \
| |/
|/|
| |
| | |
* ticket/p/10039:
[ticket/10039] Added mssqlnative cases to phpBB 2.0 converter.
|
| | |
| |
| |
| | |
PHPBB3-10039
|
| |\ \
| | |
| | |
| | |
| | | |
* erikfrerejean/ticket/10192:
[ticket/10192] Add missing semicolon
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | | |
if the index has to be recreated it will run into the private message
table query.
PHPBB3-10192
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* p/ticket/9630:
[ticket/9630] Make language for moving posts clearer in quickmod/mcp.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-9630
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10191:
[ticket/10191] Use ob_get_level in exit_handler for output buffering check.
|
| | | |_|/
| |/| |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Calling flush() when output buffering is enabled causes output to be
duplicated. Besides phpBB enabling output buffering for gzip compression,
output buffering may be enabled externally to phpBB via output_handler
or output_buffering directives in php.ini.
Use ob_get_level to determine whether output buffering is active and
call ob_flush in that case.
PHPBB3-10191
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | | |
* p/ticket/10188:
[ticket/10188] Use ob_get_level in msg_handler for output buffering check.
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Output buffering may be enabled via various approaches, among them:
* output_buffering in php.ini;
* output_handler in php.ini enables output_buffering;
* ob_start call.
ob_get_level allows us to query php runtime for the actual output buffering
status.
PHPBB3-10188
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10146:
[ticket/10146] Firebird: 1 <= precision <= 18 ==> Cast to DECIMAL(18, 0).
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10146
|
| |\ \ \ \
| |_|_|/
|/| | |
| | | |
| | | | |
* p/ticket/10186:
[ticket/10186] UCP signature panel displays when not authed for signatures
|
| |/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The signature panel link was displayed even when a user did not have the
auths to create/edit their signature. Clicking on the link gave a
trigger_error of "Not authorised to have a signature". Hide the link
when user does not have permissions to edit their signature.
PHPBB3-10186
|
| |\ \ \
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10126:
[ticket/10126] Use binary "and not" instead of binary "xor" in error_reporting.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Make what we want to achieve clear by using "and not" instead of "xor".
PHPBB3-10126
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* bantu/ticket/10170:
[ticket/10170] Fix broken recaptcha verification host.
[ticket/10170] Include www in hostname in language strings.
[ticket/10170] Update language entries
[ticket/10170] reCaptcha API has been moved.
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10170
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10170
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Update the language entries to reflect the reCaptcha
API change.
PHPBB3-10170
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The reCaptcha API has been moved from recaptcha.net to
google.com/recaptcha.
PHPBB3-10170
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10154:
[ticket/10154] Move "copy permissions from" to below "parent" on forum creation
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Move "copy permissions from" to below "parent forum" in forum creation form.
PHPBB3-10154
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/9999:
[ticket/9999] SEARCH_USER_POSTS is also used on viewtopic. Move to common.
[ticket/9999] Remove broken and unused L_FORUM_FOLDER_ALT variable.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-9999
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
L_FORUM_FOLDER_ALT was supposed to be a language variable but the language
variable is never looked up but directly passed as L_FORUM_FOLDER_ALT instead.
Also, the expected functionality is correctly implemented by
FORUM_FOLDER_IMG_ALT.
PHPBB3-9999
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10178:
[ticket/10178] Add path to find command to build packages on FreeBSD.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10178
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* p/ticket/10177:
[ticket/10177] Add `-f -` to tar command to build packages with bsdtar.
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-10177
|
| |\ \ \ \ \
| |/ / / /
|/| | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/p/10003:
[ticket/10003] Delete EOL at EOF for the benefit of 3.0 modifications.
[ticket/10003] Ported 1802b9ff9286a7fc24493e71b3432816cbdbfcd8 to db_tools.
[ticket/10003] Ported 5553cfc2ed81ba9eb571804c431def962720b39e to db_tools.
[ticket/10003] Ported 023760c8b2402418310a3717db8349cac0342e42 to db_tools.
[ticket/10003] Ported 54c22ae52a0e18232cac8fed342ea52f2e2a793d to db_tools.
[ticket/10003] Ported 96a30afcca3ebd832c9b3083bb5c9a9f2a2dc54b to db_tools.
[ticket/10003] Ported d7d96223e7bae7cd60b13c6e7896d95838c3633c to db_tools.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Most of it was already in db_tools, these changes could have applied to
code that did not exist in db_tools at the time of the commit.
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
The diff in database_update was only partially relevant.
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This was painful. Git wanted to patch hunks in wrong places.
Hopefully I got it right.
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This diff applied cleanly.
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This change is somewhat questionable, maybe it should be reviewed.
PHPBB3-10003
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10003
|