aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | [ticket/15055] Properly support index length check on mssqlMarc Alexander2018-01-012-6/+29
| | | | | | | | | | | | | | | | PHPBB3-15055
| | * | [ticket/15055] Specify utf8 as character set in sqlsrv_connectMarc Alexander2018-01-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | This is needed to be able to correctly retrieve unicode data from the db. PHPBB3-15055
| | * | [ticket/15055] Try using build matrixMarc Alexander2018-01-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15055
| | * | [ticket/15055] Only drop dependent PK indexes and fix more tests for mssqlMarc Alexander2018-01-011-1/+2
| | | | | | | | | | | | | | | | PHPBB3-15055
| | * | [ticket/15055] Drop primary keys when necessary and fix test comparisonsMarc Alexander2018-01-011-0/+35
| | | | | | | | | | | | | | | | PHPBB3-15055
| | * | [ticket/15055] Use unicode column types where necessaryMarc Alexander2018-01-011-14/+14
| | |/ | | | | | | | | | PHPBB3-15055
| * | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-0171-215/+215
| | | | | | | | | | | | PHPBB3-14972
| * | [ticket/14972] Fix template context use of sizeof()Marc Alexander2018-01-011-46/+33
| | | | | | | | | | | | 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-012-21/+18
| |/ | | | | | | | | | | | | | | | | | | 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-073-2/+37
|\ \ | | | | | | | | | prep-release-3.2.2
| * | [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-311-1/+14
| |\ \ | | | | | | | | | | | | [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-032-2/+1
| | | | | | | | | | | | | | | | SECURITY-211
| * | | [ticket/15303] Correctly refer to $memcached and not $memcacheabyssmedia2017-12-311-1/+1
| | | | | | | | | | | | | | | | PHPBB3-15303
* | | | Merge branch 'ticket/security/211' into ticket/security/211-rheaMarc Alexander2018-01-012-2/+16
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | [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-221-1/+1
| | | | | | | | | | | | SECURITY-211
* | | [prep-release-3.2.2] Add migration for 3.2.2-RC1Marc Alexander2017-12-282-0/+41
| | |
* | | Merge pull request #4971 from Elsensee/ticket/15339Marc Alexander2017-12-2810-141/+221
|\ \ \ | | | | | | | | | | | | [ticket/15339] Use manual method when adding modules
| * | | [ticket/15339] Fix testsOliver Schramm2017-12-241-1/+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 #5061 from marc1706/ticket/15322Derky2017-12-271-0/+37
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15322] Add config for envelope sender & remove mail function setting
| * | | | [ticket/15322] Try to make new email setting more readableMarc Alexander2017-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-15322
| * | | | [ticket/15322] Add config setting for -f parameter & remove mail function nameMarc Alexander2017-12-111-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
* | | | | Merge pull request #5037 from hubaishan/ticket/14857Marc Alexander2017-12-271-0/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14857] Throw `S` from dateformat for non English languages
| * | | | | [ticket/14857] Throw `S` from dateformat for non English languageshubaishan2017-12-241-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Throw `S` (ordinal suffix) from dateformat for non English languages PHPBB3-14857
* | | | | | Merge pull request #5038 from JoshyPHP/ticket/15444Marc Alexander2017-12-271-0/+75
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15444] Merge duplicate BBCodes via a migration
| * | | | | | [ticket/15444] Add a migration to merge duplicate BBCodesJoshyPHP2017-12-101-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15444
* | | | | | | Merge pull request #5053 from JoshyPHP/ticket/15468Marc Alexander2017-12-271-0/+180
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | Add a service to merge duplicate BBCodes
| * | | | | | [ticket/15468] Add a service to merge duplicate BBCodesJoshyPHP2017-12-101-0/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15468
* | | | | | | Merge pull request #5046 from JoshyPHP/ticket/15457Marc Alexander2017-12-272-6/+5
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | [ticket/15457] Updated s9e/text-formatter dependency
| * | | | | | [ticket/15457] Updated s9e/text-formatter dependencyJoshyPHP2017-12-102-6/+5
| | |/ / / / | |/| | | | | | | | | | | | | | | | PHPBB3-15457
* | | | | | Merge pull request #4868 from javiexin/ticket/15266Marc Alexander2017-12-271-52/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15266] Fix events in content_visibility
| * | | | | | [ticket/15266] Update since, add changed, and use empty where applicableMarc Alexander2017-12-271-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15266
| * | | | | | [ticket/15266] Expand functionality of content_visibilityjaviexin2017-12-271-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added new function "is_visible", and replaced several immediate uses of the above, including a single event in the new function to handle change in all places consistently, and much simpler. PHPBB3-15266
| * | | | | | [ticket/15266] Fix events in content_visibilityjaviexin2017-07-101-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Additional errors found. The event parameter 'timestamp' does not exist, it is really called 'time'. Affects four events: core.set_post_visibility_before_sql core.set_post_visibility_after core.set_topic_visibility_before_sql core.set_topic_visibility_after PHPBB3-15266
| * | | | | | [ticket/15266] Fix events in content_visibilityjaviexin2017-07-091-44/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes core.phpbb_content_visibility_get_visibility_sql_before, core.phpbb_content_visibility_get_forums_visibility_before, core.phpbb_content_visibility_get_global_visibility_before Does not modify the events, but fixes some comments, and changes the rest of the function to allow (at least) the documented event functionality. PHPBB3-15266
* | | | | | | Merge pull request #5036 from JoshyPHP/ticket/15442Marc Alexander2017-12-231-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.html
| * | | | | | | [ticket/15442] Allow unsafe HTML in bbcode.htmlJoshyPHP2017-11-071-1/+1
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-15442
* | | | | | | Merge pull request #5032 from rxu/ticket/15224Marc Alexander2017-12-221-2/+17
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | [ticket/15224] Fix some MySQL fulltext index searching errors
| * | | | | | [ticket/15224] Fix some MySQL fulltext index searching errorsrxu2017-11-041-2/+17
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-15224
* | | | | | Merge pull request #5025 from hubaishan/ticket/15433Marc Alexander2017-12-031-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extension
| * | | | | | [ticket/15433] Fix phpbbcli can enable non-existent extensionhubaishan2017-12-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix phpbbcli can enable non-existent extension PHPBB3-15433
* | | | | | | [ticket/15464] Detect BBCodes in uppercase when reparsingJoshyPHP2017-11-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15464
* | | | | | | Merge pull request #4976 from rubencm/ticket/15171Marc Alexander2017-11-162-1/+40
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15171] Replace all BBCode templates by default
| * | | | | | | [ticket/15171] Add migrationRubén Calvo2017-10-311-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15171