Commit Graph

1607 Commits

Author SHA1 Message Date
Translation updater bot
ccbe2b7d58 Localisation updates from https://translatewiki.net.
Change-Id: Id29533362d45273713967f8bd74a810ee60e0232
2014-02-16 20:22:26 +00:00
Translation updater bot
ec85ee44cc Localisation updates from https://translatewiki.net.
Change-Id: I63b6cf4a24f948295a262aea5964f64eafd3eff9
2014-02-15 21:08:33 +00:00
Translation updater bot
6498ccc985 Localisation updates from https://translatewiki.net.
Change-Id: Ia6342fc31b1b2515a063bbc8b2df4b2742f299f4
2014-02-14 20:21:58 +00:00
jenkins-bot
ce27557f02 Merge "Update jquery.i18n from upstream" 2014-02-14 04:24:34 +00:00
jenkins-bot
17ce0c7e1a Merge "bump mediawiki_selenium to 0.2.3" 2014-02-14 03:48:21 +00:00
Translation updater bot
a76457ef39 Localisation updates from https://translatewiki.net.
Change-Id: Iadad602c2f8b30fd55b764a4b6244dfbb13c642e
2014-02-13 21:20:24 +00:00
Antoine Musso
a97d2886e7 bump mediawiki_selenium to 0.2.3
mediawiki_selenium 0.2.3 let us specify the destination of screenshots
via SCREENSHOT_FAILURES_PATH env variable.

Change-Id: I199ce712f7e062bac613c66ac5fdcd5a83d3422f
2014-02-13 16:21:44 +01:00
Translation updater bot
424b3852f7 Localisation updates from https://translatewiki.net.
Change-Id: I7b3560de46ab6a037460737da83265255672eaa8
2014-02-12 21:36:48 +00:00
jenkins-bot
4c21893518 Merge "Moved login and reset preferences to mediawiki_selenium Ruby gem" 2014-02-12 04:59:47 +00:00
Translation updater bot
aeb6e27bae Localisation updates from https://translatewiki.net.
Change-Id: I20880b1b6e9645ba9f073960e3b2a60c1e764fec
2014-02-11 19:58:29 +00:00
jenkins-bot
d189648437 Merge "Update jquery.ime from upstream" 2014-02-11 18:04:34 +00:00
Kartik Mistry
db055c8f47 Update jquery.ime from upstream
Upstream: https://github.com/wikimedia/jquery.ime
Changes:
 * Bug 53695: For languages with no input methods, set
   "use native keyboard" by default.
 * Add Venetian input method.
 * Drop -moz-linear-gradient
 * Apply /* @embed */ pragma to all images, not just the topmost in each
   block.
 * Validate the input method id in load method.

Change-Id: I05f8350003227e150948670caf919f05a2b00f88
2014-02-11 18:38:39 +02:00
Zeljko Filipin
cf57dfbf69 Moved login and reset preferences to mediawiki_selenium Ruby gem
Bug: 56088
Change-Id: I3d4150295ec2f66e5ad20a90769b7bd4bb14763f
2014-02-11 14:51:37 +01:00
Kartik Mistry
f25fca0dcb Check if directory exists in a better manner
* This avoids warnings like: line 8: cd: /tmp/jquery.ime:
   No such file or directory.
 * Formatting fixes.

Change-Id: Icbc3f6f80314cae3ea9b5dfdc3e66c59af225621
2014-02-11 17:39:24 +05:30
jenkins-bot
7de150c90a Merge "It's 2014 already" 2014-02-11 08:28:36 +00:00
Federico Leva
81f0e29d53 It's 2014 already
Change-Id: Ic6564ccdd897ee2f9449eac62d086de607943cdf
2014-02-11 09:27:49 +01:00
jenkins-bot
10580dbbdf Merge "Prevent JSON parsing errors" 2014-02-11 08:27:23 +00:00
Translation updater bot
2059501b04 Localisation updates from https://translatewiki.net.
Change-Id: Ie98d4c3a6e7e95f863fb5dc52522fd7630fc8e02
2014-02-10 20:50:39 +00:00
Amir E. Aharoni
7627358fb4 Prevent JSON parsing errors
Bug: 61137
Change-Id: I2df6b6108bb7834b927205d3b6afa69354cecaf7
2014-02-10 15:25:37 +02:00
Kartik Mistry
1de86b4ba7 Fixed year in version
Change-Id: I06ad3251b91b00dc93a1fdf2a1d97ff7b9cc18f6
2014-02-10 18:54:02 +05:30
Kartik Mistry
b3a30c3e28 Update version and copyright year
Change-Id: I8ee6d6f53d24eceabf36f17c7e85e34f6034de0d
2014-02-10 18:50:03 +05:30
jenkins-bot
ab83208b60 Merge "Encode URL parameter" 2014-02-10 12:38:32 +00:00
Santhosh Thottingal
1c3a935ef0 Try to restore the old preferences, if any, if possible
Preferences were saved using jStorage. The browsers which ULS supports now
have wide native support for local storage, so we removed jquery.jStorage
in I09b2bd52972.

The old local storage key was 'jStorage' as put by jquery.jStorage. We now
check if that key is present. If so we migrate the preferences and remove
the old key to save space. We are not aware of anything else using this
module.

Change-Id: I995a32c4cb7a3bc818fe255f92dbc972211cb112
2014-02-10 17:52:04 +05:30
Santhosh Thottingal
e21c221e2b Use localStorage, fallback to cookie, remove jquery.jStorage RL dependency
As per comments in I22613d9f6846db5456beb532cec47396fccda8ae

Change-Id: I09b2bd52972d9aef20dd469c556631e0299bc407
2014-02-10 12:11:13 +00:00
Santhosh Thottingal
27771fdeaf Restore enableWebfonts pref and remove uls-enable
This patch restores the enableWebfonts preference, stored inside
the uls-preferences blob. It existed as 'enable-webfonts' in
the past and was removed in
If735a733717596fae03042c5e277bd538bd8501f

Each wiki can be configured to load the fonts by default
using the new global variable $wgULSWebfontsEnabled.
Its default value is true (to load fonts).

This also removes the preference 'uls-enable', recently added in
I71b70d8ee7c3cad7f49b32e5dc494ef4fc1bdb2f

The initialization of ext.uls.webfonts.js is changed as well,
so that minimal webfonts JS library code is loaded,
and the rest is loaded only if a user requests it.

Bug: 60304
Change-Id: I49e812eae32266f165591c75fd67b86ca06b13f0
2014-02-10 17:40:30 +05:30
jenkins-bot
7b376a80c8 Merge "Fix remaining strings not participating in live language preview" 2014-02-10 06:56:34 +00:00
jenkins-bot
9a5a1d909f Merge "Remove duplicate code and add todo" 2014-02-10 06:54:11 +00:00
Translation updater bot
d3c1495550 Localisation updates from https://translatewiki.net.
Change-Id: Iec0190b7ef4d4f95660acd83b32b950f89a60576
2014-02-09 20:17:46 +00:00
Timo Tijhof
c6d71015ff Various clean up
Files:
* Consistently have one (1) new line at EOF
  (.gitignore, *.css, *.sh)

JSHint:
* Separate the common (general Wikimedia code conventions) from
  the local more stricter rules (nice work!).

Maintenance:
* Use simplified $IP definition where getenv is only called once.
  Based on http://git.io/ve-mw-36fc3b59-makeStaticLoader

JavaScript:
* Use the same closure in all files:
  - No need for "undefined".
  - One linebreak between license header and start of closure
    (sometimes there were 1 or 2 empty lines).
  - ext.uls.ime.js: No need for "document" (redundant in general,
    but especially as it wasn't used anywhere in this file).
  - Use "$, mw" for all ext.* modules (one of them used "mw, $").

Change-Id: Iba5dab14bbc3fbfc9f8fe96dd2d95529587a69aa
2014-02-08 00:11:50 -08:00
Cmcmahon
4081163aa5 Merge "Normalize the font-family name in browser test" 2014-02-07 16:18:21 +00:00
Zeljko Filipin
de11d83b6f Renamed mediawiki-selenium Ruby gem to mediawiki_selenium
Bug: 60820
Change-Id: I5fb2db6b2da94b0554e324b39de631b4117be7eb
2014-02-07 13:38:57 +01:00
jenkins-bot
135507f8dd Merge "Replace Xerxes with Artaxerxes" 2014-02-07 08:50:59 +00:00
Kartik Mistry
473dc8536a Normalize the font-family name in browser test
Bug: 57101
Change-Id: I01a787f8576e309d313219bd560ce4be4469c438
2014-02-06 21:07:52 +05:30
Niklas Laxström
41d6ee2f44 Remove duplicate code and add todo
Found while looking at bug 47974

Change-Id: I7d4ef165e36e96cb6a61880a3413d8883c51c7fd
2014-02-06 17:09:08 +05:30
jenkins-bot
516095e43b Merge "Set tooltip load timeout later than collapsible navs" 2014-02-06 09:11:42 +00:00
Kartik Mistry
abd130ed64 Set tooltip load timeout later than collapsible navs
Load tooltip at 700ms on page load to give enough time for collapsible
navigation to finish altering sidebar layout.

Bug: 51170
Change-Id: I8c7666a51ffe68007c4aadb4e72aa668d0fe6164
2014-02-06 09:11:02 +00:00
Translation updater bot
4c7286ae2e Localisation updates from https://translatewiki.net.
Change-Id: I6ecd225b50b92cb1e8c5d1f05f087a78e2c800a6
2014-02-05 21:43:52 +00:00
Translation updater bot
35ced612e1 Localisation updates from https://translatewiki.net.
Change-Id: Ic605d8ec8740c62e756b87d401fab815daea942c
2014-02-03 21:23:21 +00:00
Translation updater bot
2e54d8100c Localisation updates from https://translatewiki.net.
Change-Id: I47a400f8c277e33e7e061abdbc8acf466f8504c7
2014-02-01 19:47:44 +00:00
Reza
d81e5b762f Replace Xerxes with Artaxerxes
Xerxes is not passing OpentypeSanitizer check per
https://bugzilla.mozilla.org/show_bug.cgi?id=964696 that is why it won't work
as web font on Chrome and Firefox. This is its derivation to fix the issue.

Change-Id: I619e0c3ecb882ee91d46b36bf65a143bd8647d2f
2014-02-01 20:00:24 +05:30
Niklas Laxström
9fb8c3fdf0 Fix remaining strings not participating in live language preview
Change-Id: Id2dc9279e4bfae499a6e8b00a34a74c5505512b2
2014-02-01 11:22:30 +00:00
jenkins-bot
021060309d Merge "Add Iranian Serif, Iranian Sans Bold, remove Amiri from fa" 2014-01-31 16:27:44 +00:00
jenkins-bot
086ad49f6a Merge "ci and default profiles are no longer needed" 2014-01-30 12:32:57 +00:00
jenkins-bot
5b093cf2c0 Merge "Moved Sauce Labs browser configuration to mediawiki-selenium Ruby gem" 2014-01-30 12:26:51 +00:00
Kartik Mistry
938eb0685c Typo fix in README file
Change-Id: I5139217afd75efa8452abc6e8d910d73782a51be
2014-01-30 17:49:15 +05:30
Zeljko Filipin
22198ba467 ci and default profiles are no longer needed
Bug: 56085
Change-Id: If3e66ee47a5cef700e6a3f3699ef8b969837cd6d
2014-01-30 13:10:32 +01:00
Translation updater bot
ebf2cd1acd Localisation updates from https://translatewiki.net.
Change-Id: Iaf3058467a0a9b9d515b024edb69d54148f956ef
2014-01-28 21:24:25 +00:00
Zeljko Filipin
0390c0b534 Moved Sauce Labs browser configuration to mediawiki-selenium Ruby gem
Bug: 56085
Change-Id: Ib3807bf61292beafb51faef307d0abd67c960995
2014-01-28 18:54:16 +01:00
Reza
33713a1d69 Add Iranian Serif, Iranian Sans Bold, remove Amiri from fa
* Adding Iranian Serif and removing Amiri is per this request-url which is added also:
  https://fa.wikipedia.org/wiki/%D9%88%DB%8C%DA%A9%DB%8C%E2%80%8C%D9%BE%D8%AF%DB%8C%D8%A7:%D9%86%D8%B8%D8%B1%D8%AE%D9%88%D8%A7%D9%87%DB%8C/%D8%A7%D9%81%D8%B2%D9%88%D8%AF%D9%86_%DB%8C%DA%A9_%D9%82%D9%84%D9%85_%D9%88_%D8%AD%D8%B0%D9%81_%D9%82%D9%84%D9%85%DB%8C_%D8%AF%DB%8C%DA%AF%D8%B1
  but adding Iranian Sans Bold is for sake of completion like Amiri
* All EOTs and WOFFs are built/rebuilt using latest sfnttool

Change-Id: I3c0220395b22eaeebc355c0b857a7444c6e14662
2014-01-28 14:44:57 +00:00
Translation updater bot
a5019231e9 Localisation updates from https://translatewiki.net.
Change-Id: Ia5eb4c541fbfec7e722b47730181a4909a807bf4
2014-01-26 16:27:28 +00:00