Commit graph

2081 commits

Author SHA1 Message Date
Max Semenik 351a08d1b7 Don't break when reference names contain []
Bug: T29694
Bug: T179544
Depends-On: I189bdefbc9034cf8d221a89d7158195de1c0fa6c
Change-Id: Iec3439f76ecc2a3543b30b35f8735c92b0cfb711
2017-11-15 23:23:45 +00:00
jenkins-bot b0bae90a29 Merge "MWReferencesList: drop autoGenerated attribute if changed" 2017-11-07 21:28:20 +00:00
David Lynch d54fbf287d MWReferencesList: drop autoGenerated attribute if changed
If the user has moved the reflist away from the end of the document, or
changed any properties on it, it shouldn't be treated as autoGenerated any
more.

Bug: T153754
Change-Id: I348601952dbfcf06bfb564e4db9cac820f3b2776
2017-11-07 11:56:08 -06:00
Translation updater bot 832261ea11 Localisation updates from https://translatewiki.net.
Change-Id: Ibb660e348f13a0df784cec0358e6980e23a7e02a
2017-11-06 22:46:36 +01:00
Volker E 2b446d7bca Unify SVG markup
Align SVG markup across Foundation products by
- unifying XML declaration,
- removing unnecessary groups and ids where applicable and
- unifying whitespace.

Bug: T178867
Change-Id: I8df6cb46d85a972b9f4319565dca89fd31629cf7
2017-11-04 19:04:30 -07:00
Translation updater bot bf27c21cde Localisation updates from https://translatewiki.net.
Change-Id: Iccb6859a62d9ead72922e0a11b40363af6bf76b5
2017-11-04 22:34:38 +01:00
Translation updater bot 2665e0dcb4 Localisation updates from https://translatewiki.net.
Change-Id: I0a5ba29b4ed1e4bb380255d4a18523f49d89acb8
2017-11-03 22:23:13 +01:00
jenkins-bot 1d5180c841 Merge "Align colors to WikimediaUI palette ones" 2017-11-03 09:43:24 +00:00
Kunal Mehta 7fcb6023c6 build: Adding MinusX
Change-Id: I377f76c5c5aaadcaa66d37c3581bf9872cabe752
2017-11-02 18:27:49 -07:00
Volker E 223662791c Align colors to WikimediaUI palette ones
Bug: T179608
Change-Id: Ie37b39b17d2e183c091d2e85dc729d75adf555d5
2017-11-02 20:17:19 +00:00
Translation updater bot 4818acfe54 Localisation updates from https://translatewiki.net.
Change-Id: I2d07b52c4b4b211fae52e05037421bf6167e806a
2017-10-31 22:22:09 +01:00
Translation updater bot 57f3628f71 Localisation updates from https://translatewiki.net.
Change-Id: I2e6d2218b62378dfb30ed9465c52fbd2336c9012
2017-10-30 22:29:20 +01:00
Translation updater bot 499091f420 Localisation updates from https://translatewiki.net.
Change-Id: I4d6fe919d1718cdeaadb1956d834ed2ef07f3fce
2017-10-29 22:39:03 +01:00
Translation updater bot 5e79a9bf4a Localisation updates from https://translatewiki.net.
Change-Id: I96c539337c3e514f9ee279b09ff8fbe41707be26
2017-10-28 22:40:33 +02:00
Translation updater bot f67b38b7f7 Localisation updates from https://translatewiki.net.
Change-Id: Ifce4cbf83d46584eb5145c9273c62d27c25ab9cb
2017-10-27 22:17:55 +02:00
Translation updater bot 9b31477cf6 Localisation updates from https://translatewiki.net.
Change-Id: If4af886520201e8cef61a3b47e8f8a1b8b9a6725
2017-10-26 23:14:14 +02:00
Translation updater bot 9f84ab467d Localisation updates from https://translatewiki.net.
Change-Id: Ie2ec044a26346c6d745d2b98d77f5b89cf765c63
2017-10-25 22:34:08 +02:00
libraryupgrader dfae87234d build: Updating mediawiki/mediawiki-codesniffer to 14.1.0
And moved phpcs.xml to .phpcs.xml (T177256).

Change-Id: I257cc4b0f62f96583cb822aac772600d40182af3
2017-10-21 04:18:33 +00:00
Translation updater bot 3c281d1ac5 Localisation updates from https://translatewiki.net.
Change-Id: I3e9128ac86ace474723efbb9b1a136648ac7c666
2017-10-19 23:03:23 +02:00
Translation updater bot 90b10d1e36 Localisation updates from https://translatewiki.net.
Change-Id: Iefc9fed3e665f0c3fba68213f0591348e31dbbf1
2017-10-18 22:24:33 +02:00
Translation updater bot 85098ea373 Localisation updates from https://translatewiki.net.
Change-Id: I2e1ce79f3da6fa586a20587710d180cb7a930055
2017-10-17 22:39:20 +02:00
Translation updater bot 3556fec94f Localisation updates from https://translatewiki.net.
Change-Id: I420dfeece7703c3379ffe632dbf4621f696b25da
2017-10-15 22:34:55 +02:00
Translation updater bot 3fd8344f00 Localisation updates from https://translatewiki.net.
Change-Id: If947e3bfcabadac41bc6275b9d5405044e226011
2017-10-13 22:32:20 +02:00
Translation updater bot 37a484c74f Localisation updates from https://translatewiki.net.
Change-Id: I7d0f2a36cb590f93610cc2f44a8bc8b9f5b1ca6d
2017-10-11 22:51:46 +02:00
Alexander Mashin 3023f55605 T177134: Nulls passed to preg_match in Cite
Line 334 of Cite/includes/Cite.php contains two preg_match () calls. The subject lines for them are produced by Cite::refArgs () and are set to null or false when no name or follow attribute is provided in the <ref></ref> tag.

However, preg_match () is supposed to accept only strings as its subject, and the nowhere in the documentation it is said that it is nullable.

At least, in HHVM 3.12 this causes an exception.

The enclosed patch adds simple checks making sure that preg_match () is not called when $key or $follow are null or false.

Change-Id: I3e00d31d6bf216271ace7e851d88c68c4fd5ed00
2017-10-11 17:01:37 +00:00
Translation updater bot 7ba81b0ede Localisation updates from https://translatewiki.net.
Change-Id: I273ba905bb1b4f5ff02e95bac054af7ab60b6495
2017-10-09 22:43:01 +02:00
Umherirrender 0802a73cae Improve some parameter docs
Change-Id: I7d50eaabfba309a62d1dbd16ded0cbcab3beb82f
2017-10-06 21:22:30 +02:00
Translation updater bot ed3fed14ab Localisation updates from https://translatewiki.net.
Change-Id: I63c6dceaa5cf0ade85b70c15e8284c54308ed03a
2017-10-05 22:32:10 +02:00
Translation updater bot 547b2e9e78 Localisation updates from https://translatewiki.net.
Change-Id: Ieac60c5c3fa65a81e61b30a7b605f11c3c7fd1ef
2017-10-04 22:32:26 +02:00
Arlo Breault 185b5c57c0 Sync up with Parsoid citeParserTests.txt
This now aligns with Parsoid commit 7ec1f8369ef2e620858b40eadb7c43f1c4fa6d3d

Change-Id: I0e65d14ace2c0420fccc407eceae0f33ae1f1e06
2017-10-04 13:19:19 -04:00
jenkins-bot d0199aaf53 Merge "Use HTML5 id attributes; remove use of deprecated Sanitizer::escapeId()" 2017-10-03 22:23:42 +00:00
Translation updater bot 08b6694c22 Localisation updates from https://translatewiki.net.
Change-Id: I3655fcd03416eef02bd17d746c299eb3e92b2727
2017-10-02 22:44:18 +02:00
Translation updater bot 2adbc6f2e2 Localisation updates from https://translatewiki.net.
Change-Id: I1843579c8072b38511bbac363f37f82a371b95b8
2017-10-01 22:21:56 +02:00
Translation updater bot 80545d748c Localisation updates from https://translatewiki.net.
Change-Id: I7261bbefe9476d9aed4f036bb03848d36f6dd314
2017-09-30 22:33:50 +02:00
Translation updater bot cc0125f031 Localisation updates from https://translatewiki.net.
Change-Id: I9b993279a3742caada29af1f9ecdc6eee35d784e
2017-09-27 22:19:42 +02:00
L10n-bot 71b3710bbc Merge "Localisation updates from https://translatewiki.net." 2017-09-26 20:31:58 +00:00
Translation updater bot e8fbfe9baa Localisation updates from https://translatewiki.net.
Change-Id: I93701a44726b7d433421e5da0eaa5f3160909b4c
2017-09-26 22:31:25 +02:00
James D. Forrester 9764bbb04e Replace constructive with progressive UI flag
Change-Id: I0edfb7ad13b12a0695f6cdc4afc9afcc82265183
2017-09-26 15:35:55 -04:00
Translation updater bot bf1d4dffe4 Localisation updates from https://translatewiki.net.
Change-Id: Ie93e1a70a87d1c9f9a2520b8016524ba66ca59d0
2017-09-25 22:28:18 +02:00
Translation updater bot 8b4e488cce Localisation updates from https://translatewiki.net.
Change-Id: Ia0ab8b92fc7931ccb9bd0ffdeff88b99395dc09d
2017-09-24 22:33:10 +02:00
libraryupgrader 1f80983036 build: Updating mediawiki/mediawiki-codesniffer to 13.0.0
Change-Id: I24d08b59607bc2db8729961b708ba1de77ba4dcb
2017-09-24 05:21:03 +00:00
Translation updater bot 2d217a91d1 Localisation updates from https://translatewiki.net.
Change-Id: I38697dcf69eaf508b61f79e42a76472c93a5aff6
2017-09-23 22:30:22 +02:00
Translation updater bot 62dbdc58bd Localisation updates from https://translatewiki.net.
Change-Id: I555280994b17696a397eab35a021661ebd7c0cf9
2017-09-22 22:48:13 +02:00
Translation updater bot 3cad9ceb3c Localisation updates from https://translatewiki.net.
Change-Id: I902e23bac23797d14e458dd04eb72faac6bd041c
2017-09-21 22:33:56 +02:00
Translation updater bot 20c240037d Localisation updates from https://translatewiki.net.
Change-Id: I4bccbafcd7a4a184e074dbed81204b62f0cfb0cf
2017-09-20 22:40:20 +02:00
jenkins-bot e2ebd2352c Merge "Follow-up I1e0ae39: Set isResponsive on new ref lists" 2017-09-19 22:00:01 +00:00
Translation updater bot 065cc6a87a Localisation updates from https://translatewiki.net.
Change-Id: I3095f0d6be996c742fc3bbe372fce6f8cb32c2b6
2017-09-19 22:46:55 +02:00
Ed Sanders aad7227850 Follow-up I1e0ae39: Set isResponsive on new ref lists
Change-Id: Icd51637b28b44963eddd5d43323dbda329c6a2fc
2017-09-19 21:17:52 +01:00
C. Scott Ananian 14459c226b Use HTML5 id attributes; remove use of deprecated Sanitizer::escapeId()
When using HTML5 ids, we need to take greater care to properly escape the
id (or derived strings) before passing them back through
Parser::recursiveTagParse().

Bug: T176170
Change-Id: I89a4f8ba24b867f2d5ccdc2bf9a4312ab9b385a9
2017-09-19 15:42:41 -04:00
Ed Sanders a3a4bd945b VE: Support 'responsive' attribute
Bug: T53260
Change-Id: I1e0ae39e8c30653b7ba0f537723a4bcd79ac3162
2017-09-19 17:03:39 +01:00