https://bugzilla.wikimedia.org/show_bug.cgi?id=20036


Nikola Kovacs <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]




--- Comment #4 from Nikola Kovacs <[email protected]>  2009-08-11 21:26:16 
UTC ---
This is probably a stupid question, but why don't you implement the __clone
function to deep copy the parser? recursiveTagParse() is not always sufficient,
especially with something as complicated as DPL.

In my case I wanted to save the html rendered inside my tag extension to the
database, but recursiveTagParse() stripped out all the internal links. These
were later reinserted properly on the original page, but the html saved to the
database didn't have them. Switching to parse() fixed it.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to