https://bugzilla.wikimedia.org/show_bug.cgi?id=31258
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Normal |Lowest Severity|minor |enhancement --- Comment #3 from Krinkle <[email protected]> --- (In reply to comment #2) > I think it's safe to say it's not actually easy because it involves > building a totally new JS library that mimicks existing PHP behaviour. Uh.. what library? This is just a new method on mw.page that would: * Set document.title to mw.msg 'pagetitle' (supporting SITENAME and $1) * Updating firstHeading (usually <h1) text Anything else? (In reply to comment #1) > What sort of circumstances involve changing the page title in JS currently or > envisioned? Nothing yet in core, but I noticed some scripts and gadgets re-inventing this over and over and since it is core that knows/decides where and how the title is handled, it is best maintained in core. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
