aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-264-4/+4
|\ | | | | | | [ticket/16150] Make post subject link an absolute url
| * [ticket/16150] Make post subject links reliablev12mike2019-09-083-3/+3
| | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
| * [ticket/16150] Make post subject link an absolute urlv12mike2019-09-071-1/+1
| | | | | | | | | | | | | | The previous version was relative to a &start= which was sometimes wrong. PHPBB3-16150
* | Merge pull request #5711 from kasimi/ticket/16183Marc Alexander2019-10-211-3/+23
|\ \ | | | | | | | | | [ticket/16183] Add core.generate_smilies_count_sql_before
| * | [ticket/16183] Generate SQL query from arraykasimi2019-10-201-0/+1
| | | | | | | | | | | | PHPBB3-16183
| * | [ticket/16183] Add core.generate_smilies_count_sql_beforekasimi2019-10-171-3/+22
| | | | | | | | | | | | PHPBB3-16183
* | | Merge pull request #5674 from JoshyPHP/ticket/16147Marc Alexander2019-10-211-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/16147] Updated tokens legend in BBCodes ACP
| * | | [ticket/16147] Updated tokens legend in BBCodes ACPJoshyPHP2019-09-041-2/+2
| | |/ | |/| | | | | | | PHPBB3-16147
* | | Merge pull request #5704 from senky/ticket/16172Marc Alexander2019-10-201-2/+7
|\ \ \ | | | | | | | | | | | | [ticket/16172] Add group rank label to group view
| * | | [ticket/16172] Use twigJakub Senko2019-10-081-6/+6
| | | | | | | | | | | | | | | | PHPBB3-16172
| * | | [ticket/16172] Only display the label when rank image is not presentJakub Senko2019-10-071-1/+6
| | | | | | | | | | | | | | | | PHPBB3-16172
| * | | [ticket/16172] Add group rank label to group viewJakub Senko2019-10-041-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16172
* | | | Merge pull request #5703 from senky/ticket/16174Marc Alexander2019-10-201-1/+27
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16174] Add core.set_cookie
| * | | | [ticket/16174] Improve event descJakub Senko2019-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16174
| * | | | [ticket/16174] Add function params to the eventJakub Senko2019-10-071-2/+12
| | | | | | | | | | | | | | | | | | | | PHPBB3-16174
| * | | | [ticket/16174] Add core.set_cookieJakub Senko2019-10-041-1/+17
| |/ / / | | | | | | | | | | | | PHPBB3-16174
* | | | Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-11/+26
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| * | | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-301-33/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | | [ticket/16141] plupload chunk_size when 'unlimited' is involved.EA1172019-08-281-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-281-31/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
| * | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.EA1172019-08-261-8/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change get_chunk_size() calculation to correctly calculate limits without letting a zero "unlimited" value always win. Also ensure get_chunk_size() can only return zero if all of the limits were in fact set to unlimited. PHPBB3-16141
* | | | | Merge pull request #5705 from senky/ticket/16140Marc Alexander2019-10-202-1/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16140] Add ucp_profile_profile_info_birthday_label_append
| * | | | | [ticket/16140] Use twigJakub Senko2019-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16140
| * | | | | [ticket/16140] Rename event to ucp_profile_profile_info_birthday_label_appendJakub Senko2019-10-072-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16140
| * | | | | [ticket/16140] Add ucp_profile_profile_info_birthday_label_afterJakub Senko2019-10-042-1/+8
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-16140
* | | | | Merge pull request #5710 from kasimi/ticket/16182Marc Alexander2019-10-201-0/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16182] Add core.generate_smilies_modify_rowset
| * | | | | [ticket/16182] Add core.generate_smilies_modify_rowsetkasimi2019-10-171-0/+16
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-16182
* | | | | [ticket/16184] Don't entity-encode & character in AJAX responsekasimi2019-10-172-3/+3
|/ / / / | | | | | | | | | | | | PHPBB3-16184
* | | | Merge pull request #5671 from 3D-I/ticket/16144Marc Alexander2019-10-072-2/+36
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16144] Fallback to board's default style
| * | | | [ticket/16144] Provide extra fallback to board's default style for $user3D-I2019-09-231-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16144
| * | | | [ticket/16144] As per request3D-I2019-09-221-10/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-16144
| * | | | [ticket/16144] Provide extra fallback to board's default style for $user3D-I2019-09-012-2/+41
| | |/ / | |/| | | | | | | | | | PHPBB3-16144
* | | | [ticket/16083] Remove "defer" from inline scriptsJakub Senko2019-10-072-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16083
* | | | [ticket/16083] Add role=menuJakub Senko2019-10-042-2/+2
| | | | | | | | | | | | | | | | PHPBB3-16083
* | | | [ticket/16083] Add itemscopeJakub Senko2019-10-041-3/+3
| | | | | | | | | | | | | | | | PHPBB3-16083
* | | | [ticket/16083] Remove type=text/javascriptJakub Senko2019-10-0421-34/+34
| |/ / |/| | | | | | | | PHPBB3-16083
* | | Merge pull request #5678 from rxu/ticket/16148Marc Alexander2019-09-232-0/+14
|\ \ \ | | | | | | | | | | | | [ticket/16148] Add template events to acp_groups.html
| * | | [ticket/16148] Add template events to acp_groups.htmlrxu2019-09-052-0/+14
| | |/ | |/| | | | | | | PHPBB3-16148
* | | Merge pull request #5677 from mrgoldy/ticket/14815Marc Alexander2019-09-222-2/+8
|\ \ \ | | | | | | | | | | | | [ticket/14815] Enable contact links in memberlist
| * | | [ticket/14815] Enable contact links in memberlistmrgoldy2019-09-042-2/+8
| | |/ | |/| | | | | | | PHPBB3-14815
* | | Merge pull request #5676 from mrgoldy/ticket/15422Marc Alexander2019-09-224-55/+5
|\ \ \ | | | | | | | | | | | | [ticket/15422] Remove redundant BBCode helpline
| * | | [ticket/15422] Remove redundant BBCode helplinemrgoldy2019-09-044-55/+5
| |/ / | | | | | | | | | PHPBB3-15422
* | | Merge pull request #5665 from 3D-I/ticket/16139Marc Alexander2019-09-221-2/+15
|\ \ \ | | | | | | | | | | | | [ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars
| * | | [ticket/16139] Add core.viewtopic_modify_quick_reply_template_vars3D-I2019-08-251-2/+15
| |/ / | | | | | | | | | PHPBB3-16139
* | | Merge pull request #5669 from OxCom/ticket/16143Marc Alexander2019-09-221-0/+30
|\ \ \ | | | | | | | | | | | | [ticket/16143] Add new events before and after move topics
| * | | [ticket/16143] Add new events before and after move topicsoxcom2019-08-301-0/+30
| |/ / | | | | | | | | | PHPBB3-16143
* | | Merge pull request #5664 from mrgoldy/ticket/16076Marc Alexander2019-09-223-20/+63
|\ \ \ | | | | | | | | | | | | [ticket/16076] addFileFilter to check max file size per mime type
| * | | [ticket/16076] camelCase and callbackmrgoldy2019-09-221-6/+6
| | | | | | | | | | | | | | | | PHPBB3-16076
| * | | [ticket/16076] addFileFilter to check max file size per mime typemrgoldy2019-08-253-20/+63
| |/ / | | | | | | | | | PHPBB3-16076