| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-01-06 | 1 | -2/+1 |
| |\ | |||||
| | * | Merge pull request #4613 from rxu/ticket/14958 | Marc Alexander | 2017-01-06 | 1 | -2/+1 |
| | |\ | | | | | | | | | | [ticket/14958] Optimize Twig extension lang() function | ||||
| | | * | [ticket/14958] Optimize Twig extension lang() function | rxu | 2017-01-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | PHPBB3-14958 | ||||
| * | | | Merge pull request #4617 from marc1706/ticket/14949 | Marc Alexander | 2017-01-06 | 1 | -1/+7 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14949] Pass full notification array and post data for updating | ||||
| | * | | | [ticket/14949] Pass full notification array and post data for updating | Marc Alexander | 2017-01-05 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | PHPBB3-14949 | ||||
| * | | | | [ticket/14946] Make sure to pass integers to max() | Marc Alexander | 2017-01-04 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | PHPBB3-14946 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-01-04 | 1 | -9/+16 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4595 from DavidIQ/ticket/14941 | Marc Alexander | 2017-01-04 | 1 | -9/+16 |
| | |\ \ | | |/ | |/| | | | | [ticket/14941] Apply changes individually for MySQL fulltext search | ||||
| | | * | [ticket/14941] Apply changes individually for MySQL fulltext search | David Colón | 2016-12-27 | 1 | -9/+16 |
| | | | | |||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2017-01-04 | 7 | -11/+35 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4611 from marc1706/ticket/14838 | Marc Alexander | 2017-01-04 | 7 | -11/+35 |
| | |\ \ | | | | | | | | | | | | | [icket/14838] Do not query full attachments table in feeds | ||||
| | | * | | [ticket/14838] Remove obsolete overriding method | Marc Alexander | 2017-01-04 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | | PHPBB3-14838 | ||||
| | | * | | [ticket/14838] Do not query full attachments table in feeds | Marc Alexander | 2017-01-03 | 7 | -3/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fetch_attachments() will also now throw a runtime exception if a feed tries to do this nonetheless. PHPBB3-14838 | ||||
| * | | | | [ticket/14957] Make sure config_php_file is set before injecting | Marc Alexander | 2017-01-03 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-14957 | ||||
| * | | | | Merge branch 'ticket/14957' into ticket/14957-rhea | Marc Alexander | 2017-01-03 | 1 | -1/+2 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | [ticket/14957] Do not use method return in write context | Marc Alexander | 2017-01-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fix for PHP 5.3.x compatibility. PHPBB3-14957 | ||||
| * | | | | Merge branch 'ticket/14957' into ticket/14957-rhea | Marc Alexander | 2017-01-03 | 2 | -6/+32 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | [ticket/14957] Do not cache database config entries | Marc Alexander | 2017-01-03 | 2 | -6/+13 |
| | |/ / | | | | | | | | | | PHPBB3-14957 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-12-30 | 1 | -4/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4597 from javiexin/ticket/14943 | Tristan Darricau | 2016-12-30 | 1 | -4/+4 |
| | |\ \ | | |/ | |/| | | | | [ticket/14943] Fix template loop access by index | ||||
| | | * | [ticket/14943] Fix template loop access by index | javiexin | 2016-12-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Allows inserting elements in a loop specified as 'outer[3].inner'. This was coded, but malfunctioning. PHPBB3-14943 | ||||
| * | | | Merge pull request #4596 from JoshyPHP/ticket/14914 | Tristan Darricau | 2016-12-29 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14914] Made emoji scale in size with text | ||||
| | * | | | [ticket/14914] Made emoji scale in size with text | JoshyPHP | 2016-12-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-14914 | ||||
| * | | | | Merge pull request #4591 from marc1706/ticket/14934 | Tristan Darricau | 2016-12-29 | 1 | -6/+1 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/14934] Use bare PHP functions for checking for tmp dir | ||||
| | * | | | [ticket/14934] Do not rely on open basedir being properly set | Marc Alexander | 2016-12-25 | 1 | -6/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14934 | ||||
| | * | | | [ticket/14934] Use bare PHP functions for checking for tmp dir | Marc Alexander | 2016-12-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | The symfony methods will cause PHP warnings being thrown. PHPBB3-14934 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-25 | 2 | -0/+2 |
| |\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| | * | | [ticket/14923] Make sure start for queries is always set in migrations | Marc Alexander | 2016-12-25 | 2 | -0/+2 |
| | | | | | | | | | | | | | PHPBB3-14923 | ||||
| * | | | Merge pull request #4582 from marc1706/ticket/14920 | Máté Bartus | 2016-12-24 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14920] Force installer to only populate core migrations | ||||
| | * | | | [ticket/14920] Force installer to only populate core migrations | Marc Alexander | 2016-12-17 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14920 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-20 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / | |/| | | |||||
| | * | | | Merge pull request #4580 from javiexin/ticket/14918 | Marc Alexander | 2016-12-20 | 1 | -1/+2 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/14918] Simplify access to extension version metadata information | ||||
| | | * | | | [ticket/14918] Simplify access to extension version metadata information | javiexin | 2016-12-16 | 1 | -1/+2 |
| | | | |/ | | |/| | | | | | | | | | PHPBB3-14918 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-18 | 1 | -0/+46 |
| |\ \ \ \ | |/ / / | |||||
| | * | | | Merge pull request #4538 from senky/ticket/14874 | Marc Alexander | 2016-12-18 | 1 | -0/+46 |
| | |\ \ \ | | | | | | | | | | | | | | | | [ticket/14874] Increase size of emotion | ||||
| | | * | | | [ticket/14874] Increase size of emotion | Jakub Senko | 2016-12-12 | 1 | -0/+46 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14874 | ||||
| * | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-18 | 1 | -1/+1 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | [ticket/14770] Decreases quality to 85, changes test to 85, too | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14770 | ||||
| | * | | | | [ticket/14770] Reduce plupload resize quality | Crizzo | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14770 | ||||
| * | | | | | [ticket/14925] Prefix modes from reparser with text_reparser | Matt Friedman | 2016-12-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-14925 | ||||
| * | | | | | [ticket/14925] Set reparser names in service definitions | Matt Friedman | 2016-12-18 | 6 | -14/+69 |
| | |_|_|/ |/| | | | | | | | | | | | PHPBB3-14925 | ||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-12-11 | 1 | -0/+8 |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/14889] Missing method in profile fields type interface | ||||
| | * | | | Merge pull request #4558 from javiexin/ticket/14889 | Tristan Darricau | 2016-12-11 | 1 | -0/+8 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14889] Missing method in profile fields type interface * javiexin/ticket/14889: [ticket/14889] Missing method in profile fields type interface | ||||
| | | * | | | [ticket/14889] Missing method in profile fields type interface | javiexin | 2016-12-05 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completes the profile fields type interface by defining a missing required method for all implementations of a type. PHPBB3-14889 | ||||
| | * | | | | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -0/+2 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-14893 | ||||
| * | | | | Merge pull request #4562 from rxu/ticket/14893-3.2.x | Tristan Darricau | 2016-12-11 | 1 | -1/+1 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14893] Fix undefined variable on reporting PM notification * rxu/ticket/14893-3.2.x: [ticket/14893] Fix undefined variable on reporting PM notification | ||||
| | * | | | | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14893 | ||||
| * | | | | | Merge pull request #4564 from VSEphpbb/ticket/14895 | Tristan Darricau | 2016-12-11 | 19 | -120/+122 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14895] CLI should use SymfonyStyle * VSEphpbb/ticket/14895: [ticket/14895] Fix broken tests [ticket/14895] Fix issues in CLI classes [ticket/14895] Use SymfonyStyle in all CLI [ticket/14895] Use SymfonyIO styling [ticket/14895] CLI reparser:list should display proper list | ||||
| | * | | | | | [ticket/14895] Fix broken tests | Matt Friedman | 2016-12-08 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | ||||
| | * | | | | | [ticket/14895] Fix issues in CLI classes | Matt Friedman | 2016-12-08 | 12 | -35/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | ||||
