Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12684] Add an error on user creation failure | Matt Friedman | 2016-03-05 | 1 | -0/+6 |
| | | | PHPBB3-12684 | ||||
* | [ticket/12684] Remove unnecessary null arguments | Matt Friedman | 2016-02-29 | 1 | -2/+2 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Additional clean up | Matt Friedman | 2016-02-29 | 1 | -9/+4 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Allowed to use $this in enclosure | Matt Friedman | 2016-02-29 | 1 | -4/+3 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Move all lang keys to cli | Matt Friedman | 2016-02-29 | 3 | -3/+3 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Fix a few mistakes and clean it up | Matt Friedman | 2016-02-29 | 1 | -8/+24 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Some code clean up | Matt Friedman | 2016-02-29 | 1 | -12/+1 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Another little fix | Matt Friedman | 2016-02-29 | 1 | -1/+1 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Fix tests | Matt Friedman | 2016-02-29 | 1 | -3/+1 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Update to use non-deprecated methods | Matt Friedman | 2016-02-29 | 2 | -155/+149 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Add send email option | Matt Friedman | 2016-02-29 | 2 | -0/+56 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Add input validation | Matt Friedman | 2016-02-29 | 1 | -0/+48 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Updates for 3.2 API | Matt Friedman | 2016-02-29 | 3 | -11/+35 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Fix merge errors | Matt Friedman | 2016-02-29 | 2 | -0/+15 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Fix header file | Tristan Darricau | 2016-02-29 | 1 | -1/+1 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Fix tests | Tristan Darricau | 2016-02-29 | 1 | -11/+7 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Add doc blocks and test file for user:add | LEZY Thomas | 2016-02-29 | 1 | -1/+34 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/12684] Add command user:add | LEZY Thomas | 2016-02-29 | 2 | -0/+169 |
| | | | | PHPBB3-12684 | ||||
* | [ticket/14503] Enable superglobals in cli | Marc Alexander | 2016-02-28 | 1 | -0/+3 |
| | | | | | | This is for example needed for outputting help on commands. PHPBB3-14503 | ||||
* | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-28 | 2 | -6/+8 |
|\ | |||||
| * | 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 branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-27 | 1 | -1/+27 |
|\ \ \ | |/ / | | | | | | | | | | Conflicts: phpBB/includes/functions_content.php | ||||
| * | | 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 branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-27 | 1 | -0/+26 |
|\ \ \ \ | |/ / / | |||||
| * | | | 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 branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-27 | 2 | -0/+48 |
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | Conflicts: phpBB/docs/events.md phpBB/styles/subsilver2/template/memberlist_view.html | ||||
| * | | | 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 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-02-26 | 1 | -1/+37 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | [ticket/14189] Add core.gen_sort_selects_after event | Jakub Senko | 2016-02-26 | 1 | -1/+37 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-14189 | ||||
* | | | | | Merge pull request #4188 from marc1706/ticket/13842 | Tristan Darricau | 2016-02-22 | 1 | -0/+7 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13842] Prevent internal server errors without rewrite module on IIS * marc1706/ticket/13842: [ticket/13842] Prevent internal server errors without rewrite module on IIS | ||||
| * | | | | | [ticket/13842] Prevent internal server errors without rewrite module on IIS | Marc Alexander | 2016-02-19 | 1 | -0/+7 |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-13842 | ||||
* | | | | | [ticket/14489] Fix bug where extension custom compiler pass cannot be found. | Mark Shaw | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is returning an extra / on my machine which throws off the next code block, and then the class can't be found. PHPBB3-14489 | ||||
* | | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-02-18 | 3 | -0/+20 |
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13681] Invalidate and reset opcache where necessary | ||||
| * | | | | 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 pull request #4165 from Nicofuma/ticket/14457 | Marc Alexander | 2016-02-18 | 7 | -46/+76 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/14457] Uses a random placeholder to inject css and js | ||||
| * | | | | | | [ticket/14457] Replaces unique_id implementation by random_bytes() | Tristan Darricau | 2016-02-18 | 3 | -19/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | | [ticket/14457] Set the config values related to the RNG in the installer config | Tristan Darricau | 2016-02-18 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | | [ticket/14457] Handle the case where there isn't any 'definition' bag | Tristan Darricau | 2016-02-18 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | | [ticket/14457] Don't set CSS to JS and JS to CSS | Tristan Darricau | 2016-02-18 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | | [ticket/14457] CS | Tristan Darricau | 2016-02-18 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 | ||||
| * | | | | | | [ticket/14457] Fix twig/twig::assign_display | Tristan Darricau | 2016-02-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14457 |