mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
78eb16035c
ApiVisualEditor * Reverted some of I223235a6ea8b4178c50beeaaedb709b2de7cf0b5 turned out to be full of problems - the race condition is only relevant to getting the HTML * Fixed check for $content to be false before it was defined ve.init.mw.ViewPageTarget * Reverted some more of I223235a6ea8b4178c50beeaaedb709b2de7cf0b5 - wgCurRevisionId is not equal to oldid, it's equal to $title->getLatestRevId() - this was causing lots of oldid problems * Added use of restored message * Made save button not locked when using oldid * Customized save buttons depending on oldid ve.init.mw.Target * Reverted even more of I223235a6ea8b4178c50beeaaedb709b2de7cf0b5 - we don't want to keep a copy of the wgCurRevisionId at all, we just want the oldid if it was given VisualEditor.i18n, VisualEditor * Added restored notification and restore save button label messages Change-Id: I8b30c2a153911f44643e369b7c6a9b89c0fb2c5b |
||
---|---|---|
.. | ||
ve.init.mw.ViewPageTarget.js |