aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | [ticket/12684] Use a switch statement for readabilityMatt Friedman2016-03-211-13/+13
| * | | | | | | [ticket/12684] Refactor a testMatt Friedman2016-03-211-1/+9
| * | | | | | | [ticket/12684] Use interactive method correctlyMatt Friedman2016-03-091-30/+25
| * | | | | | | [ticket/12684] Extract interactivity to a methodMatt Friedman2016-03-091-37/+52
| * | | | | | | [ticket/12684] Update option helpMatt Friedman2016-03-081-1/+1
| * | | | | | | [ticket/12684] Add extended help for the user:add commandMatt Friedman2016-03-082-0/+4
| * | | | | | | [ticket/12684] Add shorthand alternates to the optionsMatt Friedman2016-03-081-3/+3
| * | | | | | | [ticket/12684] Remove whitespaceMatt Friedman2016-03-051-1/+1
| * | | | | | | [ticket/12684] Add an error on user creation failureMatt Friedman2016-03-051-0/+6
| * | | | | | | [ticket/12684] Remove unnecessary null argumentsMatt Friedman2016-02-291-2/+2
| * | | | | | | [ticket/12684] Additional clean upMatt Friedman2016-02-291-9/+4
| * | | | | | | [ticket/12684] Allowed to use $this in enclosureMatt Friedman2016-02-291-4/+3
| * | | | | | | [ticket/12684] Move all lang keys to cliMatt Friedman2016-02-294-5/+5
| * | | | | | | [ticket/12684] Fix a few mistakes and clean it upMatt Friedman2016-02-291-8/+24
| * | | | | | | [ticket/12684] Some code clean upMatt Friedman2016-02-291-12/+1
| * | | | | | | [ticket/12684] Another little fixMatt Friedman2016-02-291-1/+1
| * | | | | | | [ticket/12684] Fix testsMatt Friedman2016-02-292-11/+15
| * | | | | | | [ticket/12684] Update to use non-deprecated methodsMatt Friedman2016-02-292-155/+149
| * | | | | | | [ticket/12684] Add send email optionMatt Friedman2016-02-293-0/+57
| * | | | | | | [ticket/12684] Add input validationMatt Friedman2016-02-292-0/+71
| * | | | | | | [ticket/12684] Updates for 3.2 APIMatt Friedman2016-02-294-16/+49
| * | | | | | | [ticket/12684] Fix merge errorsMatt Friedman2016-02-292-0/+15
| * | | | | | | [ticket/12684] Fix header fileTristan Darricau2016-02-291-1/+1
| * | | | | | | [ticket/12684] Fix testsTristan Darricau2016-02-292-13/+9
| * | | | | | | [ticket/12684] Add doc blocks and test file for user:addLEZY Thomas2016-02-293-1/+215
| * | | | | | | [ticket/12684] Add command user:addLEZY Thomas2016-02-292-0/+169
* | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-261-1/+1
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge pull request #4229 from Senky/ticket/13013Tristan Darricau2016-03-261-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/13013] Explain to user explicitl what "participate more" meansJakub Senko2016-03-261-1/+1
| |/ / / / / / /
* | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-261-4/+20
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #3874 from lavigor/ticket/14134Tristan Darricau2016-03-261-4/+20
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/14134] Fix Okay in a comment.lavigor2016-03-251-1/+0
| | * | | | | | | [ticket/14134] Fix code comments.lavigor2016-02-271-3/+2
| | * | | | | | | [ticket/14134] Send warning notification PM in user's language.lavigor2015-09-021-4/+22
* | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-250-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Merge pull request #4188 from marc1706/ticket/13842Tristan Darricau2016-03-251-0/+7
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-253-17/+17
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Merge pull request #4190 from marc1706/ticket/14437Tristan Darricau2016-03-253-17/+17
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | [ticket/14437] Make sure attachments array is properly ordered before processingMarc Alexander2016-03-062-5/+5
| | * | | | | | | | | [ticket/14437] Preserve attachment ID order by ordering by attach_idMarc Alexander2016-03-061-1/+1
| | * | | | | | | | | [ticket/14437] Sort attachments after assigning inline attachmentsMarc Alexander2016-03-061-13/+13
| | * | | | | | | | | [ticket/14437] Correctly assume index from attachment display orderMarc Alexander2016-02-211-2/+2
* | | | | | | | | | | Merge pull request #4193 from marc1706/ticket/14497Tristan Darricau2016-03-253-16/+61
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ticket/14497] Do not check for doctype on index and use correct returnMarc Alexander2016-03-051-4/+4
| * | | | | | | | | | | [ticket/14497] Add test for visiting installerMarc Alexander2016-03-051-0/+30
| * | | | | | | | | | | [ticket/14497] Use nginx sample config in travis testsMarc Alexander2016-03-051-15/+7
| * | | | | | | | | | | [ticket/14497] Support second app.php script in install folderMarc Alexander2016-02-251-1/+24
* | | | | | | | | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-03-253-5/+32
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #4214 from marc1706/ticket/14241Tristan Darricau2016-03-253-5/+32
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-122-4/+9