James D. Forrester
906cfc7a9b
Update VE core submodule to master (ebc8569)
...
New changes:
80dd016 Work around IE's normalization of style attributes by abusing XML parsers
Change-Id: I7ff4d6c4aa2e85c87c7c1372ba94b3e18d58f1e9
2014-09-15 19:35:05 -07:00
James D. Forrester
516927e786
Update VE core submodule to master (0facbc0)
...
New changes:
cc657c4 Add keyboard shortcuts for strikethrough and code annotations
7d7f803 build: Bump miscellaneous devDependencies to latest
6de5bbf Update OOjs UI to v0.1.0-pre (49b64bdba7)
Change-Id: Iba45cd1382fdb2070093058252e0e2dcb7442c76
2014-09-15 18:45:33 -07:00
Roan Kattouw
c4857a1f82
Use ve.parseXhtml() and ve.serializeXhtml()
...
Introduced in VE core in I0fb47f7c91f61.
In IE, this fixes corruption of style and bgcolor attributes.
In other browsers, the only change is that we now use
XMLSerializer rather than .outerHTML to serialize, but as
far as I can tell this isn't materially different. XMLSerializer
correctly uses HTML semantics when given an HTML document.
Bug: 70856
Change-Id: If48555fa4763e763484bbabfa0bc4ded0d0a5c58
2014-09-16 01:41:53 +00:00
jenkins-bot
6ec7789be6
Merge "Add contextual help to all remaining meta dialog controls"
2014-09-16 01:31:12 +00:00
jenkins-bot
074cb371da
Merge "build: Bump miscellaneous devDependencies to latest"
2014-09-16 00:44:02 +00:00
James D. Forrester
712ea472d3
Add contextual help to all remaining meta dialog controls
...
Bug: 51798
Change-Id: I3f8141485c89e585595dbb853d32e69cbcaebac6
2014-09-15 16:26:12 -07:00
Alex Monk
ceafcd5937
Check whether there is a range selected when enabling/disabling re-use citation tool
...
If there is no range selected, disable regardless of whether there are references in the document or not.
Bug: 70870
Change-Id: I2c281fefe7915345fafb735b3788166ab8118049
2014-09-16 00:18:23 +01:00
Cmcmahon
b6b93fc860
[BrowserTest] inadvertent clash of identifiers from earlier update
...
Change-Id: I1a86db0f4fa9ee0f327cf371b76c9ebf25ddc17e
2014-09-15 14:48:49 -07:00
Cmcmahon
e71699f06a
[BrowserTests] Pick up the latest webdriver to run latest Firefox
...
Pure maintenance
Change-Id: I709bcae2a609904c5ce75e22c61588d5012dec17
2014-09-15 13:48:12 -07:00
Alex Monk
65b232a35b
Show pending state on action button and keep dialog open when switching to source mode
...
Instead of doing a blocking overlay, we're simply keeping the dialog open,
which is necessary for the pending status of the action buttons anyway.
Requires Ib2c8f336 in OOUI
Bug: 65012
Change-Id: I65b5de4a1666a81b157a71f6fec490007689eb44
2014-09-15 20:44:55 +01:00
James D. Forrester
8cde565899
Template dialog: Show up to the limit of parameters, not up to the limit + 1
...
Bug: 70609
Change-Id: I26dc9c17fe7572d7b864000781fff6583edf9f9b
2014-09-15 12:13:47 -07:00
James D. Forrester
350a4220e2
Update VE core submodule to master (8fb94f1)
...
New changes:
80b26bc ve.ce.Surface: Insert new paragraphs after empty nodes rather than before
c2b06b2 ve.ui.AnnotationInspector: Apply existing annotations to inserted content
de5eef0 Strip Start/EndFragment comments from paste
79f632b Localisation updates from https://translatewiki.net .
21eab72 Update OOjs UI to v0.1.0-pre (073f37e258)
Change-Id: I78c3c29ea05ccf136b28bd2a521337d624e0702a
2014-09-15 10:34:06 -07:00
Translation updater bot
e4a8b251eb
Localisation updates from https://translatewiki.net .
...
Change-Id: Ifb2e827be70c18a7976d36dac4ba2f2c3786ba48
2014-09-15 02:11:59 +02:00
James D. Forrester
198c240fcc
build: Bump miscellaneous devDependencies to latest
...
Updates:
* grunt 0.4.2 -> 0.4.5
* grunt-banana-checker 0.1.0 -> 0.2.0
* grunt-contrib-csslint 0.2.0 -> 0.3.1
* grunt-jscs 0.6.1 -> 0.7.1
Change-Id: If1d612cd4ad9b45b0d249931339882f4bc238c74
2014-09-13 23:40:06 -07:00
Translation updater bot
7faa561782
Localisation updates from https://translatewiki.net .
...
Change-Id: I32071f21af9ed6e606aa7aa23982aaef29641ee6
2014-09-13 00:50:00 +02:00
James D. Forrester
e3267e13d8
Update VE core submodule to master (f646507)
...
New changes:
b6881c5 (Kind of) fix treatment of strange dir values
4e2ce2b Account for the case where a FocusableNode has an empty outerRects array
Change-Id: I3fbdd471a368fb4171e5213751544b4c263f0bf8
2014-09-12 15:03:01 -07:00
jenkins-bot
1063342789
Merge "Don't return undefined in ve.init.mw.Platform#getLanguageName"
2014-09-12 21:46:34 +00:00
Roan Kattouw
7545868bc8
Don't return undefined in ve.init.mw.Platform#getLanguageName
...
When the language isn't found, return an empty string
instead of undefined.
Bug: 70731
Change-Id: Ia28e0d24e57e3a24414e04bee58ec76459665ad4
2014-09-12 14:43:31 -07:00
James D. Forrester
686e294d79
Update VE core submodule to master (badcac5)
...
New changes:
badcac5 ve.getStartAndEndRects returns null for empty rect lists
Change-Id: I7236cb20101eea274aa04732e7d3d7e1e216a5ff
2014-09-12 14:40:13 -07:00
jenkins-bot
98d2a9c604
Merge "Update VE core submodule to master (028e8cb)"
2014-09-12 18:03:29 +00:00
Cmcmahon
954fec83e1
[BrowserTest] UI text changed s/Cancel/Resume editing/.
...
Change-Id: I774b6a3cf02627ea0399377b9f6d57ca474ead07
2014-09-12 10:53:59 -07:00
Cmcmahon
aa67deaeef
[BrowserTest] add one test to validate new ie11 build
...
Change-Id: I9add1caf0083e757d0a7f6da513bd798fd74e97e
2014-09-12 08:55:14 -07:00
lokal-profil
dbb94ea221
Correct typo in visualeditor-dialog-meta-settings-redirect-statichelp
...
Change-Id: Ibd9459903f8ce278e414fd7ba891f653109f913d
2014-09-12 15:26:11 +00:00
James D. Forrester
702a38d700
Update VE core submodule to master (028e8cb)
...
New changes:
7e271a4 Add containsRange method to ve.Range
4745931 Convert all instances of assert.equal to assert.strictEqual
a8fab7a Rename frequency to pollInterval in SurfaceObserver
8e8217e Bind ve.ce.Surface#onDocumentMouseUp to the entire document on mousedown
29029c3 Localisation updates from https://translatewiki.net .
8345488 DomRange / getOffset edge cases
3c4826a Cache $documentNode in surface view
2fcc4c0 Trigger selection update on selectionchange or mousemove events
67aa7dd Fix JS error due to typo in dm.Converter
Change-Id: I846318357ba1f3a8ee59c4384b5dceef7a9e70ff
2014-09-11 19:14:55 -07:00
James D. Forrester
8b116d01a2
Remove VisualEditor.i18n.php
...
Stop trying to make REL1_22 support happen! It’s not going to happen.
Change-Id: I07bd542e7548fb913dbea8a27c5f15453cb46fb7
2014-09-11 17:11:07 -07:00
Translation updater bot
ff803b321f
Merge "Localisation updates from https://translatewiki.net ."
2014-09-11 22:03:29 +00:00
Translation updater bot
c13ee9c93c
Localisation updates from https://translatewiki.net .
...
Change-Id: Ib0454ae6e13ca3e16b92615a743bc6d56b47c18d
2014-09-12 00:01:36 +02:00
jenkins-bot
050205ea85
Merge "Convert all instances of assert.equal to assert.strictEqual"
2014-09-11 21:37:45 +00:00
James D. Forrester
b46159eeed
Relabel the cancel button in the save dialog to "Resume editing"
...
Bug: 69116
Change-Id: I35289ff02681c3bf46a7bb491c017c500f30c7a6
2014-09-11 11:52:21 -07:00
Ed Sanders
c35d68d52b
Convert all instances of assert.equal to assert.strictEqual
...
We don't tolerate == in our code, so we shouldn't use it in our tests.
Change-Id: I6ed7aebbad8013839af2521819fc6507df014a1a
2014-09-11 10:50:44 -07:00
jenkins-bot
c3bd61a3a5
Merge "Disable re-use citation tool if there are no references in the document"
2014-09-11 17:42:25 +00:00
Cmcmahon
3351241659
[BrowserTest] Add @safari and @internet_explorer tags for Jenkins build
...
Change-Id: Ia39fd2cf40cea7f6c4df364a45b0744ca92bfb7d
2014-09-11 08:11:47 -07:00
James D. Forrester
eb55cc06d6
Update VE core submodule to master (1fd23db)
...
New changes:
3e2537f Split getSelectionRect into bounding and inline
b73d010 Kill rangy (almost)
38207f4 Kill rangy: Vol. 2
b392d88 Rangy's dead honey, rangy's dead
Local changes:
* Remove references to rangy
Change-Id: I900eb3e36a564a526c01a5e00f8ea31a1ac9c0a3
2014-09-10 19:13:08 -07:00
James D. Forrester
f3d60e7b1a
Update VE core submodule to master (216941c)
...
New changes:
5b8bcb3 Update OOjs UI to v0.1.0-pre (1c5e409ab1)
7e09f7f Table demo
5f33b9c Update OOjs UI to v0.1.0-pre (f9c217dfa4)
34efe9e Localisation updates from https://translatewiki.net .
216941c Update OOjs to v1.1.1
Change-Id: I4b8cbad25385ea16caafa8884703196a428ac699
2014-09-10 19:07:45 -07:00
Alex Monk
72a118fc82
Disable re-use citation tool if there are no references in the document
...
Bug: 70640
Change-Id: I727857281644dffd23605d7792a3f71ee7c5b751
2014-09-11 00:13:10 +01:00
Alex Monk
e6c4315d93
Refactor a bunch of CategoryInputWidget code, tear out dead/broken redirect handling that should be rewritten
...
Category redirect stuff is currently broken because of I5c536697, but no one seems to have noticed.
Fix bug 69886 while we're here
Bug: 69886
Change-Id: I62cf23d0e86bc43d739bb4c4610a5a852146fa3f
2014-09-10 23:21:12 +01:00
Translation updater bot
4adc453870
Merge "Localisation updates from https://translatewiki.net ."
2014-09-10 21:46:21 +00:00
Translation updater bot
dc3351e615
Localisation updates from https://translatewiki.net .
...
Change-Id: I898f5d237545e7a26645be8bc272b4c7df86af8e
2014-09-10 23:44:39 +02:00
jenkins-bot
75f4f284e4
Merge "Fix copyright notice in VisualEditorViewPageTargetInitModule.php header"
2014-09-10 21:38:34 +00:00
jenkins-bot
d4f1f6ca7a
Merge "Update LinkCache in MWTitleInputWidget"
2014-09-10 19:09:05 +00:00
James D. Forrester
8a61077f05
Fix copyright notice in VisualEditorViewPageTargetInitModule.php header
...
Change-Id: Ib4827df15eb678b35e68319b069fe22a33d8ac78
2014-09-10 12:07:56 -07:00
jenkins-bot
c36ff41d4a
Merge "Make message loading for 'ext.visualEditor.viewPageTarget.init' module less hacky"
2014-09-10 19:04:39 +00:00
Alex Monk
674f64dbaf
Properly mark reference search index as empty when setting internal list
...
If it didn't get marked otherwise
Caused by I56909801
Bug: 70611
Change-Id: I81bca8f471c6685e48a7d3768f473a6faf5d8459
2014-09-10 00:13:42 +01:00
Alex Monk
056ef20a96
Update LinkCache in MWTitleInputWidget
...
Bug: 69886
Change-Id: If7439ea6f60533f8c3166ba4a24656ead0acc6cd
2014-09-09 23:08:14 +01:00
jenkins-bot
1a94fa8320
Merge "Update VE core submodule to master (85a059e)"
2014-09-09 02:05:58 +00:00
jenkins-bot
3b91c34194
Merge "mw.ViewPageTarget.init: Log an error if target fails to load"
2014-09-09 01:26:46 +00:00
jenkins-bot
2d3eed0ac7
Merge "mw.ViewPageTarget.init: Reduce Deferred clutter in getTarget()"
2014-09-09 01:26:45 +00:00
James D. Forrester
ba2564c65d
Update VE core submodule to master (85a059e)
...
New changes:
3f5029c Add a secondary label (Edit) to ContextItemWidget
807d377 Update OOjs UI to v0.1.0-pre (cc3c62607c)
45d82b6 Localisation updates from https://translatewiki.net .
Change-Id: Ie3104507d188ac8d3c45698bfd345c3c1146a938
2014-09-08 15:21:48 -07:00
jenkins-bot
31d2ceb250
Merge "Update VE core submodule to master (8f66045)"
2014-09-08 22:13:24 +00:00
jenkins-bot
7634f2a5dc
Merge "Re-sort i18n message keys for clarity; add a comment about TOC in VisualEditor.php"
2014-09-08 21:00:25 +00:00