Commit graph

13209 commits

Author SHA1 Message Date
Ed Sanders
26edd30cc6 [BREAKING CHANGE] Merge in VE's link input functionality to title widget
Major changes:
* Supports page images and descriptions
* Uses prefix search

Change-Id: Ib463e60cad9651eb338701279f370711ade6030b
2015-06-24 16:22:32 -07:00
Translation updater bot
f3aa9bc0a7 Localisation updates from https://translatewiki.net.
Change-Id: I8e6299831393b366e9073856650fda2f72520826
2015-06-24 21:39:54 +02:00
jenkins-bot
d24b74ce2d Merge "Add language Doteli (dty)" 2015-06-24 13:03:58 +00:00
Translation updater bot
f31b5d3489 Localisation updates from https://translatewiki.net.
Change-Id: I0f85bdd122e4ce9f3e7b809b35aefc6aa2aacca3
2015-06-23 20:54:09 +02:00
jenkins-bot
dae916558f Merge "EditPage: Check $wgContentHandlerUseDB" 2015-06-23 11:14:17 +00:00
Translation updater bot
c5a445f9b7 Localisation updates from https://translatewiki.net.
Change-Id: I414ed14d3d4e5a06c093eccd27ef73516239ac75
2015-06-22 20:52:00 +02:00
Kunal Mehta
ed8ef675aa EditPage: Check $wgContentHandlerUseDB
Reject any edits that attempt to change the content model of a page if
$wgContentHandlerUseDB is false.

Change-Id: Ic2e0ed8f74c3a54864793a457a452f72fe637f73
2015-06-22 09:51:52 -07:00
jenkins-bot
e8e8670e7c Merge "Remove i18n references to Popularpages" 2015-06-22 14:56:38 +00:00
Translation updater bot
cd618c1bfd Localisation updates from https://translatewiki.net.
Change-Id: I430a6c78fac98611b4a6c31b0a75ec42afeade41
2015-06-21 19:27:55 +02:00
Translation updater bot
f371574b79 Localisation updates from https://translatewiki.net.
Change-Id: Ic0490a91badd0a39dfa93d0c51f7417a90e3e845
2015-06-18 20:14:01 +02:00
umherirrender
d8821f2b0b Fixed spacing
- Removed space after casts
- Removed spaces in array index
- Added spaces around string concat
- Added space after words: switch, foreach
- else if -> elseif
- Removed parentheses around require_once, because it is not a function
- Added newline at end of file
- Removed double spaces
- Added spaces around operations
- Removed repeated newlines

Bug: T102609
Change-Id: Ib860222b24f8ad8e9062cd4dc42ec88dc63fb49e
2015-06-17 20:22:32 +00:00
jenkins-bot
f4770c54d4 Merge "Clarify that gender-unknown option is gender neutral" 2015-06-17 06:15:44 +00:00
Translation updater bot
eefb14d86d Localisation updates from https://translatewiki.net.
Change-Id: I8c1f493e82e411960f6743e77151fbee23c7342c
2015-06-16 22:04:00 +02:00
Vivek Ghaisas
9f5b6f5aeb Fix whitespace issues around parentheses
Fix issues found by MediaWiki.WhiteSpace.SpaceyParenthesis sniff.

Bug: T102617
Change-Id: Iec7f71e64081659fba373ec20d9d2006306a98f4
2015-06-16 22:14:02 +03:00
Vivek Ghaisas
665f1a033d Ensure that files end with a newline
Bug: T102619
Change-Id: Iae6e722151581d15c9421d41c4d14b100bb6e437
2015-06-16 16:21:57 +03:00
jenkins-bot
8250d8f2b5 Merge "Correct quotes in Polish translation" 2015-06-16 12:30:30 +00:00
Bartosz Dziewoński
dbe411e6b1 Correct quotes in Polish translation
The correct closing quotation mark in Polish is ” rather than “.

This changes a bunch of messages, so I think it's easier to fix here
and then import in Translatewiki?

Change-Id: I77153964af15368b7f83512b17d3cc9e9066b675
2015-06-16 14:03:08 +02:00
Mark A. Hershberger
671adf39db Remove i18n references to Popularpages
bug: T100676
Change-Id: I66002cbfb6b210fa08b57782665450b59439d17f
2015-06-15 17:48:52 -04:00
Translation updater bot
6185f50467 Localisation updates from https://translatewiki.net.
Change-Id: I85d0a4d444cf082e3e3fa51be190ee3248597d32
2015-06-15 22:18:24 +02:00
Translation updater bot
901dd8af7e Merge "Localisation updates from https://translatewiki.net." 2015-06-14 18:47:15 +00:00
Translation updater bot
659f42c257 Localisation updates from https://translatewiki.net.
Change-Id: Iaddc25ac27e8fa35a69b8751ae9890adf31fb101
2015-06-14 20:44:16 +02:00
jenkins-bot
e44d44ae28 Merge "Add Goan Konkani Language" 2015-06-14 15:40:13 +00:00
Translation updater bot
f814f15d43 Localisation updates from https://translatewiki.net.
Change-Id: I47268e9b17dfaa6b274ef28577b3a3e717fa486b
2015-06-13 22:06:44 +02:00
jenkins-bot
a07ea9326e Merge "Consistency tweaks: xml -> XML, Href -> href" 2015-06-13 01:05:27 +00:00
Translation updater bot
d6539126f6 Localisation updates from https://translatewiki.net.
Change-Id: I5cc62b447fa6116ba6bab21556e4a0abc0d8738c
2015-06-12 21:30:42 +02:00
mjbmr
b39b3944dc Add Goan Konkani Language
Bug: T96468
Change-Id: I12857c36baa2b931f2db86f6be9a50e5e3057967
2015-06-11 20:19:38 +00:00
jenkins-bot
1716c357af Merge "Use mediawiki/at-ease library for suppressing warnings" 2015-06-11 18:59:11 +00:00
Kunal Mehta
f6e5079a69 Use mediawiki/at-ease library for suppressing warnings
wfSuppressWarnings() and wfRestoreWarnings() were split out into a
separate library. All usages in core were replaced with the new
functions, and the wf* global functions are marked as deprecated.

Additionally, some uses of @ were replaced due to composer's autoloader
being loaded even earlier.

Ie1234f8c12693408de9b94bf6f84480a90bd4f8e adds the library to
mediawiki/vendor.

Bug: T100923
Change-Id: I5c35079a0a656180852be0ae6b1262d40f6534c4
2015-06-11 18:49:29 +00:00
Translation updater bot
0b4bc73ee9 Localisation updates from https://translatewiki.net.
Change-Id: Ifee61df93c4c0ceaf8c410e11429ec41d953dd35
2015-06-11 20:45:08 +02:00
jenkins-bot
512a5fc827 Merge "Fix the autonym of Northern Luri and change Central to Northern" 2015-06-11 06:52:51 +00:00
jenkins-bot
07fb2b295a Merge "Update namespaces and special pages for Northern Luri (lrc) from translatewiki" 2015-06-11 06:46:48 +00:00
mjbmr
4c483cb69d Fix the autonym of Northern Luri and change Central to Northern
Change-Id: Ie60524ec5735fce03f0b8add635cf7c17798b0ab
2015-06-11 06:44:32 +00:00
Translation updater bot
f0d998454b Localisation updates from https://translatewiki.net.
Change-Id: I699540faabd831a56e46973cf0849dde7c8383e8
2015-06-10 22:22:34 +02:00
mjbmr
517ce8c3a1 Update namespaces and special pages for Northern Luri (lrc) from translatewiki
See:
* https://translatewiki.net/wiki/MediaWiki:Sp-translate-data-Namespaces/lrc
* https://translatewiki.net/wiki/MediaWiki:Sp-translate-data-SpecialPageAliases/lrc

Bug: T102026
Change-Id: Ic4cca51a5a59dfe3580b66aa9cfcee3d8e3fea4b
2015-06-10 18:48:36 +00:00
Translation updater bot
c560956b46 Localisation updates from https://translatewiki.net.
Change-Id: Icfa21b09f24744c22245a540daa568a846592786
2015-06-09 22:11:11 +02:00
Translation updater bot
b6315c54c7 Localisation updates from https://translatewiki.net.
Change-Id: Ib07fd19243eb0bca5bd7cb9553f20853d05135ac
2015-06-08 21:23:10 +02:00
jenkins-bot
295f108426 Merge "LanguageConverter fix of empty and numeric strings" 2015-06-08 16:52:18 +00:00
Liangent
ca38682dda LanguageConverter fix of empty and numeric strings
Bug: T51072
Bug: T48634
Bug: T53551
Change-Id: I2c88f1cf7c0014bebf5c798916b660b334a0b78b
2015-06-08 14:23:42 +00:00
Translation updater bot
ba4b7ca05c Localisation updates from https://translatewiki.net.
Change-Id: Ie3ce821ae62fad2938416276ed9a92448731eb39
2015-06-07 21:41:03 +02:00
Translation updater bot
e302fc5b66 Localisation updates from https://translatewiki.net.
Change-Id: Ia5cb16ef86a58a1a39c0856c0261c3801363563b
2015-06-06 21:25:55 +02:00
paladox
b5fd67d8d8 Fix tab in en.json
Change-Id: I152646a368f4b2f0142907a2fbf876f8d27eb694
2015-06-06 13:07:42 +00:00
Translation updater bot
4f74c7871f Localisation updates from https://translatewiki.net.
Change-Id: Ie564be94e20109b4972a5392f843ec3fc75658a5
2015-06-05 19:49:22 +02:00
Translation updater bot
70b57f5033 Localisation updates from https://translatewiki.net.
Change-Id: Ia78d394ebff2c701442d32f63c1936d1139200c5
2015-06-04 21:14:12 +02:00
Timo Tijhof
dd587fb99c language: Use item 'fallbackSequence' instead of duplicating logic
The 'fallbackSequence' is exactly generated for this purpose. It
is equal to the value of 'fallback' after splitting, trimming
and ensuring 'en' is present. See LocalisationCache::recache().

Also simplify returning of the first array index by returning it
directly instead of modifying the array first.

Due to an inconsistency between how LocalisationCache and Language classes
treat the fallback sequence differently, we have to manually fallback
to 'en' in case of unknown language codes. This is because otherwise
Language::factory() will throw an exception causing tests to fail.
We should investigate whether this is desirable or not, but keeping
existing behaviour for now and documenting it.

Change-Id: I9c1d51b59aabebf5a31f38205304bb8cc22dcd8c
2015-06-04 17:45:12 +00:00
Translation updater bot
3b754fcb8e Localisation updates from https://translatewiki.net.
Change-Id: I24e09368cdcdb0b0d7517e5219098fb246ad525a
2015-06-03 21:47:14 +02:00
kaldari
5b15303d3d Clarify that gender-unknown option is gender neutral
When selecting gender in Special:Preferences, this changes "I prefer
not to say" to "When mentioning you, the software will use gender
neutral words whenever possible". This makes the option a catch-all
for any user that doesn't want to be explicitly identified as male
or female (without suggesting that the user doesn't want to answer
the question). The specific wording is based on a suggestion by
Nikerabbit (see T61643#968290).

Bug: T61643
Change-Id: I0b64573bbf8c7813ebc6f7c128f1046d55c73796
2015-06-02 17:38:13 -07:00
Translation updater bot
9c69145345 Localisation updates from https://translatewiki.net.
Change-Id: I860b228e2f23cdb32f066943d377b583bc6436eb
2015-06-02 21:17:31 +02:00
Amir E. Aharoni
c9678525eb Rewrite Language::hebrewNumeral()
Use arrays instead of strings, to avoid using
string functions with Unicode.

Handle thousands according to how years like 1000, 2000, etc.
are named in the Hebrew Wikipedia.

Bug: T97444
Change-Id: I5334e86793d28dfcf8939a249b03a5ea85fa4e69
2015-06-02 15:10:52 +02:00
Amir E. Aharoni
f21537f8f2 Cleanup the code of Language::hebrewNumeral()
Change == to === and add empty lines for readability.

Change-Id: Ifeabbf0d6adca25d8a797bd423f1bbdc0f8223ee
2015-06-02 12:31:47 +00:00
Translation updater bot
3d3fa6dbb8 Localisation updates from https://translatewiki.net.
Change-Id: I491182176e3357ed36de4856e20af71d735dcd27
2015-06-01 22:08:37 +02:00