aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-01165-983/+983
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972
| * | | | | | [ticket/14972] Fix template context use of sizeof()Marc Alexander2018-01-011-46/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972
| * | | | | | [ticket/14972] Fix test_collection_with_mask testrxu2018-01-011-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 testsrxu2018-01-016-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972
| * | | | | | [ticket/14972] Fix create_insert_array() declaration in admin_activate_userrxu2018-01-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972
| * | | | | | [ticket/14972] Fix use of deprecated media attachment constantsrxu2018-01-011-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14972
| * | | | | | [ticket/14972] Fix sizeof callsrxu2018-01-015-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 Alexander2018-01-078-9/+88
| |\ \ \ \ \ | | | |/ / / | | |/| | | | | | | | | prep-release-3.2.2
| | * | | | [prep-release-3.1.12] Update changelog for 3.1.12Marc Alexander2017-12-311-0/+44
| | | | | |
| | * | | | [prep-release-3.1.12] Add migration for 3.1.12Marc Alexander2017-12-311-0/+36
| | | | | |
| | * | | | Merge pull request #40 from phpbb/ticket/security/211Marc Alexander2017-12-317-5/+114
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/security/211] Make sure website URL only uses http & https schemes
| | | * | | | [ticket/security/211] Allow make_clickable() again after change to regexMarc Alexander2017-08-033-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | SECURITY-211
| | * | | | | [prep-release-3.1.12] Update version numbers to 3.1.12Marc Alexander2017-12-313-3/+3
| | | | | | |
| | * | | | | [prep-release-3.1.12] Update version numbers to 3.1.12Marc Alexander2017-12-313-5/+5
| | | | | | |
| | * | | | | [ticket/15303] Correctly refer to $memcached and not $memcacheabyssmedia2017-12-311-1/+1
| | | |_|/ / | | |/| | | | | | | | | | | | | | | PHPBB3-15303
| * | | | | Merge pull request #41 from phpbb/ticket/security/211-rheaMarc Alexander2018-01-0711-13/+125
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | | | | | | | [ticket/security/211] Rhea version of security fix
| | * | | | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-018-8/+120
| | |\ \ \ \ | |/ / / / / |/| | | / / | | | |/ / | | |/| |
| | * | | [ticket/security/211] Add test for line breaks in URLMarc Alexander2017-07-271-0/+4
| | | | | | | | | | | | | | | | | | | | SECURITY-211
| | * | | [ticket/security/211] Do not match javascript URIs with URL regexesMarc Alexander2017-07-263-3/+11
| | | | | | | | | | | | | | | | | | | | SECURITY-211
| | * | | [ticket/security/211] Extend tests for profile field valuesMarc Alexander2017-07-232-0/+66
| | | | | | | | | | | | | | | | | | | | SECURITY-211
| | * | | [ticket/security/211] Only run make_clickable() on URL type profile fieldsMarc Alexander2017-07-232-1/+15
| | | | | | | | | | | | | | | | | | | | SECURITY-211
| | * | | [ticket/security/211] Make sure website URL only uses http & https schemesMarc Alexander2017-07-224-2/+20
| | | | | | | | | | | | | | | | | | | | SECURITY-211
* | | | | [3.2.x] Update version number to 3.2.3-devMarc Alexander2017-12-283-5/+5
| | | | |
* | | | | Merge branch 'prep-release-3.2.2' into 3.2.xMarc Alexander2017-12-289-7/+180
|\ \ \ \ \ | |/ / / /
| * | | | [prep-release-3.2.2] Update changelog for 3.2.2-RC1Marc Alexander2017-12-281-0/+132
| | | | |
| * | | | [prep-release-3.2.2] Add migration for 3.2.2-RC1Marc Alexander2017-12-282-0/+41
| | | | |
| * | | | [prep-release-3.2.2] Update version to 3.2.2Marc Alexander2017-12-282-3/+3
| | | | |
| * | | | [prep-release-3.2.2] Update version to 3.2.2-RC1Marc Alexander2017-12-284-4/+4
|/ / / /
* | | | Merge pull request #5066 from marc1706/ticket/15179Marc Alexander2017-12-281-102/+103
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15179] Update dependencies for 3.2.x
| * | | | [ticket/15179] Update dependencies for 3.2.xMarc Alexander2017-12-281-102/+103
|/ / / / | | | | | | | | | | | | PHPBB3-15179
* | | | Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-2811-160/+221
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15339] Use manual method when adding modules
| * | | | [ticket/15339] Fix testsOliver Schramm2017-12-242-20/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15339
| * | | | [ticket/15339] Free sql results in migration module toolOliver Schramm2017-11-171-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-15339
| * | | | [ticket/15339] Allow a module to have multiple parentsOliver Schramm2017-11-173-123/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also restore old behaviour from Olympus regarding re-sorting modules PHPBB3-15339
| * | | | [ticket/15339] Use manual method when adding modulesOliver Schramm2017-09-229-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/15454Marc Alexander2017-12-281-2/+30
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15454] Add core.mcp_queue_approve_details_template
| * | | | | [ticket/15454] Add post template data to eventMarc Alexander2017-12-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15454
| * | | | | [ticket/15454] Add core.mcp_queue_approve_details_templateJakub Senko2017-11-131-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15454
* | | | | | Merge pull request #5044 from hubaishan/ticket/15453Marc Alexander2017-12-281-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.phphubaishan2017-12-271-2/+15
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event after language deleted in acp_language.php PHPBB3-15453
* | | | | | Merge pull request #5063 from vinny/ticket/15485Marc Alexander2017-12-282-1/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15485] Add template event for forum images
| * | | | | | [ticket/15485] Add missing separation below event titleMarc Alexander2017-12-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15485
| * | | | | | [ticket/15485] Add template event for forum imagesvinny2017-12-182-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15485
* | | | | | | Merge pull request #5039 from hubaishan/ticket/15445Marc Alexander2017-12-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15445] Update URIs in README.md
| * | | | | | | [ticket/15445] Update URIs in README.mdhubaishan2017-12-271-1/+1
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update Coding and Git Guidelines URIs in README.md PHPBB3-15445
* | | | | | | Merge pull request #5040 from kasimi/ticket/15446Marc Alexander2017-12-271-0/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15446] Add event core.acp_profile_action
| * | | | | | | [ticket/15446] Add event core.acp_profile_actionkasimi2017-11-081-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15446
* | | | | | | | Merge pull request #5041 from kasimi/ticket/15447Marc Alexander2017-12-271-2/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_row
| * | | | | | | | [ticket/15447] Add event core.acp_profile_modify_profile_rowkasimi2017-11-081-2/+21
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15447
* | | | | | | | Merge pull request #5042 from kinerity/ticket/15451Marc Alexander2017-12-272-0/+18
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15451] Add template event mcp_topic_postrow_attachments_before/after