aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/16050] Fix PHP warning in MCP Banning tab on PHP 7.2+rxu2019-05-111-1/+1
|/ / / / | | | | | | | | | | | | PHPBB3-16050
* | | | [3.2.x] Update version numbers to 3.2.8-devMarc Alexander2019-05-031-1/+1
| | | |
* | | | [ticket/16042] Adjust positioning and add comment to overwriteMarc Alexander2019-05-021-1/+2
| | | | | | | | | | | | | | | | PHPBB3-16042
* | | | [ticket/16042] Use S_LOGIN_REDIRECT to output login form tokenMarc Alexander2019-05-021-1/+13
| | | | | | | | | | | | | | | | PHPBB3-16042
* | | | [prep-release-3.2.7] Update version numbers for 3.2.7-RC1Marc Alexander2019-05-021-1/+1
| | | |
* | | | Merge pull request #5578 from rubencm/ticket/16036Marc Alexander2019-05-021-0/+3
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login forms
| * | | | [ticket/16036] Add S_FORM_TOKEN_LOGIN to all login formsrubencm2019-04-291-0/+3
| | |/ / | |/| | | | | | | | | | PHPBB3-16036
* | | | Merge pull request #5579 from VSEphpbb/ticket/16037Marc Alexander2019-05-011-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice error
| * | | | [ticket/16037] Fix UCP PM ViewFolder PHP Notice errorMatt Friedman2019-04-301-2/+2
| |/ / / | | | | | | | | | | | | PHPBB3-16037
* | | | [ticket/16039] Global dispatchermrgoldy2019-05-011-1/+1
|/ / / | | | | | | | | | PHPBB3-16039
* | | Merge branch 'prep-release-3.2.6' into 3.2.xMarc Alexander2019-04-293-6/+35
|\ \ \
| * | | [prep-release-3.2.6] Update to 3.2.6 versionMarc Alexander2019-04-271-1/+1
| | | |
| * | | Merge pull request #48 from phpbb/ticket/security/228Marc Alexander2019-04-271-2/+17
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security/228] Add form token to login box
| | * | | [ticket/security/228] Add form token to login boxDerky2019-04-261-2/+17
| | | |/ | | |/| | | | | | | | | SECURITY-228
| * | | Merge pull request #46 from phpbb/ticket/security/231Marc Alexander2019-04-271-1/+2
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security/231] Disable remote avatar functionality & add warning
| | * | | [ticket/security/231] Disable remote avatar functionality & add warningMarc Alexander2019-04-171-1/+2
| | |/ / | | | | | | | | | | | | SECURITY-231
| * | | Merge pull request #45 from phpbb/ticket/security/234Marc Alexander2019-04-272-3/+16
| |\ \ \ | | | | | | | | | | | | | | | [ticket/security/234] Add URL validation for input fields & main site URL
| | * | | [ticket/security/234] Add URL validation for input fieldsMarc Alexander2019-04-142-3/+16
| | |/ / | | | | | | | | | | | | SECURITY-234
* | | | [3.2.x] Update versions to 3.2.7-devMarc Alexander2019-04-211-1/+1
|/ / /
* | | [prep-release-3.2.6] Update version numbers for 3.2.6-RC1Marc Alexander2019-04-201-1/+1
| |/ |/|
* | Merge pull request #5559 from mrgoldy/ticket/16007Marc Alexander2019-04-171-2/+2
|\ \ | | | | | | | | | [ticket/16007] Show ban message for OAuth login
| * | [ticket/16007] No strict comparison against "false"mrgoldy2019-04-021-1/+1
| | | | | | | | | | | | PHPBB3-16007
| * | [ticket/16007] Show ban message for OAuth loginmrgoldy2019-04-021-2/+2
| | | | | | | | | | | | PHPBB3-16007
* | | Merge pull request #5513 from mrgoldy/ticket/15942Marc Alexander2019-04-173-16/+41
|\ \ \ | |_|/ |/| | | | | [ticket/15942] Allow array in confirm_box title
| * | [ticket/15942] Add language to compatibility globals & use in confirm_boxMarc Alexander2019-04-172-9/+16
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Past tensemrgoldy2019-04-161-1/+1
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Update DocBlockmrgoldy2019-04-161-0/+2
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Optimize countmrgoldy2019-01-151-4/+6
| | | | | | | | | | | | PHPBB3-15942
| * | [ticket/15942] Allow array in confirm_box titlemrgoldy2019-01-152-9/+23
| | | | | | | | | | | | PHPBB3-15942
* | | Merge pull request #5518 from 3D-I/ticket/15948Marc Alexander2019-04-071-0/+33
|\ \ \ | | | | | | | | | | | | [ticket/15948] Add core.mcp_change_topic_type_after/before
| * \ \ Merge branch '3.2.x' into ticket/159483Di2019-03-2326-72/+224
| |\ \ \
| * | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-15948
| * | | | [ticket/15948] Add core.mcp_change_topic_type_after/before3D-I2019-01-211-0/+33
| | | | | | | | | | | | | | | | | | | | PHPBB3-15948
* | | | | Merge pull request #5538 from 3D-I/ticket/15972Marc Alexander2019-04-071-8/+21
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15972] Add core.markread_after
| * | | | | [ticket/15972] Let the event be triggered3D-I2019-02-261-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removes old coding which is there just to save a few iterations. PHPBB3-15972
| * | | | | [ticket/15972] Add core.markread_after3D-I2019-02-201-0/+21
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-15972
* | | | | Merge pull request #5501 from marc1706/ticket/15928Marc Alexander2019-04-071-99/+107
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15928] Remove support for downloading backups
| * | | | | [ticket/15928] Remove support for downloading backupsMarc Alexander2019-01-061-99/+107
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-15928
* | | | | Merge pull request #5556 from 3D-I/ticket/16004Marc Alexander2019-04-071-10/+22
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/16004] Add check-in for Emojis in Username
| * | | | [ticket/16004] Amend the whole docblock3D-I2019-03-311-12/+15
| | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | [ticket/16004] Add a line of comment in the docblock3D-I2019-03-311-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | [ticket/16004] Move the check-in to a more appropriated place3D-I2019-03-311-7/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-16004
| * | | | [ticket/16004] Add check-in for Emojis in Username3D-I2019-03-311-0/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-16004
* | | | | Merge pull request #5524 from hanakin/ticket/15953Marc Alexander2019-03-311-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | | | | | | [ticket/15953] add reported pm message borders
| * | | | [ticket/15953] add reported pm bordershanakin2019-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-15953
* | | | | Merge pull request #5520 from 3D-I/ticket/15950Marc Alexander2019-03-161-5/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15950] Add SQL transactions to mcp_main.php
| * | | | | [ticket/15950] Add SQL transactions to mcp_main.php3D-I2019-01-221-5/+4
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15950 And simultaneously remove a duplicated UPDATE query.
* | | | | Merge pull request #5512 from jasonmarlin/ticket/15941Marc Alexander2019-03-131-3/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/15941] Replace MAX to speed up query in update_post_information
| * | | | | [ticket/15941] Small change to induce rebuildjasonmarlin2019-01-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15941
| * | | | | [ticket/15941] Replace MAX SQL in functions_posting.phpjasonmarlin2019-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941