| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
PHPBB3-9622
|
| |
|
|
|
|
|
| |
Removed unneeded hidden fields in confirmation page. Do not show group prune
dropdown if there are no groups, etc.
PHPBB3-9622
|
| |
|
|
| |
PHPBB3-9622
|
| |
|
|
|
|
| |
There is now $user_ids instead of one $user_id.
PHPBB3-9622
|
| |
|
|
| |
PHPBB3-9622
|
| |
|
|
| |
PHPBB3-9622
|
| |
|
|
| |
PHPBB3-9622
|
| |\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* develop: (170 commits)
[ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
[feature/attachment-management-no-reassignment] Handle privacy and some more.
[ticket/10148] Turn TEMPLATE_BITFIELD into an instance variable.
[ticket/10147] Corrected a typo in includes/functions_template.php.
[ticket/10141] Save a hash lookup when value is not in cache.
[ticket/10143] Added tests for storing a previously deleted value in db cache.
[ticket/10105] Update AIM express link.
[ticket/10105] Update AIM application download link.
[ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
[ticket/10141] Split double-assignment into conditional and unconditional part.
[ticket/10141] Use a cache in $auth->_fill_acl() for better performance.
[ticket/9961] Create log entries when users are activated.
[ticket/10139] Make signatures of set_atomic() consistent by using $new_value.
[ticket/10139] Rename $cache to $use_cache to avoid confusion with cache object
[ticket/10006] Remove unneeded if statements
[ticket/10006] Remove return values
[ticket/10006] More testing
[ticket/10006] Tweak the tests a bit
[ticket/10006] Add phpbb_config::delete
[ticket/7941] Added @return to generate_board_url docstring.
...
|
| | |\
| | |
| | |
| | |
| | | |
* develop-olympus:
[ticket/9961] Create log entries when users are activated.
|
| | | |\
| | | |
| | | |
| | | |
| | | | |
* erikfrerejean/ticket/9961:
[ticket/9961] Create log entries when users are activated.
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* Create log entries when a user activates own account without
also changing their password.
* Additionally create admin log entries when an administrator activates
user accounts.
PHPBB3-9961
|
| | |\ \ \
| | |/ /
| | | |
| | | |
| | | | |
* develop-olympus:
[ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
|
| | | |\ \
| | | | |
| | | | |
| | | | |
| | | | | |
* bantu/ticket/10145:
[ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10145
|
| | |\ \ \ \
| | |/ / /
| | | | |
| | | | |
| | | | | |
* develop-olympus:
[ticket/7941] Added @return to generate_board_url docstring.
|
| | | |\ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | | |
* p/ticket/7941:
[ticket/7941] Added @return to generate_board_url docstring.
|
| | | | |/
| | | |
| | | |
| | | | |
PHPBB3-7941
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* feature/rxu/attachment-management-no-reassignment:
[feature/attachment-management-no-reassignment] Handle privacy and some more.
[feature/attachment-management-no-reassignment] Further feature adjustments.
[feature/attachment-management-no-reassignment] Fix some more errors
[feature/attachment-management-no-reassignment] Fix minor flaws in the code.
[feature/attachment-management-no-reassignment] Attachments management
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- restrict files info for PM attachments;
- add an option to resync files stats if wrong;
- replace post_id sorting with post type (PM/regular post) one;
- some language fixes.
PHPBB3-9721
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
-add database update entry;
- add files statistics checks;
- improve files deletion procedure;
- improve reversed order for pagination;
- adjust template file;
- add missing comma for orphan key in info module;
- change module mode name;
- fix module explanation text;
- add files comments output;
- change attachments per page amount from posts to topics per page value.
PHPBB3-9721
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Missing comma for orphan key in info module, define $start variable
PHPBB3-9721
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks to Oleg for inspection.
PHPBB3-9721
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
This feature allows to manage attachments in posts and PMs via ACP.
PHPBB3-9721
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-10148
|
| | |\ \ \ \
| | | |/ /
| | |/| |
| | | | |
| | | | | |
* 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.
|
| | | | | |
| | | | |
| | | | |
| | | | | |
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
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10139
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-10139
|
| | |\ \ \ |
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove some of the additional `if (isset)` checks
PHPBB3-10006
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Remove some unneeded return values
PHPBB3-10006
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add the missing `phpbb_config::delete` method to the config class
PHPBB3-10006
|
| | | | | |
| | | | |
| | | | |
| | | | | |
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
|