aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [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-133-5/+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-181-4/+4
| | | | | | | | PHPBB3-11875
| * [ticket/11875] Create new map for UNSIGNED 4-byte integerhjpotter922014-03-181-2/+10
| | | | | | | | ULINT => Unsigned Large INTeger
* | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-132-3/+168
|\ \ | | | | | | | | | [ticket/14323] Added support for truncating long URLs
| * | [ticket/14323] Added should_shorten()JoshyPHP2015-12-281-1/+16
| | | | | | | | | | | | | | | | | | Explicitly tests a tag's markup to determine whether a link should be shortened PHPBB3-14323
| * | [ticket/14323] Renamed AUTOLINK_TEXT to LINK_TEXTJoshyPHP2015-12-272-31/+25
| | | | | | | | | | | | | | | | | | 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] Moved autolink-related functions to a separate helperJoshyPHP2015-12-263-54/+135
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Stylistic change [ci skip]JoshyPHP2015-12-261-5/+7
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating local URLsJoshyPHP2015-12-262-11/+17
| | | | | | | | | | | | PHPBB3-14323
| * | [ticket/14323] Added support for truncating long URLsJoshyPHP2015-12-262-2/+66
| | | | | | | | | | | | PHPBB3-14323
* | | Merge branch '3.1.x'Marc Alexander2016-01-131-1/+1
|\ \ \
| * | | [ticket/14407] Fix removing users from Newly Registered Users groupZoddo2016-01-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14407
* | | | [ticket/14405] Force a lookahead check on [URL] BBCodesJoshyPHP2016-01-121-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14405
* | | | Merge branch '3.1.x'Marc Alexander2016-01-122-4/+11
|\ \ \ \ | |/ / /
| * | | Merge pull request #3929 from kilianr/ticket/12618Marc Alexander2016-01-122-4/+11
| |\ \ \ | | | | | | | | | | | | | | | [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] Allow extension author to use SSL for version-checkKilian2015-09-252-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-091-0/+31
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | 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-091-0/+31
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql
| | * | | | [prep-release-3.1.7] Add migration for 3.1.7-pl1Joas Schilling2016-01-091-0/+31
| | | | | |
| * | | | | Merge pull request #4097 from Nicofuma/ticket/14382Marc Alexander2016-01-091-1/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14382] Specify the branch-alias in the composer.json files
| | * | | | | [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-091-1/+6
| | |/ / / / | | | | | | | | | | | | | | | | | | PHPBB3-14382
* | | | | | Merge pull request #4058 from marc1706/ticket/13454Tristan Darricau2016-01-0927-67/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13454
| * | | | | | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-064-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
| * | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-064-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part 5 and there is more to come. 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-067-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part 4 PHPBB3-13454
| * | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-068-13/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is part 2 of the pr. PHPBB3-13454
| * | | | | | [ticket/13454] Remove unused variablesMarc Alexander2016-01-0615-37/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* | | | | | | [ticket/14382] Specify the branch-alias in the composer.json filesTristan Darricau2016-01-091-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14382
* | | | | | | Merge branch '3.1.x'Oliver Schramm2016-01-081-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [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-0/+35
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/ucp_prefs_personal.html
| * | | | | | [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-071-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 #4000 from Elsensee/ticket/14250Marc Alexander2016-01-073-15/+294
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | | | | | | | [ticket/14250] Review/bump dependencies
| * | | | | | [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-043-15/+294
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14250
* | | | | | | Merge branch '3.1.x'Marc Alexander2016-01-063-14/+32
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | [ticket/14387] Extend avatar-driver by extension in ACP not possiblejaviexin2016-01-021-26/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-023-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | [ticket/14386] Use of sys_get_temp_dir()Erwan Nader2016-01-061-2/+1
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-14386
* | | | | Merge pull request #4094 from Nicofuma/ticket/14377Marc Alexander2015-12-231-0/+36
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14377] Allow extensions to register compiler pass
| * | | | | [ticket/14377] Allow extensions to register compiler passTristan Darricau2015-12-221-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14377
* | | | | | [ticket/14378] Use consistent template variable pathsMarc Alexander2015-12-221-3/+3
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14378
* | | | | [ticket/14373] Do not pass arrays to strpos()Marc Alexander2015-12-201-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14373