Jump to content

User talk:Einottaja: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
EdwardsBot (talk | contribs)
EdwardsBot (talk | contribs)
Line 153: Line 153:
For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at [[Wikipedia:VisualEditor/Feedback]] and other ideas at [[Wikipedia talk:VisualEditor]]. Thank you! [[User:Whatamidoing (WMF)|Whatamidoing (WMF)]] [[User talk:Whatamidoing (WMF)|(talk)]] 18:37, 16 October 2013 (UTC)
For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at [[Wikipedia:VisualEditor/Feedback]] and other ideas at [[Wikipedia talk:VisualEditor]]. Thank you! [[User:Whatamidoing (WMF)|Whatamidoing (WMF)]] [[User talk:Whatamidoing (WMF)|(talk)]] 18:37, 16 October 2013 (UTC)
<!-- EdwardsBot 0642 -->
<!-- EdwardsBot 0642 -->

== VisualEditor newsletter for November 2013 ==

{{sidebox
|text= [[File:VisualEditor-logo.svg|200px]]
|below='''Did you know?'''
[[File:VisualEditor - Toolbar - Cancel-save.png|200px]]
<p>VisualEditor's toolbar has a new feature (currently working only in some browsers), '''"Switch to source editing"'''. By choosing this item, you can move directly into the wikitext source editor without saving. This is particularly useful if you need to make significant changes to tables, image galleries, or other elements that are not currently supported.
<p>For more information about how to use VisualEditor, read [[Wikipedia:VisualEditor/User guide]].}}

Since the last newsletter, the [[Wikipedia:VisualEditor|VisualEditor]] team has worked on some feature changes, major infrastructure improvements to make the system more stable, dependable and extensible, some minor toolbar improvements, and fixing bugs.

A new form parsing library for language characters in Parsoid caused the corruption of pages containing diacritics for about an hour two weeks ago. Relatively few pages at the English Wikipedia were affected, but this created immediate problems at some other Wikipedias, sometimes affecting several dozen pages. The development teams for Parsoid and VisualEditor apologize for the serious disruption and thank the people who reported this emergency at [[Wikipedia:VisualEditor/Feedback]] and on the public [[IRC]] channel, #mediawiki-visualeditor.

There have been dozens of changes since the last newsletter. Here are some of the highlights:

*'''Accidental deletion of infoboxes and other items:''' You now need to press the {{Key press|Delete}} or {{Key press|Backspace}} key ''twice'' to delete a template, reference or image. The first time, the item becomes selected, and the second time, it is removed. The need to press the delete key twice should make it more obvious what you are doing and help avoid accidental removals of infoboxes and similar ([[bugzilla:55336|bug 55336]]).
*'''Switch from VisualEditor to the wikitext editor:''' A new feature lets you make a direct, one-way editing interface change, which will preserve your changes without needing to save the page and re-open it in the wikitext editor ([[bugzilla:50687|bug 50687]]). It is available in a new menu in the action buttons by the Cancel button (where the "Page Settings" button used to be). Note that this new feature is not currently working in Firefox.
*'''Categories and Languages''' are also now directly available in that menu. The category suggestions drop-down was appearing in the wrong place rather than below its input box, which is now fixed. An incompatibility between VisualEditor and [[:mw:Parsoid|the deployed Parsoid service]] that prevented editing categories and language links was fixed.
*'''File:, Help: and Category: namespaces:''' VisualEditor was enabled for these namespaces the on all wikis ([[bugzilla:55968|bug 55968]]), the '''Portal: and Viquiprojecte:''' namespaces on the Catalan Wikipedia ([[bugzilla:56000|bug 56000]]), and the '''Portal: and Book: namespaces''' on the English Wikipedia ([[bugzilla:56001|bug 56001]]).
*'''Media item resizing:''' We improved how files are viewed in a few ways. First, inline media items can now be resized in the same way that has been possible with block ones (like thumbnails) before. When resizing a media item, you can see a live preview of how it will look as you drag it ([[bugzilla:54298|bug 54298]]). While you are dragging an image to resize it, we now show a label with the current dimensions ([[bugzilla:54297|bug 54297]]). Once you have resized it, we fetch a new, higher resolution image for the media item if necessary ([[bugzilla:55697|bug 55697]]). Manual setting of media item sizes in their dialog is nearly complete and should be available next week. If you hold down the {{Key press|shift}} key whilst resizing an image, it will now snap to a 10 pixel grid instead of the normal free-hand sizing. The media item resize label now is centered while resizing regardless of which tool you use to resize it.
*'''Undo and redo:''' A number of improvements were made to the transactions system which make undoing and redoing more reliable during real-time collaboration ([[bugzilla:53224|bug 53224]]).
*'''Save dialogue:''' The save page was re-written to use the same code as all other dialogs ([[bugzilla:48566|bug 48566]]), and in the process fixed a number of issues. The save dialog is re-accessible if it loses focus ([[bugzilla:50722|bug 50722]]), or if you review a null edit ([[bugzilla:53313|bug 53313]]); its checkboxes for minor edit, watch the page, and flagged revisions options now layout much more cleanly ([[bugzilla:52175|bug 52175]]), and the tab order of the buttons is now closer to what users will expect ([[bugzilla:51918|bug 51918]]). There was a bug in the save dialog that caused it to crash if there was an error in loading the page from Parsoid, which is now fixed.
*'''Links to other articles''' or pages sometimes sent people to invalid pages. VisualEditor now keeps track of the context in which you loaded the page, which lets us fix up links in document to point to the correct place regardless of what entry point you launched the editor from—so the content of pages loaded through <code>/wiki/Foobar?veaction=edit</code> and <code>/w/index.php?title=Foobar&veaction=edit</code> both now have text links that work if triggered ([[bugzilla:48915|bug 48915]]).
*'''Toolbar links:''' A bug that caused the toolbar's menus to get shorter or even blank when scrolled down the page in Firefox is now fixed ([[bugzilla:55343|bug 55343]]).
*'''Numbered external links:''' VisualEditor now supports Parsoid's changed representation of numbered external links ([[bugzilla:53505|bug 53505]]).
*'''Removed empty templates:''' We also fixed an issue that meant that completely empty templates became impossible to interact with inside VisualEditor, as they didn't show up ([[bugzilla:55810|bug 55810]]).
*'''Mathematics formulae:''' If you would like to try the experimental '''LaTeX mathematics tool''' in VisualEditor, you will need to opt-in to [[:mw:Abut Beta Features|Beta Features]]. This is currently available on Meta-wiki, Wikimedia Commons, and Mediawiki.org. It will be available on all other Wikimedia sites on 21 November.
*'''Browser testing support:''' If you are interested in technical details, the [https://wmf.ci.cloudbees.com/view/r-ve/ browser tests] were expanded to cover some basic cursor operations, which uncovered an issue in our testing framework that doesn't work with cursoring in Firefox; the Chrome tests continue to fail due to a bug with the welcome message for that part of the testing framework.
*'''Load time:''' VisualEditor now uses content language when fetching [[Wikipedia:TemplateData]] information, so reducing bandwidth use, and users on multi-language or multi-script wikis now get TemplateData hinting for templates as they would expect ([[bugzilla:50888|bug 50888]]).
*'''Reuse of VisualEditor:''' Work on spinning out the user experience (UX) framework from VisualEditor into oojs-ui, which lets other teams at Wikimedia (like [[Flow]]) and gadget authors re-use VisualEditor UX components, is now complete and is being moved to a shared code repository.
*'''Support for private wikis:''' If you maintain a private wiki at home or at work, VisualEditor now supports editing of private wikis, by forwarding the Cookie: HTTP header to Parsoid (<code>$wgVisualEditorParsoidForwardCookies</code> set to true) ([[bugzilla:44483|bug 44483]]). (Most private wikis will also need to install Parsoid and node.js, as VisualEditor requires them.)

'''Looking ahead''':
* VisualEditor will be released to some of the '''smaller Wikipedias on 02 December 2013'''. If you are active at one or more smaller Wikipedias where VisualEditor is not yet generally available, please see the list at [[mediawikiwiki:VisualEditor/Rollouts|VisualEditor/Rollouts]].
* Public '''office hours on [[IRC]] '''to discuss VisualEditor with Product Manager James Forrester will be held on Monday, 2 December, at [http://www.timeanddate.com/worldclock/fixedtime.html?hour=19&min=00&sec=0&day=2&month=12&year=2013 1900 UTC] and on Tuesday, 3 December, at [http://www.timeanddate.com/worldclock/fixedtime.html?hour=01&min=00&sec=0&day=3&month=12&year=2013 0100 UTC]. Bring your questions. Logs will be posted [[meta:IRC_office_hours#Office_hour_logs|on Meta]] after each office hour completes.
* In terms of feature improvements, one of the major infrastructure projects affects how '''inserting characters''' works, both using your computer's built-in [[Unicode input]] systems and through a planned character inserter tool for VisualEditor. The forthcoming '''rich copying and pasting''' feature was extended and greater testing is currently being done. Work continues to support the '''improved [[mediawikiwiki:VisualEditor/Design/Reference Dialog|reference dialog]]''' to quickly add citations based on local templates.
If you have questions or suggestions for future improvements, or if you encounter problems, please let everyone know by posting a note at [[Wikipedia:VisualEditor/Feedback]]. Thank you! [[User:Whatamidoing (WMF)|Whatamidoing (WMF)]] 22:02, 20 November 2013 (UTC)
<!-- EdwardsBot 0667 -->

Revision as of 22:02, 20 November 2013

Welcome!

Hello, Einottaja, and welcome to Wikipedia! Thank you for your contributions. I hope you like the place and decide to stay. Here are some pages that you might find helpful:

I hope you enjoy editing here and being a Wikipedian! Please sign your name on talk pages using four tildes ~~~~, which will automatically produce your name and the date.

If you need help, check out Wikipedia:Questions, ask me on my talk page, or place {{helpme}} on your talk page and ask your question there. Again, welcome!

meco (talk) 07:22, 22 July 2012 (UTC)[reply]

Nomination of List of Megaupload raid for deletion

A discussion is taking place as to whether the article List of Megaupload raid is suitable for inclusion in Wikipedia according to Wikipedia's policies and guidelines or whether it should be deleted.

The article will be discussed at Wikipedia:Articles for deletion/List of Megaupload raid until a consensus is reached, and anyone is welcome to contribute to the discussion. The nomination will explain the policies and guidelines which are of concern. The discussion focuses on high-quality evidence and our policies and guidelines.

Users may edit the article during the discussion, including to improve the article to address concerns raised in the discussion. However, do not remove the article-for-deletion template from the top of the article.  Ryan Vesey 14:21, 16 August 2012 (UTC)[reply]

VisualEditor newsletter for 06 August 2013

It's been almost two weeks since the last newsletter, and a lot of improvements have been made during that time. The main things that people have noticed are significant improvements to speed for typing into long pages (Template:Bug), scrolling (Template:Bug) and deleting (Template:Bug) on large pages. There have also been improvements to references, with the latest being support for list-defined references, which are <ref>s defined inside a <references> block (Template:Bug). Users of Opera 12 and higher have had their web browser removed from the browser black-list, mostly as a result of work by a volunteer developer (Template:Bug). Opera has not been fully white-listed yet, so these users will get an additional warning and request to report problems.

Significant changes were made to the user interface to de-emphasize VisualEditor. This has cut the use of VisualEditor by approximately one-third. You can read about these at Wikipedia:VisualEditor/Updates/August 1, 2013, but they include:

  • Re-ordering links to the editors to put "Edit source" first and VisualEditor second
  • Renaming the link for VisualEditor to "Editbeta"
  • Disabling the animation for section editing.
  • Changing all labels for the classic wikitext editor to say "Edit source", regardless of namespace.

There have also been many smaller fixes, including these:

  • Horizontal alignment of images working correctly on more pages (Template:Bug)
  • Categories with ':'s in their names (like Category:Wikipedia:Privacy) now work correctly (Template:Bug)
  • Magic JavaScript gadgets and tools like sortable tables will now work once the page is saved (Template:Bug)
  • Keyboard shortcut for "clear annotations" - now Control+\ oder ⌘ Command+\ (Template:Bug)
  • Fixed corruption bugs that led to duplicate categories (Template:Bug) and improper collapsing when multiple new references were added in a row (Template:Bug).
  • Improvements to display elements: The save dialog in Monobook is restored to normal size (Template:Bug), pop-up notices on save now look the same in VisualEditor as in wikitext editor (Template:Bug), and the popup about using wikitext has a link to the definition of wikitext that now opens in a new window (Template:Bug)

Most of the Wikimedia Foundation staff is traveling this week and next, so no updates are expected until at least August 15th. If you're going to be in Hong Kong for Wikimania 2013, say hello to James Forrester, Philippe Beaudette, and the other members of the VisualEditor team.

As always, if you have questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at Wikipedia:VisualEditor/Feedback and ideas at Wikipedia talk:VisualEditor. Thank you! Whatamidoing (WMF) 23:17, 6 August 2013 (UTC)[reply]

VisualEditor newsletter for 21 August 2013

Both VisualEditor and MediaWiki were upgraded recently. For VisualEditor, this is the long-awaited post-Wikimania update with many bug fixes and enhancements. Work also continues on speed at opening and during use, as well as on the bugs reported here and at other Wikipedias. The full report is at Mediawiki.

References are displaying properly, even when nested (Template:Bug) or in image captions (Template:Bug. Reference lists are now always fully populated with references (bug 50094). Firefox users can insert an existing reference in the first paragraph (Template:Bug). Opera users no longer see corruption of categories when a reference was added (bug 50385).

Stray spaces are being stripped from the start of paragraphs to end one of the common <nowiki> problems (Template:Bug). We also fixed a round-tripping bug that caused desirable whitespace in templates (used to make templates more legible, e.g., by putting each parameter in an infobox on a separate line) to get corrupted (bug 51150).

Wikilink handling was improved. Users are not allowed to create internal links to invalid titles (titles that are actually impossible due to limits on acceptable character combinations in titles, not redlinks) (Template:Bug). You can extend wikilinks, but it won't do so over a wordbreak (like a space) (bugs 49931 and 51463).

A handful of fixes to the user interface were made. The toolbar doesn't float over personal tools after opening a dialog or the inspector (Template:Bug). Toolbars were also re-written to be collapsible/expandable, with room for more icons. Buttons in dialogs can now be activated using the Tab ↹ and ⇧ Shift+Tab ↹ key commands (bug 50047). This saves time for editors, because you don't need to take your hands off the keyboard to click a button. We fixed a handful of bugs that affected only certain articles or certain browsers, including toolbar buttons in Firefox (bug 51986) and dialog panels that didn't always scroll correctly (bug 51739). Bugs with undo/redo getting confused have been fixed (Template:Bug).

Images, in addition to getting references displaying correctly, also saw improvements with a set-empty |link= parameter no longer corrupted (51963). We corrected thumbnail images' display so that they look don't wrong in some contexts (bug 51995). Inserted images no longer explicitly set their alignment, but instead inherit the default position in compliance with the Manual of Style (bug 51851).

More edit notices, warnings, and metadata like information about Pending Changes on an article now appear as appropriate (bug 49699). When new articles are created, users are now shown the <newarticletext> message (bug 51459). VisualEditor now handles templates that set "meta" items (like a category) and nothing else better (bug 51322). If the database is locked when a user tries to save with VisualEditor, they now get a message telling them as such and an opportunity to try again, rather than a silent failure (bug 51636).

When you save the page, having the default preference set to "mark all my edits as minor by default" no longer overrides the setting in the save dialog (bug 51515). If you open VisualEditor from a section edit link, the section's title will be pre-filled in in the edit summary box when you go to save it (bug 50872). The size of the save dialog box in the Monobook skin has been fixed (bug 50058). Also, wikipage content handlers like sortable tables are re-run automatically after saving (Template:Bug).

A very early version of the mathematics equation editor is now available for testing on mw:Mediawiki. If you would like to help improve the user interface for math editor, please test out the extension at mw:Mediawiki:Sandbox and leave your comments directly at the discussion page for the Math Node User Interface at Mediawiki. You should be able to use your regular username and password should to login to Mediawiki.

For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at Wikipedia:VisualEditor/Feedback and other ideas at Wikipedia talk:VisualEditor. Thank you! Whatamidoing (WMF) 17:32, 21 August 2013 (UTC)[reply]

VisualEditor newsletter for September 5

This Thursday's VisualEditor update was mostly about stability and performance improvements, and some preparatory work for major planned improvements, along with bug fixes for non-English language support and right-to-left text. Everything that the English Wikipedia received today has been running on Mediawiki for a week already.

Officially, the problem with the link inspector not linking to a specific section on a page (bug 53219) was fixed in this release, although that critical patch actually appeared here earlier.

A number of bugs related to copy-and-paste functionality were fixed (48604, bug 50043, bug 53362, bug 51538, among others). Full rich copy-and-paste from external sources into VisualEditor is expected "soon".

In other fixes, you can no longer add empty ref tags (<ref/>) (bug 53345). Selecting both an image and some text, and then trying to add a link, previously deleted the selected image and the text. This was fixed in bug 50127. There was another problem related to using arrow keys to move the cursor next to an inline image that was fixed (bug 53507).

Looking ahead: The next planned upgrade is scheduled for next Thursday, and you should expect to find a redesigned toolbar with drop-down menus that include room for references, templates, underline, strikethrough, superscript, subscript, and code formatting. There will also be keyboard shortcuts for setting the format (paragraph vs section headings).

If you are active at other Wikipedias, the next group of Wikipedias to have VisualEditor offered to all users is being determined at this time. Generally speaking, languages that depend on the input method editor are not going to receive VisualEditor this month. The current target date is Tuesday, September 24 for logged-in users only. You can help with translating the documentation. In several cases, most of the translation is already done, and it only needs to be copied over to the relevant Wikipedia. If you are interested in finding out whether a particular Wikipedia is currently on the list, you can leave a message for me at my talk page.

For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at Wikipedia:VisualEditor/Feedback and other ideas at Wikipedia talk:VisualEditor. Thank you! Whatamidoing (WMF) (talk) 21:37, 5 September 2013 (UTC)[reply]

VisualEditor newsletter for September 19, 2013

VisualEditor has been updated twice in the last two weeks. As usual, what is now running on the English Wikipedia had a test run at Mediawiki during the previous week.

As announced, the toolbar was redesigned to be simpler, shorter, and to have the ability to have drop-down groups with descriptions. What you see now is the initial configuration and is expected to change in response to feedback from the English Wikipedia and other Wikipedias. The controls to add <u> (underline), <sub> (subscript), and <sup> (superscript), <s> (strikethrough) and <code> (computer code/monospace font) annotations to text are available to all users in the drop-down menu. At the moment, all but the most basic tools have been moved into a single drop-down menu, including the tools for inserting media, references, reference lists, and templates. The current location of all of the items in the toolbar is temporary, and your opinions about the best order are needed! Please offer suggestions at Wikipedia:VisualEditor/Feedback/Toolbar.

In an eagerly anticipated upgrade to the reference dialog, newly added references or reference groups no longer need the page to be saved before they can be re-used (bugs 51689 and 52000). The 'Use existing reference' button is now disabled on pages which don't yet have any references (bug 51848). The template parameter filter in the transclusion dialog now searches both parameter name and label (bug 51670).

In response to several requests, there are some new keyboard shortcuts. You can now set the block/paragraph formatting from the keyboard: Ctrl+0 sets a block as a regular paragraph; Ctrl+1 up to Ctrl+6 sets it as a Heading 1 ("Page title") to Heading 6 ("Sub-heading 4"); Ctrl+7 sets it as pre-formatted (bug 33512). Ctrl+2, which creates level 2 section headings, may be the most useful.

Some improvements were made to capitalization for links, so typing in "iPhone" will offer a link to "iPhone" as well as "IPhone" (bug 50452).

Copying and pasting within the same document should work better as of today's update, as should copying from VisualEditor into a third-party application (bug 53364, bug 52271, bug 52460). Work on copying and pasting between VisualEditor instances (for example, between two articles) and retaining formatting when copying from an external source into VisualEditor is progressing.

Major improvements to editing with input method editors (IMEs; mostly used for Indic and East Asian languages) are being deployed today. This is a complex change, so it may produce unexpected errors. On a related point, the names of languages listed in the "languages" (langlinks) panel in the Page settings dialog now display as RTL when appropriate (bug 53503).

Looking ahead: The help/'beta' menu will soon expose the build number next to the "Leave feedback" link, so users can give more specific reports about issues they encounter (bug 53050). This change will make it easier for developers to identify any cacheing issues, once it starts reporting the build number (currently, it says "Version false"). Also, inserting a link, reference or media file will put the cursor after the new content again (bug 53560). Next week’s update will likely improve how dropdowns and other selection menus behave when they do not fit on the screen, with things scrolling so the selected item is always in view.

If you are active at other Wikipedias, the next group of Wikipedias to have VisualEditor offered to all users is being finalized. About two dozen Wikipedias are on the list for Tuesday, September 24 for logged-in users only, and on Monday, September 30 for unregistered editors. You can help with translating the documentation. In several cases, most of the translation is already done, and it only needs to be copied over to the relevant Wikipedia. If you are interested in finding out whether a particular Wikipedia is currently on the list, you can leave a message for me at my talk page.

For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at Wikipedia:VisualEditor/Feedback and other ideas at Wikipedia talk:VisualEditor. Thank you! Whatamidoing (WMF) (talk) 21:37, 19 September 2013 (UTC)[reply]

VisualEditor newsletter on 16 October 2013

VisualEditor is still being updated every Thursday. As usual, what is now running on the English Wikipedia had a test run at Mediawiki during the previous week. If you haven't done so already, you can turn on VisualEditor by going to your preferences and choosing the item, "MediaWiki:Visualeditor-preference-enable".

The reference dialog for all Wikipedias, especially the way it handles citation templates, is being redesigned. Please offer suggestions and opinions at mw:VisualEditor/Design/Reference Dialog. (Use your Wikipedia username/password to login there.) You can also drag and drop references (select the reference, then hover over the selected item until your cursor turns into the drag-and-drop tool). This also works for some templates, images, and other page elements (but not yet for text or floated items). References are now editable when they appear inside a media item's caption (bug 50459).

There were a number of miscellaneous fixes made: Firstly, there was a bug that meant that it was impossible to move the cursor using the keyboard away from a selected node (like a reference or template) once it had been selected (bug 54443). Several improvements have been made to scrollable windows, panels, and menus when they don't fit on the screen or when the selected item moves off-screen. Editing in the "slug" at the start of a page no longer shows up a chess pawn character ("♙") in some circumstances (bug 54791). Another bug meant that links with a final punctuation character in them broke extending them in some circumstances (bug 54332). The "page settings" dialog once again allows you to remove categories (bug 54727). There have been some problems with deployment scripts, including one that resulted in VisualEditor being broken for an hour or two at all Wikipedias (bug 54935). Finally, snowmen characters ("☃") no longer appear near newly added references, templates and other nodes (bug 54712).

Looking ahead: Development work right now is on rich copy-and-paste abilities, quicker addition of citation templates in references, setting media items' options (such as being able to put images on the left), switching into wikitext mode, and simplifying the toolbar. A significant amount of work is being done on other languages during this month. If you speak a language other than English, you can help with translating the documentation.

For other questions or suggestions, or if you encounter problems, please let everyone know by posting problem reports at Wikipedia:VisualEditor/Feedback and other ideas at Wikipedia talk:VisualEditor. Thank you! Whatamidoing (WMF) (talk) 18:37, 16 October 2013 (UTC)[reply]

VisualEditor newsletter for November 2013

Since the last newsletter, the VisualEditor team has worked on some feature changes, major infrastructure improvements to make the system more stable, dependable and extensible, some minor toolbar improvements, and fixing bugs.

A new form parsing library for language characters in Parsoid caused the corruption of pages containing diacritics for about an hour two weeks ago. Relatively few pages at the English Wikipedia were affected, but this created immediate problems at some other Wikipedias, sometimes affecting several dozen pages. The development teams for Parsoid and VisualEditor apologize for the serious disruption and thank the people who reported this emergency at Wikipedia:VisualEditor/Feedback and on the public IRC channel, #mediawiki-visualeditor.

There have been dozens of changes since the last newsletter. Here are some of the highlights:

  • Accidental deletion of infoboxes and other items: You now need to press the Löschen oder ← Backspace key twice to delete a template, reference or image. The first time, the item becomes selected, and the second time, it is removed. The need to press the delete key twice should make it more obvious what you are doing and help avoid accidental removals of infoboxes and similar (bug 55336).
  • Switch from VisualEditor to the wikitext editor: A new feature lets you make a direct, one-way editing interface change, which will preserve your changes without needing to save the page and re-open it in the wikitext editor (bug 50687). It is available in a new menu in the action buttons by the Cancel button (where the "Page Settings" button used to be). Note that this new feature is not currently working in Firefox.
  • Categories and Languages are also now directly available in that menu. The category suggestions drop-down was appearing in the wrong place rather than below its input box, which is now fixed. An incompatibility between VisualEditor and the deployed Parsoid service that prevented editing categories and language links was fixed.
  • File:, Help: and Category: namespaces: VisualEditor was enabled for these namespaces the on all wikis (bug 55968), the Portal: and Viquiprojecte: namespaces on the Catalan Wikipedia (bug 56000), and the Portal: and Book: namespaces on the English Wikipedia (bug 56001).
  • Media item resizing: We improved how files are viewed in a few ways. First, inline media items can now be resized in the same way that has been possible with block ones (like thumbnails) before. When resizing a media item, you can see a live preview of how it will look as you drag it (bug 54298). While you are dragging an image to resize it, we now show a label with the current dimensions (bug 54297). Once you have resized it, we fetch a new, higher resolution image for the media item if necessary (bug 55697). Manual setting of media item sizes in their dialog is nearly complete and should be available next week. If you hold down the ⇧ Shift key whilst resizing an image, it will now snap to a 10 pixel grid instead of the normal free-hand sizing. The media item resize label now is centered while resizing regardless of which tool you use to resize it.
  • Undo and redo: A number of improvements were made to the transactions system which make undoing and redoing more reliable during real-time collaboration (bug 53224).
  • Save dialogue: The save page was re-written to use the same code as all other dialogs (bug 48566), and in the process fixed a number of issues. The save dialog is re-accessible if it loses focus (bug 50722), or if you review a null edit (bug 53313); its checkboxes for minor edit, watch the page, and flagged revisions options now layout much more cleanly (bug 52175), and the tab order of the buttons is now closer to what users will expect (bug 51918). There was a bug in the save dialog that caused it to crash if there was an error in loading the page from Parsoid, which is now fixed.
  • Links to other articles or pages sometimes sent people to invalid pages. VisualEditor now keeps track of the context in which you loaded the page, which lets us fix up links in document to point to the correct place regardless of what entry point you launched the editor from—so the content of pages loaded through /wiki/Foobar?veaction=edit and /w/index.php?title=Foobar&veaction=edit both now have text links that work if triggered (bug 48915).
  • Toolbar links: A bug that caused the toolbar's menus to get shorter or even blank when scrolled down the page in Firefox is now fixed (bug 55343).
  • Numbered external links: VisualEditor now supports Parsoid's changed representation of numbered external links (bug 53505).
  • Removed empty templates: We also fixed an issue that meant that completely empty templates became impossible to interact with inside VisualEditor, as they didn't show up (bug 55810).
  • Mathematics formulae: If you would like to try the experimental LaTeX mathematics tool in VisualEditor, you will need to opt-in to Beta Features. This is currently available on Meta-wiki, Wikimedia Commons, and Mediawiki.org. It will be available on all other Wikimedia sites on 21 November.
  • Browser testing support: If you are interested in technical details, the browser tests were expanded to cover some basic cursor operations, which uncovered an issue in our testing framework that doesn't work with cursoring in Firefox; the Chrome tests continue to fail due to a bug with the welcome message for that part of the testing framework.
  • Load time: VisualEditor now uses content language when fetching Wikipedia:TemplateData information, so reducing bandwidth use, and users on multi-language or multi-script wikis now get TemplateData hinting for templates as they would expect (bug 50888).
  • Reuse of VisualEditor: Work on spinning out the user experience (UX) framework from VisualEditor into oojs-ui, which lets other teams at Wikimedia (like Flow) and gadget authors re-use VisualEditor UX components, is now complete and is being moved to a shared code repository.
  • Support for private wikis: If you maintain a private wiki at home or at work, VisualEditor now supports editing of private wikis, by forwarding the Cookie: HTTP header to Parsoid ($wgVisualEditorParsoidForwardCookies set to true) (bug 44483). (Most private wikis will also need to install Parsoid and node.js, as VisualEditor requires them.)

Looking ahead:

  • VisualEditor will be released to some of the smaller Wikipedias on 02 December 2013. If you are active at one or more smaller Wikipedias where VisualEditor is not yet generally available, please see the list at VisualEditor/Rollouts.
  • Public office hours on IRC to discuss VisualEditor with Product Manager James Forrester will be held on Monday, 2 December, at 1900 UTC and on Tuesday, 3 December, at 0100 UTC. Bring your questions. Logs will be posted on Meta after each office hour completes.
  • In terms of feature improvements, one of the major infrastructure projects affects how inserting characters works, both using your computer's built-in Unicode input systems and through a planned character inserter tool for VisualEditor. The forthcoming rich copying and pasting feature was extended and greater testing is currently being done. Work continues to support the improved reference dialog to quickly add citations based on local templates.

If you have questions or suggestions for future improvements, or if you encounter problems, please let everyone know by posting a note at Wikipedia:VisualEditor/Feedback. Thank you! Whatamidoing (WMF) 22:02, 20 November 2013 (UTC)[reply]