| 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
|
| |\
| |
| |
| |
| | |
* nickvergessen/ticket/10315:
[ticket/10315] Add top/bottom margin to the options in ACP to avoid overlapping
|
| | |
| |
| |
| | |
PHPBB3-10315
|
| | |
| |
| |
| | |
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
|
| | | |
| | |
| | |
| | | |
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
|
| | |
| |
| |
| |
| |
| | |
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
|
| |\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | | |
* 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
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* 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
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10346
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/10253:
[ticket/10253] Fix IE9 handling in javascript, to correctly quote text.
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Since IE9 IE supports textarea.selectionStart and window.getSelection.
The only problem is, that the values are still incorrect.
Therefore we need to ensure that it is still treated the old way,
until IE fixes this completely.
PHPBB3-10253
|
| |\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* 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
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* nickvergessen/ticket/8177:
[ticket/8177] Display birthdays of 29th february on 28th in non-leap years.
|
| | | |/ / /
| |/| | |
| | | | |
| | | | | |
PHPBB3-8177
|
| |/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This reverts commit f9dbe33fa7917b6220a85a01ed9f395f3f1bb888.
The code which was added also removed new lines and tabs.
PHPBB3-10240
|
| |\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* callumacrae/ticket/9978:
[ticket/9978] Added semicolons to JavaScript in overall_header.
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Semicolons have been added to the anonymous functions in the javascript
in overall_header.html. This makes JSLint happier, and also makes the
code easier to minify.
PHPBB3-9978
|
| |\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* github-bantu/ticket/8571:
[ticket/8571] Show age as 0 in birthday list when birthday is in the future.
[ticket/8571] Show 'Age: 0' on viewprofile when birthday is in the future.
[ticket/8571] Also display age on memberlist/viewprofile when age is 0.
|