aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14863] Properly treat plural rules in confirmation box titleJakub Senko2016-11-131-1/+1
| | | | PHPBB3-14863
* 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
* | [ticket/14827] Possibility to add multiple form keyskasimi2016-10-191-9/+11
|/ | | | PHPBB3-14827
* [ticket/14429] Add core.modify_users_online_string_modifyJakub Senko2016-05-271-0/+24
| | | | PHPBB3-14429
* 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
* | [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
* | 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
* | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-061-11/+16
|/ | | | PHPBB3-14483
* [ticket/14409] Update session page info before displaying online listOliver Schramm2016-02-131-2/+2
| | | | PHPBB3-14409
* [ticket/14412] Comment fixes for PHPDoc in the eventslavigor2016-01-151-1/+1
| | | | PHPBB3-14412
* [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
* [ticket/14249] Fix online list orderOliver Schramm2015-10-211-1/+1
| | | | PHPBB3-14249
* 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
* | [ticket/14200] Allow hidden users to see himself on viewonlineZoddo2015-10-101-1/+1
|/ | | | PHPBB3-14200
* [ticket/14142] Remove unused ignore_configs from avatar driversMatt Friedman2015-09-041-1/+1
| | | | PHPBB3-14142
* Merge pull request #3809 from marc1706/ticket/14070Tristan Darricau2015-08-281-1/+1
|\ | | | | | | | | | | | | [ticket/14070] Properly pass whether config should be ignored for avatars * marc1706/ticket/14070: [ticket/14070] Properly pass whether config should be ignored for avatars
| * [ticket/14070] Properly pass whether config should be ignored for avatarsMarc Alexander2015-08-051-1/+1
| | | | | | | | PHPBB3-14070
* | Merge pull request #3784 from Senky/ticket/14043Marc Alexander2015-08-091-1/+15
|\ \ | |/ |/| | | [ticket/14043] Add core.get_avatar_after php event
| * [ticket/14043] Add more parameters to the eventJakub Senko2015-08-021-2/+6
| | | | | | | | PHPBB3-14043
| * [ticket/14043] Add dispatcher to globals, change @since valueJakub Senko2015-07-221-2/+2
| | | | | | | | PHPBB3-14043
| * [ticket/14043] Add core.get_avatar_after php eventJakub Senko2015-07-211-1/+11
| | | | | | | | PHPBB3-14043
* | [ticket/13995] Invalid avatar HTML missing space between elementsMatt Friedman2015-07-071-1/+1
| | | | | | | | PHPBB3-13995
* | [ticket/13882] Add lazy load avatars to phpbb wrappersMatt Friedman2015-06-161-4/+6
| | | | | | | | PHPBB3-13882
* | Merge pull request #3653 from callumacrae/ticket/13882Marc Alexander2015-06-161-2/+24
|\ \ | | | | | | | | | [ticket/13882] Lazy load the notification avatars.
| * | [ticket/13882] no more egyptian brackets /o/Callum Macrae2015-05-301-2/+5
| | | | | | | | | | | | PHPBB3-13882
| * | [ticket/13882] Lazy load the notification avatars.Callum Macrae2015-05-281-2/+21
| | | | | | | | | | | | | | | | | | | | | This moves them further down the waterfall, making the page load quicker. PHPBB3-13882
* | | Merge pull request #3703 from javiexin/ticket/10711Andreas Fischer2015-06-131-0/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10711] Duplicate key error on forum_tracks_table * javiexin/ticket/10711: [ticket/10711] Duplicate key error on forum_tracks_table
| * | | [ticket/10711] Duplicate key error on forum_tracks_tablejaviexin2015-06-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In certain situations, an SQL error DUPLICATE ERROR for KEY 'PRIMARY' in the forums_track table is produced when marking forums read (viewforum.php?f=xx&mark=forums). The problem happens when there are duplicates in the forum_id array. The solution is to remove those duplicates. PHPBB3-10711
* | | | Merge pull request #3560 from Nicofuma/ticket/13790Nils Adermann2015-05-301-1/+1
|\ \ \ \ | |_|/ / |/| | | [ticket/13790] Update phpcs
| * | | [ticket/13790] Update phpcsTristan Darricau2015-05-191-1/+1
| |/ / | | | | | | | | | PHPBB3-13790
* | | Merge branch 'prep-release-3.1.4' into 3.1.xAndreas Fischer2015-04-281-2/+2
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.4: [ticket/security-180] Use language variable for redirect error in 3.1+ [ticket/security-180] Merge if statement with previous one in 3.1.x [ticket/security-180] Add tests for redirecting to main URL [ticket/security-180] Always fail when redirecting to an insecure URL [ticket/security-180] Make sure that redirect goes to full URL plus slash [ticket/security-180] Check if redirect URL contains board URL
| * | | [ticket/security-180] Use language variable for redirect error in 3.1+Marc Alexander2015-04-281-1/+1
| | | | | | | | | | | | | | | | SECURITY-180
| * | | Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/security/redirect_test.php
| | * | | [ticket/security-180] Always fail when redirecting to an insecure URLJoas Schilling2015-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | SECURITY-180
| * | | | [ticket/security-180] Merge if statement with previous one in 3.1.xMarc Alexander2015-04-281-7/+1
| | | | | | | | | | | | | | | | | | | | SECURITY-180
| * | | | Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-0/+6
| |\ \ \ \ | | |/ / / | | | | | | | | | | | | | | | Conflicts: tests/security/redirect_test.php
| | * | | [ticket/security-180] Make sure that redirect goes to full URL plus slashMarc Alexander2015-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | SECURITY-180
| | * | | [ticket/security-180] Check if redirect URL contains board URLMarc Alexander2015-04-101-0/+6
| | | | | | | | | | | | | | | | | | | | SECURITY-180
* | | | | [ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserverAlexander Köplinger2015-04-261-1/+1
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code was added as a workaround for bugs in very old versions of IIS, dating back to 2002: see commit 849d76697444f4e3523845f8c96569ccde57d868. Newer IIS versions handle the 'Location' header just fine, so we can avoid the unnecessary HTML page for redirects. Given that it seems to work fine since IIS 6.0 (on WinServer 2003), I don't think it's worth adding a special check for earlier versions as they are no longer supported by MS as well. PHPBB3-12101
* | | | Merge branch 'ticket/13765' into ticket/13765-3.1.4Andreas Fischer2015-04-251-2/+8
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * ticket/13765: [ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it. Conflicts: phpBB/includes/functions.php phpBB/includes/startup.php
| * | | [ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.Joas Schilling2015-04-251-1/+1
| |/ / | | | | | | | | | PHPBB3-13765
* | | [ticket/13698] Pass parameters for link in LOGIN_ERROR_PASSWORD error message.Cesar G2015-03-231-13/+11
| | | | | | | | | | | | | | | | | | | | | LOGIN_ERROR_PASSWORD may be returned as the message if the password is invalid while hitting the LOGIN_ERROR_ATTEMPTS error. PHPBB3-13698
* | | Merge pull request #3381 from rxu/ticket/13591Joas Schilling2015-02-241-6/+52
|\ \ \ | |_|/ |/| | | | | [ticket/13591] Add core events to the function obtain_users_online_string()
| * | [ticket/13591] Add core events to the function obtain_users_online_string()rxu2015-02-081-6/+52
| | | | | | | | | | | | | | | | | | | | | Add functions.php core events to the function obtain_users_online_string() to allow extensions adding/modifying online users data. PHPBB3-13591
* | | [ticket/13433] Fix parsing of email addressesrxu2015-02-171-1/+1
|/ / | | | | | | | | | | | | | | | | Currently email addresses are parsed incorrectly due to the regex structure. Namely, if localpart consists of several dot separated parts, only the last part with the trailing dot will be captured. The patch change this behavior to capture the whole localpart. PHPBB3-13433