aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [ticket/14459] Check language input for grouprubencm2019-06-201-1/+5
| | |_|/ | |/| | | | | | | | | | PHPBB3-14459
* | | | Merge pull request #5601 from senky/ticket/16013Marc Alexander2019-07-272-7/+10
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16013] Allow admins to use disallowed username
| * | | | [ticket/16013] Allow admins to use disallowed usernameJakub Senko2019-05-242-7/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-16013
* | | | | Merge pull request #5626 from cpeel/ticket/16096Marc Alexander2019-07-271-3/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables
| * | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tablesCasey Peel2019-07-081-3/+11
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The max and min search length for the MySQL database vary based on the engine for the underlying table. For MyISAM tables, the variables are ft_max_word_len and ft_min_word_len, but for InnoDB tables the variables are innodb_ft_max_token_size and innodb_ft_min_token_size. Take the posts table type into account when setting the max and min search length. PHPBB3-16096
* | | | | Merge pull request #5631 from kasimi/ticket/16106Marc Alexander2019-07-271-0/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16106] Add core.mcp_main_before
| * | | | | [ticket/16106] Add core.mcp_main_beforekasimi2019-07-231-0/+16
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16106
* | | | | Merge pull request #5630 from 3D-I/ticket/16103Marc Alexander2019-07-271-0/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16103] Add core.pm_modify_message_subject
| * | | | | [ticket/16103] Add core.pm_modify_message_subject3D-I2019-07-201-0/+10
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16103
* | | | | Merge pull request #5629 from 3D-I/ticket/16102Marc Alexander2019-07-271-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16102] Add core.posting_modify_post_subject
| * | | | | [ticket/16102] Add core.posting_modify_post_subject3D-I2019-07-201-0/+14
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16102
* | | | | Merge pull request #5610 from espipj/ticket/16070Marc Alexander2019-07-231-21/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16070] Remove support for WebSTAR and Xitami
| * | | | | [ticket/16070] Remove unused codeespipj2019-05-271-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16070
* | | | | | Merge pull request #5624 from senky/ticket/16089Marc Alexander2019-07-231-4/+24
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16089] Add core.confirm_box_ajax_before
| * | | | | | [ticket/16089] Add core.confirm_box_ajax_beforeJakub Senko2019-07-221-4/+24
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-16089
* | | | | | [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha pluginNuno Lopes2019-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15982
* | | | | | Merge pull request #5609 from senky/ticket/15946Marc Alexander2019-07-221-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15946] Add core.posting_modify_row_data
| * | | | | | [ticket/15946] Add core.posting_modify_row_dataJakub Senko2019-05-271-0/+19
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-15946
* | | | | | Merge pull request #5606 from senky/ticket/15976Marc Alexander2019-07-221-1/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15976] Reset user_passchg only if user changed password
| * | | | | | [ticket/15976] Reset user_passchg only if user changed passwordJakub Senko2019-05-271-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15976
* | | | | | Merge pull request #5572 from dark-1/ticket/16023Marc Alexander2019-07-221-3/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16023] Add core.message_history_modify_template_vars
| * | | | | | [ticket/16023] Add core.message_history_modify_template_varsDark❶2019-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023
| * | | | | | [ticket/16023] Add core.message_history_modify_template_varsDark❶2019-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023
| * | | | | | [ticket/16023] Add core.message_history_modify_template_varsDark❶2019-04-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023
| * | | | | | [ticket/16023] Add core.message_history_modify_template_varsDark❶2019-04-201-2/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16023
* | | | | | | Merge pull request #5625 from marc1706/ticket/16093Marc Alexander2019-07-212-1/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16093] Do not display attach-row-tpl
| * | | | | | | [ticket/16093] Do not display attach-row-tplMarc Alexander2019-07-212-1/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-16093
* | | | | | | Merge pull request #5571 from dark-1/ticket/16021Marc Alexander2019-07-212-9/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16021] Recognize number of Template Event instances in events.md file
| * | | | | | | [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16021
| * | | | | | | [ticket/16021] Recognize number of Template Event instances in events.md fileDark❶2019-04-192-9/+16
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-16021
* | | | | | | Merge pull request #5562 from senky/ticket/15961Marc Alexander2019-07-212-3/+13
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | [ticket/15961] Use newer TLS in SMTP
| * | | | | | [ticket/15961] Improve smtp server explanation langJakub Senko2019-04-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15961
| * | | | | | [ticket/15961] Use newer TLS in SMTPJakub Senko2019-04-082-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15961
* | | | | | | Merge pull request #5608 from senky/ticket/15967Marc Alexander2019-06-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15967] Improve admin activate email wording
| * | | | | | | [ticket/15967] Improve admin activate email wordingJakub Senko2019-06-041-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15967
* | | | | | | Merge pull request #5620 from senky/ticket/16075Marc Alexander2019-06-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16075] Fix warning in PM filter
| * | | | | | | [ticket/16075] Fix warning in PM filterJakub Senko2019-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16075
* | | | | | | | Merge pull request #5616 from JoshyPHP/ticket/16074Marc Alexander2019-06-171-5/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16074] Fix Twemoji URL for ZWJ sequences
| * | | | | | | | [ticket/16074] Fix Twemoji URL for ZWJ sequencesJoshyPHP2019-06-041-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16074
* | | | | | | | | Merge pull request #5622 from 3D-I/ticket/15211Marc Alexander2019-06-172-0/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15211] Fix Emoji characters in forum name
| * | | | | | | | | [ticket/15211] Wording3D-I2019-06-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15211
| * | | | | | | | | [ticket/15211] Fix Emoji characters in forum name3D-I2019-06-112-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15211
* | | | | | | | | | Merge pull request #5604 from senky/ticket/15984Marc Alexander2019-06-171-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15984] Use private cache-control
| * | | | | | | | | | [ticket/15984] Use private cache-controlJakub Senko2019-05-271-2/+2
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15984
* | | | | | | | | | Merge pull request #5602 from senky/ticket/16003Marc Alexander2019-06-171-0/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16003] Fix num_posts sync
| * | | | | | | | | | [ticket/16003] Fix num_posts syncJakub Senko2019-05-241-0/+1
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16003
* | | | | | | | | | Merge pull request #5600 from senky/ticket/16047Marc Alexander2019-06-171-2/+2
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16047] Improve wording for PM permissions
| * | | | | | | | | | [ticket/16047] Improve wording for PM permissionsJakub Senko2019-06-081-2/+2
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16047
* | | | | | | | | | Merge pull request #5599 from mrgoldy/ticket/16068Marc Alexander2019-06-172-7/+7
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16068] Adjust DocBlock @param's
| * | | | | | | | | | [ticket/16068] Adjust DocBlock @param'smrgoldy2019-05-242-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16068