| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14538] Update composer dependencies | Marc Alexander | 2016-03-15 | 1 | -253/+363 |
| | | | | | PHPBB3-14538 | ||||
| * | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URL | Skouat | 2016-03-12 | 1 | -1/+1 |
| | | | | | PHPBB3-14533 | ||||
| * | [ticket/14422] Submit when pressing ctrl or cmd + enter | Marc Alexander | 2016-03-10 | 1 | -1/+1 |
| | | | | | PHPBB3-14422 | ||||
| * | [ticket/14422] Support cmd+enter for submitting message | Callum Macrae | 2016-03-10 | 1 | -0/+6 |
| | | | | | PHPBB3-14422 | ||||
| * | Merge pull request #4184 from lavigor/ticket/14486 | Marc Alexander | 2016-03-10 | 1 | -4/+19 |
| |\ | | | | | | | [ticket/14486] Add an event and fix an event in login_box() | ||||
| | * | [ticket/14486] Use empty() and move error check. | lavigor | 2016-02-27 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-14486 | ||||
| | * | [ticket/14486] Add an event and fix an event in login_box() | lavigor | 2016-02-18 | 1 | -4/+19 |
| | | | | | | | | | PHPBB3-14486 | ||||
| * | | Merge pull request #4192 from marc1706/ticket/14496 | Tristan Darricau | 2016-03-09 | 1 | -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 intro | Marc Alexander | 2016-02-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | PHPBB3-14496 | ||||
| | * | | [ticket/14496] Cache last update of update list instead of using filemtime | Marc Alexander | 2016-02-26 | 1 | -1/+2 |
| | | | | | | | | | | | | | PHPBB3-14496 | ||||
| * | | | Merge pull request #4205 from marc1706/ticket/13264 | Máté Bartus | 2016-03-09 | 1 | -1/+7 |
| |\ \ \ | | | | | | | | | [ticket/13264] Do not force approved state if post visibility is known | ||||
| | * | | | [ticket/13264] Link to post if user can view it | Marc Alexander | 2016-03-08 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-13264 | ||||
| | * | | | [ticket/13264] Do not force approved state if post visibility is known | Marc Alexander | 2016-03-07 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Post visibility is used if it is set to a valid value. PHPBB3-13264 | ||||
| * | | | | Merge pull request #4206 from marc1706/ticket/14519 | Máté Bartus | 2016-03-08 | 1 | -1/+3 |
| |\ \ \ \ | | | | | | | | | | | [ticket/14519] Skip query if all unread notifications are retrieved | ||||
| | * | | | | [ticket/14519] Skip query if all unread notifications are retrieved | Marc Alexander | 2016-03-08 | 1 | -1/+3 |
| | |/ / / | | | | | | | | | | | | | PHPBB3-14519 | ||||
| * | | | | Merge pull request #4207 from marc1706/ticket/14132 | Máté Bartus | 2016-03-08 | 1 | -0/+4 |
| |\ \ \ \ | | | | | | | | | | | [ticket/14132] Use transaction for adding notifications to type table | ||||
| | * | | | | [ticket/14132] Use transaction for adding notifications to type table | Marc Alexander | 2016-03-08 | 1 | -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/14483 | Máté Bartus | 2016-03-08 | 2 | -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 controller | Marc Alexander | 2016-03-06 | 2 | -14/+22 |
| | | | | | | | | | | | | | | | | | PHPBB3-14483 | ||||
| * | | | | [ticket/14514] Don't skip users when converting passwords | Oliver Schramm | 2016-03-06 | 1 | -8/+5 |
| |/ / / | | | | | | | | | | PHPBB3-14514 | ||||
| * | | | Merge pull request #4200 from RMcGirr83/ticket_14508 | Marc Alexander | 2016-03-05 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14508] Change language notice on account activation | ||||
| | * | | | [ticket/14508] Adjust account inactive language | Richard McGirr | 2016-03-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14508 | ||||
| | * | | | [ticket/14508] Change language notice on account activation | Richard McGirr | 2016-03-02 | 1 | -1/+1 |
| | |/ / | | | | | | | | | | PHPBB3-14508 | ||||
| * | | | Merge pull request #4153 from gn36/ticket/14443 | Marc Alexander | 2016-02-28 | 2 | -6/+8 |
| |\ \ \ | | | | | | | | | | | | | [ticket/14443] Introduce additional parameter to messenger | ||||
| | * | | | [ticket/14443] substr($var, 0, 1) -> $var[0] | Martin Beckmann | 2016-02-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14443 | ||||
| | * | | | [ticket/14443] Avoid duplicate slashes | Martin Beckmann | 2016-02-02 | 1 | -4/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-14443 | ||||
| | * | | | [ticket/14443] Introduce additional parameter to messenger | Martin Beckmann | 2016-02-01 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-14443 | ||||
| * | | | | Merge pull request #4086 from rxu/ticket/14366 | Marc Alexander | 2016-02-27 | 1 | -1/+27 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14366] Add core events to the function decode_message() | ||||
| | * | | | | [ticket/14366] Add core events to the function decode_message() | rxu | 2016-02-27 | 1 | -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() | rxu | 2015-12-17 | 1 | -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/14365 | Marc Alexander | 2016-02-27 | 1 | -0/+26 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14365] Add core event to the function topic_review() | ||||
| | * | | | | | [ticket/14365] Fix a typo in the docblock. | rxu | 2016-02-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14365 | ||||
| | * | | | | | [ticket/14365] Add core event to the function topic_review() | rxu | 2015-12-17 | 1 | -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/14316 | Marc Alexander | 2016-02-27 | 3 | -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 view | rxu | 2016-02-27 | 3 | -0/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14316 | ||||
| * | | | | | | [ticket/14189] Add core.gen_sort_selects_after event | Jakub Senko | 2016-02-26 | 1 | -1/+37 |
| | |_|_|/ / |/| | | | | | | | | | | | | | | PHPBB3-14189 | ||||
| * | | | | | Merge pull request #4185 from marc1706/ticket/13681 | Tristan Darricau | 2016-02-18 | 3 | -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 necessary | Marc Alexander | 2016-02-18 | 3 | -0/+20 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-13681 | ||||
| * | | | | | Merge branch 'prep-release-3.1.8' into 3.1.x | Joas Schilling | 2016-02-18 | 2 | -2/+33 |
| |\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build/build.xml phpBB/includes/constants.php phpBB/install/schemas/schema_data.sql | ||||
| | * | | | | Add migration for 3.1.8 | Joas Schilling | 2016-02-18 | 1 | -0/+31 |
| | | | | | | |||||
| | * | | | | Update version for final 3.1.8 release | Joas Schilling | 2016-02-18 | 2 | -2/+2 |
| | | | | | | |||||
| | * | | | | [ticket/14485] Update composer.lock | Marc Alexander | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14485 | ||||
| * | | | | | [3.1.x] Increase dev version for 3.1.9 | Joas Schilling | 2016-02-13 | 2 | -2/+2 |
| |/ / / / | |||||
| * | | | | [prep-release-3.1.8] Update changelog | Joas Schilling | 2016-02-13 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Merge pull request #4176 from Elsensee/ticket/14409 | Joas Schilling | 2016-02-13 | 4 | -4/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/14409] Update session page info before displaying online list | ||||
| | * | | | | [ticket/14409] Update session page info before displaying online list | Oliver Schramm | 2016-02-13 | 4 | -4/+8 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14409 | ||||
| * | | | | | Merge pull request #4177 from marc1706/ticket/14475 | Joas Schilling | 2016-02-13 | 1 | -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 group | Marc Alexander | 2016-02-13 | 1 | -10/+13 |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14475 | ||||
| * | | | | | [prep-release-3.1.8] Add changelog for 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -1/+36 |
| | | | | | | |||||
| * | | | | | [prep-release-3.1.8] Add migration for 3.1.8-RC1 | Joas Schilling | 2016-02-13 | 1 | -0/+32 |
| | | | | | | |||||
