Last modified: 2013-10-03 00:41:36 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T33555, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 31555 - Add ability to save page asynchronously in MediaWiki
Add ability to save page asynchronously in MediaWiki
Status: NEW
Product: MediaWiki
Classification: Unclassified
Page editing (Other open bugs)
1.21.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2011-10-09 10:59 UTC by vssun
Modified: 2013-10-03 00:41 UTC (History)
4 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description vssun 2011-10-09 10:59:13 UTC
It is better to have an option to save a page without closing the edit session. 

For example, I am editing a lengthy page/template and I would like to save the page and test the immediate effect in another browser window. Presently I have to save and close the edit session, and it will be difficult to reach the point of edit while re-editing the page.
Comment 1 Max Semenik 2011-10-09 12:19:53 UTC
Is https://www.mediawiki.org/wiki/Extension:Drafts what you want?
Comment 2 vssun 2011-10-09 16:35:02 UTC
I think No.

Permanent save is required while saving, but the edit textbox should remain as it is.
Comment 3 MZMcBride 2012-06-27 18:40:17 UTC
(In reply to comment #0)
> It is better to have an option to save a page without closing the edit session. 
> 
> For example, I am editing a lengthy page/template and I would like to save the
> page and test the immediate effect in another browser window. Presently I have
> to save and close the edit session, and it will be difficult to reach the point
> of edit while re-editing the page.

It took me a minute to understand this. Basically you want the ability to asynchronously save the page. I've changed the bug summary to make this clearer ("Save page without closing it" --> "Add ability to save page asynchronously in MediaWiki").

This should probably be a JavaScript gadget.

(In reply to comment #1)
> Is https://www.mediawiki.org/wiki/Extension:Drafts what you want?

The current workflow when editing a MediaWiki page:
* user reaches action=edit;
* user modifies wikitext;
* user presses "Save page" when ready; and
* user is redirected to action=view with an updated parsing/rendering of the modified saved wikitext.

The proposed workflow described in this bug is:
* user reaches action=edit;
* user modifies wikitext;
* user presses "Save page" (or "Save page now" or some equivalent) when ready; and
* user is not redirected to action=view, instead user stays at action=edit, but the modified wikitext is saved to the database.
Comment 4 vssun 2012-06-28 01:07:59 UTC
thanks for clarification

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links