aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5160 from kasimi/ticket/15590Marc Alexander2018-09-161-1/+35
|\ | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
| * [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
| | | | | | | | PHPBB3-15590
| * [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
| | | | | | | | PHPBB3-15590
* | Merge pull request #5349 from rubencm/ticket/15566Derky2018-09-141-1/+1
|\ \ | | | | | | | | | [ticket/15566] Set category to none if extension don't exist
| * | [ticket/15566] Add missing variable signrubencm2018-09-131-1/+1
| | | | | | | | | | | | PHPBB3-15566
| * | [ticket/15566] Set category to none if extension don't existrubencm2018-09-131-1/+1
| | | | | | | | | | | | PHPBB3-15566
* | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-301-1/+1
|\ \ \
| * | | [ticket/15731] Fix language string parametersRubén Calvo2018-07-301-1/+1
| | |/ | |/| | | | | | | PHPBB3-15731
* | | [ticket/15656] Add "View post" link in the mod logs on the ACPZoddo2018-05-011-1/+1
|/ / | | | | | | | | | | | | | | | | This link was added to the MCP view in GH-3870 (PHPBB3-9485) but I completely forgot the ACP… Consistency is back! PHPBB3-15656
* | Merge pull request #5094 from JoshyPHP/ticket/15518Marc Alexander2018-02-211-0/+1
|\ \ | | | | | | | | | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopic
| * | [ticket/15518] Add a setting to toggle permission checks for pms in viewtopicJoshyPHP2018-01-171-0/+1
| | | | | | | | | | | | PHPBB3-15518
* | | Merge pull request #5100 from senky/ticket/15528Marc Alexander2018-01-241-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/15528] Display style phpBB version
| * | | [ticket/15528] Display style phpBB versionJakub Senko2018-01-211-0/+1
| | | | | | | | | | | | | | | | PHPBB3-15528
* | | | [ticket/15529] Color groups in ACPJakub Senko2018-01-211-1/+2
|/ / / | | | | | | | | | PHPBB3-15529
* | | Merge pull request #5084 from hubaishan/ticket/15510Marc Alexander2018-01-201-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/15510] Link Orphan attachments in ACP General to its page
| * | | [ticket/15510] Link Orphan attachments in ACP General to its pagehubaishan2018-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Link Orphan attachments in ACP General to Orphaned attachments page if Orphan attachments>0 PHPBB3-15510
* | | | [ticket/15513] Signature edit in acp gives errorcanonknipser2018-01-201-1/+1
| |/ / |/| | | | | | | | | | | | | | When editing a users signature in acp, a error is thrown. PHPBB3-15513
* | | Merge pull request #5071 from dsinn/ticket/15495Marc Alexander2018-01-161-0/+4
|\ \ \ | |/ / |/| | | | | [ticket/15495] Use transaction in ACP move_forum
| * | [ticket/15495] Use transaction in ACP move_forumDaniel Sinn2018-01-031-0/+4
| | | | | | | | | | | | | | | | | | | | | Should prevent the forums table from getting messed up if an error or concurrent execution happens. PHPBB3-15495
* | | Merge pull request #4680 from marc1706/ticket/15055Derky2018-01-051-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/15055] Add appveyor file to allow running tests on appveyor as well
| * | | [ticket/15055] Further fixes to ensure PHP 7.1 & mssql compatibilityMarc Alexander2018-01-011-1/+1
| |/ / | | | | | | | | | PHPBB3-15055
* | | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-0123-212/+212
|/ / | | | | | | PHPBB3-14972
* | Merge pull request #5044 from hubaishan/ticket/15453Marc Alexander2017-12-281-2/+15
|\ \ | | | | | | | | | [ticket/15453] Add core event after language deleted in acp_language.php
| * | [ticket/15453] Add core event after language deleted in acp_language.phphubaishan2017-12-271-2/+15
| | | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453
* | | Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\ \ \ | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action
| * | | [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
| | | | | | | | | | | | | | | | PHPBB3-15446
* | | | Merge pull request #5041 from kasimi/ticket/15447Marc Alexander2017-12-271-2/+21
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row
| * | | | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
| |/ / / | | | | | | | | | | | | PHPBB3-15447
* | | | Merge pull request #5055 from dsinn/ticket/15471Marc Alexander2017-12-271-5/+29
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15471] Add core events to ACP when pruning a forum
| * | | | [ticket/15471] Fix event documentation for core.prune_forums_settings_confirmDaniel Sinn2017-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15471
| * | | | [ticket/15471] Add core events to ACP when pruning a forumDaniel Sinn2017-11-301-5/+29
| | | | | | | | | | | | | | | | | | | | PHPBB3-15471
* | | | | [ticket/15322] Adjust email language and move force sender settingMarc Alexander2017-12-161-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15322
* | | | | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15322
* | | | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-8/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* | | | [ticket/15460] Fix group name displayed in the manage users ACP modulerxu2017-11-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15460
* | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-161-11/+11
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15171
| * | | [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-311-11/+11
| | | | | | | | | | | | | | | | PHPBB3-15171
* | | | [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
| | | | | | | | | | | | | | | | PHPBB3-15408
* | | | Merge pull request #5008 from rubencm/ticket/15041Marc Alexander2017-11-021-1/+34
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/15041] Add pagination to orphaned attachments
| * | | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-171-1/+34
| | |/ | |/| | | | | | | PHPBB3-15041
* | | Merge pull request #4930 from rubencm/ticket/15201Marc Alexander2017-10-221-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled
| * | | [ticket/15201] FixRubén Calvo2017-08-281-6/+2
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] CastingsRubén Calvo2017-08-281-2/+6
| | | | | | | | | | | | | | | | PHPBB3-15201
| * | | [ticket/15201] Set user style to default style when it is disabled or ↵Rubén Calvo2017-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201
* | | | Merge pull request #5003 from kasimi/ticket/15409Marc Alexander2017-10-171-2/+8
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool
| * | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktoolkasimi2017-10-161-2/+8
| | |/ | |/| | | | | | | PHPBB3-15409
* | | Merge pull request #4888 from javiexin/ticket/15306Marc Alexander2017-10-131-2/+4
|\ \ \ | |/ / |/| | | | | [ticket/15306] Error and missing data in core.acp_users_profile_validate
| * | [ticket/15306] Error and missing data in core.acp_users_profile_validatejaviexin2017-08-061-2/+4
| | | | | | | | | | | | PHPBB3-15306
* | | [PHPBB3-14629] round() the log() explicitly to a proper integerDaniel Mota2017-09-211-1/+1
| | |