Skip to content

Oleg/feature/prune users#504

Closed
jellydoughnut wants to merge 16 commits into
phpbb:developfrom
jellydoughnut:oleg/feature/prune-users
Closed

Oleg/feature/prune users#504
jellydoughnut wants to merge 16 commits into
phpbb:developfrom
jellydoughnut:oleg/feature/prune-users

Conversation

@jellydoughnut

Copy link
Copy Markdown
Contributor

jellydoughnut and others added 16 commits May 8, 2011 02:56
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.
  ...
There is now $user_ids instead of one $user_id.

PHPBB3-9622
@p

p commented Dec 22, 2011

Copy link
Copy Markdown
Contributor

@p

p commented Jan 6, 2012

Copy link
Copy Markdown
Contributor

p/phpbb3@phpbb:develop...feature/prune-users

Not tested yet.

@jellydoughnut

Copy link
Copy Markdown
Contributor Author

Thanks for taking care of that; I'll give it a look this weekend.

@p p mentioned this pull request Mar 15, 2012
@p p closed this Mar 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants