aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14466] Fix class name in PHPDoc comment.lavigor2016-03-251-1/+1
| | | | PHPBB3-14466
* [ticket/14466] Add an event to cron.phplavigor2016-02-071-0/+12
| | | | PHPBB3-14466
* Merge pull request #4164 from rxu/ticket/14356-fixTristan Darricau2016-02-051-1/+1
|\ | | | | | | | | | | | | [ticket/14356] Fix viewtopic_body_postrow_back2top_append description * rxu/ticket/14356-fix: [ticket/14356] Fix viewtopic_body_postrow_back2top_append description
| * [ticket/14356] Fix viewtopic_body_postrow_back2top_append descriptionrxu2016-02-061-1/+1
| | | | | | | | PHPBB3-14356
* | Merge pull request #4141 from exussum12/ticket/14431-3.1Marc Alexander2016-02-031-2/+11
|\ \ | | | | | | | | | [ticket/14431] Remote avatar uploading
| * | [ticket/14430] Remote avatar uploadingScott Dutton2016-02-031-17/+1
| | | | | | | | | | | | | | | | | | Remove support for redirects PHPBB3-14431
| * | [ticket/14431] Remote avatar uploadingScott Dutton2016-01-251-3/+28
| | | | | | | | | | | | | | | | | | | | | Allow HTTPS images to be remotely uploaded. Also includes support for redirects (currently up to 5) PHPBB3-14431
* | | Merge pull request #4150 from rxu/ticket/14439Marc Alexander2016-01-311-2/+6
|\ \ \ | | | | | | | | | | | | [ticket/14439] Do not call avatar manager if avatars are disabled
| * | | [ticket/14439] Do not call avatar manager if avatars are disabledrxu2016-01-311-2/+6
|/ / / | | | | | | | | | PHPBB3-14439
* | | Merge pull request #4029 from RMcGirr83/ticket_14289Marc Alexander2016-01-272-0/+16
|\ \ \ | | | | | | | | | | | | [ticket/14289] Add events to navbar header
| * | | [ticket/14289] Fix location in events.md fileRichard McGirr2016-01-191-14/+14
| | | | | | | | | | | | | | | | PHPBB3-14289
| * | | [ticket/14289] Move append before prepend in events docRichard McGirr2016-01-161-4/+4
| | | | | | | | | | | | | | | | PHPBB3-14289
| * | | [ticket/14289] Change to 3.1.8-RC1 and rename eventRichard McGirr2016-01-102-6/+6
| | | | | | | | | | | | | | | | PHPBB3-14289
| * | | [ticket/14289] Add events to navbar headerRichard McGirr2015-11-132-0/+16
| | | | | | | | | | | | | | | | PHPBB3-14289
* | | | Merge pull request #4143 from VSEphpbb/ticket/14433Marc Alexander2016-01-261-0/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14433] Purge cache setting up extension functional tests
| * | | | [ticket/14433] Purge cache setting up extension functional testsMatt Friedman2016-01-251-0/+2
|/ / / / | | | | | | | | | | | | PHPBB3-14433
* | | | Merge pull request #4124 from marc1706/ticket/14411Tristan Darricau2016-01-241-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14411] Permanently delete post if delete_permanent is set * marc1706/ticket/14411: [ticket/14411] Permanently delete post if delete_permanent is set
| * | | | [ticket/14411] Permanently delete post if delete_permanent is setMarc Alexander2016-01-141-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14411
* | | | | Merge pull request #4136 from marc1706/ticket/14425Tristan Darricau2016-01-241-4/+11
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14425] Allow setting unix socket in database tests * marc1706/ticket/14425: [ticket/14425] Allow setting unix socket in database tests
| * | | | | [ticket/14425] Allow setting unix socket in database testsMarc Alexander2016-01-211-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14425
* | | | | | Merge pull request #4137 from RMcGirr83/ticket_14427Marc Alexander2016-01-231-20/+12
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14427] Memberlist displays inaccurate information
| * | | | | | [ticket/14427] Memberlist displays inaccruate informationRichard McGirr2016-01-221-20/+12
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14427
* | | | | | Merge pull request #4135 from lavigor/ticket/14423Marc Alexander2016-01-211-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14423] Display database size for Aria storage engine
| * | | | | [ticket/14423] Display database size for Aria storage enginelavigor2016-01-201-1/+1
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14423
* | | | | Merge pull request #3718 from javiexin/ticket/13908Marc Alexander2016-01-171-0/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13908] "After" clause in migration not working
| * | | | | [ticket/13908] "After" clause in migration not workingjaviexin2015-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. Typo fixed. PHPBB3-13908
| * | | | | [ticket/13908] "After" clause in migration not workingjaviexin2015-06-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In a migration file, if you try to add a column to a table and specify the order, by specifying an "after" clause, it is not used at all, even for databases that support it (like mysql). This fixes the issue, for mysql databases. PHPBB3-13908
* | | | | | Merge pull request #4122 from lavigor/ticket/12441Marc Alexander2016-01-161-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12441] Correct database size detection in MariaDB 10
| * | | | | | [ticket/12441] Correct database size detection in MariaDB 10lavigor2016-01-141-2/+2
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-12441
* | | | | | Merge pull request #4125 from lavigor/ticket/14412Marc Alexander2016-01-164-10/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14412] Comment fixes for PHPDoc in the events
| * | | | | | [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-154-10/+10
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14412
* | | | | | Merge pull request #4117 from Elsensee/ticket/14403Marc Alexander2016-01-153-2/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14403] Don't expect user_id and user_ip in phpbb\log
| * | | | | [ticket/14403] Set a default user id and ip in CLIOliver Schramm2016-01-141-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14403
| * | | | | [ticket/14403] Don't expect user_id and user_ip in phpbb\logOliver Schramm2016-01-102-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14403
* | | | | | 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