Translation updater bot
325f25dade
Localisation updates from http://translatewiki.net .
...
Change-Id: I29acb52385dfef118869a0cd9eb07a8b8bb4bf1d
2012-04-19 21:45:54 +00:00
Translation updater bot
c5209d0080
Localisation updates from http://translatewiki.net .
...
Change-Id: I5a7ec95c36bd68793bed96960d6a83f54edfa2b4
2012-04-18 20:26:21 +00:00
Trevor Parscal
96052d0d97
(bug 34885) Fixes issue where old toolbar was killed, even when the new toolbar was incompatible
...
Instead of wiping the old toolbar out on the server side we now just wrap the old toolbar in a div that has an inline style that prevents it from being displayed. This is only done when the toolbar is enabled. When the toolbar code runs on the client, if the toolbar ends up being incompatible, the old toolbar's wrapping div is shown. This avoids the side-effect of the old toolbar showing up momentarily while the new toolbar loads. It's a dirty hack, but we explored this extensively and it's the least evil way we could come up with that worked consistently.
Change-Id: I6fefadea4dbd01b96a0b95c50bc9ef526144dc3c
2012-04-17 15:19:20 -07:00
Krinkle
8730cde553
Merge "Don't escape $, not needed in JS"
2012-04-17 21:30:41 +00:00
Catrope
aa78431fc0
Merge "Adding Tamil numerals special character insertion toolbar."
2012-04-17 21:21:40 +00:00
srikanthlogic
2dc745c7ef
Adding Tamil numerals special character insertion toolbar.
...
Patchset 2: (Roan) Fix indentation to use tabs instead of spaces
Change-Id: Ia55da864a01a0adc6ac15d5c132832b11a4d94c2
2012-04-17 14:20:00 -07:00
Catrope
5bd7ef6a1b
Merge "Moved character 25cc (dotted circle) before the diacritic."
2012-04-17 21:14:53 +00:00
Catrope
c96beedf86
Merge "RTL fix for special characters insertion links."
2012-04-17 21:12:14 +00:00
Catrope
99a8b25d3b
Merge "Adding pretty quotation marks for Hebrew."
2012-04-17 21:11:32 +00:00
Catrope
77603a091c
Merge "Updating the Gujarati character insertion toolbar."
2012-04-17 20:42:25 +00:00
Catrope
ba2cf2f249
Don't escape $, not needed in JS
...
This makes jquery.wikiEditor.toolbar.config.js pass jshint (the
command-line jshint from npm that is)
Change-Id: I74d353c956c2b9616a9f80e10d5309ae9ee544db
2012-04-17 13:41:13 -07:00
Catrope
336036a6b2
Revert toolbar preferences saga
...
This is still broken in production right now: the preference message is
missing and disabling the preference doesn't disable the toolbar.
Reverting this because it just doesn't work right now.
This reverts the following commits:
4234c5ddc7
"Fix syntax error in I1adc6b99fa3e1980d4ce3c565b5f193bcbceb526"
00eee72543
"modified as per bug 35879"
00eee72543
"(bug 30796) Dropping preferences for toolbar"
Change-Id: I882a6e0c0cc70f9afecb49746f3db01eab8808dc
2012-04-16 15:20:50 -07:00
Catrope
4234c5ddc7
Fix syntax error in I1adc6b99fa3e1980d4ce3c565b5f193bcbceb526
...
Change-Id: I32427e8270a65a242144223bb8c07610beb8afb4
2012-04-16 11:50:05 -07:00
Trevor Parscal
db59bf0d62
Merge "Set defaultrebase=0 in .gitreview"
2012-04-16 18:23:20 +00:00
Catrope
0dfa23c90a
Set defaultrebase=0 in .gitreview
...
Change-Id: Ice156d3404bde5d399f189a85d8d6c8fcde36cdd
2012-04-16 11:21:28 -07:00
nischay nahata
00eee72543
modified as per bug 35879
...
Re-added the preference for toolbar I had removed by mistake in change 4339
made global=false and user=true for toolbar,as it was before my changes
for dialogs global=true and user=false is retained as now the user cannot
control dialogs in preferences and it is always on
Patchset 3 (Roan): enable WikiEditor preference by default
Change-Id: I1adc6b99fa3e1980d4ce3c565b5f193bcbceb526
2012-04-16 11:18:43 -07:00
Translation updater bot
d78ef991a2
Localisation updates from http://translatewiki.net .
...
Change-Id: Ib68ff2907b4dd85079b70b416999da76e0924679
2012-04-16 16:15:11 +00:00
nischay nahata
8d01d341be
(bug 30796) Dropping preferences for toolbar
...
sets global=true for dialog preferences and removes corresponding messages
from i18n file
Change-Id: I877c94544ebae34e69a4034cde52c763cc44503c
2012-04-05 22:50:44 +05:30
Amir E. Aharoni
ec24d21801
Updating the Gujarati character insertion toolbar.
...
New characters are added and existing characters are reordered
according to comments received from the Gujarati Language support
team.
Change-Id: I769594ec1088d2c3326477a3f1065d576c6dcdf7
2012-04-01 14:39:51 +03:00
Amir E. Aharoni
f963e0f704
Adding pretty quotation marks for Hebrew.
...
Change-Id: Ief0aad430b4565a46f5772b6ef24e41e11e98774
2012-03-29 11:22:59 +02:00
Amir E. Aharoni
e6640f53ba
Moved character 25cc (dotted circle) before the diacritic.
...
The diacritic is supposed to appear after the dotted circle. It is
already like this in other languages.
Change-Id: Id157ab58ae41bd6e8f78c26b35b65003abc7bf7a
2012-03-29 10:15:43 +02:00
Amir E. Aharoni
7cea0eb810
RTL fix for special characters insertion links.
...
Added @noflip, because it's explicitly rtl. Without it, it becomes ltr.
Change-Id: Ifda0894d8745faea2dc18e4efed3a3dfa52239d8
2012-03-29 10:10:23 +02:00
Brion VIBBER
954636d7ca
Merge "Added ZWNJ and ZWJ according to request at bug 30611. Split special characters from digits."
2012-03-26 22:50:21 +00:00
Amir E. Aharoni
562f1d3fbc
Grouped Hebrew characters and added comments. Added required punctuation characters.
...
Change-Id: I353e3c12be8c2fdb8abcc1d6690b43e71717f689
2012-03-24 15:00:50 +02:00
Amir E. Aharoni
aa493220fa
Added ZWNJ and ZWJ according to request at bug 30611.
...
Split special characters from digits.
Change-Id: Ibcaaa1f5447495647ff18658c4250617f8307455
2012-03-24 12:56:08 +02:00
Peter Gehres
65297083a7
Adding .gitreview
...
Change-Id: I13e926c1f4f9bf2261a9e591cb8069e6b7d041e3
2012-03-23 10:37:03 -07:00
Raimond Spekking
045309cca3
Localisation update for core and extension messages from translatewiki.net
...
The last via SVN ...
2012-03-21 19:44:27 +00:00
Raimond Spekking
d12c488340
Localisation updates for core and extension messages from translatewiki.net
2012-03-19 21:21:48 +00:00
Raimond Spekking
40ffed53d6
Localisation updates for core and extension messages from translatewiki.net
2012-03-16 20:39:04 +00:00
Raimond Spekking
fa830a3281
Localisation updates for core and extension messages from translatewiki.net
2012-03-12 20:46:25 +00:00
Raimond Spekking
3ecad57b60
Localisation updates for core and extension messages from translatewiki.net
2012-03-10 22:57:43 +00:00
Raimond Spekking
cc63250b0e
Localisation updates for core and extension messages from translatewiki.net
2012-03-05 21:20:53 +00:00
Raimond Spekking
7696265f15
Localisation update for core and extension messages from translatewiki.net
2012-03-03 21:32:20 +00:00
Raimond Spekking
39036d45dc
Localisation update for core and extension messages from translatewiki.net
2012-03-01 22:21:50 +00:00
Sam Reed
0514d49717
More image compression for extensions
2012-03-01 02:24:49 +00:00
Raimond Spekking
7a2d0aae82
Localisation updates for core and extension messages from translatewiki.net
2012-02-26 19:55:37 +00:00
Raimond Spekking
87a7d195a8
Localisation updates for core and extension messages from translatewiki.net
2012-02-24 21:11:11 +00:00
Roan Kattouw
f26acc15c7
Add a configuration variable for disabling tracking clicks on the toolbar buttons
2012-02-23 22:29:37 +00:00
Raimond Spekking
462c74edd9
Localisation updates for extension messages from translatewiki.net
...
Core skipped today, conflicts with dupe messages... Will report on CR soon
2012-02-23 19:45:08 +00:00
Sam Reed
924908c22f
Followup r111796, always return true
2012-02-22 23:07:11 +00:00
Raimond Spekking
c06ac504c0
Localisation updates for core and extension messages from translatewiki.net
2012-02-21 21:17:58 +00:00
Raimond Spekking
8320f5f83e
Localisation updates for core and extension messages from translatewiki.net
2012-02-20 20:20:26 +00:00
Raimond Spekking
c073263d0e
Localisation updates for core and extension messages from translatewiki.net
2012-02-19 20:47:51 +00:00
Raimond Spekking
f137d06574
Localisation updates for core and extension messages from translatewiki.net
2012-02-18 20:41:29 +00:00
Benny Situ
0609dffdf3
fix for bug34431 - Disable the old toolbar if the new toolbar is enabled
2012-02-17 22:13:11 +00:00
Raimond Spekking
23cc687a9b
Localisation updates for core and extension messages from translatewiki.net
2012-02-17 21:26:28 +00:00
Raimond Spekking
755acc7cd0
Localisation updates for core and extension messages from translatewiki.net
2012-02-16 20:46:56 +00:00
Raimond Spekking
2b8efea3bd
Localisation updates for core and extension messages from translatewiki.net
2012-02-15 20:11:31 +00:00
Daniel Friesen
45f3e29065
Add resize: vertical; to the textarea's css so that browsers like firefox and chrome won't allow horizontal resizing resulting in WikiEditor background showing.
2012-02-15 06:06:27 +00:00
Raimond Spekking
9c154ba838
Localisation updates for core and extension messages from translatewiki.net
2012-02-13 19:45:00 +00:00