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
ArticleTest.php
ArticleViewTest.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
ImagePage404Test.php
ImagePageTest.php
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
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