aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11875] Add back new lineMarc Alexander2016-01-131-0/+1
| | | | PHPBB3-11875
* [ticket/11875] Change more columns to use UINT and add missings onesMarc Alexander2016-01-131-14/+120
| | | | PHPBB3-11875
* [ticket/11875] Add migration fileMarc Alexander2016-01-131-0/+252
| | | | PHPBB3-11875
* Merge pull request #2064 from hjpotter92/ticket/11875Marc Alexander2016-01-134-6/+13
|\ | | | | | | | | | | | | | | | | | | | | | | [ticket/11875] Set default data type from MEDIUMINT (3byte) to INT(10) (4byte) Conflicts: phpBB/includes/db/schema_data.php phpBB/install/schemas/mysql_40_schema.sql phpBB/install/schemas/mysql_41_schema.sql phpBB/install/schemas/oracle_schema.sql phpBB/install/schemas/postgres_schema.sql phpBB/phpbb/db/tools/tools.php
| * [ticket/11875] Recreate schemas for installhjpotter922014-03-185-169/+169
| | | | | | | | PHPBB3-11875
| * [ticket/11875] Create new map for UNSIGNED 4-byte integerhjpotter922014-03-182-44/+53
| | | | | | | | ULINT => Unsigned Large INTeger
| * [ticket/11875] Upgrade default data type from MEDIUMINT to INThjpotter922014-02-281-42/+42
| | | | | | | | | | | | | | Use 4-byte data type INT(10) for user_id, post_id and topic_id across all tables instead of previously used 3-byte MEDIUMINT(8) PHPBB3-11875
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-139-16/+236
|\ \ | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | [ticket/14323] Added should_shorten()JoshyPHP2015-12-282-1/+20
| | | | | | | | | | | | | | | | | | Explicitly tests a tag's markup to determine whether a link should be shortened PHPBB3-14323
| * | [ticket/14323] Added testsJoshyPHP2015-12-271-0/+8
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-275-37/+31
| | | | | | | | | | | | | | | | | | Expanded link text shortening to [url] BBCodes with no parameters PHPBB3-14323
| * | [ticket/14323] Added comment [ci skip]JoshyPHP2015-12-261-0/+3
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Fixed test dataJoshyPHP2015-12-261-1/+1
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Moved autolink-related functions to a separate helperJoshyPHP2015-12-266-64/+147
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Set up global objects required during testingJoshyPHP2015-12-263-17/+33
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Stylistic change [ci skip]JoshyPHP2015-12-261-5/+7
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-266-16/+37
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-263-2/+76
| | | | | | | | | | | | PHPBB3-14323
* | | Merge branch '3.1.x'Marc Alexander2016-01-131-1/+1
|\ \ \
| * \ \ 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 #4118 from JoshyPHP/ticket/14405Marc Alexander2016-01-123-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14405] Force a lookahead check on [URL] BBCodes
| * | | | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-123-1/+3
|/ / / / | | | | | | | | | | | | PHPBB3-14405
* | | | Merge branch '3.1.x'Marc Alexander2016-01-123-5/+12
|\ \ \ \ | |/ / /
| * | | 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 '3.1.x'Joas Schilling2016-01-095-3/+50
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/acp/acp_bbcodes.php
| * | | | 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 #4058 from marc1706/ticket/13454Tristan Darricau2016-01-09106-454/+240
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13454] Remove unused variables, globals, and parameters * marc1706/ticket/13454: [ticket/13454] Add excessively removed code back [ticket/13454] Remove more unused variables [ticket/13454] Remove double semi-colons [ticket/13454] Remove unused variables [ticket/13454] Fix code sniffer complaints [ticket/13454] Fix a few issues introduced by overdeleting stuff [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables [ticket/13454] Remove unused variables
| * | | | | | | [ticket/13454] Add excessively removed code backMarc Alexander2016-01-065-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13454
| * | | | | | | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-0616-27/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
| * | | | | | | [ticket/13454] Remove double semi-colonsMarc Alexander2016-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13454
| * | | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0632-134/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
| * | | | | | | [ticket/13454] Fix code sniffer complaintsMarc Alexander2016-01-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13454
| * | | | | | | [ticket/13454] Fix a few issues introduced by overdeleting stuffMarc Alexander2016-01-063-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13454
| * | | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0635-78/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 4 PHPBB3-13454
| * | | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-065-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 3 should fix tests up a little bit again. PHPBB3-13454
| * | | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0637-88/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
| * | | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0672-144/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | | | | | | Merge branch '3.1.x'Marc Alexander2016-01-090-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4097 from Nicofuma/ticket/14382Marc Alexander2016-01-092-1/+11
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14382] Specify the branch-alias in the composer.json files