Catrope
8ff9df6023
Merge "Renamed ve.ce.Document.css to ve.ce.DocumentNode.css to match it's contents"
2012-07-19 01:29:03 +00:00
Trevor Parscal
3afb270567
Renamed ve.ce.Document.css to ve.ce.DocumentNode.css to match it's contents
...
Change-Id: I3d7504dfda27309f631a5856ffa4aacd13b6edc7
2012-07-18 18:23:11 -07:00
Catrope
61008c2e44
Merge "(bug 37819) Put minoredit, watchthis messages in specialMessages too so wikitext in it is displayed correctly"
2012-07-19 01:12:51 +00:00
Catrope
c3da174e8c
Merge "Removed Special:VisualEditorSandbox and refactored demo"
2012-07-19 00:58:43 +00:00
Trevor Parscal
9a0380c67d
Removed Special:VisualEditorSandbox and refactored demo
...
Also renamed ext.visualEditor.editPageInit to
ext.visualEditor.viewPageTarget
Change-Id: I8bdd04b3442067e87bccbc60dd4947aae1c7dfd2
2012-07-18 17:57:50 -07:00
Catrope
5ab6a00915
Merge "Made toolbar and dialog save buttons more visible"
2012-07-19 00:39:29 +00:00
Gabriel Wicke
68c5a6efc6
Collect tokens in a tokencollector and use cb for processing
...
This is work in progress, but committed for now so I can use it for links and
tweak it while doing so.
Change-Id: I757277f6efacda6d9432ca57542a957f597a98de
2012-07-18 16:18:38 -07:00
Catrope
770a8b84ff
(bug 37819) Put minoredit, watchthis messages in specialMessages too so wikitext in it is displayed correctly
...
Change-Id: I5fbb7a6ff0de50744bfd5816ebf7d06f04c315b8
2012-07-17 15:23:43 -07:00
Gabriel Wicke
681b0d4d40
Merge "Rename data-mw into data-rt"
2012-07-17 17:20:37 +00:00
Subramanya Sastry
80d74e1c16
Changed add/remove/get transforms.
...
* This code change is an attempt to address the FIXME about constant
resorting of transformations in _getTransforms. This caches sorted
transformations and selectively clears/updates the cache on add/remove.
Change-Id: If24a807b84d494aa4e5597339039a5573a30905e
2012-07-17 12:03:48 -05:00
Gabriel Wicke
3172afb750
Rename data-mw into data-rt
...
This hopefully makes it clearer that data-rt contains private round-trip info
instead of semantically interesting data.
Change-Id: I03b476ed112a4b627c9871ee3677c450f943429a
2012-07-16 12:10:08 -07:00
Gabriel Wicke
2faba528aa
Strip data-gen in parserTests
...
Change-Id: I1d3629b4d5487ff8735444069a4004fb74f926ef
2012-07-16 10:37:26 -07:00
GWicke
235739e253
Merge "Bug fix and minor code cleanup."
2012-07-13 22:40:20 +00:00
Subramanya Sastry
141ce901d2
Bug fix and minor code cleanup.
...
Change-Id: Ic446c8822bf1b8a859e045119782d7b8a40c5544
2012-07-13 17:39:30 -05:00
Gabriel Wicke
1e902fc050
Merge "Encapsulate token collection"
2012-07-13 21:08:52 +00:00
Gabriel Wicke
e329455d55
Encapsulate token collection
...
* Arbitrary predicate support for the termination of collection mode
* tokens as property of the collector instead of a state-global thing
Change-Id: Ibcb342bc64a76fece9b04a760ea56c7878e67cad
2012-07-13 13:57:04 -07:00
GWicke
97bc6cd5d7
Merge "Serializer fixes"
2012-07-13 20:36:36 +00:00
Subramanya Sastry
f4c6ba8545
Serializer fixes
...
* Fixed image serializer to deal with missing 'v' value in a k-v pair
representing an image attribute.
* Added fix to deal with bare <li>'s (without surrounding <ul> tags)
NOTE: The second fix is required currently to deal with bugs in the parser
as it deals with complex cases. But, in the future, we could deal with
this in one of the following ways:
(a) The serializer expects a well-formed DOM and all cleanup will be
done as part of external tools/passes.
(b) The serializer supports a small set of exceptional cases and bare
list items could be one of them
(c) The serializer ought to handle any DOM that is thrown at it.
Yet to be resolved.
Change-Id: Ib585e5c9f2a8a80854740ce0211bde705f9fd6f4
2012-07-13 15:33:09 -05:00
GWicke
a742ec5ffc
Merge "Fixed parser and serializer to deal with a 4+ length dash sequence."
2012-07-13 20:14:34 +00:00
Subramanya Sastry
49ed0d3adf
Fixed parser and serializer to deal with a 4+ length dash sequence.
...
Change-Id: If7caaefec1ad55e7604712ef959ff0c843392adf
2012-07-13 15:12:09 -05:00
Gabriel Wicke
65eed350bd
Merge "Make the parser service slightly more robust against serializer failures"
2012-07-11 10:04:18 +00:00
Gabriel Wicke
64d2a089d8
Make the parser service slightly more robust against serializer failures
...
Change-Id: I50624a56fd0319f6acb6fd1c171c7c6f92a97d31
2012-07-11 12:01:05 +02:00
Translation updater bot
c23dc455bd
Localisation updates from http://translatewiki.net .
...
Change-Id: If3eb2da9334602f2faad227bf1dbd43047d244e0
2012-07-11 07:27:59 +00:00
Trevor Parscal
31f111c866
Made toolbar and dialog save buttons more visible
...
Also made the dialog save button keyboard navigable through the tab key
Change-Id: I2f14c2da30b2bae8987264c851def488f0725458
2012-07-10 10:08:58 -04:00
Reedy
ebcd6d2941
Merge "Add Christian, Rob and Subbu to the extension authors list"
2012-07-07 20:54:26 +00:00
Catrope
d8fa2dfbee
Merge "Bug 37811 - VisualEditor: editing toolbar float trigger also triggers contextView icon, although there is no context to act on -Remove unused updateContext method. -Added check for selection length in contextView set method."
2012-07-07 15:49:45 +00:00
Rob Moen
b71586f296
Bug 37811 - VisualEditor: editing toolbar float trigger also triggers contextView icon, although there is no context to act on
...
-Remove unused updateContext method.
-Added check for selection length in contextView set method.
Change-Id: I1d5791c69deea80c54cff3e021ba4c90cdac2cc4
2012-07-07 08:47:51 -07:00
Catrope
ca868f6cb6
Merge "Bug 38008 - VisualEditor: Tooltips for formatting menu are broken Fixed inconsistency with message name being used for format dropdown"
2012-07-07 15:46:27 +00:00
Catrope
a2058c97c3
Add Christian, Rob and Subbu to the extension authors list
...
Change-Id: Ifc2d683e510b3f6e76037ac67a559586fc971dc5
2012-07-06 22:01:04 -07:00
Catrope
970873595b
Merge "Made extendClass accept a variadic list of base classes to extend with"
2012-07-07 04:31:48 +00:00
Catrope
b4b9634e76
Merge "Added feedback button to toolbar"
2012-07-07 04:30:44 +00:00
Catrope
0247a0a211
Merge "Updated Readme to have sane content"
2012-07-07 04:29:19 +00:00
Catrope
82fbb943df
Merge "Removed unused variables"
2012-07-07 04:24:52 +00:00
Catrope
bf886937bf
Merge "Fix link inspector css in new version of chrome. Chrome engine modifies CSS names to lowercase when inside iframe..."
2012-07-07 02:05:06 +00:00
Catrope
bc0c8ae525
Merge "Rename ve.ce.BranchNode.doSlugs -> ve.ce.BranchNode.addSlugs"
2012-07-07 02:04:17 +00:00
Trevor Parscal
12b8818a02
(bug 37848) Fixing delete key at end of document, removing whitespace.
...
Change-Id: I64cc9e7a3251b7326b104cd3b8ecb0d07240cd77
2012-07-06 19:02:01 -07:00
Rob Moen
74ab4688cc
Bug 38008 - VisualEditor: Tooltips for formatting menu are broken
...
Fixed inconsistency with message name being used for format dropdown
Change-Id: Id1e3dd1fe61177d7592b449e227ef2527f4d30a1
2012-07-06 16:28:16 -07:00
Rob Moen
b345915d0f
Fix link inspector css in new version of chrome.
...
Chrome engine modifies CSS names to lowercase when inside iframe...
Change-Id: I9cd8ccba011d82549ad71acd2b18c6241ec47ca4
2012-07-06 14:50:19 -07:00
Translation updater bot
9074309e51
Localisation updates from http://translatewiki.net .
...
Change-Id: I290bb2718632f30a58eb7b9f58fbc9abe8ba86f2
2012-07-06 21:23:01 +00:00
Inez Korczynski
d4bfa89b32
Rename ve.ce.BranchNode.doSlugs -> ve.ce.BranchNode.addSlugs
...
Change-Id: I162067be5a544817e36986eeb0acd0497d37f443
2012-07-05 16:55:45 -07:00
Subramanya Sastry
e529ae7e0e
Serializer fix for empty headings (BUG-33089)
...
Change-Id: Ia7b018335ac9e31938052473fc47ce38443fdeb4
2012-07-05 16:50:48 -05:00
Translation updater bot
dad16b3761
Localisation updates from http://translatewiki.net .
...
Change-Id: I0f7baec21f97895e08f640177734433b01e89e81
2012-07-04 20:11:25 +00:00
Translation updater bot
4fea35acd4
Localisation updates from http://translatewiki.net .
...
Change-Id: I8557e0cb1952664163beaed7cf71c64116808e10
2012-07-02 22:16:50 +00:00
Siebrand
5b7c2e1c4a
Merge "Removed playground"
2012-07-01 14:41:43 +00:00
GWicke
46d6502ca5
Merge "Fix for Bug 37913"
2012-06-30 08:56:48 +00:00
Gabriel Wicke
1736e52bfb
Abstract out chunk emission from tokenizer
...
Patch by Adam Wight, fixes bug #35377 .
Change-Id: I183baeed8dd78e7d3c775f44d62bec8e6f9fc608
2012-06-30 10:39:12 +02:00
Subramanya Sastry
166e7a75c9
Fix for Bug 37913
...
* Strips the first paragraph tag in a list item or table cell context
if there are no attributes on it and stx:html is not set
Change-Id: I74988645fe505c662f86488e32d0f11d464ffe41
2012-06-29 23:47:59 -05:00
Gabriel Wicke
604aae2f3f
Merge "Up entity name length limit even further"
2012-06-29 21:39:54 +00:00
Gabriel Wicke
9ddc863d89
Up entity name length limit even further
...
There are some really long names in
http://www.w3.org/2003/entities/2007xml/unicode.xml
Change-Id: I0138c9610bb288cd8f29e3600b8a21f932e7bcd9
2012-06-29 23:38:10 +02:00
Gabriel Wicke
5c12dae254
Merge changes I2c9f102f,I55aa649b
...
* changes:
Match named entities with up to eight chars
Insert separation between adjacent pres
2012-06-29 21:25:07 +00:00