aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.2.0] Update version numbers and add 3.2.0 migrationMarc Alexander2017-01-071-0/+40
|
* Merge pull request #4618 from marc1706/ticket/14961Marc Alexander2017-01-071-0/+31
|\ | | | | | | [ticket/14961] Add cookie notice as enablable feature
| * [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+31
| | | | | | | | | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* | Merge pull request #4619 from Nicofuma/ticket/14962Marc Alexander2017-01-072-5/+26
|\ \ | | | | | | | | | [ticket/14962] Introduces a new helper to check emptyness of bbcode texts
| * | [ticket/14962] Introduces a new helper to check emptyness of bbcode textsTristan Darricau2017-01-062-5/+26
| | | | | | | | | | | | PHPBB3-14962
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-061-2/+1
|\ \ \
| * \ \ Merge pull request #4613 from rxu/ticket/14958Marc Alexander2017-01-061-2/+1
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14958] Optimize Twig extension lang() function
| | * | | [ticket/14958] Optimize Twig extension lang() functionrxu2017-01-051-2/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14958
* | | | | Merge pull request #4617 from marc1706/ticket/14949Marc Alexander2017-01-061-1/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14949] Pass full notification array and post data for updating
| * | | | | [ticket/14949] Pass full notification array and post data for updatingMarc Alexander2017-01-051-1/+7
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-14949
* | | | | [ticket/14946] Make sure to pass integers to max()Marc Alexander2017-01-041-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-14946
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-041-9/+16
|\ \ \ \ | |/ / /
| * | | Merge pull request #4595 from DavidIQ/ticket/14941Marc Alexander2017-01-041-9/+16
| |\ \ \ | | |/ / | |/| | | | | | [ticket/14941] Apply changes individually for MySQL fulltext search
| | * | [ticket/14941] Apply changes individually for MySQL fulltext searchDavid Colón2016-12-271-9/+16
| | | |
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-01-047-11/+35
|\ \ \ \ | |/ / /
| * | | Merge pull request #4611 from marc1706/ticket/14838Marc Alexander2017-01-047-11/+35
| |\ \ \ | | | | | | | | | | | | | | | [icket/14838] Do not query full attachments table in feeds
| | * | | [ticket/14838] Remove obsolete overriding methodMarc Alexander2017-01-041-8/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14838
| | * | | [ticket/14838] Do not query full attachments table in feedsMarc Alexander2017-01-037-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 injectingMarc Alexander2017-01-031-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14957
* | | | | Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-031-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/14957] Do not use method return in write contextMarc Alexander2017-01-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix for PHP 5.3.x compatibility. PHPBB3-14957
* | | | | Merge branch 'ticket/14957' into ticket/14957-rheaMarc Alexander2017-01-032-6/+32
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | [ticket/14957] Do not cache database config entriesMarc Alexander2017-01-032-6/+13
| |/ / | | | | | | | | | PHPBB3-14957
* | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-301-4/+4
|\ \ \ | |/ /
| * | Merge pull request #4597 from javiexin/ticket/14943Tristan Darricau2016-12-301-4/+4
| |\ \ | | |/ | |/| | | | [ticket/14943] Fix template loop access by index
| | * [ticket/14943] Fix template loop access by indexjaviexin2016-12-281-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/14914Tristan Darricau2016-12-291-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/14914] Made emoji scale in size with text
| * | | [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-271-2/+2
| | | | | | | | | | | | | | | | PHPBB3-14914
* | | | Merge pull request #4591 from marc1706/ticket/14934Tristan Darricau2016-12-291-6/+1
|\ \ \ \ | |/ / / |/| | | | | | | [ticket/14934] Use bare PHP functions for checking for tmp dir
| * | | [ticket/14934] Do not rely on open basedir being properly setMarc Alexander2016-12-251-6/+1
| | | | | | | | | | | | | | | | PHPBB3-14934
| * | | [ticket/14934] Use bare PHP functions for checking for tmp dirMarc Alexander2016-12-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The symfony methods will cause PHP warnings being thrown. PHPBB3-14934
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-252-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-252-0/+2
| | | | | | | | | | | | PHPBB3-14923
* | | Merge pull request #4582 from marc1706/ticket/14920Máté Bartus2016-12-241-0/+1
|\ \ \ | | | | | | | | | | | | [ticket/14920] Force installer to only populate core migrations
| * | | [ticket/14920] Force installer to only populate core migrationsMarc Alexander2016-12-171-0/+1
| | | | | | | | | | | | | | | | PHPBB3-14920
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-201-1/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #4580 from javiexin/ticket/14918Marc Alexander2016-12-201-1/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14918] Simplify access to extension version metadata information
| | * | | [ticket/14918] Simplify access to extension version metadata informationjaviexin2016-12-161-1/+2
| | | |/ | | |/| | | | | | | | | PHPBB3-14918
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+46
|\ \ \ \ | |/ / /
| * | | Merge pull request #4538 from senky/ticket/14874Marc Alexander2016-12-181-0/+46
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14874] Increase size of emotion
| | * | | [ticket/14874] Increase size of emotionJakub Senko2016-12-121-0/+46
| | | | | | | | | | | | | | | | | | | | PHPBB3-14874
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/14770] Decreases quality to 85, changes test to 85, tooCrizzo2016-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14770
| * | | | [ticket/14770] Reduce plupload resize qualityCrizzo2016-12-181-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14770
* | | | | [ticket/14925] Prefix modes from reparser with text_reparserMatt Friedman2016-12-181-1/+1
| | | | | | | | | | | | | | | PHPBB3-14925
* | | | | [ticket/14925] Set reparser names in service definitionsMatt Friedman2016-12-186-14/+69
| |_|_|/ |/| | | | | | | | | | | PHPBB3-14925
* | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-111-0/+8
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14889] Missing method in profile fields type interface
| * | | Merge pull request #4558 from javiexin/ticket/14889Tristan Darricau2016-12-111-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 interfacejaviexin2016-12-051-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 notificationrxu2016-12-071-0/+2
| | |_|/ | |/| | | | | | | | | | PHPBB3-14893