Commit graph

1094 commits

Author SHA1 Message Date
Translation updater bot 51cab7bef6 Localisation updates from https://translatewiki.net.
Change-Id: I2570652b1eb7851cd128b2b4d93b36b4dc2897e3
2014-04-06 19:46:01 +00:00
Translation updater bot e10db8a12a Localisation updates from https://translatewiki.net.
Change-Id: I18f40135d20f916ed3be1023b4170a63b38bb707
2014-04-04 20:26:30 +00:00
jenkins-bot 1c94813742 Merge "WikiEditor: Remove unmaintained beta iframe mode" 2014-04-04 07:56:26 +00:00
jenkins-bot e3668e18aa Merge "WikiEditor: Remove unmaintained highlight plugin" 2014-04-04 07:56:25 +00:00
jenkins-bot 5bf1dfefb4 Merge "WikiEditor: Remove unmaintained template editor modules" 2014-04-04 07:56:25 +00:00
jenkins-bot d87e6e94d4 Merge "WikiEditor: Remove old unmaintained ToC module" 2014-04-04 07:56:24 +00:00
Translation updater bot d45eb05373 Localisation updates from https://translatewiki.net.
Change-Id: I05c6fd59faa0f16fa14052e0467046e7bf6c34be
2014-04-03 19:47:56 +00:00
Derk-Jan Hartman 952d6b9d8f WikiEditor: Remove unmaintained beta iframe mode
Change-Id: I2d7369116b92d674d791e420750a906a17a46bac
2014-04-03 17:20:49 +02:00
Derk-Jan Hartman 55929241a3 WikiEditor: Remove unmaintained highlight plugin
Change-Id: I9740a1197209f177217b034e8b94a90b3905a560
2014-04-03 17:12:07 +02:00
Derk-Jan Hartman e53521b32b WikiEditor: Remove unmaintained template editor modules
Change-Id: I47119d6cfdde4b40ff5b07be0c7d327b80598142
2014-04-03 17:11:10 +02:00
Derk-Jan Hartman 9bb94e8319 WikiEditor: Remove old unmaintained ToC module
Change-Id: I0f53a68e50fc950d7f407ee81b2bf0d81ef4948d
2014-04-03 17:02:32 +02:00
Translation updater bot 9383e965cc Localisation updates from https://translatewiki.net.
Change-Id: Ifb0d62921de70338552eade871e67aad69efde88
2014-04-01 19:54:00 +00:00
Translation updater bot 87360d7db6 Localisation updates from https://translatewiki.net.
Change-Id: I8ce6370da7cdc67685e8dee8cbfa99cd52aadcae
2014-03-29 21:20:40 +00:00
Siebrand Mazeland 11f0e1ab32 Migrate to JSON i18n
Procedure per https://www.mediawiki.org/wiki/Manual:GenerateJsonI18n.php
with shim.

Change-Id: Id90e104793d3ca8243d0ef918b9bc91cf474c36d
2014-03-29 17:14:05 +01:00
Translation updater bot 51f8599cf5 Localisation updates from https://translatewiki.net.
Change-Id: I76e2a685c993366ee696e21ab080b2bd97f51e08
2014-03-28 19:41:55 +00:00
Translation updater bot 85a2c6fa2f Localisation updates from https://translatewiki.net.
Change-Id: Ic811cdd14d4f51b88a9682545c72e4d039995737
2014-03-27 20:33:32 +00:00
Translation updater bot 55b517c622 Localisation updates from https://translatewiki.net.
Change-Id: Ifd339fdfbb58e272e20389d7e7ba45c8c18d498e
2014-03-24 22:24:16 +00:00
Derk-Jan Hartman 39e3676b35 Revert "Remove unneeded show() in WikiEditor toolbar"
because apparently we do have empty tools boxes. Alternative
implementation in I4652ade66c6de864ee3e74b3817ed9b93967ce3d

This reverts commit dd46fc383b.

Change-Id: I358c34d63261989d49b0a4156cbc05b544727d5c
2014-03-24 22:30:55 +01:00
Translation updater bot ab9a363620 Localisation updates from https://translatewiki.net.
Change-Id: I6b1512df9b12ace741a2e3a04a613955ff8848fb
2014-03-23 20:32:57 +00:00
jenkins-bot 713fd56113 Merge "Fix border css" 2014-03-22 21:52:40 +00:00
Translation updater bot c0ee1165ec Localisation updates from https://translatewiki.net.
Change-Id: I11634f9dbd58b51854c2d8133c4effa2ab9f6dc1
2014-03-22 20:52:30 +00:00
Niklas Laxström a80e2f9d2b Fix border css
Inspired by Ia244a5070

Change-Id: I16319fe49b1c359bc6b57fbaa8deea8154847d7c
2014-03-22 17:44:25 +00:00
jenkins-bot 4291b563c2 Merge "Remove unneeded show() in WikiEditor toolbar" 2014-03-22 01:55:19 +00:00
Translation updater bot 310ebc0c85 Localisation updates from https://translatewiki.net.
Change-Id: Ibc4ffac7b0c60ad0bc0d4b2075dc3d7eaeb5fe4f
2014-03-19 20:45:39 +00:00
jenkins-bot 328e6a21b2 Merge "Unify coding style of jQuery( '<element>' ) calls" 2014-03-18 17:06:11 +00:00
Translation updater bot d9d2cb7ec9 Localisation updates from https://translatewiki.net.
Change-Id: I09ef32fccb82c74f2e4fe234c2438c8050a684af
2014-03-17 21:23:22 +00:00
Thiemo Mättig 772e39caf2 Unify coding style of jQuery( '<element>' ) calls
According to the jQuery documentation (and code) all kinds of
$( '<element>' )
$( '<element/>' )
$( '<element />' )
$( '<element></element>' )
are identical. So yes, this patch does not change anything. All it
does is removing characters that are ignored anyway. Using the same
style everywhere makes the code easier to read and understand and
may save a few bytes when it is gzipped.

The current WikiEditor code contains 67 usages of that jQuery call.
Only very few of them are not in the most simple <element> style.

Personally I consider the style <div/> confusing since a <div> can
not be a void element.

Change-Id: I816b4cccc9ee329e9bcdd9bd2353e5653fd10c36
2014-03-17 22:11:12 +01:00
Derk-Jan Hartman dd46fc383b Remove unneeded show() in WikiEditor toolbar
This line forces sections to be visible after you edit the toolbar.
There is no apparent reason why this should be necessary. It has been
in there almost from the start, but doesn't seem to be used

Change-Id: Iadaae3fb9ae1899e12605d653b2688616b8f7c40
2014-03-16 23:48:14 +01:00
Translation updater bot df3c0a1acc Localisation updates from https://translatewiki.net.
Change-Id: I06de4f39cb140b4055cdea935e9c143688ab98bb
2014-03-15 20:13:43 +00:00
Translation updater bot 6abf700965 Localisation updates from https://translatewiki.net.
Change-Id: I5425c43c75e4b42a73b7dfda8fdf25252df22078
2014-03-13 15:47:00 +00:00
jenkins-bot 8f294c5427 Merge "Removed indentation button from WikiEditor toolbar." 2014-03-12 12:04:39 +00:00
Translation updater bot 862ff4237a Localisation updates from https://translatewiki.net.
Change-Id: I5b078ee497ecee6ad3c5ddf1ae95b5355da02c43
2014-03-09 20:39:58 +00:00
Translation updater bot de91704b41 Localisation updates from https://translatewiki.net.
Change-Id: Iee4ff8f55b959e06cd872cd07d5f77d614c674a3
2014-03-06 19:57:34 +00:00
Translation updater bot c2a98c737b Localisation updates from https://translatewiki.net.
Change-Id: Ic17f3d1e5d63a2a54045400c5b9d0a81ae8b62fd
2014-03-04 20:46:54 +00:00
Translation updater bot 371b4110cd Localisation updates from https://translatewiki.net.
Change-Id: I3f344c9acb48fc980a71676eaa42d57195f0a92b
2014-03-03 21:09:43 +00:00
Translation updater bot 1eb2b57e7c Localisation updates from https://translatewiki.net.
Change-Id: Ic130ea8c597c4a23142c5b8005ee7497ea9b7881
2014-03-02 20:46:25 +00:00
Fomafix 895f737b87 Workaround for a scrolling bug in IE8
Bug: 61908
Change-Id: I69dbfa267b26916628181553b213f05add909c99
2014-02-25 12:41:12 +00:00
Ori Livneh f5b2b18a01 mw.loader#version -> mw.loader#getVersion
mw.loader#version was removed in I57d340015.

Change-Id: Icb8e591c379b083cfc5f05a1a24320e0f13f7d12
2014-02-18 14:54:29 -08:00
Translation updater bot e2cb8ae29d Localisation updates from https://translatewiki.net.
Change-Id: Ie8ac088c495702ecd493860c297c17d8ae76e9e6
2014-02-17 20:49:12 +00:00
Translation updater bot 92a3b39ea2 Localisation updates from https://translatewiki.net.
Change-Id: I95489f1a3da7bd92b9cbe29fbca01ce103b532f0
2014-02-13 21:20:52 +00:00
Translation updater bot 7a5d3212b8 Localisation updates from https://translatewiki.net.
Change-Id: Ifc5d3535363bc8f4cb23a0d473f9b94954b4b963
2014-02-12 21:37:09 +00:00
Xelgen 861fe4049b Adding Armenian icons for formatting buttons
This commit adds Armenian icons for Bold and Italic buttons.

Icons were created by me, according to guide at
https://usability.wikimedia.org/wiki/Text_format_icons

Links to icons used on Commons:
http://commons.wikimedia.org/wiki/File:Toolbaricon_bold_%D4%B9.png
http://commons.wikimedia.org/wiki/File:Toolbaricon_italic_%D5%87.png

Glyphs are from font based on Droid Serif,
developed by Ruben Tarumian (Hakobian) http://tarumian.am,
was released PD, for project of http://hy.am funded by OSI.

If my understanding is right those icons had to be described only
in jquery.wikiEditor.toolbar.config.js file.

Change-Id: I6afa67d4d87a359b4f596840873d8f142d85b8f9
2014-02-11 23:17:07 +00:00
Translation updater bot ed97561bba Localisation updates from https://translatewiki.net.
Change-Id: I5ab57d0ca06bb4cc60f612940f7c6831ea2d8ca6
2014-02-10 20:51:06 +00:00
Translation updater bot e1c593e2ad Localisation updates from https://translatewiki.net.
Change-Id: I4ab43494d2cf85be88ea4cd8f8f13337ca9b4090
2014-02-08 21:25:49 +00:00
Translation updater bot c12626a13a Localisation updates from https://translatewiki.net.
Change-Id: I4f6f99658d13dd2defd3994f4c480ee5c4036084
2014-02-07 21:32:08 +00:00
Translation updater bot e3180cde4c Localisation updates from https://translatewiki.net.
Change-Id: I9cd6101f3f37781d7565063c6e4d93dc56bfa6b4
2014-02-05 21:44:46 +00:00
Translation updater bot 8c00f7e50d Localisation updates from https://translatewiki.net.
Change-Id: I187c3c3619d5a00b29954b51883727d062554bb0
2014-02-04 21:07:02 +00:00
Translation updater bot c075e6a82b Localisation updates from https://translatewiki.net.
Change-Id: I5cf2ba90f0234a82a6563df6c34688b5da792bd4
2014-02-03 21:24:24 +00:00
Translation updater bot 50266c38a6 Localisation updates from https://translatewiki.net.
Change-Id: I1cf42521e98d03a5fa8ff5ec51c0bb1970f76e7c
2014-02-01 19:48:21 +00:00
Translation updater bot 4433c7b98a Localisation updates from https://translatewiki.net.
Change-Id: If710e68610f2a30314bb6dcd620410986bfe3ef5
2014-01-28 21:25:03 +00:00