aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14961] Add cookie notice as enablable featureMarc Alexander2017-01-061-0/+1
| | | | | | | Uses Insites cookieconsent v3.0.3: https://cookieconsent.insites.com PHPBB3-14961
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-271-1/+1
|\
| * [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
| | | | | | | | PHPBB3-14863
* | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-161-1/+1
| | | | | | | | PHPBB3-14739
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-7/+7
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14818] Optimize generate_board_url function
| * Merge pull request #4487 from gmixo/patch-2Tristan Darricau2016-10-241-7/+7
| |\ | | | | | | | | | | | | | | | | | | [ticket/14818] Optimize generate_board_url function * gmixo/patch-2: [ticket/14818] Optimize generate_board_url function
| | * [ticket/14818] Optimize generate_board_url functionMIkhail Gulyaev2016-10-171-7/+7
| | | | | | | | | | | | if $config['force_server_vars'] no need to calculate $request
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-231-9/+11
|\ \ \ | |/ /
| * | [ticket/14827] Possibility to add multiple form keyskasimi2016-10-191-9/+11
| |/ | | | | | | PHPBB3-14827
* | Merge pull request #4459 from rxu/ticket/14794Marc Alexander2016-09-231-2/+2
|\ \ | | | | | | | | | [ticket/14794] Adjust redirect() behavior for PHP 7.1+ compatibility
| * | [ticket/14794] Adjust redirect() behavior for PHP 7.1+ compatibilityrxu2016-09-231-2/+2
| | | | | | | | | | | | PHPBB3-14794
* | | [ticket/14793] Fix "A non-numeric value encountered" PHP warning on PHP 7.1+rxu2016-09-221-1/+1
|/ / | | | | | | PHPBB3-14793
* | [ticket/10961] Send HTTP 403 when applicableJakub Senko2016-09-011-0/+4
| | | | | | | | PHPBB3-10961
* | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-06-191-0/+24
|\ \ | |/
| * [ticket/14429] Add core.modify_users_online_string_modifyJakub Senko2016-05-271-0/+24
| | | | | | | | PHPBB3-14429
* | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-271-0/+6
|\ \ | |/ | | | | | | | | | | * 3.1.x: [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
| * Merge pull request #4182 from marc1706/ticket/14481Tristan Darricau2016-03-271-0/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | [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] Use port 443 if https is specified in x-forwarded-protoMarc Alexander2016-02-161-0/+6
| | | | | | | | | | | | PHPBB3-14481
* | | Merge pull request #4218 from marc1706/ticket/14527Tristan Darricau2016-03-251-1/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14527] Retrieve link URL from href and not link text * marc1706/ticket/14527: [ticket/14527] Decode automatically generated postlink without prefix [ticket/14527] Add tests for reverted improper fix [ticket/14527] Retrieve link URL from href and not link text
| * | | [ticket/14527] Decode automatically generated postlink without prefixMarc Alexander2016-03-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The http prefix gets automatically added and should be removed prior to outputting the post to the user. PHPBB3-14527
| * | | [ticket/14527] Retrieve link URL from href and not link textMarc Alexander2016-03-131-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14527
* | | | Merge branch 'ticket/14136' into ticket/14136-3.2.xMarc Alexander2016-03-241-0/+2
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/adm/style/install_update_diff.html phpBB/adm/style/installer_header.html phpBB/install/database_update.php phpBB/install/index.php phpBB/styles/subsilver2/template/overall_header.html phpBB/styles/subsilver2/template/simple_header.html phpBB/styles/subsilver2/template/ucp_pm_viewmessage_print.html phpBB/styles/subsilver2/template/viewtopic_print.html
| * | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | [ticket/14550] Fix the number of characters returned by unique_id()Tristan Darricau2016-03-231-1/+1
| |/ / |/| | | | | | | | PHPBB3-14450
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-03-101-4/+19
|\ \ \ | |/ /
| * | Merge pull request #4184 from lavigor/ticket/14486Marc Alexander2016-03-101-4/+19
| |\ \ | | | | | | | | | | | | [ticket/14486] Add an event and fix an event in login_box()
| | * | [ticket/14486] Use empty() and move error check.lavigor2016-02-271-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14486
| | * | [ticket/14486] Add an event and fix an event in login_box()lavigor2016-02-181-4/+19
| | |/ | | | | | | | | | PHPBB3-14486
* | | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-03-081-11/+16
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14132] Use transaction for adding notifications to type table [ticket/14519] Skip query if all unread notifications are retrieved [ticket/14483] Do not send headers by default on access via controller Conflicts: phpBB/phpbb/notification/manager.php
| * | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-061-11/+16
| |/ | | | | | | PHPBB3-14483
* | [ticket/14457] Replaces unique_id implementation by random_bytes()Tristan Darricau2016-02-181-17/+2
| | | | | | | | PHPBB3-14457
* | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-131-2/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/docs/CHANGELOG.html phpBB/includes/constants.php phpBB/includes/functions_user.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/style.cfg phpBB/styles/subsilver2/style.cfg
| * [ticket/14409] Update session page info before displaying online listOliver Schramm2016-02-131-2/+2
| | | | | | | | PHPBB3-14409
* | Merge branch '3.1.x'Marc Alexander2016-01-161-1/+1
|\ \ | |/
| * [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-151-1/+1
| | | | | | | | PHPBB3-14412
* | [ticket/13454] Remove more unused variablesMarc Alexander2016-01-061-2/+0
| | | | | | | | | | | | This should be the last part. Off to checking if the changes were correct. PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-13/+9
| | | | | | | | | | | | This is part 5 and there is more to come. PHPBB3-13454
* | Merge branch '3.1.x'Tristan Darricau2015-12-071-0/+2
|\ \ | |/ | | | | | | | | * 3.1.x: [ticket/14261] Fix tests by removing old code. [ticket/14261] Move the update of session informations to page_footer()
| * [ticket/14261] Move the update of session informations to page_footer()Zoddo2015-10-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Currently, the unique way to disable the update of session_page is to pass "false" to the parameter of session_begin(). This method is directly called in app.php, so pages served from the routing system can't disable the update of session informations. By moving the update to page_footer, we can allow controllers to tell to the session manager that we don't want to update the session infos. PHPBB3-14261
* | Merge branch '3.1.x'Cesar G2015-10-221-1/+1
|\ \ | |/ | | | | | | * 3.1.x: [ticket/14249] Fix online list order
| * [ticket/14249] Fix online list orderOliver Schramm2015-10-211-1/+1
| | | | | | | | PHPBB3-14249
* | Merge branch '3.1.x'Tristan Darricau2015-10-121-7/+12
|\ \ | |/ | | | | | | * 3.1.x: [ticket/13591] Change SQL query into array to allow
| * Merge pull request #3946 from RMcGirr83/ticket_13591Tristan Darricau2015-10-121-7/+12
| |\ | | | | | | | | | | | | | | | | | | [ticket/13591] Change SQL query into array to allow * RMcGirr83/ticket_13591: [ticket/13591] Change SQL query into array to allow
| | * [ticket/13591] Change SQL query into array to allowRMcGirr832015-10-081-7/+12
| | | | | | | | | | | | | | | | | | extension authors to modify SQL query PHPBB3-13591
* | | Merge branch '3.1.x'Tristan Darricau2015-10-121-1/+1
|\ \ \ | |/ / | | | | | | | | | * 3.1.x: [ticket/14200] Allow hidden users to see himself on viewonline
| * | [ticket/14200] Allow hidden users to see himself on viewonlineZoddo2015-10-101-1/+1
| |/ | | | | | | PHPBB3-14200
* | [ticket/12769] Properly include FAMichael Miday2015-09-171-1/+2
| |
* | Merge pull request #3876 from VSEphpbb/ticket/14138Tristan Darricau2015-09-091-2/+2
|\ \ | | | | | | | | | | | | | | | | | | [ticket/14138] Use span tags instead of abbr * VSEphpbb/ticket/14138: [ticket/14138] Use span tags instead of abbr
| * | [ticket/14138] Use span tags instead of abbrMatt Friedman2015-09-011-2/+2
| | | | | | | | | | | | PHPBB3-14138
* | | Merge branch '3.1.x'Marc Alexander2015-09-081-1/+1
|\ \ \ | |/ / |/| / | |/