aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | [ticket/14742] Small fixes to migratorOliver Schramm2016-08-111-4/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14742
* | | | | [ticket/14742] Avoid loop while reverting dataOliver Schramm2016-08-116-12/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This combines reverted updata_data and revert_data into a single array. PHPBB3-14742
* | | | | [ticket/14742] Pause after each schema changeOliver Schramm2016-08-111-2/+11
|/ / / / | | | | | | | | | | | | | | | | | | | | It is certainly better than running them all at once PHPBB3-14742
* | | | Merge pull request #4365 from rxu/ticket/14688Marc Alexander2016-07-171-2/+35
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14688] Add core events to the feeds
| * | | | [ticket/14688] Add core events to the feedsrxu2016-07-171-2/+35
| | |/ / | |/| | | | | | | | | | PHPBB3-14688
* | | | Merge pull request #4378 from Crizz0/ticket/14704Marc Alexander2016-07-171-46/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14704] Removes unused function and language files in base.php
| * | | | [ticket/14704] Removes unused function and language files in base.phpCrizzo2016-07-031-46/+0
| | |_|/ | |/| | | | | | | | | | PHPBB3-14704
* | | | Merge pull request #4321 from Senky/ticket/14615Marc Alexander2016-07-172-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14615] Fix HTML5 validation errors on avatar deletion
| * | | | [ticket/14615] Fix HTML5 validation errors on avatar deletionJakub Senko2016-05-162-4/+4
| | |_|/ | |/| | | | | | | | | | PHPBB3-14615
* | | | Merge pull request #4347 from Senky/ticket/14631Marc Alexander2016-07-141-0/+10
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/14631] Load truncate_string() if needed
| * | | [ticket/14631] Load truncate_string() if neededJakub Senko2016-06-071-0/+10
| | | | | | | | | | | | | | | | PHPBB3-14631
* | | | Merge pull request #4346 from lavigor/ticket/14661Marc Alexander2016-06-081-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/14661] Fix a typo in twig.php
| * | | | [ticket/14661] Fix a typo in twig.phplavigor2016-06-051-1/+1
| |/ / / | | | | | | | | | | | | PHPBB3-14661
* | | | [ticket/14664] Fix PHPDoc comment in cron managerlavigor2016-06-071-1/+1
|/ / / | | | | | | | | | PHPBB3-14664
* | | [ticket/11446] Make get_notification_type_ids work with string tooJakub Senko2016-05-271-2/+7
| | | | | | | | | | | | PHPBB3-11446
* | | [ticket/11446] Use sql_in_set properly in phpbb_notification_managerJakub Senko2016-05-231-12/+10
|/ / | | | | | | PHPBB3-11446
* | [ticket/14610] Implement lavigor methodRichard McGirr2016-05-091-10/+9
| | | | | | | | PHPBB3-14610
* | [ticket/14610] Remove whitespaceRichard McGirr2016-05-081-1/+1
| | | | | | | | PHPBB3-14610
* | [ticket/14610] Don't log an error if the Q&A captcha has been solvedRichard McGirr2016-05-081-0/+5
|/ | | | | | https://tracker.phpbb.com/browse/PHPBB3-14610 PHPBB3-14610
* [prep-release-3.1.9] Add migration for 3.1.9Joas Schilling2016-04-161-0/+36
|
* [prep-release-3.1.9] Add migration for 3.1.9-RC1Joas Schilling2016-04-091-0/+36
|
* Merge pull request #4256 from Nicofuma/ticket/13683Marc Alexander2016-04-071-2/+12
|\ | | | | | | [ticket/13683] Respects force_server_vars settings when generating URLs
| * [ticket/13683] Removes extra / in script_pathTristan Darricau2016-03-301-1/+1
| | | | | | | | PHPBB3-13683
| * [ticket/13683] Updates testsTristan Darricau2016-03-291-2/+3
| | | | | | | | PHPBB3-13683
| * [ticket/13683] Fix more casesTristan Darricau2016-03-291-3/+4
| | | | | | | | PHPBB3-13683
| * [ticket/13683] Respects force_server_vars settings when generating URLsTristan Darricau2016-03-291-0/+8
| | | | | | | | PHPBB3-13683
* | [ticket/14532] Do not escape column default in mssqlMarc Alexander2016-03-311-1/+1
| | | | | | | | | | | | | | | | | | The column default shouldn't be escaped for mssql. This is a regression from 743d816631292a2081af4c5f7fc2fad2aff17c58. Prior to that commit, the default value for the column was not escaped. Escaping it will cause SQL errors while altering columns. PHPBB3-14532
* | Merge pull request #4264 from VSEphpbb/ticket/14570Marc Alexander2016-03-3132-0/+160
|\ \ | |/ |/| | | [ticket/14570] Add effectively installed to 3.1.x versions
| * [ticket/14570] Use phpbb_version_compareMatt Friedman2016-03-2932-32/+32
| | | | | | | | PHPBB3-14570
| * [ticket/14570] Add effectively installed to 3.1.x versionsMatt Friedman2016-03-2932-0/+160
| | | | | | | | PHPBB3-14570
* | Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-277-19/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14272] Use html5 valid input elements * marc1706/ticket/14272: [ticket/14272] Allow input of floats for filesize [ticket/14272] Use input type number instead of text in avatars [ticket/14272] Assign min and max values for avatar driver settings [ticket/14272] Define min and max values for avatar width and height [ticket/14272] Disable not toggled form elements [ticket/14272] Make sure phpbb_avatar_manager was defined [ticket/14272] Remove useless check [ticket/14272] Fix invalid or missing min/max settings [ticket/14272] Assign min/max for all allowed types [ticket/14272] Only use maxlength and size for allowed input elements
| * | [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-2/+2
| | | | | | | | | | | | PHPBB3-14272
| * | [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-067-19/+19
| | | | | | | | | | | | PHPBB3-14272
* | | Merge pull request #4182 from marc1706/ticket/14481Tristan Darricau2016-03-272-2/+10
|\ \ \ | |_|/ |/| | | | | | | | | | | | | | | | | | | | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https * marc1706/ticket/14481: [ticket/14481] Add tests for x_forwarded_proto header [ticket/14481] Use port 443 if https is specified in x-forwarded-proto [ticket/14481] Respect HTTP_X_FORWARDED headers for implying https
| * | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying httpsMarc Alexander2016-02-152-2/+10
| | | | | | | | | | | | PHPBB3-14481
* | | Merge pull request #4214 from marc1706/ticket/14241Tristan Darricau2016-03-251-4/+30
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14241] Prevent empty q&a as a result of improper settings * marc1706/ticket/14241: [ticket/14241] Log fatal captcha error to error log [ticket/14241] Prevent empty q&a as a result of improper settings
| * | | [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-4/+8
| | | | | | | | | | | | | | | | PHPBB3-14241
| * | | [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-111-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improper setup of the q&a captcha in combination with the admin choosing a default language that does not have any questions and answers set might result in the user being presented empty questions and answers. This change will try to fall back to any question in case the admin incorrectly set the default language and has no questions & answers set. If that does not work, the captcha will not allow passing it and suggest to contact the board admin to resolve this issue. PHPBB3-14241
* | | | Merge pull request #4242 from marc1706/ticket/14136Tristan Darricau2016-03-241-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14136] Add back X-UA-Compatible meta tag * marc1706/ticket/14136: [ticket/14136] Add back X-UA-Compatible meta tag
| * | | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was previously removed without needing to. Adding it back to force users to not emulate the page for previous versions of IE. The imagetoolbar http-equiv tag was not restored as IE does not contain that anymore since IE7. Also, the chome=1 has been removed from the X-UA-Compatible content as ChromeFrame does not receive any further updates since 2014 and is potentially broken. PHPBB3-14136
* | | | | Merge pull request #4222 from marc1706/ticket/14536Tristan Darricau2016-03-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | [ticket/14536] Force unix time stamps to be integer * marc1706/ticket/14536: [ticket/14536] Force unix time stamps to be integer
| * | | | [ticket/14536] Force unix time stamps to be integerMarc Alexander2016-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure to prevent PHP fatal errors in case the passed timestamp is an empty string or does not evaluate to an integer (i.e. strings like foobar). PHPBB3-14536
* | | | | Merge pull request #4175 from Senky/ticket/14471Marc Alexander2016-03-241-0/+14
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before event
| * | | | | [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before eventJakub Senko2016-03-101-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14471
* | | | | | [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performancerxu2016-03-171-1/+1
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Swapping conditions in the function accept() of the class \phpbb\recursive_dot_prefix_filter_iterator saves a lot of isDir() calls which is more expensive than $filename[0] checks. PHPBB3-14540
* | | | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| |/ / / |/| | | | | | | | | | | PHPBB3-14533
* | | | Merge pull request #4206 from marc1706/ticket/14519Máté Bartus2016-03-081-1/+3
|\ \ \ \ | | | | | | | | | | [ticket/14519] Skip query if all unread notifications are retrieved
| * | | | [ticket/14519] Skip query if all unread notifications are retrievedMarc Alexander2016-03-081-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14519
* | | | | Merge pull request #4207 from marc1706/ticket/14132Máté Bartus2016-03-081-0/+4
|\ \ \ \ \ | | | | | | | | | | | | [ticket/14132] Use transaction for adding notifications to type table
| * | | | | [ticket/14132] Use transaction for adding notifications to type tableMarc Alexander2016-03-081-0/+4
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will prevent a race condition that might occur by two posts being submitted at the same time with the notification type IDs not being cached. PHPBB3-14132