aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4270 from kasimi/ticket/14562Tristan Darricau2016-04-021-2/+31
|\ | | | | | | | | | | | | [ticket/14562] Language fallback for extension permissions * kasimi/ticket/14562: [ticket/14562] Language fallback for extension permissions
| * [ticket/14562] Language fallback for extension permissionskasimi2016-04-011-2/+31
| | | | | | | | PHPBB3-14562
* | [ticket/14577] Do not calculate size of array in for loopMarc Alexander2016-04-024-11/+11
|/ | | | | | | For loops that modify the size of the looped arrays were obviously not changed. PHPBB3-14577
* Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-277-22/+61
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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] Allow input of floats for filesizeMarc Alexander2016-02-031-1/+1
| | | | | | | | | | | | | | This might be needed while switching the default input from KiB to MiB or similar changes to settings. PHPBB3-14272
| * [ticket/14272] Assign min and max values for avatar driver settingsMarc Alexander2016-01-013-0/+24
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Define min and max values for avatar width and heightMarc Alexander2015-12-271-0/+7
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Make sure phpbb_avatar_manager was definedMarc Alexander2015-12-033-3/+8
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Remove useless checkMarc Alexander2015-11-081-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-1/+1
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Assign min/max for all allowed typesMarc Alexander2015-11-061-4/+4
| | | | | | | | PHPBB3-14272
| * [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-063-16/+19
| | | | | | | | PHPBB3-14272
* | 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 #3874 from lavigor/ticket/14134Tristan Darricau2016-03-261-4/+20
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14134] Send warning notification PM in user's language. * lavigor/ticket/14134: [ticket/14134] Fix Okay in a comment. [ticket/14134] Fix code comments. [ticket/14134] Send warning notification PM in user's language.
| * | | [ticket/14134] Fix Okay in a comment.lavigor2016-03-251-1/+0
| | | | | | | | | | | | | | | | PHPBB3-14134
| * | | [ticket/14134] Fix code comments.lavigor2016-02-271-3/+2
| | | | | | | | | | | | | | | | PHPBB3-14134
| * | | [ticket/14134] Send warning notification PM in user's language.lavigor2015-09-021-4/+22
| | | | | | | | | | | | | | | | PHPBB3-14134
* | | | Merge pull request #4190 from marc1706/ticket/14437Tristan Darricau2016-03-251-15/+15
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-061-4/+4
| | | | | | | | | | | | | | | | | | | | 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 #4231 from Senky/ticket/13630Tristan Darricau2016-03-251-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13630
* | | | | | [ticket/14290] Correctly use modified since headerMarc Alexander2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14290
* | | | | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-242-0/+3
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | 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
* | | | | | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-061-11/+16
|/ / / / / | | | | | | | | | | | | | | | PHPBB3-14483
* | | | | Merge pull request #4153 from gn36/ticket/14443Marc Alexander2016-02-281-5/+7
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14443] Introduce additional parameter to messenger
| * | | | | [ticket/14443] substr($var, 0, 1) -> $var[0]Martin Beckmann2016-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14443
| * | | | | [ticket/14443] Avoid duplicate slashesMartin Beckmann2016-02-021-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14443
| * | | | | [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-011-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14443
* | | | | | Merge pull request #4086 from rxu/ticket/14366Marc Alexander2016-02-271-1/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14366] Add core events to the function decode_message()
| * | | | | | [ticket/14366] Add core events to the function decode_message()rxu2016-02-271-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove match/replace vars, use alternative var for the message var, update the target phpBB version. PHPBB3-14366
| * | | | | | [ticket/14366] Add core events to the function decode_message()rxu2015-12-171-1/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the function decode_message() in includes/functions_content.php to allow extensions performing additional message handling before/after decoding. PHPBB3-14366
* | | | | | | Merge pull request #4085 from rxu/ticket/14365Marc Alexander2016-02-271-0/+26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14365] Add core event to the function topic_review()
| * | | | | | | [ticket/14365] Fix a typo in the docblock.rxu2016-02-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14365
| * | | | | | | [ticket/14365] Add core event to the function topic_review()rxu2015-12-171-0/+26
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core event to the function topic_review() in includes/functions_posting.php to allow modifying posts list to review. PHPBB3-14365
* | | | | | | [ticket/14189] Add core.gen_sort_selects_after eventJakub Senko2016-02-261-1/+37
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | PHPBB3-14189
* | | | | | [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-181-0/+10
| |_|/ / / |/| | | | | | | | | | | | | | PHPBB3-13681
* | | | | [3.1.x] Increase dev version for 3.1.9Joas Schilling2016-02-131-1/+1
| | | | |
* | | | | Merge pull request #4176 from Elsensee/ticket/14409Joas Schilling2016-02-132-4/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14409] Update session page info before displaying online list
| * | | | | [ticket/14409] Update session page info before displaying online listOliver Schramm2016-02-132-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14409
* | | | | | Merge pull request #4177 from marc1706/ticket/14475Joas Schilling2016-02-131-10/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14475] Do not log removal of users from newly registered group
| * | | | | | [ticket/14475] Do not log removal of users from newly registered groupMarc Alexander2016-02-131-10/+13
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14475