aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13625] Fix types of propertiesRichard McGirr2016-03-251-5/+6
| | | | PHPBB3-13625
* Merge pull request #4244 from marc1706/ticket/14290Tristan Darricau2016-03-251-1/+1
|\ | | | | | | | | | | | | [ticket/14290] Correctly use modified since header * marc1706/ticket/14290: [ticket/14290] Correctly use modified since header
| * [ticket/14290] Correctly use modified since headerMarc Alexander2016-03-241-1/+1
|/ | | | PHPBB3-14290
* Merge pull request #4242 from marc1706/ticket/14136Tristan Darricau2016-03-2423-0/+24
|\ | | | | | | | | | | | | [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-2423-0/+24
| | | | | | | | | | | | | | | | | | | | | | 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 #4241 from rxu/ticket/14051Marc Alexander2016-03-241-0/+3
|\ \ \ | |_|/ |/| | | | | [ticket/14051] Restore accidentally removed $topics_count value
| * | [ticket/14051] Restore accidentally removed $topics_count valuerxu2016-03-241-0/+3
|/ / | | | | | | PHPBB3-14051
* | Merge pull request #4238 from RMcGirr83/ticket_14051Marc Alexander2016-03-241-10/+35
|\ \ | | | | | | | | | [ticket/14051] Replace sql array of viewforum sort topics function
| * | [ticket/14051] Add table alias and fix types of propertyRichard McGirr2016-03-241-4/+4
| | | | | | | | | | | | PHPBB3-14051
| * | [ticket/14051] Fix whitespaceRichard McGirr2016-03-231-1/+1
| | | | | | | | | | | | PHPBB3-14051
| * | [ticket/14051] Replace sql array of viewforum sort topics functionRichard McGirr2016-03-231-10/+35
| | | | | | | | | | | | PHPBB3-14051
* | | 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
* | | | Merge pull request #4113 from LaxSlash/ticket/14395Marc Alexander2016-03-241-0/+27
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/14395] Add event core.viewtopic_add_quickmod_option_before
| * | | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-231-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] core.viewtopic_add_quickmod_option_beforeLaxSlash2016-03-221-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] Add event core.viewtopic_add_quickmod_option_afterLaxSlash2016-01-081-8/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an event before the function phpbb_add_quickmod_option is called in the viewtopic.php file. The function is run before any event can be called to modify ... meaning that any modifications done to this array will not affect the options displayed to the user on the viewtopic page itself. This event serves two purposes - one, it is easier to add new quickmod options, and two, it allows an extenstion developer to check additional permissions and apply further authentication for the display of the quickmod options. PHPBB3-14395
| * | | [ticket/14395] Move call to phpbb_add_quickmod_optionLaxSlash2016-01-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved the call to function phpbb_add_quickmod_option to being under the core event core.viewtopic_assign_template_vars_before so as to enable the modification of elements in the BEFORE they are assigned to the template, so that removed elements don't show up in a non-functional state. Allows the user to perform additional permissions checks on the items within the array. PHPBB3-14395
* | | | Merge pull request #4226 from rxu/ticket/14540Tristan Darricau2016-03-161-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance * rxu/ticket/14540: [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performance
| * | | | [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
* | | | Merge pull request #4224 from marc1706/ticket/14538Tristan Darricau2016-03-151-253/+363
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | [ticket/14538] Update composer dependencies * marc1706/ticket/14538: [ticket/14538] Update composer dependencies
| * | | [ticket/14538] Update composer dependenciesMarc Alexander2016-03-151-253/+363
|/ / / | | | | | | | | | PHPBB3-14538
* | | Merge pull request #4217 from phpbb-fr-com/ticket/14533Marc Alexander2016-03-131-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL
| * | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
|/ / / | | | | | | | | | PHPBB3-14533
* | | Merge pull request #4216 from marc1706/ticket/14529Tristan Darricau2016-03-111-1/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14529] Stop using --prefer-source for composer * marc1706/ticket/14529: [ticket/14529] Stop using --prefer-source for composer
| * | | [ticket/14529] Stop using --prefer-source for composerMarc Alexander2016-03-111-1/+1
|/ / / | | | | | | | | | | | | | | | | | | The api rate limit has been removed by github. Therefore, we no longer need --prefer-source PHPBB3-14529
* | | Merge pull request #4211 from marc1706/ticket/14422Marc Alexander2016-03-101-0/+6
|\ \ \ | | | | | | | | | | | | [ticket/14422] Support cmd+enter & ctrl+enter for submitting message
| * | | [ticket/14422] Submit when pressing ctrl or cmd + enterMarc Alexander2016-03-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14422
| * | | [ticket/14422] Support cmd+enter for submitting messageCallum Macrae2016-03-101-0/+6
|/ / / | | | | | | | | | PHPBB3-14422
* | | 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 pull request #4192 from marc1706/ticket/14496Tristan Darricau2016-03-091-1/+3
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14496] Cache last update of update list instead of using filemtime * marc1706/ticket/14496: [ticket/14496] Destroy update_list_time cache variable on intro [ticket/14496] Cache last update of update list instead of using filemtime
| * | | | [ticket/14496] Destroy update_list_time cache variable on introMarc Alexander2016-02-261-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14496
| * | | | [ticket/14496] Cache last update of update list instead of using filemtimeMarc Alexander2016-02-261-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14496
* | | | | Merge pull request #4205 from marc1706/ticket/13264Máté Bartus2016-03-091-1/+7
|\ \ \ \ \ | | | | | | | | | | | | [ticket/13264] Do not force approved state if post visibility is known
| * | | | | [ticket/13264] Link to post if user can view itMarc Alexander2016-03-081-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13264
| * | | | | [ticket/13264] Do not force approved state if post visibility is knownMarc Alexander2016-03-071-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Post visibility is used if it is set to a valid value. PHPBB3-13264
* | | | | | 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
* | | | | | Merge pull request #4204 from marc1706/ticket/14483Máté Bartus2016-03-082-14/+22
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [ticket/14483] Do not send headers by default on access via controller
| * | | | | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-062-14/+22
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14483
* | | | | | Merge pull request #4203 from Elsensee/ticket/14514Marc Alexander2016-03-071-8/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/14514] Don't skip users when converting passwords