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


Platonides <platoni...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |platoni...@gmail.com




--- Comment #10 from Platonides <platoni...@gmail.com>  2009-11-01 23:09:30 UTC 
---
The problem is that the parser function will be evaluated in the same scope as
categories are generated, so there're several options, none too good:
*The parser function returns the category membership of the previous revision
(would evaluate the current if the page is purged after).
*The parser function returns the category membership with the information from
categories defined before the parser function. Since the categories position
standard is to place them at the bottom, not too useful.
*Add a new pass to the parser to determine this. Parserfunctions are evaluated
before wikitext, and this would require preevaluating the wikitext. We
shouldn't pollute the parser with those loops.


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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to