aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-131-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-131-1/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [ticket/16093] Ensure attach row is visible after upload with javascriptMarc Alexander2019-08-121-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16093
* | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-08-122-0/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-1/+1
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-1/+12
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-113-12/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-5/+27
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-112-1/+15
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-112-0/+6
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-111-6/+28
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | 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 branch '3.2.x' into 3.3.xMarc Alexander2019-08-071-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/16119] Prevent error message for Poll Title3D-I2019-08-061-2/+2
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-16119
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-311-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5641 from EA117/ticket/16040Marc Alexander2019-07-311-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16040] Forum list won't display topic icons containing a space.
| | * | | | | [ticket/16040] Forum list won't display topic icons containing a space.EA1172019-07-281-1/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change proSilver's viewforum_body.html template to be in line with existing viewtopic_body.html behavior, in which the topic icon path will be surrounded in quotes, and presence of a space in the topic icon file name will not fail. PHPBB3-16040
* | | | | | Merge branch '3.2.x' into 3.3.xDerky2019-07-302-2/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5628 from marc1706/ticket/16101Derky2019-07-302-2/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16101] Add Referrer-Policy header to phpBB's headers
| | * | | | | [ticket/16101] Add Referrer-Policy header to phpBB's headersMarc Alexander2019-07-202-2/+4
| | | |_|/ / | | |/| | | | | | | | | | | | | | | PHPBB3-16101
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-07-294-0/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5633 from kasimi/ticket/16108Marc Alexander2019-07-294-0/+24
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16108] Add topiclist_row_topic_by_author_before|after
| | * | | | | [ticket/16108] Use twig syntax in template eventMarc Alexander2019-07-273-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16108
| | * | | | | [ticket/16108] Add topiclist_row_topic_by_author_before|afterkasimi2019-07-234-0/+24
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-16108