aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [feature/prune-users] Cosmetic changes per bantu's review.Oleg Pudeyev2012-03-252-7/+7
| | | | PHPBB3-9622
* [feature/prune-users] Minor UI adjustment and bug fixesjellydoughnut2012-01-062-14/+6
| | | | | | | Removed unneeded hidden fields in confirmation page. Do not show group prune dropdown if there are no groups, etc. PHPBB3-9622
* [feature/prune_users] Moved set_config_count out of user loop.Oleg Pudeyev2011-05-081-1/+8
| | | | PHPBB3-9622
* [feature/prune-users] Fixed user id check in undelivered users loop.Oleg Pudeyev2011-05-081-1/+1
| | | | | | There is now $user_ids instead of one $user_id. PHPBB3-9622
* [feature/prune-users] Call sql_is_set once for author ids in user_delete.Oleg Pudeyev2011-05-081-4/+6
| | | | PHPBB3-9622
* [feature/prune-users] Replaced missed occurrences of $user_id with $user_ids.Oleg Pudeyev2011-05-081-2/+2
| | | | PHPBB3-9622
* [feature/prune-users] Call sql_is_set for user ids once in user_delete.Oleg Pudeyev2011-05-081-7/+9
| | | | PHPBB3-9622
* [feature/prune-users] Fixed whitespace in language file.Oleg Pudeyev2011-05-081-8/+8
| | | | PHPBB3-9622
* Merge branch 'develop' into feature/prune-usersOleg Pudeyev2011-05-08139-2312/+3902
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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. ...
| * Merge branch 'develop-olympus' into developOleg Pudeyev2011-05-031-1/+1
| |\ | | | | | | | | | | | | * develop-olympus: [ticket/9954] Remove unneeded never permission
| | * Merge remote-tracking branch 'erikfrerejean/ticket/9954' into develop-olympusOleg Pudeyev2011-05-031-1/+1
| | |\ | | | | | | | | | | | | | | | | * erikfrerejean/ticket/9954: [ticket/9954] Remove unneeded never permission
| | | * [ticket/9954] Remove unneeded never permissionErik Frèrejean2010-12-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `ROLE_USER_NOAVATAR` role gets a *never* permission assigned for the two "u_masspm*" permissions. Due to this, this role changes behaviour it isn't intended to change. It should assign "no" as is done in the `ROLE_USER_LIMITED` role. PHPBB3-9954
| * | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-301-0/+7
| |\ \ \ | | |/ / | | | | | | | | | | | | * develop-olympus: [ticket/9961] Create log entries when users are activated.
| | * | Merge branch 'erikfrerejean/ticket/9961' into develop-olympusOleg Pudeyev2011-04-301-0/+7
| | |\ \ | | | | | | | | | | | | | | | | | | | | * erikfrerejean/ticket/9961: [ticket/9961] Create log entries when users are activated.
| | | * | [ticket/9961] Create log entries when users are activated.Erik Frèrejean2011-04-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| * | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-04-261-1/+1
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | * develop-olympus: [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
| | * | | Merge remote branch 'bantu/ticket/10145' into develop-olympusIgor Wiedler2011-04-261-1/+1
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | * bantu/ticket/10145: [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.
| | | * | | [ticket/10145] Always recompile all templates when DEBUG_EXTRA is defined.Andreas Fischer2011-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10145
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-261-0/+3
| |\ \ \ \ \ | | |/ / / / | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/7941] Added @return to generate_board_url docstring.
| | * | | | Merge remote branch 'p/ticket/7941' into develop-olympusAndreas Fischer2011-04-261-0/+3
| | |\ \ \ \ | | | |/ / / | | |/| | | | | | | | | | | | | | | * p/ticket/7941: [ticket/7941] Added @return to generate_board_url docstring.
| | | * | | [ticket/7941] Added @return to generate_board_url docstring.Oleg Pudeyev2011-04-171-0/+3
| | | |/ / | | | | | | | | | | | | | | | PHPBB3-7941
| * | | | Merge branch 'feature/rxu/attachment-management-no-reassignment' into developOleg Pudeyev2011-04-247-1/+327
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
| | * | | | [feature/attachment-management-no-reassignment] Handle privacy and some more.rxu2011-04-245-14/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
| | * | | | [feature/attachment-management-no-reassignment] Further feature adjustments.rxu2011-04-115-34/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -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
| | * | | | [feature/attachment-management-no-reassignment] Fix some more errorsrxu2011-04-112-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Missing comma for orphan key in info module, define $start variable PHPBB3-9721
| | * | | | [feature/attachment-management-no-reassignment] Fix minor flaws in the code.rxu2011-04-101-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Oleg for inspection. PHPBB3-9721
| | * | | | [feature/attachment-management-no-reassignment] Attachments managementrxu2011-04-104-0/+230
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This feature allows to manage attachments in posts and PMs via ACP. PHPBB3-9721
| * | | | | Merge remote branch 'p/ticket/10148' into developAndreas Fischer2011-04-241-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * p/ticket/10148: [ticket/10148] Turn TEMPLATE_BITFIELD into an instance variable.
| | * | | | | [ticket/10148] Turn TEMPLATE_BITFIELD into an instance variable.Oleg Pudeyev2011-04-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10148
| * | | | | | Merge remote branch 'p/ticket/10143' into developAndreas Fischer2011-04-241-0/+24
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | * p/ticket/10143: [ticket/10143] Added tests for storing a previously deleted value in db cache.
| | * | | | | [ticket/10143] Added tests for storing a previously deleted value in db cache.Oleg Pudeyev2011-04-211-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10143
| * | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-231-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10147] Corrected a typo in includes/functions_template.php.
| | * | | | | Merge branch 'ticket/p/10147' into develop-olympusAndreas Fischer2011-04-231-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/p/10147: [ticket/10147] Corrected a typo in includes/functions_template.php.
| | | * | | | | [ticket/10147] Corrected a typo in includes/functions_template.php.Oleg Pudeyev2011-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10147
| * | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-04-221-1/+11
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | | | | | Merge branch 'ticket/p/10141' into develop-olympusAndreas Fischer2011-04-221-1/+11
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/p/10141: [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.
| | | * | | | | [ticket/10141] Save a hash lookup when value is not in cache.Oleg Pudeyev2011-04-211-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10141
| | | * | | | | [ticket/10141] Split double-assignment into conditional and unconditional part.Andreas Fischer2011-04-221-7/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10141
| | | * | | | | [ticket/10141] Use a cache in $auth->_fill_acl() for better performance.Bart van Bragt2011-04-211-2/+10
| | | | |_|/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Many sequences being converted are the same. Use a local cache to convert each sequence once, speeding up the function. PHPBB3-10141
| * | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-221-1/+1
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
| | * | | | | Merge branch 'ticket/bantu/10137' into develop-olympusOleg Pudeyev2011-04-221-1/+1
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/bantu/10137: [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.
| | | * | | | | [ticket/10137] Remove unintended space at end of PHP_URL_FOPEN_SUPPORT_EXPLAIN.Andreas Fischer2011-04-221-1/+1
| | | |/ / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-10137
| * | | | | | Merge branch 'develop-olympus' into developOleg Pudeyev2011-04-222-2/+2
| |\ \ \ \ \ \ | | |/ / / / / | | | | / / / | | |_|/ / / | |/| | | | | | | | | | * develop-olympus: [ticket/10105] Update AIM express link. [ticket/10105] Update AIM application download link.
| | * | | | Merge branch 'ticket/bantu/10105' into develop-olympusOleg Pudeyev2011-04-222-2/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | [ticket/10105] Update AIM express link.Andreas Fischer2011-04-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10105
| | | * | | [ticket/10105] Update AIM application download link.Andreas Fischer2011-04-222-2/+2
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-10105
| * | | | Merge branch 'ticket/bantu/10139' into developOleg Pudeyev2011-04-212-34/+34
| |\ \ \ \
| | * | | | [ticket/10139] Make signatures of set_atomic() consistent by using $new_value.Andreas Fischer2011-04-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10139
| | * | | | [ticket/10139] Rename $cache to $use_cache to avoid confusion with cache objectAndreas Fischer2011-04-192-32/+32
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-10139
| * | | | Merge branch 'ticket/erikfrerejean/10006' into developOleg Pudeyev2011-04-194-0/+57
| |\ \ \ \