Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 165 | -983/+983 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Fix template context use of sizeof() | Marc Alexander | 2018-01-01 | 1 | -46/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Fix test_collection_with_mask test | rxu | 2018-01-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In PHP 7.2, the severity of the message “Use of undefined constant” was raised from E_NOTICE to E_WARNING, so calling $array[ITEM] causes warning caught by error collector. Use undefined offset notice to get an empty message as such. PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Avoid using self as constant in tests | rxu | 2018-01-01 | 6 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Fix create_insert_array() declaration in admin_activate_user | rxu | 2018-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Fix use of deprecated media attachment constants | rxu | 2018-01-01 | 1 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972 | |||||
| * | | | | | | [ticket/14972] Fix sizeof calls | rxu | 2018-01-01 | 5 | -116/+113 | |
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of PHP 7.2, only arrays and objects implementing the Countable interface should be passed as a count() or sizeof() parameter. See https://github.com/php/php-src/blob/php-7.2.0alpha2/UPGRADING#L197-L198 Also, sizeof() seems to be sheduled for deprecation, see https://wiki.php.net/rfc/deprecations_php_7_2#suggested_deprecations PHPBB3-14972 | |||||
| * | | | | | Merge remote-tracking branch 'phpbb-security/prep-release-3.1.12' into ↵ | Marc Alexander | 2018-01-07 | 8 | -9/+88 | |
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | | prep-release-3.2.2 | |||||
| | * | | | | [prep-release-3.1.12] Update changelog for 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -0/+44 | |
| | | | | | | ||||||
| | * | | | | [prep-release-3.1.12] Add migration for 3.1.12 | Marc Alexander | 2017-12-31 | 1 | -0/+36 | |
| | | | | | | ||||||
| | * | | | | Merge pull request #40 from phpbb/ticket/security/211 | Marc Alexander | 2017-12-31 | 7 | -5/+114 | |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/security/211] Make sure website URL only uses http & https schemes | |||||
| | | * | | | | [ticket/security/211] Allow make_clickable() again after change to regex | Marc Alexander | 2017-08-03 | 3 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
| | * | | | | | [prep-release-3.1.12] Update version numbers to 3.1.12 | Marc Alexander | 2017-12-31 | 3 | -3/+3 | |
| | | | | | | | ||||||
| | * | | | | | [prep-release-3.1.12] Update version numbers to 3.1.12 | Marc Alexander | 2017-12-31 | 3 | -5/+5 | |
| | | | | | | | ||||||
| | * | | | | | [ticket/15303] Correctly refer to $memcached and not $memcache | abyssmedia | 2017-12-31 | 1 | -1/+1 | |
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | PHPBB3-15303 | |||||
| * | | | | | Merge pull request #41 from phpbb/ticket/security/211-rhea | Marc Alexander | 2018-01-07 | 11 | -13/+125 | |
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | | [ticket/security/211] Rhea version of security fix | |||||
| | * | | | | Merge branch 'ticket/security/211' into ticket/security/211-rhea | Marc Alexander | 2018-01-01 | 8 | -8/+120 | |
| | |\ \ \ \ | |/ / / / / |/| | | / / | | | |/ / | | |/| | | ||||||
| | * | | | [ticket/security/211] Add test for line breaks in URL | Marc Alexander | 2017-07-27 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
| | * | | | [ticket/security/211] Do not match javascript URIs with URL regexes | Marc Alexander | 2017-07-26 | 3 | -3/+11 | |
| | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
| | * | | | [ticket/security/211] Extend tests for profile field values | Marc Alexander | 2017-07-23 | 2 | -0/+66 | |
| | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
| | * | | | [ticket/security/211] Only run make_clickable() on URL type profile fields | Marc Alexander | 2017-07-23 | 2 | -1/+15 | |
| | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
| | * | | | [ticket/security/211] Make sure website URL only uses http & https schemes | Marc Alexander | 2017-07-22 | 4 | -2/+20 | |
| | | | | | | | | | | | | | | | | | | | | SECURITY-211 | |||||
* | | | | | [3.2.x] Update version number to 3.2.3-dev | Marc Alexander | 2017-12-28 | 3 | -5/+5 | |
| | | | | | ||||||
* | | | | | Merge branch 'prep-release-3.2.2' into 3.2.x | Marc Alexander | 2017-12-28 | 9 | -7/+180 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | [prep-release-3.2.2] Update changelog for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 1 | -0/+132 | |
| | | | | | ||||||
| * | | | | [prep-release-3.2.2] Add migration for 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 2 | -0/+41 | |
| | | | | | ||||||
| * | | | | [prep-release-3.2.2] Update version to 3.2.2 | Marc Alexander | 2017-12-28 | 2 | -3/+3 | |
| | | | | | ||||||
| * | | | | [prep-release-3.2.2] Update version to 3.2.2-RC1 | Marc Alexander | 2017-12-28 | 4 | -4/+4 | |
|/ / / / | ||||||
* | | | | Merge pull request #5066 from marc1706/ticket/15179 | Marc Alexander | 2017-12-28 | 1 | -102/+103 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15179] Update dependencies for 3.2.x | |||||
| * | | | | [ticket/15179] Update dependencies for 3.2.x | Marc Alexander | 2017-12-28 | 1 | -102/+103 | |
|/ / / / | | | | | | | | | | | | | PHPBB3-15179 | |||||
* | | | | Merge pull request #4971 from Elsensee/ticket/15339 | Marc Alexander | 2017-12-28 | 11 | -160/+221 | |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15339] Use manual method when adding modules | |||||
| * | | | | [ticket/15339] Fix tests | Oliver Schramm | 2017-12-24 | 2 | -20/+1 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15339 | |||||
| * | | | | [ticket/15339] Free sql results in migration module tool | Oliver Schramm | 2017-11-17 | 1 | -2/+4 | |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-15339 | |||||
| * | | | | [ticket/15339] Allow a module to have multiple parents | Oliver Schramm | 2017-11-17 | 3 | -123/+136 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339 | |||||
| * | | | | [ticket/15339] Use manual method when adding modules | Oliver Schramm | 2017-09-22 | 9 | -18/+83 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will fix cases where the module is deleted in later versions and the migrator thus cannot retrieve the info. PHPBB3-15339 | |||||
* | | | | | Merge pull request #5045 from senky/ticket/15454 | Marc Alexander | 2017-12-28 | 1 | -2/+30 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template | |||||
| * | | | | | [ticket/15454] Add post template data to event | Marc Alexander | 2017-12-28 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15454 | |||||
| * | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template | Jakub Senko | 2017-11-13 | 1 | -2/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15454 | |||||
* | | | | | | Merge pull request #5044 from hubaishan/ticket/15453 | Marc Alexander | 2017-12-28 | 1 | -2/+15 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15453] Add core event after language deleted in acp_language.php | |||||
| * | | | | | | [ticket/15453] Add core event after language deleted in acp_language.php | hubaishan | 2017-12-27 | 1 | -2/+15 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453 | |||||
* | | | | | | Merge pull request #5063 from vinny/ticket/15485 | Marc Alexander | 2017-12-28 | 2 | -1/+33 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/15485] Add template event for forum images | |||||
| * | | | | | | [ticket/15485] Add missing separation below event title | Marc Alexander | 2017-12-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15485 | |||||
| * | | | | | | [ticket/15485] Add template event for forum images | vinny | 2017-12-18 | 2 | -1/+32 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15485 | |||||
* | | | | | | | Merge pull request #5039 from hubaishan/ticket/15445 | Marc Alexander | 2017-12-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15445] Update URIs in README.md | |||||
| * | | | | | | | [ticket/15445] Update URIs in README.md | hubaishan | 2017-12-27 | 1 | -1/+1 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Coding and Git Guidelines URIs in README.md PHPBB3-15445 | |||||
* | | | | | | | Merge pull request #5040 from kasimi/ticket/15446 | Marc Alexander | 2017-12-27 | 1 | -0/+26 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action | |||||
| * | | | | | | | [ticket/15446] Add event core.acp_profile_action | kasimi | 2017-11-08 | 1 | -0/+26 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15446 | |||||
* | | | | | | | | Merge pull request #5041 from kasimi/ticket/15447 | Marc Alexander | 2017-12-27 | 1 | -2/+21 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | |||||
| * | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row | kasimi | 2017-11-08 | 1 | -2/+21 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15447 | |||||
* | | | | | | | | Merge pull request #5042 from kinerity/ticket/15451 | Marc Alexander | 2017-12-27 | 2 | -0/+18 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after |