aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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 #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
| * | | [ticket/14514] Don't skip users when converting passwordsOliver Schramm2016-03-061-8/+5
|/ / / | | | | | | | | | PHPBB3-14514
* | | Merge pull request #4200 from RMcGirr83/ticket_14508Marc Alexander2016-03-051-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/14508] Change language notice on account activation
| * | | [ticket/14508] Adjust account inactive languageRichard McGirr2016-03-031-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14508
| * | | [ticket/14508] Change language notice on account activationRichard McGirr2016-03-021-1/+1
| |/ / | | | | | | | | | PHPBB3-14508
* | | Merge pull request #4153 from gn36/ticket/14443Marc Alexander2016-02-282-6/+8
|\ \ \ | | | | | | | | | | | | [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-012-6/+6
| | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #4049 from rxu/ticket/14316Marc Alexander2016-02-273-0/+60
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14316] Add events before/after the custom/zebra fields in pfile view
| * | | | | [ticket/14316] Add events before/after the custom/zebra fields in profile viewrxu2016-02-273-0/+60
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14316
* | | | | | Merge pull request #4195 from marc1706/ticket/14500Marc Alexander2016-02-271-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/14500] Specify prevversion instead of duplicate newversion
| * | | | | | [ticket/14500] Specify prevversion instead of duplicate newversionMarc Alexander2016-02-271-1/+1
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-14500
* | | | | | [ticket/14189] Add core.gen_sort_selects_after eventJakub Senko2016-02-261-1/+37
| |_|_|/ / |/| | | | | | | | | | | | | | PHPBB3-14189
* | | | | Merge pull request #4185 from marc1706/ticket/13681Tristan Darricau2016-02-183-0/+20
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13681] Invalidate and reset opcache where necessary * marc1706/ticket/13681: [ticket/13681] Invalidate and reset opcache where necessary
| * | | | | [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-183-0/+20
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-13681