aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-013-54/+77
|\ \ \ | | | | | | | | | | | | [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-11-012-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. 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
| * | | | | [ticket/15387] Make vertical bars full height - fix MCPSophist2017-11-011-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue where changes were half applied to MCP creating c. 990px of whitespace. PHPBB3-15387
| * | | | | [ticket/15387] Make vertical bars full height - fix 1Sophist2017-11-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix issue with 2px gap at the bottom of the bars. PHPBB3-15387
| * | | | | [ticket/15387] Make vertical bars full height on forum topic rows - consistencySophist2017-11-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make extra size consistent with immediately following css i.e. use 999px not 99999px as v. large to exceed possible box size. PHPBB3-15387
| * | | | | [ticket/15387] Make vertical bars full height on board index forum rowsSophist2017-11-011-1/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make vertical left border bars for height for Topics and Posts columns in board index forum rows when these columns have less height than e.g. the Last Post column. PHPBB3-15387
* | | | | Merge pull request #5018 from marc1706/ticket/15133Marc Alexander2017-11-011-135/+143
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15133] Update fast-image-size to 1.1.4
| * | | | | [ticket/15133] Update other dependencies to latest versions as wellMarc Alexander2017-10-291-130/+137
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15133
| * | | | | [ticket/15133] Update fast-image-size to 1.1.4Marc Alexander2017-10-291-5/+6
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | Fixes various issues with JPEG, TIFF, and adds WebP support. PHPBB3-15133
* | | | | Merge pull request #4988 from Elsensee/ticket/15389Marc Alexander2017-11-015-19/+89
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15389] Allow arrays in event dispatcher
| * | | | | [ticket/15389] Match multiple events in dispatcher in php_exporterOliver Schramm2017-10-044-18/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I've also improved some regular expressions PHPBB3-15389
| * | | | | [ticket/15389] Allow arrays in event dispatcherOliver Schramm2017-10-041-1/+6
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-15389
* | | | | Merge pull request #4973 from DavidIQ/ticket/15372Marc Alexander2017-11-019-12/+51
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15372] Add permission for listing topics without being able to read them
| * | | | | [ticket/15372] Add permission to schema and copy from f_readDavid Colón2017-10-262-3/+4
| | | | | |
| * | | | | [ticket/15372] Remove revert_data from migrationDavid Colón2017-10-261-7/+0
| | | | | |
| * | | | | [ticket/15372] Fix pagination and don't render viewtopic linkDavid Colón2017-10-262-2/+7
| | | | | |
| * | | | | [ticket/15372] Migration for adding f_list_topic permissionDavid Colón2017-10-261-0/+38
| | | | | |
| * | | | | [ticket/15372] Add and handle f_list_topics permissionDavid Colón2017-10-265-8/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #4985 from senky/ticket/13150Marc Alexander2017-10-311-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after
| * | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_afterJakub Senko2017-10-091-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13150
* | | | | | Merge pull request #4980 from senky/ticket/15381Marc Alexander2017-10-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN
| * | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAINJakub Senko2017-10-021-1/+1
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-15381
* | | | | | Merge pull request #4978 from ftc2/3.2.xMarc Alexander2017-10-311-6/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex
| * | | | | | [ticket/15385] nginx.sample.conf: www redirection, security regexftc22017-10-011-6/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | according to the latest wiki info: http://wiki.nginx.org/Pitfalls#Taxing_Rewrites `return 301` is preferred over a rewrite. also, the 'security' regex breaks some official extensions because it will match and deny access to `/ext/phpbb`. looking through the names of dirs and files containing `phpbb`, it looks like the intent of the regex was to only disallow the folder `phpbb` in the root dir and not other `/phpbb` matches. a negative lookbehind was added to specifically not match `/ext/phpbb` but still match other occurrences of `/phpbb`. Tracker ticket: https://tracker.phpbb.com/browse/PHPBB3-15385
* | | | | | Merge pull request #4975 from senky/ticket/15273Marc Alexander2017-10-311-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15273] Better explain cookie path
| * | | | | | [ticket/15273] Better explain cookie pathJakub Senko2017-09-281-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-15273
* | | | | | Merge pull request #4970 from rxu/ticket/15374Marc Alexander2017-10-311-1/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15374] Add core event to modify page title in viewforum.php
| * | | | | | [ticket/15374] Add core event to modify page title in viewforum.phprxu2017-09-221-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15374
* | | | | | | Merge pull request #4969 from Elsensee/ticket/15245Marc Alexander2017-10-314-27/+87
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php
| * | | | | | | [ticket/15245] Fix testsOliver Schramm2017-10-011-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | | | [ticket/15245] Fix comments, class names and code styleOliver Schramm2017-09-283-13/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245
| * | | | | | | [ticket/15245] Configure TextFormatter before rendering feedsOliver Schramm2017-09-283-14/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245