| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5160 from kasimi/ticket/15590 | Marc Alexander | 2018-09-16 | 1 | -1/+35 |
| |\ | | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | ||||
| | * | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | kasimi | 2018-07-08 | 1 | -2/+2 |
| | | | | | | | | | PHPBB3-15590 | ||||
| | * | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after | kasimi | 2018-03-16 | 1 | -1/+35 |
| | | | | | | | | | PHPBB3-15590 | ||||
| * | | Merge pull request #5349 from rubencm/ticket/15566 | Derky | 2018-09-14 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | [ticket/15566] Set category to none if extension don't exist | ||||
| | * | | [ticket/15566] Add missing variable sign | rubencm | 2018-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-15566 | ||||
| | * | | [ticket/15566] Set category to none if extension don't exist | rubencm | 2018-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-15566 | ||||
| * | | | Merge branch 'prep-release-3.2.3' into 3.2.x | Marc Alexander | 2018-07-30 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | [ticket/15731] Fix language string parameters | Rubén Calvo | 2018-07-30 | 1 | -1/+1 |
| | | |/ | |/| | | | | | | | PHPBB3-15731 | ||||
| * | | | [ticket/15656] Add "View post" link in the mod logs on the ACP | Zoddo | 2018-05-01 | 1 | -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/15518 | Marc Alexander | 2018-02-21 | 1 | -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 viewtopic | JoshyPHP | 2018-01-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | PHPBB3-15518 | ||||
| * | | | Merge pull request #5100 from senky/ticket/15528 | Marc Alexander | 2018-01-24 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15528] Display style phpBB version | ||||
| | * | | | [ticket/15528] Display style phpBB version | Jakub Senko | 2018-01-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-15528 | ||||
| * | | | | [ticket/15529] Color groups in ACP | Jakub Senko | 2018-01-21 | 1 | -1/+2 |
| |/ / / | | | | | | | | | | PHPBB3-15529 | ||||
| * | | | Merge pull request #5084 from hubaishan/ticket/15510 | Marc Alexander | 2018-01-20 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15510] Link Orphan attachments in ACP General to its page | ||||
| | * | | | [ticket/15510] Link Orphan attachments in ACP General to its page | hubaishan | 2018-01-12 | 1 | -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 error | canonknipser | 2018-01-20 | 1 | -1/+1 |
| | |/ / |/| | | | | | | | | | | | | | | When editing a users signature in acp, a error is thrown. PHPBB3-15513 | ||||
| * | | | Merge pull request #5071 from dsinn/ticket/15495 | Marc Alexander | 2018-01-16 | 1 | -0/+4 |
| |\ \ \ | |/ / |/| | | | | | [ticket/15495] Use transaction in ACP move_forum | ||||
| | * | | [ticket/15495] Use transaction in ACP move_forum | Daniel Sinn | 2018-01-03 | 1 | -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/15055 | Derky | 2018-01-05 | 1 | -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 compatibility | Marc Alexander | 2018-01-01 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | PHPBB3-15055 | ||||
| * | | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 23 | -212/+212 |
| |/ / | | | | | | | PHPBB3-14972 | ||||
| * | | Merge pull request #5044 from hubaishan/ticket/15453 | Marc Alexander | 2017-12-28 | 1 | -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.php | hubaishan | 2017-12-27 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453 | ||||
| * | | | Merge pull request #5040 from kasimi/ticket/15446 | Marc Alexander | 2017-12-27 | 1 | -0/+26 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action | ||||
| | * | | | [ticket/15446] Add event core.acp_profile_action | kasimi | 2017-11-08 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | PHPBB3-15446 | ||||
| * | | | | Merge pull request #5041 from kasimi/ticket/15447 | Marc Alexander | 2017-12-27 | 1 | -2/+21 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | ||||
| | * | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | kasimi | 2017-11-08 | 1 | -2/+21 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-15447 | ||||
| * | | | | Merge pull request #5055 from dsinn/ticket/15471 | Marc Alexander | 2017-12-27 | 1 | -5/+29 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15471] Add core events to ACP when pruning a forum | ||||
| | * | | | | [ticket/15471] Fix event documentation for core.prune_forums_settings_confirm | Daniel Sinn | 2017-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471 | ||||
| | * | | | | [ticket/15471] Add core events to ACP when pruning a forum | Daniel Sinn | 2017-11-30 | 1 | -5/+29 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15471 | ||||
| * | | | | | [ticket/15322] Adjust email language and move force sender setting | Marc Alexander | 2017-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
| * | | | | | [ticket/15322] Try to make new email setting more readable | Marc Alexander | 2017-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15322 | ||||
| * | | | | | [ticket/15322] Add config setting for -f parameter & remove mail function name | Marc Alexander | 2017-12-11 | 1 | -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 module | rxu | 2017-11-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-15460 | ||||
| * | | | | Merge pull request #4976 from rubencm/ticket/15171 | Marc Alexander | 2017-11-16 | 1 | -11/+11 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/15171] Replace all BBCode templates by default | ||||
| | * | | | [ticket/15171] Fix test | Rubén Calvo | 2017-10-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-15171 | ||||
| | * | | | [ticket/15171] Replace all BBCode templates by default | Rubén Calvo | 2017-10-31 | 1 | -11/+11 |
| | | | | | | | | | | | | | | | | | PHPBB3-15171 | ||||
| * | | | | [ticket/15408] Reject duplicate BBCodes in ACP | JoshyPHP | 2017-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-15408 | ||||
| * | | | | Merge pull request #5008 from rubencm/ticket/15041 | Marc Alexander | 2017-11-02 | 1 | -1/+34 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/15041] Add pagination to orphaned attachments | ||||
| | * | | | [ticket/15041] Add pagination to orphaned attachments | Rubén Calvo | 2017-10-17 | 1 | -1/+34 |
| | | |/ | |/| | | | | | | | PHPBB3-15041 | ||||
| * | | | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled | ||||
| | * | | | [ticket/15201] Fix | Rubén Calvo | 2017-08-28 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | [ticket/15201] Castings | Rubén Calvo | 2017-08-28 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | [ticket/15201] Set user style to default style when it is disabled or ↵ | Rubén Calvo | 2017-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201 | ||||
| * | | | | Merge pull request #5003 from kasimi/ticket/15409 | Marc Alexander | 2017-10-17 | 1 | -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_quicktool | kasimi | 2017-10-16 | 1 | -2/+8 |
| | | |/ | |/| | | | | | | | PHPBB3-15409 | ||||
| * | | | Merge pull request #4888 from javiexin/ticket/15306 | Marc Alexander | 2017-10-13 | 1 | -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_validate | javiexin | 2017-08-06 | 1 | -2/+4 |
| | | | | | | | | | | | | | PHPBB3-15306 | ||||
| * | | | [PHPBB3-14629] round() the log() explicitly to a proper integer | Daniel Mota | 2017-09-21 | 1 | -1/+1 |
| | | | | |||||
