aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-291-1/+34
* [ticket/12684] Add command user:addLEZY Thomas2016-02-292-0/+169
* [ticket/14503] Enable superglobals in cliMarc Alexander2016-02-281-0/+3
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-282-6/+8
|\
| * Merge pull request #4153 from gn36/ticket/14443Marc Alexander2016-02-282-6/+8
| |\
| | * [ticket/14443] substr($var, 0, 1) -> $var[0]Martin Beckmann2016-02-271-1/+1
| | * [ticket/14443] Avoid duplicate slashesMartin Beckmann2016-02-021-4/+6
| | * [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-012-6/+6
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-271-1/+27
|\ \ \ | |/ /
| * | Merge pull request #4086 from rxu/ticket/14366Marc Alexander2016-02-271-1/+27
| |\ \
| | * | [ticket/14366] Add core events to the function decode_message()rxu2016-02-271-10/+10
| | * | [ticket/14366] Add core events to the function decode_message()rxu2015-12-171-1/+27
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-271-0/+26
|\ \ \ \ | |/ / /
| * | | Merge pull request #4085 from rxu/ticket/14365Marc Alexander2016-02-271-0/+26
| |\ \ \
| | * | | [ticket/14365] Fix a typo in the docblock.rxu2016-02-271-2/+2
| | * | | [ticket/14365] Add core event to the function topic_review()rxu2015-12-171-0/+26
| | |/ /
* | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-272-0/+48
|\ \ \ \ | |/ / /
| * | | Merge pull request #4049 from rxu/ticket/14316Marc Alexander2016-02-273-0/+60
| |\ \ \
| | * | | [ticket/14316] Add events before/after the custom/zebra fields in profile viewrxu2016-02-273-0/+60
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-02-261-1/+37
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/14189] Add core.gen_sort_selects_after eventJakub Senko2016-02-261-1/+37
* | | | | Merge pull request #4188 from marc1706/ticket/13842Tristan Darricau2016-02-221-0/+7
|\ \ \ \ \
| * | | | | [ticket/13842] Prevent internal server errors without rewrite module on IISMarc Alexander2016-02-191-0/+7
| |/ / / /
* | | | | [ticket/14489] Fix bug where extension custom compiler pass cannot be found.Mark Shaw2016-02-181-1/+1
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-02-183-0/+20
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4185 from marc1706/ticket/13681Tristan Darricau2016-02-183-0/+20
| |\ \ \ \
| | * | | | [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-183-0/+20
* | | | | | Merge pull request #4165 from Nicofuma/ticket/14457Marc Alexander2016-02-187-46/+76
|\ \ \ \ \ \
| * | | | | | [ticket/14457] Replaces unique_id implementation by random_bytes()Tristan Darricau2016-02-183-19/+53
| * | | | | | [ticket/14457] Set the config values related to the RNG in the installer configTristan Darricau2016-02-181-1/+3
| * | | | | | [ticket/14457] Handle the case where there isn't any 'definition' bagTristan Darricau2016-02-181-2/+5
| * | | | | | [ticket/14457] Don't set CSS to JS and JS to CSSTristan Darricau2016-02-181-2/+2
| * | | | | | [ticket/14457] CSTristan Darricau2016-02-181-4/+4
| * | | | | | [ticket/14457] Fix twig/twig::assign_displayTristan Darricau2016-02-181-1/+1
| * | | | | | [ticket/14457] Uses a random placeholder to inject css and jsTristan Darricau2016-02-182-26/+17
* | | | | | | Merge pull request #4166 from marc1706/ticket/14315Tristan Darricau2016-02-184-31/+70
|\ \ \ \ \ \ \
| * | | | | | | [ticket/14315] Add functional tests for permission roles and fix non-jsMarc Alexander2016-02-172-2/+9
| * | | | | | | [ticket/14315] Add back roles select for disable javascriptMarc Alexander2016-02-164-1/+30
| * | | | | | | [ticket/14315] Tweak location of drop-downMarc Alexander2016-02-161-1/+1
| * | | | | | | [ticket/14315] Apply roles options format for multiple forums tooMarc Alexander2016-02-161-4/+5
| * | | | | | | [ticket/14315] Build role options for each permission groupMarc Alexander2016-02-162-7/+8
| * | | | | | | [ticket/14315] Correctly set default values and reset valuesMarc Alexander2016-02-163-22/+20
| * | | | | | | [ticket/14315] Only add role options specified for each groupMarc Alexander2016-02-162-0/+3
| |/ / / / / /
* | | | | | | Merge branch '3.1.x' into 3.2.xJoas Schilling2016-02-181-0/+31
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'prep-release-3.1.8' into 3.1.xJoas Schilling2016-02-182-2/+33
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Add migration for 3.1.8Joas Schilling2016-02-181-0/+31
| | * | | | | Update version for final 3.1.8 releaseJoas Schilling2016-02-182-2/+2
| | * | | | | [ticket/14485] Update composer.lockMarc Alexander2016-02-181-2/+2
* | | | | | | Merge pull request #4127 from RMcGirr83/ticket_14416Marc Alexander2016-02-181-0/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | [ticket/14416] Revert changes and use twig spacelessRichard McGirr2016-02-031-2/+14