| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #4976 from rubencm/ticket/15171 | Marc Alexander | 2017-11-16 | 2 | -1/+40 |
| |\ | | | | | | | [ticket/15171] Replace all BBCode templates by default | ||||
| | * | [ticket/15171] Add migration | Rubén Calvo | 2017-10-31 | 1 | -0/+39 |
| | | | | | | | | | PHPBB3-15171 | ||||
| | * | [ticket/15171] Fix texformatter | Rubén Calvo | 2017-10-31 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-15171 | ||||
| * | | Merge pull request #4949 from marc1706/ticket/15353 | Máté Bartus | 2017-11-15 | 3 | -11/+45 |
| |\ \ | | | | | | | | | | [ticket/15353] Make sure users can continue update after merging file diff | ||||
| | * | | [ticket/15353] Use empty where applicable | Marc Alexander | 2017-10-12 | 2 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-15353 | ||||
| | * | | [ticket/15353] Make sure users can continue update after merging file diff | Marc Alexander | 2017-09-10 | 3 | -10/+44 |
| | | | | | | | | | | | | | PHPBB3-15353 | ||||
| * | | | Merge pull request #5019 from marc1706/ticket/14994 | Marc Alexander | 2017-11-01 | 1 | -54/+34 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14994] Refactor template->assign_block_var | ||||
| | * | | | [ticket/14994] Refactor template->assign_block_var | javiexin | 2017-11-01 | 1 | -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_var | javiexin | 2017-11-01 | 1 | -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_var | javiexin | 2017-10-29 | 1 | -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 #5013 from rxu/ticket/15419 | Marc Alexander | 2017-11-01 | 1 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15419] Fix Sphinx UTF8 search in delta index | ||||
| | * | | | | [ticket/15419] Fix Sphinx UTF8 search in delta index | rxu | 2017-10-24 | 1 | -1/+2 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-15419 | ||||
| * | | | | 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 | 3 | -0/+37 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [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 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | [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 | 1 | -0/+5 |
| | | | | | | | |||||
| | * | | | | | [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 | 1 | -0/+1 |
| | | |/ / / | |/| | | | |||||
| * | | | | | 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 #4969 from Elsensee/ticket/15245 | Marc Alexander | 2017-10-31 | 2 | -24/+67 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [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 | 2 | -13/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| | * | | | | | [ticket/15245] Configure TextFormatter before rendering feeds | Oliver Schramm | 2017-09-28 | 2 | -12/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -7/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15245 | ||||
| * | | | | | | Merge pull request #4950 from Nicofuma/ticket/15357-3.2.x | Marc Alexander | 2017-10-29 | 1 | -11/+2 |
| |\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | | [ticket/15298] Never suppress exception trace when using CLI | ||||
| | * | | | | | [ticket/15298] Never suppress exception trace when using CLI | Tristan Darricau | 2017-09-10 | 1 | -11/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15298 | ||||
| * | | | | | | Merge pull request #4930 from rubencm/ticket/15201 | Marc Alexander | 2017-10-22 | 3 | -23/+55 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [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 | ||||
| * | | | | | | | Merge pull request #4997 from kasimi/ticket/15396 | Marc Alexander | 2017-10-17 | 1 | -2/+5 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | ||||
| | * | | | | | | | [ticket/15396] Fix revert_schema() steps not executed in correct order | kasimi | 2017-10-13 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15396 | ||||
| * | | | | | | | | [ticket/15401] Use separate constant for memcached driver config | Julien Tant | 2017-10-15 | 1 | -1/+1 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15401 | ||||
| * | | | | | | | Merge pull request #4967 from Leinad4Mind/3.2.x | Oliver Schramm | 2017-10-05 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer | ||||
| | * | | | | | | | [PHPBB3-14629] round() the log() explicitly to a proper integer | Daniel Mota | 2017-09-21 | 1 | -1/+1 |
| | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | | Merge branch '3.1.x' into 3.2.x | Oliver Schramm | 2017-10-05 | 1 | -4/+4 |
| |\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| | * | | | | | | [ticket/15367] Escape special characters in Sphinx search backend | rxu | 2017-09-16 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15367 | ||||
| * | | | | | | | Merge pull request #4974 from Elsensee/ticket/15379 | Marc Alexander | 2017-09-28 | 2 | -8/+11 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15379] Fix assignments in reparser cron job | ||||
| | * | | | | | | | [ticket/15379] Only initialize reparsers on first call in migration | Oliver Schramm | 2017-09-25 | 1 | -6/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15379 | ||||
| | * | | | | | | | [ticket/15379] Fix the assignments in reparser cron job | Oliver Schramm | 2017-09-25 | 1 | -2/+2 |
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | PHPBB3-15379 | ||||
| * | | | | | | | Merge pull request #4958 from kasimi/ticket/15365 | Oliver Schramm | 2017-09-28 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | [ticket/15365] Fix invalidating OPcache | ||||
| | * | | | | | | [ticket/15365] Fix invalidating OPcache | kasimi | 2017-09-16 | 1 | -1/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | PHPBB3-15365 | ||||
| * | | | | | | [ticket/15368] Correct function reference in MSSQL db tools | David Colón | 2017-09-17 | 1 | -2/+2 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #4943 from Elsensee/ticket/14933 | Máté Bartus | 2017-09-10 | 1 | -2/+16 |
| |\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | | [ticket/14933] Make "route not found" more user-friendly | ||||
| | * | | | | [ticket/14933] Fix docblock for kernel_exception_subscriber | Oliver Schramm | 2017-09-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14933 | ||||
