| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
Currently the "current password" is only checked, when you change something.
This means you get "Your profile has been updated." although you enter a wrong
password. I also added proper error messages, when you leave the confirm fields
empty, and sorted them in the order of the field appearances on the html page.
PHPBB3-9361
|
| |\
| |
| |
| |
| | |
* naderman/ticket/10394:
[ticket/10394] Use call_user_func_array to pass a ref into a dynamic function
|
| | |
| |
| |
| | |
PHPBB3-10394
|
| |\ \
| | |
| | |
| | |
| | | |
* nickvergessen/ticket/10315:
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
|
| | | |
| | |
| | |
| | | |
PHPBB3-10315
|
| |\ \ \
| | |/
| |/|
| | |
| | | |
* naderman/ticket/10394:
[ticket/10394] Remove call-time pass by reference from tests for PHP 5.4
|
| |/ /
| |
| |
| | |
PHPBB3-10394
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10370:
[ticket/10370] Add function documentation for get_stacktrace().
[ticket/10370] Explain that we are not the ones hiding backtrace pieces.
[ticket/10370] Call htmlspecialchars() after phpbb_filter_root_path().
[ticket/10370] Add require_once to whitelisted functions.
[ticket/10370] Use single string instead of an array for arguments.
[ticket/10370] Ease up code checking for arguments of include etc.
[ticket/10370] Use unset() on the first backtrace instead of checking in loop.
[ticket/10370] Use phpbb_filter_root_path() in get_backtrace().
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | |
| | |
| | | |
Taken from 2db54cf7e809e731e4440377bcc06e2aa05f190d.
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| | | |
| | |
| | |
| | | |
PHPBB3-10370
|
| |/ /
| |
| |
| | |
PHPBB3-10370
|
| |\ \
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10245:
[ticket/10245] Use error_collector instead of ob_start() and ob_get_clean().
|
| | | |
| | |
| | |
| | | |
PHPBB3-10245
|
| |\ \ \
| |/ /
|/| |
| | |
| | |
| | |
| | |
| | |
| | | |
* github-bantu/ticket/10369:
[ticket/10369] Replace root path with "[ROOT]" as per IRC.
[ticket/10369] Add warning about paths outside of phpBB root not being filtered
[ticket/10369] Rename filter_errfile() to filter_root_path().
[ticket/10369] DRY code to remove phpbb path from errfile.
[ticket/10369] Always include errfile and errline in format_errors().
|
| | | |
| | |
| | |
| | | |
PHPBB3-10369
|
| | | |
| | |
| | |
| | | |
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
|
| |\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop-olympus
* galaxyAbstractor/ticket/10324:
[ticket/10324] Fixed XHTML validity error in User Notes Prosilver theme
|
| |/ /
| |
| |
| |
| |
| | |
Replaced the deprecated align and width attributes with CSS.
PHPBB3-10324
|
| |\ \
| | |
| | |
| | |
| | | |
* 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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10354:
[ticket/10354] Include cache directory path in unwritable message.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
When template tests are skipped because cache directory is not
writable, include path to the cache directory into the message
saying it is not writable.
PHPBB3-10354
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* callumacrae/ticket/10240:
[ticket/10240] Added optionset to mock_user in the tests.
[ticket/10240] Fixed copyright year in censor_text_test.php.
[ticket/10240] Fixed censor_text test assetEquals param order.
[ticket/10240] Added censor_text tests for special characters.
[ticket/10240] Added censor_text tests.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Also made optionset use the value set by optionset. We're not checking
whether the option is set or not, because we would just throw an error
if it wasn't set, and it throws an error anyway.
PHPBB3-10240
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10240
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Before, expected and input were the wrong way round.
PHPBB3-10240
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10240
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB-10240
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | |
| | | | | | |
* 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-10321
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* nickvergessen/ticket/10339:
[ticket/10339] Remove invalid template loop variable from mcp_front.html
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10339
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* nickvergessen/ticket/10334:
[ticket/10334] Require permissions to view the birthday-list on board index
|
| | |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-10334
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
ticket/bantu/10341
* remotes/bantu/ticket/10341:
[ticket/10341] Also show forum/topic name of "0" as most active forum/topic.
|
| | | |/ / / /
| |/| | | |
| | | | | |
| | | | | | |
PHPBB3-10341
|
| |\ \ \ \ \ \
| |_|_|/ / /
|/| | | | |
| | | | | |
| | | | | | |
* remotes/naderman/ticket/10346:
[ticket/10346] Add drop_tables to perform_schema_changes and add tests
|