https://bugzilla.wikimedia.org/show_bug.cgi?id=12401
Alex Z. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Depends on| |14024 --- Comment #6 from Alex Z. <[email protected]> 2009-06-25 15:29:10 UTC --- The problems I see are twofold: 1. The default action is confusing. Rather than just getting the wikitext and using it like a template, it grabs the action=render output and just includes the HTML. 2. The "raw" usage uses ?action=raw, so breaks on wikis with "pretty URLs" and can't follow redirects. The first could be fixed without too much work probably, but it would break backward compatibility for people who want the current behavior. For the second, it would probably be best if scary transclusion used the API to get the page text, but that would be dependent on it being able to find the API, which would depend on bug 14024. -- 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
