aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | [ticket/14000] Added support for emojiJoshyPHP2015-07-121-1/+18
| |/ / / / / |/| | | | | | | | | | | | | | | | | PHPBB3-14000
* | | | | | [ticket/13995] Fix errors in tests from merge conflictMatt Friedman2015-07-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13995
* | | | | | Merge branch '3.1.x'Marc Alexander2015-07-081-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | | Conflicts: tests/template/template_includecss_test.php
| * | | | [ticket/13995] Remove projection from testsMatt Friedman2015-07-081-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13995
| * | | | [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-271-0/+81
| | | | | | | | | | | | | | | | | | | | PHPBB3-13880
* | | | | Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-073-30/+77
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13987] Add --dry-run option to reparser CLI
| * | | | | [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-063-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
| * | | | | [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-063-31/+73
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13987
* | | | | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-075-16/+124
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/10620] Quote improvements
| * | | | | [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | | [ticket/10620] Fixed functional tests to account for newlinesJoshyPHP2015-06-252-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | | [ticket/10620] Added testsJoshyPHP2015-06-252-0/+35
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-254-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
| * | | | | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-254-11/+80
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-10620
* | | | | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-062-0/+98
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13961] Add orderable service collections
| * | | | | | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-264-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | | | [ticket/13961] Add tests for ordered collectionsMate Bartus2015-06-242-2/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | | | [ticket/13961] Add test to service_collectionMate Bartus2015-06-231-0/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961
| * | | | | | [ticket/13961] Move service_collection to di/service_collection namespaceMate Bartus2015-06-232-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13961
* | | | | | | Merge pull request #3743 from s9e/ticket/13985Tristan Darricau2015-07-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13985] Updated s9e\TextFormatter
| * | | | | | | [ticket/13985] Updated s9e\TextFormatterJoshyPHP2015-07-061-1/+1
| | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13985
* | | | | | | [ticket/13990] Reparse markup inside of forum rules/descriptionJoshyPHP2015-07-065-10/+137
|/ / / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13990
* | | | | | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-0/+11
| |/ / / / |/| | | | | | | | | | | | | | PHPBB3-13970
* | | | | Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-2419-1/+1112
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * | | | | [ticket/13803] Moved tests to a subdirJoshyPHP2015-05-3018-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Set up a global $user for testsJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-302-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-302-31/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
| * | | | | [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added poll_option testsJoshyPHP2015-05-302-0/+104
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added poll_title testsJoshyPHP2015-05-302-0/+94
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added group_description testsJoshyPHP2015-05-302-0/+95
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added user_signature testsJoshyPHP2015-05-307-4/+123
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Sort test rows in SQL to match the expected resultJoshyPHP2015-05-301-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [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 #3669 from s9e/ticket/13901Tristan Darricau2015-06-243-1/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13901] Add more whitespace to long quotes for readability
| * | | | | | [ticket/13901] Fixed test's expected resultJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13901
| * | | | | | [ticket/13901] Add whitespace to short, multiline quotes for readabilityJoshyPHP2015-05-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13901
| * | | | | | [ticket/13901] Add more whitespace to long quotes for readabilityJoshyPHP2015-05-302-0/+14
| |/ / / / / | | | | | | | | | | | | | | | | | | PHPBB3-13901
* | | | | | Merge pull request #3683 from s9e/ticket/13921Tristan Darricau2015-06-243-0/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | [ticket/13921] Fix block BBCodes inside of inline BBCodes
| * | | | | [ticket/13921] Fix block BBCodes inside of inline BBCodesJoshyPHP2015-06-133-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13921
* | | | | | Merge pull request #3675 from s9e/ticket/13906Andreas Fischer2015-06-161-0/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13906] Fixed old signatures in post preview * s9e/ticket/13906: [ticket/13906] Renamed test [ticket/13906] Added test [ticket/13906] Fixed old signatures in post preview
| * | | | | | [ticket/13906] Renamed testJoshyPHP2015-06-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13906