aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5022 from kasimi/ticket/15431Derky2017-12-031-6/+31
|\ | | | | | | [ticket/15431] Add event core.ucp_register_modify_template_data
| * [ticket/15431] Moved phpbb_timezone_select() before the eventkasimi2017-12-031-6/+3
| | | | | | | | PHPBB3-15431
| * [ticket/15431] Split up $template_varskasimi2017-12-031-6/+11
| | | | | | | | PHPBB3-15431
| * [ticket/15431] Removed $page_titlekasimi2017-11-291-4/+0
| | | | | | | | PHPBB3-15431
| * [ticket/15431] Fixed event argument descriptionkasimi2017-11-081-1/+1
| | | | | | | | PHPBB3-15431
| * [ticket/15431] Add event core.ucp_register_modify_template_datakasimi2017-10-311-7/+34
| | | | | | | | PHPBB3-15431
* | Merge pull request #5025 from hubaishan/ticket/15433Marc Alexander2017-12-032-0/+8
|\ \ | | | | | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extension
| * | [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-032-0/+8
| | | | | | | | | | | | | | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* | | Merge remote-tracking branch 'rxu/ticket/15460' into 3.2.xMichaelC2017-11-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | * rxu/ticket/15460: [ticket/15460] Fix group name displayed in the manage users ACP module
| * | | [ticket/15460] Fix group name displayed in the manage users ACP modulerxu2017-11-201-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15460
* | | | Merge remote-tracking branch 'CHItA/ticket/15463' into 3.2.xMichaelC2017-11-261-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | * CHItA/ticket/15463: [ticket/15463] Add MichaelC and Hanakin to the dev credits
| * | | | [ticket/15463] Add MichaelC and Hanakin to the dev creditsMáté Bartus2017-11-231-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-15463
* | | | | Merge pull request #4991 from Sophist-UK/ticket/15390Marc Alexander2017-11-262-3/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15390] Fix vertical bar permission tooltip
| * | | | | [ticket/15390] Prevent dropdown from being incorrectly offsetMarc Alexander2017-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15390
| * | | | | [ticket/15390] Fix vertical bar permission tooltipSophist2017-10-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a vertical bar and menu text running through the Admin Permission Role Tooltip pop-up caused by z-index on menu div (and opacity of the popup of .95 rather than 1). PHPBB3-15390
* | | | | | Merge pull request #5051 from JoshyPHP/ticket/15464Marc Alexander2017-11-261-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/15464] Detect BBCodes in uppercase when reparsing
| * | | | | [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-231-2/+2
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15464
* | | | | [ticket/15461] Add Derky to the list of contributors.Máté Bartus2017-11-211-1/+2
|/ / / / | | | | | | | | | | | | PHPBB3-15461
* | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-165-14/+53
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | | [ticket/15171] Add migrationRubén Calvo2017-10-311-0/+39
| | | | | | | | | | | | | | | | | | | | PHPBB3-15171
| * | | | [ticket/15171] Fix testRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15171
| * | | | [ticket/15171] Fix texformatterRubén Calvo2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15171
| * | | | [ticket/15171] Replace all BBCode templates by defaultRubén Calvo2017-10-313-13/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-15171
* | | | | Merge pull request #4949 from marc1706/ticket/15353Máté Bartus2017-11-154-14/+49
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15353] Make sure users can continue update after merging file diff
| * | | | | [ticket/15353] Use empty where applicableMarc Alexander2017-10-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15353
| * | | | | [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-104-13/+48
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15353
* | | | | | [ticket/15408] Reject duplicate BBCodes in ACPJoshyPHP2017-11-031-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15408
* | | | | | Merge pull request #5016 from Elsensee/ticket/15195Marc Alexander2017-11-024-1/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15195] Fix code block in rtl print version
| * | | | | | [ticket/15195] Fix floatings in print viewOliver Schramm2017-11-021-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15195
| * | | | | | [ticket/15195] Add bidi.css to ucp_pm_viewmessage_printOliver Schramm2017-11-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15195
| * | | | | | [ticket/15195] Fix code block in rtl print versionOliver Schramm2017-10-282-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15195
* | | | | | | Merge pull request #5008 from rubencm/ticket/15041Marc Alexander2017-11-022-34/+96
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15041] Add pagination to orphaned attachments
| * | | | | | | [ticket/15041] Show error if there are not attachmentsRubén Calvo2017-10-171-31/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15041
| * | | | | | | [ticket/15041] Add pagination to orphaned attachmentsRubén Calvo2017-10-172-3/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15041
* | | | | | | | Merge pull request #4977 from rxu/ticket/15384Marc Alexander2017-11-011-19/+19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanations
| * | | | | | | | [ticket/15384] Use html5 version of <br> instead of xhtml oneMarc Alexander2017-11-011-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15384
| * | | | | | | | [ticket/15384] Add linebreaks to SMTP/Jabber configuration option explanationsrxu2017-10-021-6/+6
| | |_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15384
* | | | | | | | Merge pull request #5019 from marc1706/ticket/14994Marc Alexander2017-11-011-54/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14994] Refactor template->assign_block_var
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. Added PHP 7.2 compatibility. PHPBB3-14994
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-11-011-19/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. Added tests. Added PHP 7.2 compatibility. PHPBB3-14994
| * | | | | | | | [ticket/14994] Refactor template->assign_block_varjaviexin2017-10-291-51/+46
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refactor assign_block_var to use the same block selection mechanism as is used in alter_block_array. This allows creating new blocks at any position in the template structure, not only on the last block. Allows selecting a block as outer[2].middle. PHPBB3-14994
* | | | | | | | Merge pull request #5024 from kasimi/ticket/15432Marc Alexander2017-11-011-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15432] Don't remove dark background if fadedark is false
| * | | | | | | | [ticket/15432] Don't remove dark background if fadedark is falsekasimi2017-10-311-1/+1
| | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15432
* | | | | | | | Merge pull request #5013 from rxu/ticket/15419Marc Alexander2017-11-011-1/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15419] Fix Sphinx UTF8 search in delta index
| * | | | | | | | [ticket/15419] Fix Sphinx UTF8 search in delta indexrxu2017-10-241-1/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15419
* | | | | | | | Merge pull request #5015 from kasimi/ticket/15423Marc Alexander2017-11-011-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15423] Fix wrong title for topic's "Unappproved posts" icon
| * | | | | | | | [ticket/15423] Fix wrong title for topic's "Unappproved posts" iconkasimi2017-10-271-2/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15423
* | | | | | | | Merge pull request #4984 from senky/ticket/15111Marc Alexander2017-11-011-0/+30
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15111] Fix the typo in ucp_pm_view_messsage
| * | | | | | | | [ticket/15111] Fix the typo in ucp_pm_view_messsageJakub Senko2017-10-031-0/+30
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15111
* | | | | | | | Merge pull request #5026 from marc1706/ticket/15387Marc Alexander2017-11-011-1/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15387] Make vertical bars full height on board index forum rows