| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\
| |
| |
| |
| | |
* develop-olympus:
[ticket/10147] Corrected a typo in includes/functions_template.php.
|
| |\
| | |
| | |
| | |
| | | |
* ticket/p/10147:
[ticket/10147] Corrected a typo in includes/functions_template.php.
|
| | |
| | |
| | |
| | | |
PHPBB3-10147
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10141] Save a hash lookup when value is not in cache.
[ticket/10141] Split double-assignment into conditional and unconditional part.
[ticket/10141] Use a cache in $auth->_fill_acl() for better performance.
|
| |\ \
| | |/
| |/|
| | |
| | |
| | |
| | | |
* ticket/p/10141:
[ticket/10141] Save a hash lookup when value is not in cache.
[ticket/10141] Split double-assignment into conditional and unconditional part.
[ticket/10141] Use a cache in $auth->_fill_acl() for better performance.
|
| | |
| | |
| | |
| | | |
PHPBB3-10141
|
| | |
| | |
| | |
| | | |
PHPBB3-10141
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Many sequences being converted are the same. Use a local cache to
convert each sequence once, speeding up the function.
PHPBB3-10141
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* develop-olympus:
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/bantu/10137:
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
|
| | |/
| | |
| | |
| | | |
PHPBB3-10137
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10105] Update AIM express link.
[ticket/10105] Update AIM application download link.
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
PHPBB3-10105
|
| |/
| |
| |
| | |
PHPBB3-10105
|
|\ \ |
|
| | |
| | |
| | |
| | | |
PHPBB3-10139
|
|/ /
| |
| |
| | |
PHPBB3-10139
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove some of the additional `if (isset)` checks
PHPBB3-10006
|
| | |
| | |
| | |
| | |
| | |
| | | |
Remove some unneeded return values
PHPBB3-10006
|
| | |
| | |
| | |
| | |
| | |
| | | |
Change the DB test to test agains new cache/config mock objects
PHPBB3-10006
|
| | |
| | |
| | |
| | | |
PHPBB3-10006
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add the missing `phpbb_config::delete` method to the config class
PHPBB3-10006
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* ticket/p/7252:
[ticket/7252] Removed an outdated comment pertaining to PHP 4.x.
|
|/ / /
| | |
| | |
| | | |
PHPBB3-7252
|
|\ \ \
| | |/
| |/|
| | |
| | | |
* develop-olympus:
[ticket/10109] Fix "Undefined Index" errors when copying a topic.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/nickvergessen/10109:
[ticket/10109] Fix "Undefined Index" errors when copying a topic.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10109
|
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| |
| | |
| | |
| | | |
* develop-olympus:
[ticket/10117] Add one more missed 'u' modifier, add code comment
[ticket/10115] Switch UTF-8 mode on for the rest of BBCodes
[ticket/10117] Make smilies to be correctly parsed within unicode text.
[ticket/10115] Make some text oriented BBCodes to properly handle unicode.
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | | |
* ticket/rxu/10117:
[ticket/10117] Add one more missed 'u' modifier, add code comment
[ticket/10117] Make smilies to be correctly parsed within unicode text.
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10117
|
| | | |
| | | |
| | | |
| | | | |
PHPBB3-10117
|
| |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/rxu/10115:
[ticket/10115] Switch UTF-8 mode on for the rest of BBCodes
[ticket/10115] Make some text oriented BBCodes to properly handle unicode.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10115
|
| | |/ /
| | | |
| | | |
| | | |
| | | |
| | | | |
[quote], [b], [i], [size], [color], [u], [list] are affected.
PHPBB3-10115
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
* p/ticket/10136:
[ticket/10136] Added missing $request globalizations in functions.php.
|
| | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10136
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/nickvergessen/9684:
[ticket/9684] Also display forum-name in subsilver2 template
[ticket/9684] Move currently existing GAs to a selectable forum while updating.
[ticket/9684] View origin-forumname for GAs in topic-list
[ticket/9684] Fix Forum/Topic-Tracking for global announcements
[ticket/9684] Fix a SQL-Error in the posting.php
[ticket/9684] Remove code in some more files especially includes/
[ticket/9684] Remove code for global announcement in root-files
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Correct some links using ['forum_id'] instead of $forum_id.
Correctly handle from "sort by day"-viewforum when there are global
announcements displayed in the forum.
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Should be ready for intensive testing now.
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Topic-Tracking is still missing.
PHPBB3-9684
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-9684
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | / / /
| | |/ / /
| |/| | |
| | | | | |
* develop-olympus:
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* ticket/bantu/10128:
[ticket/10128] Pass E_USER_WARNING to trigger_error() calls from user_ban().
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
The user_ban() function is shared by the MCP and the ACP.
Mark trigger_error() calls as errors by passing E_USER_WARNING to make the
error message appear on red background (instead of green background) in the
ACP.
PHPBB3-10128
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
* ticket/bantu/10123:
[ticket/10123] Change "smilie" to "smiley" as per our coding guidelines.
|