aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [ticket/15163] Escape curly braces in smilies HTML attributesJoshyPHP2017-04-183-0/+25
* [ticket/14990] Move dispatcher object to the front of the options arrayrxu2017-04-168-4/+9
* [ticket/14990] Fix event name, email parsing, installer and dispatcher callsrxu2017-04-161-1/+2
* [ticket/14938] Add missing language class to extension manager mockMarc Alexander2017-04-161-1/+4
* Merge branch '3.1.x' into 3.2.xMarc Alexander2017-04-161-0/+2
|\
| * Merge pull request #4592 from javiexin/ticket/14938Marc Alexander2017-04-161-0/+2
| |\
| | * [ticket/14938] Inconsistency in ext_mgr all_available vs is_availablejaviexin2017-02-101-0/+2
* | | Merge pull request #4698 from javiexin/ticket/15087Marc Alexander2017-04-161-3/+1
|\ \ \
| * | | [ticket/15087] Optimize creation of metadata objects by cachingjaviexin2017-02-121-3/+1
* | | | Merge pull request #4612 from javiexin/ticket/14950Marc Alexander2017-04-151-1/+50
|\ \ \ \
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+1
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-1/+6
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-081-2/+2
| * | | | [ticket/14950] Add possibility to delete a template blockjaviexin2017-01-071-0/+42
| | |_|/ | |/| |
* | | | [ticket/15142] Merge branch 'ticket/15142' into 32xMatt Friedman2017-04-101-0/+297
|\ \ \ \ | | |_|/ | |/| |
| * | | [ticket/15142] Add ext branch update testsMatt Friedman2017-03-241-0/+292
* | | | Merge pull request #4714 from vinny/ticket/14732Marc Alexander2017-03-081-5/+0
|\ \ \ \
| * | | | [ticket/14732] Remove references from testsVinny2017-02-281-5/+0
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-231-2/+129
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #4605 from javiexin/ticket/14943Marc Alexander2017-02-231-2/+129
| |\ \ \ \
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-0/+10
| | * | | | [ticket/14943] Fix template loop access by indexjaviexin2017-01-071-2/+119
| | | |/ / | | |/| |
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-191-0/+37
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #4598 from javiexin/ticket/14944Marc Alexander2017-02-191-0/+37
| |\ \ \ \
| | * | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-281-2/+2
| | * | | | [ticket/14944] Add possibility to search for template loop indexes by keyjaviexin2017-01-081-0/+37
| | |/ / /
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2017-02-111-1/+1
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | Merge pull request #4523 from senky/ticket/13429Marc Alexander2017-02-111-1/+1
| |\ \ \
| | * | | [ticket/13429] Replace @change with @changedJakub Senko2017-01-232-9/+9
| | * | | [ticket/13429] Replace @changed with @change in event docblocksJakub Senko2016-11-201-8/+8
| | |/ /
* | | | Merge pull request #4661 from hanakin/ticket/15037Marc Alexander2017-01-271-3/+3
|\ \ \ \
| * | | | [ticket/15037] try larger size limithanakin2017-01-231-1/+1
| * | | | [ticket/15307] fix for good!hanakin2017-01-231-2/+2
| * | | | [ticket/15037]a attempt to fix stupid test issuehanakin2017-01-231-3/+3
* | | | | [ticket/15045] Fix user object instantiation in version_testMarc Alexander2017-01-241-1/+6
|/ / / /
* | | | Merge pull request #4659 from marc1706/ticket/15036Tristan Darricau2017-01-221-0/+7
|\ \ \ \
| * | | | [ticket/15036] Unlink install_config during functional testingMarc Alexander2017-01-211-0/+7
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2017-01-221-0/+200
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/14968] Use earlier version as written in commentMarc Alexander2017-01-221-2/+2
| * | | | [ticket/14968] Update docblock and ensure method returns arrayMarc Alexander2017-01-221-2/+2
| * | | | [ticket/14968] Add method for retrieving updates on current branchMarc Alexander2017-01-221-0/+200
* | | | | [ticket/14790] Added test caseJoshyPHP2017-01-222-0/+8
| |/ / / |/| | |
* | | | Merge pull request #4648 from JoshyPHP/ticket/15016Marc Alexander2017-01-153-0/+45
|\ \ \ \ | |_|_|/ |/| | |
| * | | [ticket/15016] Fixed an issue with some parentheses in smiliesJoshyPHP2017-01-153-0/+45
* | | | Merge pull request #4632 from VSEphpbb/ticket/14989Tristan Darricau2017-01-151-0/+41
|\ \ \ \
| * | | | [ticket/14989] Allow more admin-configurable schemes in post linksMatt Friedman2017-01-111-0/+41
* | | | | Merge pull request #4631 from JoshyPHP/ticket/14985Tristan Darricau2017-01-152-0/+89
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | [ticket/14985] Added functional tests for BBCodes and smiliesJoshyPHP2017-01-122-0/+89
* | | | | [ticket/15008] Disable emoji when smilies are disabledJoshyPHP2017-01-143-0/+20
|/ / / /
* | | | [ticket/14971] Add on_page test with the string argumentsrxu2017-01-081-0/+6