aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14306] Improves Error displayTristan Darricau2016-01-092-2/+2
| | | | PHPBB3-14306
* [ticket/14306] CS and correctly handle exception loopTristan Darricau2016-01-092-8/+14
| | | | PHPBB3-14306
* [ticket/14306] Update the error messageTristan Darricau2016-01-093-3/+6
| | | | PHPBB3-14306
* [ticket/14306] Doesn't try to build a "safe" container in the dev envTristan Darricau2016-01-091-9/+21
| | | | PHPBB3-14306
* [ticket/14306] Automatically enable a safe mode when container building failsTristan Darricau2016-01-093-56/+77
| | | | PHPBB3-14306
* Merge branch '3.1.x'Oliver Schramm2016-01-081-2/+2
|\
| * Merge pull request #4114 from marc1706/ticket/14396Oliver Schramm2016-01-081-2/+2
| |\ | | | | | | | | | [ticket/14396] Use VCHAR_UNI and correct depends_on() version
| | * [ticket/14396] Use VCHAR_UNI and correct depends_on() versionMarc Alexander2016-01-081-2/+2
| | | | | | | | | | | | PHPBB3-14396
* | | Merge branch '3.1.x'Marc Alexander2016-01-081-1/+1
|\ \ \ | |/ /
| * | Merge pull request #4115 from Elsensee/ticket/14397Marc Alexander2016-01-081-1/+1
| |\ \ | | |/ | |/| | | | [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'
| | * [ticket/14397] Fix @since tag in event 'core.ucp_prefs_view_after'Oliver Schramm2016-01-081-1/+1
| |/ | | | | | | PHPBB3-14397
* | Merge branch '3.1.x'Marc Alexander2016-01-085-4/+39
|\ \ | |/ | | | | | | Conflicts: phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * Merge pull request #4112 from marc1706/ticket/13180Marc Alexander2016-01-086-5/+40
| |\ | | | | | | | | | [ticket/13180] Increase dateformat field size
| | * [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-071-1/+0
| | | | | | | | | | | | | | | | | | remove empty line as marc1706 guided PHPBB3-13180
| | * [ticket/13180] Increase dateformat field sizeSaeed Hubaishan2016-01-076-5/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13180] Increase dateformat field size change field size to 64 in these files add new migration file to update the database schema PHPBB3-13180
* | | Merge branch '3.1.x'Oliver Schramm2016-01-081-0/+43
|\ \ \ | |/ /
| * | Merge pull request #3924 from Senky/ticket/14190Oliver Schramm2016-01-081-0/+43
| |\ \ | | | | | | | | | | | | [ticket/14190] Add core.ucp_prefs_view_after event
| | * | [ticket/14190] Add core.ucp_prefs_view_after eventJakub Senko2015-10-121-0/+43
| | | | | | | | | | | | | | | | PHPBB3-14190
* | | | Merge branch '3.1.x'Mate Bartus2016-01-086-1/+23
|\ \ \ \ | |/ / / | | | | | | | | | | | | * 3.1.x: [ticket/14394] Only purge cache in functional tests if necessary
| * | | Merge pull request #4111 from marc1706/ticket/14394Máté Bartus2016-01-086-1/+23
| |\ \ \ | | |_|/ | |/| | [ticket/14394] Only purge cache in functional tests if necessary
| | * | [ticket/14394] Only purge cache in functional tests if necessaryMarc Alexander2016-01-076-1/+23
| | | | | | | | | | | | | | | | PHPBB3-14394
* | | | Merge branch '3.1.x'Marc Alexander2016-01-072-0/+32
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * | | Merge pull request #4079 from rxu/ticket/14356Marc Alexander2016-01-073-2/+38
| |\ \ \ | | |/ / | |/| | | | | | [ticket/14356] Add template events to viewtopic around back2top link
| | * | [ticket/14356] Add template events to viewtopic around back2top linkrxu2015-12-173-2/+38
| | | | | | | | | | | | | | | | PHPBB3-14356
* | | | Merge pull request #4000 from Elsensee/ticket/14250Marc Alexander2016-01-0710-922/+697
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14250] Review/bump dependencies
| * | | | [ticket/14250] Added symfony/debug as requirementOliver Schramm2016-01-062-2/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
| * | | | [ticket/14250] Update symfony dev-requirements to stableOliver Schramm2016-01-052-36/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
| * | | | [ticket/14250] Replace abandoned guzzle packagesOliver Schramm2016-01-042-162/+56
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
| * | | | [ticket/14250] Track version numbers instead of commit idOliver Schramm2016-01-042-10/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
| * | | | [ticket/14250] Fix composer.jsonOliver Schramm2016-01-042-725/+342
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Symfony dependencies that aren't required by phpBB itself but by one of its dependencies are now forced to be 2.8 LTS again. PHPBB3-14250
| * | | | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-047-18/+302
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
| * | | | [ticket/14250] Review/bump dependenciesOliver Schramm2016-01-042-51/+40
| | | | | | | | | | | | | | | | | | | | PHPBB3-14250
* | | | | Merge branch '3.1.x'Marc Alexander2016-01-061-1/+1
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_main.php
| * | | | Merge pull request #4109 from marc1706/ticket/14343Marc Alexander2016-01-061-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14343] Added missing $phpbb_dispatcher
| | * | | | [ticket/14343] Added missing $phpbb_dispatcherkasimi2016-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14343
* | | | | | Merge branch '3.1.x'Marc Alexander2016-01-066-19/+38
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4105 from marc1706/ticket/14387Marc Alexander2016-01-066-19/+38
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14387] Allow extending avatars by extensions in ACP
| | * | | | | [ticket/14387] Fix avatar tests after adding get_config_name methodMarc Alexander2016-01-021-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14387
| | * | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-30/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them directly when required. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. Simplified manager interface by reducing unneeded methods. PHPBB3-14387
| | * | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-025-4/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create two driver methods to provide the driver config name and the driver ACP template name, and use them within the manager method. Default driver config name and template name are the same as now. But new drivers are able to override the config name and template name with their own, including @vendor_extension. PHPBB3-14387
| | * | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-023-1/+16
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a driver method to provide the driver config name, and use it within the manager method. Default driver config name is the same as now. But new drivers are able to override the config name with their own. PHPBB3-14387
* | | | | | Merge branch '3.1.x'Marc Alexander2016-01-060-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #4104 from ErnadoO/ticket/14386Marc Alexander2016-01-061-1/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | [ticket/14386] Fix for open_basedir restriction in effect with remote upload avatar
* | | | | | Merge pull request #4110 from marc1706/ticket/14386Marc Alexander2016-01-061-2/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/14386] Fix for open_basedir restriction in effect with remote upload avatar
| * | | | | [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-061-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14386
| * | | | | Merge remote-tracking branch 'ErnadoO/ticket/14386' into ticket/14386Marc Alexander2016-01-060-0/+0
| |\ \ \ \ \ |/ / / / / / | | | _ / / | | | / / | | | | | Conflicts: phpBB/includes/functions_upload.php
| * | | | [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-031-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-14386
* | | | Merge pull request #4102 from JoshyPHP/ticket/10628Marc Alexander2016-01-011-0/+25
|\ \ \ \ | | | | | | | | | | [ticket/10628] http:// prepended to "www." urls
| * | | | [ticket/10628] Added testJoshyPHP2015-12-281-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tests that the textarea's content is preserved, that no "http://" is added to the text or to the preview's HTML and that the www URL is linkified PHPBB3-10628
* | | | | Merge pull request #4103 from JoshyPHP/ticket/12221Marc Alexander2016-01-012-0/+2
|\ \ \ \ \ | |/ / / / |/| | | | [ticket/12221] URLs Containing javascript: are Garbled