Difference between revisions of "User talk:Taco"

From Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
* combine the current 'context' extension with the new 'ConTeXtXML' extension
 
* combine the current 'context' extension with the new 'ConTeXtXML' extension
  
Bugs:
+
Problems that remain unfixed for now:
* check the test of content-changes versus test file, it seemed overly restrictive, and is now probably too lenient
 
* with the NOTITLE extension, we seem to have lost the main page backlink and redirect indication. See if that can be restored (especially the redirect indicator)
 
* code and pre should allow any kind of 'wiki' markup inside
 
 
* the ParserCache is off again :( Find out what *else* in mw is calling our parent class.
 
* the ParserCache is off again :( Find out what *else* in mw is calling our parent class.
* Preview messes with XML entities. Not suprising, but annoying nonetheless. Create dedicated empty tags as alternative.
+
* the Preview messes with entities. Perhaps fixable by temporarily replacing cmdcode etc., then calling doing something with htmlspecialchars() and re-assembling.
 +
* the "redirected from ..." message is not displayed. I seem unable to make it reappear in 1.34 because of the CmdPage inheriting from WikiPage but the redirect creating a hardcoded WikiPage object. I will retry when MW 1.35 is officially released.

Revision as of 19:59, 26 August 2020

Todo for xml interface 'ConTeXtXML' extension:

  • (maybe) export to 100% correct xml, expanding wikicodes also, and fixing CDATA
  • ongoing from then on: existing page merging (jikes!)
  • combine the current 'context' extension with the new 'ConTeXtXML' extension

Problems that remain unfixed for now:

  • the ParserCache is off again :( Find out what *else* in mw is calling our parent class.
  • the Preview messes with entities. Perhaps fixable by temporarily replacing cmdcode etc., then calling doing something with htmlspecialchars() and re-assembling.
  • the "redirected from ..." message is not displayed. I seem unable to make it reappear in 1.34 because of the CmdPage inheriting from WikiPage but the redirect creating a hardcoded WikiPage object. I will retry when MW 1.35 is officially released.