aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | [ticket/13842] Prevent internal server errors without rewrite module on IISMarc Alexander2016-02-191-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13842
* | | | | | | | Merge pull request #4190 from marc1706/ticket/14437Tristan Darricau2016-03-253-17/+17
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14437] Correctly assume index from attachment display order * marc1706/ticket/14437: [ticket/14437] Make sure attachments array is properly ordered before processing [ticket/14437] Preserve attachment ID order by ordering by attach_id [ticket/14437] Sort attachments after assigning inline attachments [ticket/14437] Correctly assume index from attachment display order
| * | | | | | | | [ticket/14437] Make sure attachments array is properly ordered before processingMarc Alexander2016-03-062-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14437
| * | | | | | | | [ticket/14437] Preserve attachment ID order by ordering by attach_idMarc Alexander2016-03-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14437
| * | | | | | | | [ticket/14437] Sort attachments after assigning inline attachmentsMarc Alexander2016-03-061-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This does not seem to cause any issues but prevents us from having to consider the currenty display order. PHPBB3-14437
| * | | | | | | | [ticket/14437] Correctly assume index from attachment display orderMarc Alexander2016-02-211-2/+2
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14437
* | | | | | | | Merge pull request #4214 from marc1706/ticket/14241Tristan Darricau2016-03-253-5/+32
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-122-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14241
| * | | | | | | | [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-112-3/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #4231 from Senky/ticket/13630Tristan Darricau2016-03-252-2/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13630] Prevent empty parameter select_single * Senky/ticket/13630: [ticket/13630] Prevent empty parameter select_single
| * | | | | | | | [ticket/13630] Prevent empty parameter select_singleJakub Senko2016-03-202-2/+3
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13630
* | | | | | | | [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
* | | | | | | | | | [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
* | | | | | | | | | [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/14538] Update composer dependenciesMarc Alexander2016-03-151-253/+363
| |_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14538
* | | | | | | | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14533
* | | | | | | | [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