aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13803] Added testsJoshyPHP2015-05-303-0/+143
| | | | PHPBB3-13803
* [ticket/13803] Added testsJoshyPHP2015-05-303-6/+106
| | | | PHPBB3-13803
* [ticket/13803] Added pm_text testsJoshyPHP2015-05-302-0/+99
| | | | PHPBB3-13803
* [ticket/13803] Refactored testJoshyPHP2015-05-303-73/+98
| | | | PHPBB3-13803
* [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-302-7/+73
| | | | PHPBB3-13803
* [ticket/13803] Added pluginsJoshyPHP2015-05-301-1/+1
| | | | PHPBB3-13803
* [ticket/13803] Hyphenated class namesJoshyPHP2015-05-301-2/+2
| | | | PHPBB3-13803
* [ticket/13803] WIP implementationJoshyPHP2015-05-302-0/+86
| | | | PHPBB3-13803
* Merge pull request #3592 from Nicofuma/ticket/13388Nils Adermann2015-05-304-3/+32
|\ | | | | [ticket/13388] Integrate routing and di parameters resolution
| * [ticket/13388] Integrate routing and di parameters resolutionTristan Darricau2015-05-294-3/+32
| | | | | | | | PHPBB3-13388
* | Merge branch '3.1.x'Andreas Fischer2015-05-291-0/+2
|\ \ | | | | | | | | | | | | * 3.1.x: [ticket/13875] Ignore cache, ext, and store folder in lint test
| * \ Merge branch '3.0.x' into 3.1.xAndreas Fischer2015-05-291-0/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.0.x: [ticket/13875] Ignore cache, ext, and store folder in lint test Conflicts: tests/lint_test.php
| | * | [ticket/13875] Ignore cache, ext, and store folder in lint testMarc Alexander2015-05-281-0/+2
| | | | | | | | | | | | | | | | PHPBB3-13875
* | | | Merge pull request #3660 from Nicofuma/ticket/13890Oliver Schramm2015-05-291-0/+12
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/13890] Fix di tests
| * | | [ticket/13890] Fix di testsTristan Darricau2015-05-291-0/+12
| | | | | | | | | | | | | | | | PHPBB3-13890
* | | | Merge pull request #3561 from s9e/ticket/10922Tristan Darricau2015-05-292-2/+18
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/10922] Added support for body and subject in email BBCode
| * | | | [ticket/10922] Added testJoshyPHP2015-04-282-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-10922
| * | | | [ticket/10922] Added test dataJoshyPHP2015-04-282-3/+9
| | | | | | | | | | | | | | | | | | | | PHPBB3-10922
| * | | | [ticket/10922] Added testsJoshyPHP2015-04-282-0/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-10922
| * | | | [ticket/10922] Replaced urlencode() with rawurlencode()JoshyPHP2015-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | RFC-6068 asks for percent-encoding so that seems more correct. Not sure about that one. PHPBB3-10922
| * | | | [ticket/10922] Added support for body and subject in email BBCodeJoshyPHP2015-04-282-2/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-10922
* | | | | Merge pull request #3383 from nickvergessen/ticket/9109Tristan Darricau2015-05-292-0/+147
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | Ticket/9109 Properly document and calculate the group settings with value 0
| * | | | | [ticket/9109] Only query database once in phpbb_get_max_setting_from_groupMarc Alexander2015-02-082-0/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | More test cases have been added, too. PHPBB3-9109
| * | | | | [ticket/9109] Properly document and calculate the group settings with value 0Joas Schilling2015-02-082-0/+122
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9109
* | | | | | Merge pull request #3613 from nickvergessen/ticket/13844Tristan Darricau2015-05-292-0/+196
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Ticket/13844 Better FAQ language files
| * | | | | | [ticket/13844] Add eventsJoas Schilling2015-05-201-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13844
| * | | | | | [ticket/13844] Add unit tests for the help managerJoas Schilling2015-05-171-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13844
| * | | | | | [ticket/13844] Add a functional test that browses the help pagesJoas Schilling2015-05-161-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13844
* | | | | | | Merge pull request #3616 from s9e/ticket/13847Tristan Darricau2015-05-293-0/+107
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | [ticket/13847] Move quote generation to text_formatter.utils
| * | | | | | [ticket/13847] Updated ucp_pm_compose to use utils when forwardingJoshyPHP2015-05-251-1/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13847
| * | | | | | [ticket/13847] Updated ucp_pm_compose to use the utils serviceJoshyPHP2015-05-251-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ...when quoting a post PHPBB3-13847
| * | | | | | [ticket/13847] Changed enquote() logic to use whichever is the shortestJoshyPHP2015-05-251-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will enclose attribute values in single- or double- quotes depending on whichever requires the least escaping. Characters that need to be escaped are always escaped regardless. PHPBB3-13847
| * | | | | | [ticket/13847] Move quote generation to text_formatter.utilsJoshyPHP2015-05-252-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13847
* | | | | | | Merge pull request #3622 from s9e/ticket/13860Tristan Darricau2015-05-291-23/+30
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13860] Fixed array-to-string conversion
| * | | | | | | [ticket/13860] Fixed PHP notices from undeclared vars/propertiesJoshyPHP2015-05-281-23/+30
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-13860
* | | | | | | Merge pull request #3625 from s9e/ticket/11742Tristan Darricau2015-05-293-4/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11742] Remove tabs-to-space conversion in [code]
| * | | | | | | [ticket/11742] Added testJoshyPHP2015-05-231-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | | [ticket/11742] Updated default formatting tests to match the new defaultJoshyPHP2015-05-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
| * | | | | | | [ticket/11742] Removed tabs-to-space conversion in [code]JoshyPHP2015-05-232-0/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-11742
* | | | | | | Merge pull request #3648 from marc1706/ticket/13872Joas Schilling2015-05-291-5/+0
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [ticket/13872] Remove subsilver2 from md exporter test
| * | | | | | | [ticket/13872] Remove subsilver2 from md exporter testMarc Alexander2015-05-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13872
* | | | | | | | Merge pull request #3554 from Nicofuma/ticket/13770Nils Adermann2015-05-294-70/+40
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | [ticket/13770] Wither interface for container_builder
| * | | | | | | [ticket/13770] Update testsTristan Darricau2015-05-144-70/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13770
* | | | | | | | Merge branch '3.1.x'Marc Alexander2015-05-283-4/+113
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | [ticket/13872] Allow template events to have a changed versionJoas Schilling2015-05-283-4/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13872
* | | | | | | Merge pull request #3621 from Nicofuma/ticket/13849Marc Alexander2015-05-202-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13849] Fix development environment
| * | | | | | | [ticket/13849] Fix testsNicofuma2015-05-192-0/+2
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13849
* | | | | | | Merge pull request #3586 from s9e/ticket/13680Nicofuma2015-05-205-19/+72
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13680] Updated quote notifications
| * | | | | | | [ticket/13680] Renamed get_quote_authors to get_outermost_quote_authorsJoshyPHP2015-05-151-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13680
| * | | | | | | [ticket/13680] Updated quote notificationsJoshyPHP2015-05-155-19/+72
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added get_quote_authors() to text_formatter.utils service to retrieve the names used in first-level quotes PHPBB3-13680