aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14947] Updates phpunit to 4.8Tristan Darricau2016-12-302-46/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $ composer update phpunit/phpunit --with-dependencies Dependency "symfony/yaml" is also a root requirement, but is not explicitly whitelisted. Ignoring. Loading composer repositories with package information Updating dependencies (including require-dev) - Installing sebastian/global-state (1.1.1) Loading from cache - Installing doctrine/instantiator (1.0.5) Loading from cache - Removing phpunit/phpunit-mock-objects (2.1.5) - Installing phpunit/phpunit-mock-objects (2.3.8) Loading from cache - Removing phpunit/php-file-iterator (1.3.4) - Installing phpunit/php-file-iterator (1.4.2) Loading from cache - Installing phpdocumentor/reflection-docblock (2.0.4) Downloading: 100% - Installing phpspec/prophecy (v1.6.2) Loading from cache - Removing phpunit/phpunit (4.1.6) - Installing phpunit/phpunit (4.8.31) Downloading: 100% sebastian/global-state suggests installing ext-uopz (*) phpdocumentor/reflection-docblock suggests installing dflydev/markdown (~1.0) phpdocumentor/reflection-docblock suggests installing erusev/parsedown (~1.0) Writing lock file Generating autoload files > echo 'You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies.' You MUST manually modify the clean-vendor-dir target in build/build.xml when adding or upgrading dependencies. PHPBB3-14947
* Merge branch '3.1.x' into 3.2.xTristan Darricau2016-12-302-0/+7
|\
| * Merge pull request #4593 from javiexin/ticket/14940Tristan Darricau2016-12-302-0/+7
| |\ | | | | | | | | | [ticket/14940] Add ACP template event acp_ext_details_end
| | * [ticket/14940] Add ACP template event acp_ext_details_endjaviexin2016-12-272-0/+7
| | | | | | | | | | | | PHPBB3-14940
* | | 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-293-3/+10
|\ \ \ | | | | | | | | | | | | [ticket/14914] Made emoji scale in size with text
| * | | [ticket/14914] Made emoji scale in size with textJoshyPHP2016-12-273-3/+10
| | | | | | | | | | | | | | | | 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-281-1/+21
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #4531 from senky/ticket/14817Marc Alexander2016-12-281-1/+21
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14817] Add core.send_file_to_browser_before
| | * | | | [ticket/14817] Add core.send_file_to_browser_beforeJakub Senko2016-12-181-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14817
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-281-1/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4528 from senky/ticket/14468Marc Alexander2016-12-281-1/+3
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14468] Add forum_id to core.viewforum_modify_topics_data
| | * | | | | [ticket/14468] Add forum_id to core.viewforum_modify_topics_dataJakub Senko2016-12-181-1/+3
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14468
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-281-1/+15
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge pull request #4525 from senky/ticket/14119Marc Alexander2016-12-281-1/+15
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14119] Add core.user_unban
| | * | | | [ticket/14119] Add core.user_unbanJakub Senko2016-12-171-1/+15
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-14119
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-252-0/+2
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge pull request #4590 from marc1706/ticket/14923Marc Alexander2016-12-252-0/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/14923] Make sure start for queries is always set in migrations
| | * | | [ticket/14923] Make sure start for queries is always set in migrationsMarc Alexander2016-12-252-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14923
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-251-4/+26
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4544 from dsinn/ticket/14882Marc Alexander2016-12-251-4/+26
| |\ \ \ \ | | |/ / / | |/| | | | | | | | [ticket/14882] Add core event to MCP after move post sync
| | * | | [ticket/14882] Correct type of topic_id for function_admin's move_posts eventsDaniel Sinn2016-12-201-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14882
| | * | | [ticket/14882] Add core event to MCP after move post syncDaniel Sinn2016-11-291-2/+24
| | | | | | | | | | | | | | | | | | | | PHPBB3-14882
* | | | | 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/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4536 from senky/ticket/13845Marc Alexander2016-12-181-1/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13845] Add core.ucp_profile_avatar_sql
| | * | | | | [ticket/13845] Add core.ucp_profile_avatar_sqlJakub Senko2016-11-211-1/+10
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-13845
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4535 from senky/ticket/14331Marc Alexander2016-12-181-0/+17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14331] Add core.get_user_rank_after
| | * | | | | [ticket/14331] Add core.get_user_rank_afterJakub Senko2016-11-211-0/+17
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14331
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-182-2/+9
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4534 from senky/ticket/14522Marc Alexander2016-12-183-2/+12
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14522] Add ucp_register_buttons_before
| | * | | | | [ticket/14522] Add ucp_register_buttons_beforeJakub Senko2016-11-213-2/+12
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14522
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4533 from senky/ticket/14524Marc Alexander2016-12-181-0/+22
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14524] Add core.ucp_register_requests_after
| | * | | | | [ticket/14524] Add core.ucp_register_requests_afterJakub Senko2016-11-211-0/+22
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14524
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-182-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4586 from Crizz0/ticket/14770Marc Alexander2016-12-182-2/+2
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14770] Reduce plupload resize quality