* prototech/ticket/11672:
[ticket/11672] Move the reapply_sid() call before meta_refresh() is called.
[ticket/11672] Remove duplicate $request global.
[ticket/11672] The json response call exits so the else is not necessary.
[ticket/11672] Remove the messages for lock/unlock/change topic type.
[ticket/11672] Clean up the logic in mcp_queue.php.
[ticket/11672] Remove some messages that were missed in mcp_queue.php.
[ticket/11672] Replace sprintf() usage with $user->lang().
[ticket/11672] Removed unnecessary text from alerts.
* cyberalien/ticket/11969:
[ticket/11969] Change topic link to unread post in subsilver2
[ticket/11969] Change topic link to unread post in prosilver
[ticket/11969] New language strings for first and last post links
* vsephpbb/ticket/12014:
[ticket/12014] Change event date in docs
[ticket/12014] Fix version number in event docs
[ticket/12014] Template Event index_body.html before forumlist
* develop-olympus:
[ticket/11699] Also exclude the phpBB/cache directory.
[ticket/11699] Properly exclude the .git directory. Namely missing dot prefix.
[ticket/11699] Exclude build/new_version and build/old_versions from lint.
* bantu/ticket/11699:
[ticket/11699] Also exclude the phpBB/cache directory.
[ticket/11699] Properly exclude the .git directory. Namely missing dot prefix.
[ticket/11699] Exclude build/new_version and build/old_versions from lint.
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12045:
[ticket/12045] Only display group selection if there are groups
[ticket/12045] Correctly close <span> before closing parent tag
[ticket/12045] Correctly close <dd> with </dd>
# By Joas Schilling
# Via Joas Schilling
* nickvergessen/ticket/12042:
[ticket/12042] Replace B with a more meaningful key name
[ticket/12042] Add all language strings from PLUpload 2.0 to the language file
* prototech/ticket/11507:
[ticket/11507] Handle empty sets correctly.
[ticket/11507] Allow group & unapproved post count options to be used alone.
[ticket/11507] Fix the unapproved posts count query.
[ticket/11507] Allow the posts awaiting approval value to be 0.
Using the last parameter in $db->sql_in_set() does not give the correct
behaviour expected here. The query should not be negated if the set is empty.
PHPBB3-11507
The service name might not follow the expected naming scheme which would
cause abnormally long filenames and confusion for authors that might add
more avatar drivers.
PHPBB3-11859
* Marc/ticket/11914:
[ticket/11914] Add assets version to included plupload scripts
[ticket/11914] Update plupload to 2.0.0
[ticket/11914] Use unix line endings in plupload queue css file