[ticket/12746] Init phpbb_dispatcher being used by delete_post()
* dhruvgoel92/ticket/12746:
[ticket/12746] Init phpbb_dispatcher being used by delete_post()
* develop-ascraeus: (28 commits)
[ticket/12514] Fix array formatting for tests
[ticket/12514] Fix indention for type_url_test.php
[ticket/12514] Missed a few spaces in comments
[ticket/12514] Convert spaces to tabs
[ticket/12514] Add a few additional tests for type_dropdown
[ticket/12514] Add a few additional tests for type_int
[ticket/12514] Fix some formatting for tests
[ticket/12514] Add a few more tests for type_date
[ticket/12514] Remove spaces in header blocks
[ticket/12514] Use generic domain name for URL test
[ticket/12514] Update file headers to represent the current format
[ticket/12514] Remove get_ prefix from data providers
[ticket/12514] Add a few more validation cases for type_string_test
[ticket/12514] Minor fault in type_bool_test.php
[ticket/12514] Remove tests/profiles as they're no longer required
[ticket/12514] Fix type_int_test to correctly respect boundaries
[ticket/12514] Multi value GET parameters are invalid for phpBB
[ticket/12514] Add unit test for type_url custom profile field
[ticket/12514] Add unit test for type_date custom profile field
[ticket/12514] Add unit test for type_bool custom profile field
...
[ticket/12514] Add tests for profile fields
* Dragooon/ticket/12514: (28 commits)
[ticket/12514] Fix array formatting for tests
[ticket/12514] Fix indention for type_url_test.php
[ticket/12514] Missed a few spaces in comments
[ticket/12514] Convert spaces to tabs
[ticket/12514] Add a few additional tests for type_dropdown
[ticket/12514] Add a few additional tests for type_int
[ticket/12514] Fix some formatting for tests
[ticket/12514] Add a few more tests for type_date
[ticket/12514] Remove spaces in header blocks
[ticket/12514] Use generic domain name for URL test
[ticket/12514] Update file headers to represent the current format
[ticket/12514] Remove get_ prefix from data providers
[ticket/12514] Add a few more validation cases for type_string_test
[ticket/12514] Minor fault in type_bool_test.php
[ticket/12514] Remove tests/profiles as they're no longer required
[ticket/12514] Fix type_int_test to correctly respect boundaries
[ticket/12514] Multi value GET parameters are invalid for phpBB
[ticket/12514] Add unit test for type_url custom profile field
[ticket/12514] Add unit test for type_date custom profile field
[ticket/12514] Add unit test for type_bool custom profile field
...
* develop-ascraeus:
[ticket/11711] Improve coding and comments of character check
[ticket/11711] Reduce size of tests and also test topic titles
[ticket/11711] Improve checks for unsupported characters and check subject
[ticket/11711] Inform user of unsupported characters while posting
[ticket/11711] Inform user of unsupported characters while posting
* marc1706/ticket/11711:
[ticket/11711] Improve coding and comments of character check
[ticket/11711] Reduce size of tests and also test topic titles
[ticket/11711] Improve checks for unsupported characters and check subject
[ticket/11711] Inform user of unsupported characters while posting
# By Joas Schilling
# Via Dhruv Goel (1) and Joas Schilling (1)
* develop-ascraeus:
[ticket/12705] Store the regular expression matches based on server_url
[ticket/12705] Break calling make_clickable with a different server_url
* develop-ascraeus:
[ticket/12643] Properly handle changing columns on tables with constraints
[ticket/12643] Tests dropping similarly named columns
[ticket/12643] Ensure that similarly named columns are not removed
* develop-ascraeus: (25 commits)
[ticket/12613] Add distinction between top/bottom action-bar
[ticket/12613] Replaced topic-actions with action-bar
[ticket/12613] Remove responsive linklist from memberlist
[ticket/12613] Remove unnecessary checks and clean up CSS
[ticket/12613] role="navigation" not allowed on <ul>
[ticket/12613] Improved screen reader functionality
[ticket/12613] Removed unnecessary checks
[ticket/12613] Set fixed font-size
[ticket/12613] Slightly better icons
[ticket/12613] Typo and L_COLON
[ticket/12613] Small inconsistency fixes
[ticket/12613] Don't display page-jump if all pages are visible (6)
[ticket/12613] Fixes from comments (single quotes and typos)
[ticket/12613] Minor $bull; and <hr> fix
[ticket/12613] Pagination should never be in responsive linklist
[ticket/12613] Minor CSS fixes
[ticket/12613] Dropdown-visible page-jump icon, fix focus() timing
[ticket/12613] Renamed jump-to to page-jump to prevent confusion
[ticket/12613] Removed form in order to prevent nested forms
[ticket/12613] Fix functional test and post sorting bug
...