aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16277] Move from each() functionrxu2019-12-291-1/+2
| | | | PHPBB3-16277
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-2710-7/+17
| | | | PHPBB3-16271
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-261-0/+36
|\
| * [prep-release-3.2.9] Add migration for 3.2.9-RC1Marc Alexander2019-12-251-0/+36
| |
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-251-0/+20
|\ \ | |/
| * Merge pull request #5564 from xchwarze/PHPBB3-16015Marc Alexander2019-12-251-0/+20
| |\ | | | | | | | | | [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validation
| | * [ticket/16015] Adjust since versionMarc Alexander2019-12-251-1/+1
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Fix core.ucp_profile_avatar_upload_validation docblockDSR!2019-04-161-4/+4
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-151-0/+2
| | | | | | | | | | | | PHPBB3-16015
| | * [ticket/16015] Add new hook core.ucp_profile_avatar_upload_validationDSR!2019-04-141-0/+18
| | | | | | | | | | | | PHPBB3-16015
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-241-2/+2
|\ \ \ | |/ /
| * | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-241-1/+1
| | | | | | | | | | | | | | | | | | Add missing modification. PHPBB3-15902
| * | [ticket/15902] Out of range error with Sphinx search3D-I2019-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The reporter he's waiting this fix to be in the core. I created this PR based on trusting his report. I can't test it. PHPBB3-15902
* | | [ticket/16263] Ensure that remove_email_hash depends on migration adding hashMarc Alexander2019-12-231-0/+5
| | | | | | | | | | | | PHPBB3-16263
* | | [ticket/16261] Missing check whether the index exists in install - PHP 7.43D-I2019-12-221-1/+1
| | | | | | | | | | | | PHPBB3-16261
* | | [prep-release-3.3.0-RC1] Add migration for 3.3.0-RC1Marc Alexander2019-12-211-0/+36
| | |
* | | Merge pull request #5770 from JoshyPHP/ticket/16250Marc Alexander2019-12-212-0/+121
|\ \ \ | | | | | | | | | | | | [ticket/16250] Add a service to check BBCodes safeness in ACP
| * | | [ticket/16250] Reworked status as constantsJoshyPHP2019-12-162-8/+24
| | | | | | | | | | | | | | | | PHPBB3-16250
| * | | [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-132-0/+105
| | | | | | | | | | | | | | | | PHPBB3-16250
* | | | Merge pull request #5728 from rxu/ticket/15294Marc Alexander2019-12-151-50/+74
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15294] Fix session_gc() selecting expired sessions for unique users
| * | | | [ticket/15294] Minor code adjustingrxu2019-11-051-18/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-15294
| * | | | [ticket/15294] Get rid of SQL query in a loop as far as possiblerxu2019-11-041-8/+43
| | | | | | | | | | | | | | | | | | | | PHPBB3-15294
| * | | | [ticket/15294] Back to the all DBMS compliant splitted queriesrxu2019-11-041-27/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-15294
| * | | | [ticket/15294] Another approach, optimize updating & purging expired sessionsrxu2019-11-031-32/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-15294
| * | | | [ticket/15294] Fix session_gc() selecting expired sessions for unique usersrxu2019-11-031-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove limit of 10 as it does not allow to collect all the garbage. PHPBB3-15294
* | | | | [ticket/16255] Fix PHP 7.4 deprecation warningSage Pointer2019-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-16255
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16251] Prevent shortened links from overriding other plugins
| | * | | | [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16251
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+19
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
| |/ / / | | | | | | | | | | | | PHPBB3-16252
* | | | Merge pull request #5756 from mrgoldy/ticket/16239Marc Alexander2019-12-061-21/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16239] Remove deprecated phpbb\db\tools
| * | | | [ticket/16239] Remove deprecated phpbb\db\toolsmrgoldy2019-11-301-21/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-16239
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-062-8/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code review PHPBB3-16247
| * | | | [ticket/16247] Code consistency3D-I2019-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16247
| * | | | [ticket/16247] Quote PM has no identifier3D-I2019-12-052-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-16247
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-281-5/+21
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-5/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-16228
* | | | | [ticket/16223] Use constructor arguments instead of func_get_args()Marc Alexander2019-11-251-9/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-16223
* | | | | [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-3/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-16223
* | | | | [ticket/16223] Remove no longer supported memcache driverMarc Alexander2019-11-241-122/+0
| |/ / / |/| | | | | | | | | | | PHPBB3-16223
* | | | [prep-release-3.3.0-b2] Add migration for 3.3.0-b2Marc Alexander2019-11-221-0/+38
| | | |
* | | | Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-222-3/+41
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/9837] Display unapproved posts to their authors
| * | | | [ticket/9837] Apply suggested changes by CHItAMarc Alexander2019-11-221-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | review comments PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change code order to improve efficiency. PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order code for efficiency PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837