aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [ticket/14948] Use continue 2 instead of continue to continue while loopMarc Alexander2019-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14948
* | | | | | | [ticket/14948] Update requirements and travis build matrixMarc Alexander2019-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14948
* | | | | | | [ticket/12629] Rename errors_show to show_errorsrubencm2019-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12629
* | | | | | | [ticket/12629] Add debug.errors_showRubén Calvo2019-05-091-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12629
* | | | | | | [ticket/12628] Introduce debug.memoryJakub Senko2019-05-091-7/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix one debug.sql_explain missing from the previous PR PHPBB3-12628
* | | | | | | [ticket/15410] Remove obsolete code from BBCodes ACPJoshyPHP2019-05-091-154/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15410
* | | | | | | [ticket/15772] Hide warning in acp when allow_install_dir is truerubencm2019-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15772
* | | | | | | [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11838
* | | | | | | [ticket/15413] Login redirect to previous pageRubén Calvo2019-05-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15413
* | | | | | | [ticket/15663] Move constant to compatibility_globalsRubén Calvo2019-05-092-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15663
* | | | | | | [ticket/15663] Remove flash attachments supportRubén Calvo2019-05-093-39/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15663
* | | | | | | [ticket/15738] Remove deprecated variables from questionnaireRubén Calvo2019-05-091-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15738
* | | | | | | [ticket/15738] Remove code related with safe_modeRubén Calvo2019-05-091-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15738
* | | | | | | [ticket/12591] Improve breadcrumb naming and extend it's usageJakub Senko2019-05-092-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12591
* | | | | | | [ticket/12624] Add debug.load_time parameterJakub Senko2019-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12624
* | | | | | | [ticket/12627] Add debug.sql_explain parameterJakub Senko2019-05-091-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12627
* | | | | | | [ticket/15714] Auto login after registrationRubén Calvo2019-05-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15714
* | | | | | | [ticket/15580] Remove redundant code from ACP3D-I2019-05-091-26/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15580
* | | | | | | [ticket/15664] Ajaxify ext actions in ACPJakub Senko2019-05-091-42/+107
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15664
* | | | | | | [ticket/14573] Add UCP breadcrumbsJakub Senko2019-05-061-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14573
* | | | | | | [ticket/14584] Change all to be removed tags to 4.0Máté Bartus2019-05-061-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14584
* | | | | | | [ticket/14548] Move deprecated globals and functionsMáté Bartus2019-05-067-94/+97
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14584
* | | | | | [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