aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | [ticket/15697] Remove hard coded time check when sending PMsMikelAlejoBR2018-07-231-1/+1
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-15697
| * | | | | | [ticket/15733] Add "changed" tag to the corresponding comment blocksMikelAlejoBR2018-07-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15733
| * | | | | | [ticket/15733] Remove unused code related to deprecated flood controlMikelAlejoBR2018-07-282-7/+0
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15733
* | | | | | Merge pull request #5362 from hubaishan/ticket/15791Derky2018-09-161-2/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15791] fix php 7.2 count() bug in memory cache driver
| * | | | | | [ticket/15791] php 7.2 count() bug in memory cache driverhubaishan2018-09-161-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function `_read` in classes inherted from `memory` may returns `false` but `$vars` must be an array PHPBB3-15791
* | | | | | | Merge pull request #5160 from kasimi/ticket/15590Marc Alexander2018-09-161-1/+35
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_after
| * | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15590
| * | | | | | [ticket/15590] Add events core.acp_bbcodes_(modify_create|delete)_afterkasimi2018-03-161-1/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15590
* | | | | | | Merge pull request #5325 from hubaishan/ticket/15612Marc Alexander2018-09-151-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driver
| * | | | | | | [ticket/15612] Fix PHP7.2 count() bug in MSSQL driverhubaishan2018-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sqlsrv_fetch_array() function returns an array when data found, null when no data or false on error. So we need to change null to false only. PHPBB3-15612
* | | | | | | | Merge pull request #5342 from senky/ticket/15721Tristan Darricau2018-09-151-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15721] Make plupload more versatile
| * | | | | | | | [ticket/15721] Make plupload more versatileJakub Senko2018-09-061-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15721
* | | | | | | | Merge pull request #5350 from Elsensee/ticket/15767Tristan Darricau2018-09-151-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokens
| * | | | | | | | [ticket/15767] Fix effictively_installed condition for oauth_tokensOliver Schramm2018-09-131-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15767
* | | | | | | | Merge pull request #5352 from senky/ticket/15744-2Derky2018-09-151-4/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15744] Remove useless sql_freeresults
| * | | | | | | | [ticket/15744] Remove useless sql_freeresultsJakub Senko2018-09-131-4/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15744
* | | | | | | | Merge pull request #5339 from senky/ticket/15748Derky2018-09-151-3/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15748] Fix toggle alt text
| * | | | | | | | [ticket/15748] Trim whitespace before storing in data attributeDerky2018-09-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15748
| * | | | | | | | [ticket/15748] Fix toggle alt textJakub Senko2018-09-041-1/+1
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15748
* | | | | | | | Merge pull request #5349 from rubencm/ticket/15566Derky2018-09-141-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15566] Set category to none if extension don't exist
| * | | | | | | | [ticket/15566] Add missing variable signrubencm2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15566
| * | | | | | | | [ticket/15566] Set category to none if extension don't existrubencm2018-09-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15566
* | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-09-101-37/+37
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/15746] Update to Symfony 2.8.45Marc Alexander2018-09-091-37/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15746
* | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-09-095-139/+191
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | / / / / / / / | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [prep-release-3.2.3] Update changelog with changes after 3.2.3-RC2Marc Alexander2018-09-091-0/+11
| | | | | | | | |
| * | | | | | | | [prep-release-3.2.3] Add 3.2.3 migrationMarc Alexander2018-08-261-0/+37
| | | | | | | | |
| * | | | | | | | [prep-release-3.2.3] Update version numbers for 3.2.3 releaseMarc Alexander2018-08-263-3/+3
| | | | | | | | |
| * | | | | | | | [ticket/15746] Update symfony to 2.8.44 & others to latestMarc Alexander2018-08-071-136/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15746
| * | | | | | | | [ticket/15740] Fix hardcoded Terms/PrivacyZoddo2018-08-031-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15740
* | | | | | | | | [3.2.x] Update verions for 3.2.4-devMarc Alexander2018-08-022-2/+2
| | | | | | | | |
* | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-08-025-3/+63
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | [prep-release-3.2.3] Update changelog for 3.2.3-RC2Marc Alexander2018-07-301-0/+24
| | | | | | | | |
| * | | | | | | | [prep-release-3.2.3] Add migration for 3.2.3-RC2Marc Alexander2018-07-301-0/+36
| | | | | | | | |
| * | | | | | | | [prep-release-3.2.3] Update version numbers for 3.2.3-RC2Marc Alexander2018-07-303-3/+3
| | | | | | | | |
* | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-301-0/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge remote-tracking branch 'senky/ticket/11847' into prep-release-3.2.3Marc Alexander2018-07-301-0/+5
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [ticket/11847] Add depends_on() to auth_provider_oauthJakub Senko2018-07-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11847
* | | | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-302-2/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | / / / / / | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | [ticket/15731] Fix language string parametersRubén Calvo2018-07-302-2/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15731
* | | | | | | | Merge branch 'prep-release-3.2.3' into 3.2.xMarc Alexander2018-07-181-134/+193
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Merge pull request #5232 from marc1706/ticket/15677Marc Alexander2018-07-181-134/+193
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15677] Update symfony to 2.8.42, others to latest
| | * | | | | | [ticket/15677] Updates for Symfony 2.8.42Marc Alexander2018-07-081-55/+54
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15677
| | * | | | | | [ticket/15677] Update symfony to 2.8.41, others to latestMarc Alexander2018-07-081-128/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15677
| * | | | | | | Merge pull request #5238 from avijc/ticket/15680Tristan Darricau2018-07-081-1/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15680] Point to 3.2 documentation * github.com:/phpbb/phpbb: [ticket/15680] Point to 3.2 documentation
* | | | | | | | Merge pull request #5238 from avijc/ticket/15680Tristan Darricau2018-07-081-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15680] Point to 3.2 documentation * github.com:/phpbb/phpbb: [ticket/15680] Point to 3.2 documentation
| * | | | | | | [ticket/15680] Point to 3.2 documentationAnssi Johansson2018-06-051-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old link pointed to 3.1 documentation PHPBB3-15680
* | | | | | | Merge pull request #5244 from OxCom/ticket/15678Tristan Darricau2018-07-081-0/+7
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15678] Fix build and cache flow for container * github.com:/phpbb/phpbb: [ticket/15678] Fix build and cache flow for container
| * | | | | | | [ticket/15678] Fix build and cache flow for containerAndrii Afanasiev2018-06-152-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1. During procedure of building container we have to check both required files in cache: container_* and autoload_*. This files should be "fresh" and if one of the does not exist then we have to build it and put into a cache one more time. 2. Fix typo 'posic_getuid' does not exist, so $php_uid is alwasy was false. PHPBB3-15678
* | | | | | | | Merge pull request #5249 from senky/ticket/15659Tristan Darricau2018-07-081-0/+10
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15659] Fix retrieve_block_vars() * github.com:/phpbb/phpbb: [ticket/15659] Fix retrieve_block_vars()