wiki.techinc.nl/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
..
Article.php Remove fixed phpcs:ignore 2018-10-23 20:35:00 +02:00
CategoryPage.php Use ::class to resolve class names in includes files 2018-01-27 20:34:29 +01:00
ImageHistoryList.php build: Updating mediawiki/mediawiki-codesniffer to 22.0.0 2018-09-16 15:51:11 +00:00
ImageHistoryPseudoPager.php ImageHistoryPseudoPager: Protect against TimestampException from bad user input 2018-09-26 00:32:07 +00:00
ImagePage.php Remove untidy wrapper from ImagePage::makeMetadataTable() 2018-10-22 16:45:50 +00:00
Page.php Split Page interface into own file 2016-04-02 16:35:20 +03:00
PageArchive.php Re-namespace RevisionStore and RevisionRecord classes 2018-10-09 10:22:48 -04:00
WikiCategoryPage.php Hide hiddencat catwatch changes in special changelists 2016-04-18 16:41:26 +02:00
WikiFilePage.php Add action/user tracking to html cache purge jobs 2017-10-30 10:47:30 -07:00
WikiPage.php WikiPage: Truncate redirect fragments before inserting them into the DB 2018-10-24 17:33:56 -07:00