aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5656 from 3D-I/ticket/16019Marc Alexander2019-08-173-48/+67
|\ | | | | | | [ticket/16019] Deny prosilver's uninstallation
| * [ticket/16019] Amend explanation3D-I2019-08-141-1/+1
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Short explanation3D-I2019-08-141-1/+1
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Short array syntax and tabulation3D-I2019-08-141-43/+43
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Rewamp ACP_STYLES_EXPLAIN3D-I2019-08-141-35/+35
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Code's enhancement3D-I2019-08-131-5/+2
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Get rid of the checkbox3D-I2019-08-131-1/+3
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Get rid of the uninstall link3D-I2019-08-131-5/+8
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Amend code for the better3D-I2019-08-131-3/+6
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Move code to before of confirm box is submitted3D-I2019-08-131-12/+13
| | | | | | | | PHPBB3-16019
| * [ticket/16019] Deny prosilver's uninstallation3D-I2019-08-132-1/+14
| | | | | | | | PHPBB3-16019
* | Merge pull request #5657 from Crizz0/ticket/15745Marc Alexander2019-08-163-3/+19
|\ \ | | | | | | | | | [ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded language
| * | [ticket/15745] Use TWIG instead of phpbb template codeChristian Schnegelberger2019-08-133-8/+8
| | | | | | | | | | | | PHPBB3-15745
| * | [ticket/15745] Uses {{ CREDIT_LINE }} instead of hardcoded languageChristian Schnegelberger2019-08-133-3/+19
| | | | | | | | | | | | PHPBB3-15745
* | | Merge pull request #5654 from 3D-I/ticket/16080Marc Alexander2019-08-152-0/+8
|\ \ \ | |/ / |/| | | | | [ticket/16080] ACP - Provide meaningful error msg for deleted installed style
| * | [ticket/16080] Remove sprintf()3D-I2019-08-131-1/+1
| | | | | | | | | | | | PHPBB3-16080
| * | [ticket/16080] Use placeholder3D-I2019-08-122-2/+3
| | | | | | | | | | | | PHPBB3-16080
| * | [ticket/16080] Provide a meaningful error message for deleted installed style3D-I2019-08-122-1/+2
| | | | | | | | | | | | PHPBB3-16080
| * | [ticket/16080] Change location as it should have been.3D-I2019-08-122-5/+6
| | | | | | | | | | | | PHPBB3-16080
| * | [ticket/16080] Provide a back-trace for deleted installed style3D-I2019-08-111-0/+5
| |/ | | | | | | | | | | That's a very edge case, I am using the same approach done in user.php PHPBB3-16080
* | Merge pull request #5653 from 3D-I/ticket/16129Marc Alexander2019-08-131-2/+2
|\ \ | | | | | | | | | [ticket/16129] Enhance attachment's ALT tag
| * | [ticket/16129] Provide proper HTML markup3D-I2019-08-121-2/+2
| | | | | | | | | | | | PHPBB3-16129
| * | [ticket/16129] Enhance attachment's ALT tag3D-I2019-08-111-2/+2
| | | | | | | | | | | | PHPBB3-16129
* | | Merge pull request #5655 from marc1706/ticket/16093Marc Alexander2019-08-131-1/+3
|\ \ \ | | | | | | | | | | | | [ticket/16093] Ensure attach row is visible after upload with javascript
| * | | [ticket/16093] Ensure attach row is visible after upload with javascriptMarc Alexander2019-08-121-1/+3
|/ / / | | | | | | | | | PHPBB3-16093
* | | Merge pull request #5650 from 3D-I/ticket/16127Marc Alexander2019-08-122-0/+3
|\ \ \ | |_|/ |/| | | | | [ticket/16127] Add UI for email $max_chunk_size
| * | [ticket/16127] Amend input validation PHP side3D-I2019-08-081-1/+1
| | | | | | | | | | | | PHPBB3-16127
| * | [ticket/16127] Minimum 1 and rephrasing.3D-I2019-08-082-3/+3
| | | | | | | | | | | | PHPBB3-16127
| * | [ticket/16127] Add UI for email $max_chunk_size3D-I2019-08-072-0/+3
| |/ | | | | | | PHPBB3-16127
* | Merge pull request #5648 from 3D-I/ticket/16109Marc Alexander2019-08-111-1/+1
|\ \ | | | | | | | | | [ticket/16109] Fix Custom Profile Field visibility's explain
| * | [ticket/16109] Fix Custom Profile Field visibility's explain3D-I2019-08-061-1/+1
| | | | | | | | | | | | PHPBB3-16109
* | | Merge pull request #5645 from rxu/ticket/16124Marc Alexander2019-08-111-1/+12
|\ \ \ | | | | | | | | | | | | [ticket/16124] Fix users search by last visit time in memberlist.php
| * | | [ticket/16124] Search users who have never logged in for lt case onlyrxu2019-08-061-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16124
| * | | [ticket/16124] Fix users search by last visit time in memberlist.phprxu2019-08-051-1/+12
| |/ / | | | | | | | | | PHPBB3-16124
* | | Merge pull request #5637 from EA117/ticket/16054Marc Alexander2019-08-113-12/+4
|\ \ \ | | | | | | | | | | | | [ticket/16054] Restore ability to login from any template.
| * | | [ticket/16054] Restore ability to login from any template.EA1172019-07-283-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moving the login form's add_form_key() work into page_header(), so that the template variables required for presenting a login form are again available to any template that chooses to consume them. PHPBB3-16054
* | | | Merge pull request #5643 from dark-1/ticket/16113Marc Alexander2019-08-111-5/+27
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16113] Add core.mcp_topic_modify_sql_ary
| * | | | [ticket/16113] Add core.mcp_topic_modify_sql_aryDark❶2019-07-291-5/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-16113
* | | | | Merge pull request #5642 from dark-1/ticket/16114Marc Alexander2019-08-112-1/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16114] mcp_topic_post_author_full_{append/prepend}
| * | | | | [ticket/16114] mcp_topic_post_author_full_{append/prepend}Dark❶2019-08-071-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| * | | | | [ticket/16114] mcp_topic_post_author_full_{append/prepend}Dark❶2019-08-072-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| * | | | | [ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}Dark❶2019-07-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16114
| * | | | | [ticket/16114] mcp_topic_postrow_post_details_author_username_{append/prepend}Dark❶2019-07-292-1/+15
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16114
* | | | | Merge pull request #5651 from 3D-I/ticket/15897Marc Alexander2019-08-112-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15897] Fix Emojis' SQL Error in Attachment Comment
| * | | | | [ticket/15897] Fix Emojis' SQL Error in Attachment Comment3D-I2019-08-102-0/+6
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-15897
* | | | | Merge pull request #5634 from dark-1/ticket/16111Marc Alexander2019-08-111-6/+28
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16111] Add core.message_history_modify_sql_ary
| * | | | | [ticket/16111] Add core.message_history_modify_sql_aryDark❶2019-07-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16111
| * | | | | [ticket/16111] Add core.message_history_modify_sql_aryDark❶2019-07-281-13/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16111
| * | | | | [ticket/16111] Add core.message_history_modify_sql_aryDark❶2019-07-281-6/+33
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-16111
* | | | | Merge pull request #5649 from marc1706/ticket/16126Marc Alexander2019-08-091-5/+7
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | [ticket/16126] Downgrade chocolatey to a working version