Oleg/feature/prune users#504
Closed
jellydoughnut wants to merge 16 commits into
Closed
Conversation
user_delete now uses fewer queries to delete a set of users of size > 1 by accepting an array of users rather than a single user at a time. This required changing the third parameter, however the function retains its former behavior with the old-style parameters. PHPBB3-9622
This was done in PHPBB3-9872. PHPBB3-9622
Adjust two language strings for ACP prune feature to include descriptions for new features. PHPBB3-9622
…prune-users * commit '441755bf170e49799e311c71b2123ff263970d62': [ticket/9874] view_log() performs unneeded count query over all log entries.
…prune-users * commit '47dc492839ea44cb9aa3d0ad23f09dd2fd0b4ed9': [ticket/9997] Fixed an inconsistency in the Moderator Control Panel
…prune-users * commit 'e6ed55a9c1ceb07ab2e87d4a53f9e688fda319c5': [ticket/9872] Removed some useless code that broke delete_posts These changes have already been applied in an earlier commit. Therefore this commit is empty. Merge was done using 'ours' strategy.
This was done in PHPBB3-7834. PHPBB3-9622
…prune-users * commit '904bcb86a054ab6256da565098eb9bd8ab20414b': [ticket/7834] Topic time didn't update when first post was deleted
…prune-users * commit 'ee0db1a1d5f0150016d0971057f889f2366f9856':
* 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. ...
…ser_ids. PHPBB3-9622
There is now $user_ids instead of one $user_id. PHPBB3-9622
Contributor
Contributor
|
p/phpbb3@phpbb:develop...feature/prune-users Not tested yet. |
Contributor
Author
|
Thanks for taking care of that; I'll give it a look this weekend. |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: PHPBB3-9622
RFC: http://area51.phpbb.com/phpBB/viewtopic.php?f=84&t=32871