wiki.techinc.nl/tests/phpunit/includes/page
Roan Kattouw 13a1d8957b WikiPage: Truncate redirect fragments before inserting them into the DB
The rd_fragment field is 255 bytes wide, but there is no limit on how
long title fragments can be. We don't want to let the database silently
truncate the fragment for us, because that can result in invalid UTF-8.
Instead, truncate it before insertion in a UTF-8-aware way.

Bug: T207876
Change-Id: I12745f3f4c174eaced56d80f3661a71d0e5637e6
2018-10-24 17:33:56 -07:00
..
ArticleTablesTest.php tests: Replace implicit Bugzilla bug numbers with Phab ones 2017-02-21 02:14:34 +00:00
ArticleTest.php Remove Article static methods deprecated in 1.24 2017-10-26 12:22:01 -04:00
ArticleViewTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
ImagePage404Test.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
ImagePageTest.php Add @covers tags to page tests 2017-12-24 23:29:00 -08:00
PageArchiveMcrTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
PageArchivePreMcrTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
PageArchiveTestBase.php ActorMigration: Remove possibility of read-both 2018-10-11 12:12:00 +11:00
WikiCategoryPageTest.php Use namespaced ScopedCallback 2016-10-17 15:46:05 -07:00
WikiPageDbTestBase.php WikiPage: Truncate redirect fragments before inserting them into the DB 2018-10-24 17:33:56 -07:00
WikiPageMcrDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiPageMcrReadNewDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiPageMcrWriteBothDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiPageNoContentModelDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiPagePreMcrDbTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00