https://bugzilla.wikimedia.org/show_bug.cgi?id=18596
Alex Z. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #15 from Alex Z. <[email protected]> 2009-11-08 22:06:04 UTC --- (In reply to comment #12) > Implementationally, however, this information (in the simplest case) can > either > be drawn from the categorylinks table (corresponding to Platonides' option 1), > or from the parser's own category array (option 3). AFAICT, option 2 would > require adding another parser pass *anyway*. The first option, which is > already what we do with {{REVISIONID}}, {{REVISIONUSER}}, etc, seems by far > the > sanest option. > The difference is that the revision info is not set by the parser, so its possible to know the current revision info before parsing. Categories are set by the parser, so when saving a page, the function would be evaluated based on the categories on the previous revision, which means you could potentially get different behavior when saving vs. a null edit/cache expiry -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
