jenkins-bot
7a41e9fba9
Merge "Allow for a custom mechanism for scrolling to a section"
2014-07-24 00:42:55 +00:00
jenkins-bot
30bdf71193
Merge "[BrowserTest] Add parameter no longer exists"
2014-07-24 00:38:56 +00:00
Juliusz Gonera
8563668978
Allow for a custom mechanism for scrolling to a section
...
When I05f11246ca90a1ce3f741fd93194a827528cd597 gets merged, we will need
this to be able to scroll to a section on iOS (where the content will be
scrolled within a div, not as a whole page).
Change-Id: I6e47edfa8c3a3a46fd7a4f11e4a54955f3694b9b
2014-07-23 17:34:39 -07:00
jenkins-bot
3771aa92c1
Merge "Make the image model work without a node"
2014-07-24 00:32:54 +00:00
Moriel Schottlender
1bc7d074fe
Make the image model work without a node
...
The image model should go by image attributes (whether it comes from
an existing node or a new one) and not a node.
Bug: 68242
Bug: 68000
Change-Id: I4cabd678157619331b3c47d3b44bc16a28fd7bd7
2014-07-23 17:27:30 -07:00
jenkins-bot
c7026baf26
Merge "Defer building of MWReferenceSearchWidget index"
2014-07-24 00:27:16 +00:00
Moriel Schottlender
e281f921f2
Update VE core submodule to master (4424195)
...
Update tests and VisualEditor.php for comment node.
New changes:
5885b6a Update OOjs to v1.0.11
ab2d4cb [BREAKING CHANGE] Show comments inline to the user
Change-Id: Ie2787c3e29951cb7940f65bf104e7c9cccdbebd1
2014-07-23 17:21:47 -07:00
Cmcmahon
5b439da8bc
[BrowserTest] Add parameter no longer exists
...
Change-Id: If422bedef833d0b97ca0105ad72c4ce69411bf38
2014-07-23 17:00:21 -07:00
jenkins-bot
ec8f48835e
Merge "Actually document .static.nodeModel in MWExtensionInspector"
2014-07-23 21:08:02 +00:00
Translation updater bot
cae18c1462
Localisation updates from https://translatewiki.net .
...
Change-Id: Ida21152abace33aa259b07d5f694a808a834b672
2014-07-23 22:53:48 +02:00
Roan Kattouw
71dd2bf852
Actually document .static.nodeModel in MWExtensionInspector
...
Undocument abstract static properties are bad.
Change-Id: Iae19fb83840fe7edaaaa5e80dff092064dc76361
2014-07-23 13:49:39 -07:00
Ed Sanders
d8d3a8c98e
Defer building of MWReferenceSearchWidget index
...
It can be very slow on pages with lots of references and
isn't required until you click 'Use existing reference'.
What is required is knowing if the list will be empty for
greying out the button, but that can be precomputed very cheaply.
Change-Id: I56909801a5685bb04e0c83cfb95463f705b8dfae
2014-07-23 15:12:31 +01:00
jenkins-bot
960922cdb0
Merge "MWReferenceSearchWidget buildIndex optimisations"
2014-07-23 02:23:43 +00:00
jenkins-bot
e9f78820c3
Merge "Fix reference dialog focus"
2014-07-23 02:08:32 +00:00
Ed Sanders
24c322a124
Use native focus
...
It's faster.
Change-Id: I0a8a2452aa987e2b93c5c8ba3c6efa2bcafbaa86
2014-07-22 19:05:14 -07:00
James D. Forrester
27c30322ed
Clamp height of MWReferenceDialog to between 300 and 400px to avoid it being too small
...
Bug: 68232
Change-Id: If32edc5622565b28ae1f6a2423a7c2289965733c
2014-07-22 18:57:39 -07:00
jenkins-bot
08c3f6be04
Merge "Provide contextual help for the page settings dialog's controls"
2014-07-23 01:43:54 +00:00
James D. Forrester
9ba9b35b41
Provide contextual help for the page settings dialog's controls
...
Change-Id: I5c24d7f41ce33d1145f8bfbfd60bd78d08df39ce
2014-07-22 18:41:17 -07:00
jenkins-bot
55dcb46311
Merge "MWLinkNodeInspector: Actually preserve annotations when converting to link annotation"
2014-07-23 00:44:43 +00:00
Roan Kattouw
35e611369b
Followup 3dd1a996
: don't try to switch to source mode when surface is torn down
...
If you saved a change, then clicked Edit source, you'd get a JS error.
Change-Id: I589f9edb354afcd47d5c42ef9a6c73d49218b044
2014-07-22 17:29:31 -07:00
Alex Monk
de2d5bd31b
Don't confirm if there's no changes when switching to edit source mode through the page options menu
...
Also use a simpler way to discard changes
Bug: 68229
Change-Id: I1efc40f14fca0f743df699a4f3aadd4ba3a249e2
2014-07-23 00:23:53 +00:00
Roan Kattouw
3424721aac
Followup b6cc76d4
: call parent's onSetup/onTeardown
...
Otherwise .data( 'view' ) doesn't get set.
Bug: 68415
Change-Id: Id4d8351f6d1d3193de6279bddcfe18d09b3db245
2014-07-22 17:15:13 -07:00
jenkins-bot
f7c7efbad7
Merge "test: Move mw into the global list of globals for VE-MW"
2014-07-23 00:02:22 +00:00
James D. Forrester
413f6e82fa
Mention at the top of the MW-specific ve.ce.Surface.test file what it is
...
Change-Id: Icadbf6afbb7d1b9f3bf7bc65ac3d505b4c091275
2014-07-22 23:41:27 +00:00
jenkins-bot
016c93c29b
Merge "Auto-open "Add parameter" part of template dialog when tabbed to or opening with no required/suggested params"
2014-07-22 23:37:41 +00:00
jenkins-bot
dec052a4d3
Merge "Deprecate 'live' event in favor of 'setup' and 'teardown' in MW"
2014-07-22 23:36:38 +00:00
Moriel Schottlender
b6cc76d49a
Deprecate 'live' event in favor of 'setup' and 'teardown' in MW
...
See also Ieddbf5c684eb0edc3130034de64eb284aeaebbda
Bug: 55505
Change-Id: Ib48ef4f62ac53d41abb69f275f51da3d8b85ce0e
2014-07-22 23:34:32 +00:00
jenkins-bot
a602c268d8
Merge "Put "re-use reference" in the toolbar "Cite" menu, and give it an icon"
2014-07-22 21:30:33 +00:00
Translation updater bot
16dccdb527
Localisation updates from https://translatewiki.net .
...
Change-Id: I1636b3550f51933ad3faf35d69317fd0484b8889
2014-07-22 23:03:10 +02:00
James D. Forrester
a9356992d8
Put "re-use reference" in the toolbar "Cite" menu, and give it an icon
...
Bug: 68201
Change-Id: I9fc61e498748fb086c3e506959bee2438b8cbea6
2014-07-22 13:10:06 -07:00
jenkins-bot
107ce12f9d
Merge "Fix heights of Reference, ReferenceList and Template dialogs"
2014-07-22 16:11:39 +00:00
Vikas S Yaligar
e0e1b38f13
[BrowserTest] Language screenshots are uploaded every 5 seconds
...
Change-Id: I25b7842b827b9d9366aeafb423b1884271bb39f0
2014-07-22 19:09:06 +05:30
Alex Monk
42db347213
Auto-open "Add parameter" part of template dialog when tabbed to or opening with no required/suggested params
...
Bug: 55925
Change-Id: I8475074e25de3969717a6d4dbb88bbb0000ebb4e
2014-07-21 22:38:05 +01:00
Translation updater bot
a7e395f0b9
Localisation updates from https://translatewiki.net .
...
Change-Id: If6a2f2596eecea1d3d8848435277cba23da12da1
2014-07-21 21:42:28 +02:00
Cmcmahon
7b7d8c02a4
[BrowserTest] update Save button locator
...
Change-Id: I2383a279ab170c382f465d3a7c2f4a3e6b275c48
2014-07-21 09:19:55 -07:00
Ed Sanders
d4cd816b6f
MWReferenceSearchWidget buildIndex optimisations
...
* Each item builds an MWReferenceModel which creates a document
slice clone. This is very expensive and we only use the model
for getting basic attributes, so defer the evaluation of the
document.
* $.show is expensive and, in this case, unnecessary.
Change-Id: I99abc4c1b17f05559a9cae68b15121a8be6d23fb
2014-07-21 14:44:58 +01:00
Ed Sanders
9bc8d07486
Fix reference dialog focus
...
Wasn't migrated to processes.
Change-Id: Idb5f614c172378aad5d37bf8f726adad338c3eb1
2014-07-21 13:58:48 +01:00
vikassy
365453f2b3
[BrowserTest] Added @login tag to language screenshot feature
...
Change-Id: I31f58d4321d8dd251d1a0fcb641ca939a60b1aa0
2014-07-21 17:47:44 +05:30
Translation updater bot
aa5c6e9293
Localisation updates from https://translatewiki.net .
...
Change-Id: Id01027bb596eb6274fee0bbb108f53809b16c18d
2014-07-20 21:11:13 +02:00
Translation updater bot
c28a48e7fd
Localisation updates from https://translatewiki.net .
...
Change-Id: I09ff4c6b858071ce4d7488c0ddf781f1ac7ca3eb
2014-07-19 22:08:00 +02:00
James D. Forrester
c2f37a0450
test: Move mw into the global list of globals for VE-MW
...
Silly to have 38 MW-specific files needing to declare that they're using mw.
Change-Id: I97891ed922fe0c37d8c96425a4d23bd15098438b
2014-07-19 17:42:45 +00:00
James D. Forrester
ed82afc14c
Fix heights of Reference, ReferenceList and Template dialogs
...
Bug: 68226
Bug: 68232
Change-Id: I93916875a6b4b1e7b837efce33a9aa20857f227a
2014-07-18 19:14:30 -07:00
James D. Forrester
cc089d6bd3
Scrap the cancel button from the toolbar
...
It's unnecessary, big and ugly, way too close to an actually useful button, and
adds oodles of complexity to the mire that is VPT without significant user benefit
whilst taking up an unjustifiably huge amount of the already-over-burdened space.
This means that the minimum browser width for English on default Vector to show
the toolbar correctly is now 945px, down from 1029px.
Bonuses: fix MWCancelConfirmDialog's cancel button to be destructive (it is) and
remove a now-recently-fixed comment asking for the save button to be styled using
a generic class (provided by the constructive flag).
Change-Id: I30dc7020121f0dd6907b61ef674a7cb14eb00652
2014-07-18 16:38:17 -07:00
Translation updater bot
83b65db414
Localisation updates from https://translatewiki.net .
...
Change-Id: I944856f8e79dcd05e1f49af9b6d2663d3e138df3
2014-07-18 21:30:58 +02:00
jenkins-bot
23a0fcb249
Merge "[BrowserTest] Updated random page step to language screenshot page"
2014-07-18 12:46:45 +00:00
vikassy
06f15fb7eb
[BrowserTest] Updated random page step to language screenshot page
...
Change-Id: Ica2ae78afcba264d222b02923863b8f23452e259
2014-07-18 18:06:23 +05:30
vikassy
8e1c3de801
[BrowserTest] Fixed failing Media Icon test
...
Change-Id: I1d07398f1b8f999c76dc278ed8950778ba1e8fd9
2014-07-18 11:01:11 +00:00
Translation updater bot
e151d32054
Localisation updates from https://translatewiki.net .
...
Change-Id: Ie60ce37f1516f55b32631eabf712bb5848b6b562
2014-07-17 23:00:51 +02:00
Cmcmahon
cda44f8a9e
[BrowserTest] support for Chrome
...
Chrome is strict about z-index stuff
Change-Id: Icc477891ce1a9ad0fa75a77bcdd387bf6ca13c48
2014-07-17 12:08:16 -07:00
vikassy
f58d98fcb9
WIP [BrowserTest] Modified conflicting step: I go to the (.*?) page
...
Change-Id: Ie0ff326890efddf255320da62a2dd1ec46ffae20
2014-07-17 17:09:47 +00:00