aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4116 from marc1706/ticket/14402Tristan Darricau2016-01-182-4/+14
|\ | | | | | | | | | | | | | | | | [ticket/14402] Tidy plupload cron should not rely on user id/ip being available * marc1706/ticket/14402: [ticket/14402] Directly pass user id and ip [ticket/14402] Get rid of globals in tidy_plupload cron [ticket/14402] Do not expect user id and ip to be available in cron
| * [ticket/14402] Directly pass user id and ipMarc Alexander2016-01-151-3/+1
| | | | | | | | PHPBB3-14402
| * [ticket/14402] Get rid of globals in tidy_plupload cronMarc Alexander2016-01-152-6/+16
| | | | | | | | PHPBB3-14402
| * [ticket/14402] Do not expect user id and ip to be available in cronMarc Alexander2016-01-151-1/+3
| | | | | | | | PHPBB3-14402
* | Merge pull request #4121 from marc1706/ticket/11875Tristan Darricau2016-01-184-5/+371
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11875] Use 4-byte integer instead of 3-byte integer for ID columns * marc1706/ticket/11875: [ticket/11875] Add back new line [ticket/11875] Change more columns to use UINT and add missings ones [ticket/11875] Add migration file [ticket/11875] Recreate schemas for install [ticket/11875] Create new map for UNSIGNED 4-byte integer [ticket/11875] Upgrade default data type from MEDIUMINT to INT
| * | [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
* | | | [ticket/14419] Update composer dependencies and lock fileMarc Alexander2016-01-181-98/+199
| | | | | | | | | | | | | | | | PHPBB3-14419
* | | | Merge branch '3.1.x'Marc Alexander2016-01-171-0/+5
|\ \ \ \
| * \ \ \ 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 branch '3.1.x'Marc Alexander2016-01-161-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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 branch '3.1.x'Marc Alexander2016-01-164-10/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-154-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14412
* | | | | | | Merge pull request #4077 from Nicofuma/ticket/14306Marc Alexander2016-01-154-56/+98
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | | | | | | | [ticket/14306] Automatically enable a safe mode when container building fails
| * | | | | | [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'Marc Alexander2016-01-152-2/+4
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Conflicts: phpBB/phpbb/log/log.php
| * | | | | | Merge pull request #4117 from Elsensee/ticket/14403Marc Alexander2016-01-152-2/+4
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | | | | | | | [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-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14403
* | | | | | | [ticket/13442] UTF-8 symbols for database hostlavigor2016-01-141-2/+2
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | PHPBB3-13442
* | | | | | Merge pull request #4059 from JoshyPHP/ticket/14323Marc Alexander2016-01-133-3/+172
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [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-273-35/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-264-54/+139
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-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-094-2/+49
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/acp/acp_bbcodes.php