aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/acp
Commit message (Collapse)AuthorAgeFilesLines
...
| * [ticket/15871] Use php_ini servicerxu2018-11-111-2/+5
| | | | | | | | PHPBB3-15871
| * [ticket/15871] Fix PHP 7.1+ warning in ACR extensions modulerxu2018-11-111-1/+1
| | | | | | | | PHPBB3-15871
* | Merge pull request #42 from phpbb/ticket/security/227Marc Alexander2018-11-101-74/+0
|\ \ | | | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event
| * | [ticket/security/227] Remove "no thumbnail support" messageDerky2018-11-041-10/+0
| | | | | | | | | | | | SECURITY-227
| * | [ticket/security/227] Replace ImageMagick support with thumbnail eventDerky2018-10-231-66/+2
| | | | | | | | | | | | SECURITY-227
* | | [ticket/15860] Fix regexpRuben Calvo2018-10-301-2/+2
| | | | | | | | | | | | PHPBB3-15860
* | | [ticket/15860] Limit regexp to expected formatsMarc Alexander2018-10-301-1/+1
| | | | | | | | | | | | PHPBB3-15860
* | | [ticket/15860] Fix format of backup filesRuben Calvo2018-10-301-2/+2
| |/ |/| | | | | PHPBB3-15860
* | Merge pull request #5407 from senky/ticket/15832Marc Alexander2018-10-281-0/+11
|\ \ | | | | | | | | | [ticket/15832] Add core.acp_users_avatar_sql event
| * | [ticket/15832] Add core.acp_users_avatar_sql eventJakub Senko2018-10-081-0/+11
| | | | | | | | | | | | PHPBB3-15832
* | | Merge pull request #5406 from senky/ticket/15831Marc Alexander2018-10-281-0/+11
|\ \ \ | | | | | | | | | | | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary event
| * | | [ticket/15831] Add core.acp_users_modify_signature_sql_ary eventJakub Senko2018-10-081-0/+11
| |/ / | | | | | | | | | PHPBB3-15831
* | | Merge pull request #5402 from 3D-I/ticket/15825Marc Alexander2018-10-281-0/+10
|\ \ \ | | | | | | | | | | | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before
| * | | [ticket/15825] Add core.acp_manage_forums_move_content_sql_before3D-I2018-10-021-0/+10
| |/ / | | | | | | | | | PHPBB3-15825
* | | [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-213-4/+4
| |/ |/| | | | | PHPBB3-15849
* | Merge pull request #5326 from rubencm/ticket/15762Marc Alexander2018-10-091-1/+1
|\ \ | |/ |/| | | [ticket/15762] Update type for forum_topics_per_page
| * [ticket/15762] Update type for forum_topics_per_page in acp_forumsRubén Calvo2018-08-301-1/+1
| | | | | | | | PHPBB3-15762
* | 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