Hi! Thanks! I will try this. Does this mean "refeshLinks.php" parses all pages to retrieve the current "page_props" (which for example might be set by tag extensions using "$parser->getOutput()->setProperty()" ). It then should also clear all parser cache, shouldn't it?
-- Robert Vogel -----Ursprüngliche Nachricht----- Von: MediaWiki-l [mailto:[email protected]] Im Auftrag von Tim Starling Gesendet: Montag, 18. Januar 2016 00:52 An: [email protected] Betreff: Re: [MediaWiki-l] Rebuild page_props On 14/01/16 18:58, Robert Vogel wrote: > Hi! > > Is there a way to rebuild the contents of 'page_props' table? There > are numerous maintenance scripts to rebuild page data but it seems > that none of them affects the 'page_props'. As far as I know the > 'page_props' data gets written by when the content of a page gets > parsed. I can clear the parser cache but I'd still have to access all > the pages on the wiki to have the parser act on them. Are there any > recommendations/suggestions? maintenance/refreshLinks.php should work. page_props is a kind of link table for these purposes. -- Tim Starling _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
