aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4119 from Zoddo/ticket/14407Marc Alexander2016-01-131-1/+1
|\ | | | | | | [ticket/14407] Fix removing users from Newly Registered Users group
| * [ticket/14407] Fix removing users from Newly Registered Users groupZoddo2016-01-131-1/+1
|/ | | | PHPBB3-14407
* Merge pull request #3929 from kilianr/ticket/12618Marc Alexander2016-01-123-5/+12
|\ | | | | | | [ticket/12618] Allow extension author to use SSL for version-check.
| * [ticket/12618] Change ssl:// to tls://Kilian2016-01-101-1/+1
| | | | | | | | PHPBB3-12618
| * [ticket/12618] Minor fix: Don't cast bool to int anymoreKilian2015-09-291-1/+1
| | | | | | | | PHPBB3-12618
| * [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-253-5/+12
| | | | | | | | | | | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618
* | Merge branch 'prep-release-3.1.7' into 3.1.xJoas Schilling2016-01-095-4/+51
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | [prep-release-3.1.7] Add changelog for 3.1.7-pl1Joas Schilling2016-01-091-0/+12
| | |
| * | [prep-release-3.1.7] Add migration for 3.1.7-pl1Joas Schilling2016-01-091-0/+31
| | |
| * | [prep-release-3.1.7] Update version to 3.1.7-pl1Joas Schilling2016-01-093-4/+4
| | |
| * | Merge pull request #24 from phpbb/ticket/security-188Joas Schilling2016-01-092-2/+6
| |\ \ | | | | | | | | | | | | [ticket/security-188] Check form key in acp_bbcodes
| | * | [ticket/security-188] Remove unused form key from acp_extensionsMarc Alexander2015-12-231-2/+0
| | | | | | | | | | | | | | | | SECURITY-188
| | * | [ticket/security-188] Check form key in acp_bbcodesMarc Alexander2015-12-231-0/+6
| | | | | | | | | | | | | | | | SECURITY-188
| * | | [ticket/14343] Added missing $phpbb_dispatcherkasimi2016-01-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14343
* | | | Merge pull request #4097 from Nicofuma/ticket/14382Marc Alexander2016-01-092-1/+11
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14382] Specify the branch-alias in the composer.json files
| * | | | [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-092-1/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-14382
* | | | | 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 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 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 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 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 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 #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 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 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
| * | | | | | [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-031-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14386
* | | | | | Merge pull request #4100 from marc1706/ticket/14303Marc Alexander2015-12-261-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | | | | | | [ticket/14303] Use UTF8 quotes in app.php lang file
| * | | | | [ticket/14303] Use UTF8 quotes in app.php lang filephpBB España2015-12-261-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14303
* | | | | Merge pull request #4084 from exussum12/ticket/14046Marc Alexander2015-12-232-10/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14046] Jabber message incorrect
| * | | | | [ticket/14046] Jabber message incorrectScott Dutton2015-12-162-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When making a Jabber message, the page says the message has been sent when loading the page for the first time, This message should only be shown after the message has actually been sent PHPBB3-14046
* | | | | | Merge pull request #4093 from VSEphpbb/ticket/14374Marc Alexander2015-12-225-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14374] Update dynamic fallback jquery CDN script tag
| * | | | | | [ticket/14374] Update dynamic fallback jquery CDN script tagMatt Friedman2015-12-225-5/+5
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14374
* | | | | | Merge branch 'prep-release-3.1.7' into 3.1.xJoas Schilling2015-12-192-2/+33
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| * | | | | [prep-release-3.1.7] Add migration to update the versionJoas Schilling2015-12-191-0/+31
| | | | | |
| * | | | | [prep-release-3.1.7] Increase version to 3.1.7Joas Schilling2015-12-193-4/+4
| | | | | |
* | | | | | Merge pull request #4078 from VSEphpbb/ticket/14353Marc Alexander2015-12-131-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14353] Complete [list] bbcode documentation/examples
| * | | | | | [ticket/14353] Complete [list] bbcode documentation/examplesMatt Friedman2015-12-111-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14353
* | | | | | | [3.1.x] Update version to 3.1.8-devJoas Schilling2015-12-123-3/+3
| | | | | | |