| Commit message (Collapse) | Author | Age | Files | Lines |
| |\ |
|
| | |\
| | |
| | |
| | |
| | | |
Conflicts:
phpBB/phpbb/session.php
|
| | | |\
| | | |
| | | |
| | | | |
Ticket/13234
|
| | |\ \ \
| | | | |
| | | | |
| | | | | |
Ticket/13234 2
|
| | | |\ \ \
| | | | |/
| | | |/|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
* ticket/13234:
[ticket/13234] Fix conditions and CS
Conflicts:
phpBB/phpbb/session.php
PHPBB3-13234
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13234
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13234-2
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Ascraeus version of 64d97d0787a63b3c646f89237574ac566ed89c50 commit
PHPBB3-13234
|
| | | |\ \ \
| | | |/ /
| | | | |
| | | | |
| | | | | |
* ticket/13234:
[ticket/13234] Never allow autologin/remember me to modify the userid
|
| | | | |/
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This prevents admin relogin with forced user id from overwriting
remember me cookies
PHPBB3-13234
|
| |\ \ \ \
| |/ / / |
|
| | |\ \ \
| | |/ /
| |/| | |
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13232
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The cron scheduler might pick a different task but we don't want to go
through them all to find the one we need. So we just make sure cron is
run at all and then manually run the one we want.
PHPBB3-13232
|
| | | |\ \
| | | | |
| | | | | |
[ticket/13232] Fix more issues with TTL and global cache file
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13232
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13232
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13232
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.1.0:
[ticket/13227] Properly handle curlwrapper headers in remote avatars
[ticket/13231] Update the dependencies of the migration contact_admin_form
|
| | |\ \ \
| | | | |
| | | | | |
[ticket/13227] Properly handle curlwrapper headers in remote avatars
|
| | | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Read a bit of the file to ensure header values are populated and then
handle headers in the nested array structure too.
PHPBB3-13227
|
| | |\ \ \ \
| | | | | |
| | | | | | |
[ticket/13231] Update the dependencies of the migration contact_admin_form
|
| | | | | | |
| | | | | |
| | | | | |
| | | | | | |
PHPBB3-13231
|
| |\ \ \ \ \ \
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
* prep-release-3.1.0:
[ticket/13229] Fix overloading memberlist with redundant SQL queries
|
| | |\ \ \ \ \
| | |_|/ / /
| |/| | | |
| | | | | |
| | | | | | |
* ticket/13229:
[ticket/13229] Fix overloading memberlist with redundant SQL queries
|
| | |/ / / /
| | | | |
| | | | |
| | | | | |
PHPBB3-13229
|
| |\ \ \ \ \
| |/ / / / |
|
| | |\ \ \ \
| | |_|/ /
| |/| | |
| | | | | |
[ticket/13225] Use passwords manager instead of phpbb_hash in migration
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13225
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13225
|
| |\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
* prep-release-3.1.0:
[ticket/13230] Add missing globals and missing request object for path helper
[ticket/13226] Add functional test for group ranks
[ticket/13226] Fix the usage of $rank_img
|
| | |\ \ \
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
prep-release-3.1.0
* github-nicofuma/ticket/13226:
[ticket/13226] Add functional test for group ranks
[ticket/13226] Fix the usage of $rank_img
|
| | | | | |
| | | | |
| | | | |
| | | | | |
PHPBB3-13226
|
| | | |/ /
| | | |
| | | |
| | | | |
PHPBB3-13226
|
| | |\ \ \
| | |/ /
| |/| | |
[ticket/13230] Add missing globals and missing request object for path helper
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-13230
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* prep-release-3.1.0:
[prep-release-3.1.0] Update CHANGELOG with last minute changes
|
| | | | |
|
| |\ \ \
| |/ /
| | |
| | |
| | | |
* prep-release-3.1.0:
[ticket/13223] Fix USERNAME email template variable in notification
|
| | |\ \
| | | |
| | | |
| | | |
| | | | |
* ticket/13223:
[ticket/13223] Fix USERNAME email template variable in notification
|
| | |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
admin_activate_user.php notification type is assigning usernames to email
template variables using user_loader->get_username() in 'no_profile' mode,
which in its turn calls get_username_string() function in 'no_profile' mode.
This causes HTML markup in emails for username colour.
PHPBB3-13223
|
| |\ \ \
| |/ /
| | |
| | |
| | |
| | | |
* prep-release-3.1.0:
[ticket/13221] Add bot_update as a dependency to gold
[ticket/13221] Perform bot updates after user table changes
|
| | |\ \
| | | |
| | | | |
[ticket/13221] Perform bot updates after user table changes
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13221
|
| | |/ /
| | |
| | |
| | | |
PHPBB3-13221
|
| |\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
[ticket/13193] Post count in PMs not a link
* Senky/ticket/13193:
[ticket/13193] Swap ternary condition members
[ticket/13193] Make template more readable
[ticket/13193] Add load_search config check
[ticket/13193] Add link to post count in PMs
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13193
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13193
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13193
|
| | | | |
| | | |
| | | |
| | | | |
PHPBB3-13193
|