aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13597] Modify variable-variable syntax to be compatible with PHP7Marc Alexander2015-02-111-1/+1
| | | | PHPBB3-13597
* Merge pull request #3325 from rxu/ticket/13536Joas Schilling2015-02-021-0/+26
|\ | | | | | | [ticket/13536] Add ACP/UCP core events to allow modifying user profile data on editing
| * [ticket/13536] Add core events to allow modifying user profile data on editingrxu2015-01-231-0/+26
| | | | | | | | | | | | Event request: http://area51.phpbb.com/phpBB/viewtopic.php?f=111&t=33744 PHPBB3-13536
* | Merge pull request #3282 from Elsensee/ticket/13313Joas Schilling2015-02-021-2/+16
|\ \ | |/ |/| | | [ticket/13313] Add event core.acp_email_display
| * [ticket/13313] Update version in @since tag of eventOliver Schramm2015-01-151-1/+1
| | | | | | | | PHPBB3-13313
| * [ticket/13313] Add event core.acp_email_displayOliver Schramm2015-01-111-2/+16
| | | | | | | | PHPBB3-13313
* | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2015-01-201-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | * develop-olympus: [ticket/13519] Correctly validate imagick path as path and not string Conflicts: phpBB/includes/acp/acp_attachments.php
| * | [ticket/13519] Correctly validate imagick path as path and not stringMarc Alexander2015-01-191-1/+1
| | | | | | | | | | | | PHPBB3-13519
* | | Merge pull request #3226 from prototech/ticket/13420Joas Schilling2015-01-201-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
| * | | [ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.Cesar G2014-12-091-2/+2
| | | | | | | | | | | | | | | | PHPBB3-13420
* | | | [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Also fix the $utf8 checking regexp removing the curly braces. PHPBB3-13492
* | | | [ticket/13492] Add IDN support for custom BBCode URL tokensrxu2015-01-111-1/+3
| |_|/ |/| | | | | | | | | | | | | | | | | Custom BBCode URL tokens does not support IDN. Custom BBCodes added earlier than IDN has been applied are unaffected. PHPBB3-13492
* | | [ticket/13470] Fix non-empty username array if no usernames are givenOliver Schramm2015-01-081-1/+1
| | | | | | | | | | | | PHPBB3-13470
* | | [ticket/13439] Update event version to 3.1.3-RC1Matt Friedman2015-01-041-1/+1
| | | | | | | | | | | | PHPBB3-13439
* | | [ticket/13439] Add event core.acp_users_overview_beforeMatt Friedman2015-01-031-0/+15
| | | | | | | | | | | | PHPBB3-13439
* | | [ticket/13312] Use empty for usernames arrayOliver Schramm2014-11-261-2/+2
| | | | | | | | | | | | PHPBB3-13312
* | | [ticket/13312] Add event core.acp_email_send_beforeOliver Schramm2014-11-261-19/+52
|/ / | | | | | | PHPBB3-13312
* | Merge pull request #3157 from marc1706/ticket/13358Joas Schilling2014-11-221-1/+1
|\ \ | | | | | | | | | [ticket/13358] Add class for retrieving remote file data
| * | [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | The full namespace for the file_downloader is now also being used in version_helper. PHPBB3-13358
* | | Merge pull request #3123 from Elsensee/ticket/13310Joas Schilling2014-11-221-7/+21
|\ \ \ | | | | | | | | | | | | [ticket/13310] Add event core.acp_email_modify_sql
| * | | [ticket/13310] Add event core.acp_email_modify_sqlOliver Schramm2014-11-091-1/+11
| | | | | | | | | | | | | | | | PHPBB3-13310
| * | | [ticket/13310] Always use sql_build_query in acp_email.phpOliver Schramm2014-11-091-6/+10
| | | | | | | | | | | | | | | | PHPBB3-13310
* | | | [ticket/10744] Fix some doc blocksJoas Schilling2014-11-211-2/+3
| | | | | | | | | | | | | | | | PHPBB3-10744
* | | | [ticket/10744] Type hint objects for IDE usagesJoas Schilling2014-11-211-0/+15
| | | | | | | | | | | | | | | | PHPBB3-10744
* | | | [ticket/10744] Prevent installing styles with reserved namesJoas Schilling2014-11-211-0/+7
| |/ / |/| | | | | | | | PHPBB3-10744
* | | Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-211-11/+18
|\ \ \ | |/ / |/| | | | | [ticket/11863] Set require_activation to none if emails are disabled
| * | [ticket/11863] Display warning to user because of activation methodOliver Schramm2014-10-171-1/+9
| | | | | | | | | | | | PHPBB3-11863
| * | [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-10/+9
| | | | | | | | | | | | | | | | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* | | Merge pull request #3 from phpbb/ticket/security-161Joas Schilling2014-10-231-5/+14
|\ \ \ | | | | | | | | | | | | [ticket/security-161] Add form token to styles management form.
| * | | [ticket/security-161] Add form token to styles management form.Cesar G2014-10-221-5/+14
| | | | | | | | | | | | | | | | SECURITY-161
* | | | Merge branch 'develop-olympus' into develop-ascraeusAndreas Fischer2014-10-201-2/+2
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| * develop-olympus: [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibility
| * | [ticket/13168] Fix mbstring warnings in ACP for PHP 5.6 compatibilityOliver Schramm2014-10-201-2/+2
| | | | | | | | | | | | PHPBB3-13168
* | | Merge pull request #2307 from PayBas/ticket/12408Joas Schilling2014-10-061-3/+47
|\ \ \ | | | | | | | | | | | | [ticket/12408] Add quick setting for "default guest style" to ACP
| * | | [ticket/12408] Fix white-space snifferPayBas2014-09-151-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12408
| * | | [ticket/12408] Changed lang vars, added fieldset and removed "default"PayBas2014-09-151-6/+8
| | | | | | | | | | | | | | | | PHPBB3-12408
| * | | [ticket/12408] Public functions and updated doc blockPayBas2014-09-151-2/+4
| | | | | | | | | | | | | | | | PHPBB3-12408
| * | | [ticket/12408] Code cleanupPayBas2014-09-151-11/+5
| | | | | | | | | | | | | | | | | | | | | | | | Rebased to see if travis will finally play along PHPBB3-12408
| * | | [ticket/12408] Simplified queriesPayBas2014-09-151-15/+7
| | | | | | | | | | | | | | | | PHPBB3-12408
| * | | [ticket/12408] Add quick setting for "default guest style" to ACPPayBas2014-09-151-1/+55
| | | | | | | | | | | | | | | | PHPBB3-12408
* | | | Merge pull request #3013 from VSEphpbb/ticket/13121Joas Schilling2014-10-012-23/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13121] Remove cache mode from style management module
| * | | | [ticket/13121] Remove cache mode from style management moduleMatt Friedman2014-10-012-23/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13121 PHPBB3-13121
* | | | | [ticket/13119] Remove unused globals and use the request classJoas Schilling2014-09-301-12/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-13119
* | | | | [ticket/13119] Add events to ACP's ban moduleJoas Schilling2014-09-301-4/+60
|/ / / / | | | | | | | | | | | | PHPBB3-13119
* | | | Merge pull request #2844 from marc1706/ticket/12858Joas Schilling2014-09-242-7/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/12858] Remove hard-coded GMT from timezone drop-down and rename to UTC
| * | | | [ticket/12858] Directly return and use timezone selectsMarc Alexander2014-09-172-3/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | [ticket/12858] Fix timezone display on acp users pageMarc Alexander2014-09-171-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-12858
| * | | | [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-172-3/+3
| |/ / / | | | | | | | | | | | | PHPBB3-12858
* | | | [ticket/13045] Remove Pragma headersJakub Senko2014-09-172-3/+3
|/ / / | | | | | | | | | PHPBB3-13045
* | | Merge pull request #2748 from carlo94it/ticket/12765Marc Alexander2014-09-051-142/+3
|\ \ \ | | | | | | | | | | | | [ticket/12765] Use db_tools instead of generating queries at moment
| * | | [ticket/12765] Execute query directly from db toolsCarlo2014-08-101-4/+2
| | | | | | | | | | | | | | | | PHPBB3-12765