| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #5026 from marc1706/ticket/15387 | Marc Alexander | 2017-11-01 | 1 | -1/+6 |
| |\ | | | | | | | [ticket/15387] Make vertical bars full height on board index forum rows | ||||
| | * | [ticket/15387] Make vertical bars full height - fix MCP | Sophist | 2017-11-01 | 1 | -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 1 | Sophist | 2017-11-01 | 1 | -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 - consistency | Sophist | 2017-11-01 | 1 | -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 rows | Sophist | 2017-11-01 | 1 | -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/15133 | Marc Alexander | 2017-11-01 | 1 | -135/+143 |
| |\ \ | | | | | | | | | | [ticket/15133] Update fast-image-size to 1.1.4 | ||||
| | * | | [ticket/15133] Update other dependencies to latest versions as well | Marc Alexander | 2017-10-29 | 1 | -130/+137 |
| | | | | | | | | | | | | | PHPBB3-15133 | ||||
| | * | | [ticket/15133] Update fast-image-size to 1.1.4 | Marc Alexander | 2017-10-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | | | | Fixes various issues with JPEG, TIFF, and adds WebP support. PHPBB3-15133 | ||||
| * | | | Merge pull request #4988 from Elsensee/ticket/15389 | Marc Alexander | 2017-11-01 | 2 | -19/+24 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15389] Allow arrays in event dispatcher | ||||
| | * | | | [ticket/15389] Match multiple events in dispatcher in php_exporter | Oliver Schramm | 2017-10-04 | 1 | -18/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | I've also improved some regular expressions PHPBB3-15389 | ||||
| | * | | | [ticket/15389] Allow arrays in event dispatcher | Oliver Schramm | 2017-10-04 | 1 | -1/+6 |
| | | |/ | |/| | | | | | | | PHPBB3-15389 | ||||
| * | | | Merge pull request #4973 from DavidIQ/ticket/15372 | Marc Alexander | 2017-11-01 | 9 | -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_read | David Colón | 2017-10-26 | 2 | -3/+4 |
| | | | | | |||||
| | * | | | [ticket/15372] Remove revert_data from migration | David Colón | 2017-10-26 | 1 | -7/+0 |
| | | | | | |||||
| | * | | | [ticket/15372] Fix pagination and don't render viewtopic link | David Colón | 2017-10-26 | 2 | -2/+7 |
| | | | | | |||||
| | * | | | [ticket/15372] Migration for adding f_list_topic permission | David Colón | 2017-10-26 | 1 | -0/+38 |
| | | | | | |||||
| | * | | | [ticket/15372] Add and handle f_list_topics permission | David Colón | 2017-10-26 | 5 | -8/+10 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #4985 from senky/ticket/13150 | Marc Alexander | 2017-10-31 | 1 | -0/+14 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after | ||||
| | * | | | [ticket/13150] Add core.phpbb_log_get_topic_auth_sql_after | Jakub Senko | 2017-10-09 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | PHPBB3-13150 | ||||
| * | | | | Merge pull request #4980 from senky/ticket/15381 | Marc Alexander | 2017-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN | ||||
| | * | | | | [ticket/15381] Better explain CONTACT_US_ENABLE_EXPLAIN | Jakub Senko | 2017-10-02 | 1 | -1/+1 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-15381 | ||||
| * | | | | Merge pull request #4978 from ftc2/3.2.x | Marc Alexander | 2017-10-31 | 1 | -6/+4 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex | ||||
| | * | | | | [ticket/15385] nginx.sample.conf: www redirection, security regex | ftc2 | 2017-10-01 | 1 | -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/15273 | Marc Alexander | 2017-10-31 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15273] Better explain cookie path | ||||
| | * | | | | [ticket/15273] Better explain cookie path | Jakub Senko | 2017-09-28 | 1 | -1/+1 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-15273 | ||||
| * | | | | Merge pull request #4970 from rxu/ticket/15374 | Marc Alexander | 2017-10-31 | 1 | -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.php | rxu | 2017-09-22 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15374 | ||||
| * | | | | | Merge pull request #4969 from Elsensee/ticket/15245 | Marc Alexander | 2017-10-31 | 3 | -26/+74 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15245] Fix images in feeds when accessing via app.php | ||||
| | * | | | | | [ticket/15245] Fix comments, class names and code style | Oliver Schramm | 2017-09-28 | 3 | -13/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Configure TextFormatter before rendering feeds | Oliver Schramm | 2017-09-28 | 3 | -14/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Remove unnecessary arguments and fix whitespace | Oliver Schramm | 2017-09-22 | 1 | -16/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Fix images in feeds when accessing via app.php | Oliver Schramm | 2017-09-22 | 2 | -7/+13 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| * | | | | | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.x | Marc Alexander | 2017-10-29 | 2 | -12/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15298] Never suppress exception trace when using CLI | ||||
| | * | | | | | [ticket/15298] Never suppress exception trace when using CLI | Tristan Darricau | 2017-09-10 | 2 | -12/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15298 | ||||
| * | | | | | | Merge pull request #5012 from kasimi/ticket/15060 | Marc Alexander | 2017-10-29 | 1 | -0/+4 |
| |\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | | | | | | | [ticket/15060] Set correct forum id in user session data if f= is missing | ||||
| | * | | | | | [ticket/15060] Set correct forum id in user session data if f= is missing | kasimi | 2017-10-23 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15060 | ||||
| * | | | | | | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 4 | -25/+57 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15201] Set user style to default style when it is disabled or uninstalled | ||||
| | * | | | | | | [ticket/15201] Add casting | Rubén Calvo | 2017-09-08 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Fix tests | Rubén Calvo | 2017-09-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Migration to fix current invalid styles | Rubén Calvo | 2017-08-28 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Remove wrong user style check | Rubén Calvo | 2017-08-28 | 2 | -22/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Fix | Rubén Calvo | 2017-08-28 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Castings | Rubén Calvo | 2017-08-28 | 1 | -2/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15201 | ||||
| | * | | | | | | [ticket/15201] Set user style to default style when it is disabled or ↵ | Rubén Calvo | 2017-08-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uninstalled PHPBB3-15201 | ||||
| * | | | | | | | Merge pull request #4948 from Elsensee/ticket/15267 | Marc Alexander | 2017-10-18 | 1 | -2/+4 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted | ||||
| | * | | | | | | | [ticket/15267] Hide birthday list if permission wasn't granted | Oliver Schramm | 2017-09-10 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15267 | ||||
| * | | | | | | | | Merge pull request #4910 from javiexin/ticket/15331_B | Marc Alexander | 2017-10-17 | 1 | -6/+1 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15331] Allow gravatars to be overridden by existing event - B | ||||
| | * | | | | | | | | [ticket/15331] Allow gravatars to be changed in the existing event | javiexin | 2017-08-19 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Option B: - change the get_avatar function PHPBB3-15331 | ||||
| * | | | | | | | | | Merge pull request #5003 from kasimi/ticket/15409 | Marc Alexander | 2017-10-17 | 1 | -2/+8 |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool | ||||
| | * | | | | | | | | | [ticket/15409] Add u_action to core.acp_users_overview_run_quicktool | kasimi | 2017-10-16 | 1 | -2/+8 |
| | | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15409 | ||||
