Commit graph

251 commits

Author SHA1 Message Date
jenkins-bot 48eefc30cb Merge "Has this CI bug been fixed?" 2016-04-13 07:23:58 +00:00
Max Semenik 9bc33683a0 Switch to librarized HtmlFormatter
Bug: T125001
Change-Id: Iac73553ac4b03e75ef321c6a659ece1ac155260b
2016-04-12 21:23:01 -07:00
Sergey Leschina ae7fe951f1 The last sentence of the paragraph was lost.
Change-Id: I963ca71b73dc7396156e8b5fcf5d2952e4abbc05
2016-04-11 02:08:14 +03:00
Kghbln 7237099af9 Provide missing license lable to show on "Special:Version"
Bug: T123943
Change-Id: Iaf9209ca0f6e6c48c3241b19d0a2d9c6c7bf214a
2016-04-08 09:49:06 +02:00
Max Semenik a5ab22066c Has this CI bug been fixed?
Change-Id: I74a786e8f3e895612754a9485bca62b44a3635e7
2016-04-04 16:57:38 -07:00
jenkins-bot 647c39734a Merge "Fix separation of text into sentences." 2016-04-01 20:45:08 +00:00
Sergey Leschina 472d84c9de Fix separation of text into sentences.
Some space characters like   or $thinsp; usually is not indicate to the end of sentence, so shouldn't be used as separators.

Bug: T115817
Change-Id: Ieb56b0ef723dd299f848ea88b66613d92977bef0
2016-04-01 10:49:17 +03:00
Sergey Leschina f321fc541a Add ol.references to ignored elements
Bug: T74629
Change-Id: Iff299bd7eb430f27c682206bf7abc00ac0c5eefb
2016-03-29 01:50:45 +03:00
Translation updater bot d278cd8cd7 Localisation updates from https://translatewiki.net.
Change-Id: Ie19cdd84c8f7c16f1efdb12a9a1bd2c372b1434b
2016-02-16 23:13:06 +01:00
Translation updater bot 5163f23bb0 Localisation updates from https://translatewiki.net.
Change-Id: Ibbc81668888dc9ee51d432d2644613cbc1b46256
2016-02-10 21:11:35 +01:00
Translation updater bot 84372da4a5 Localisation updates from https://translatewiki.net.
Change-Id: If7920d36a7b26e2906d4d32e59c492bbf7987044
2016-01-14 22:25:57 +01:00
Kunal Mehta 59a70f5808 build: Updating development dependencies
* grunt-jsonlint: 1.0.4 → 1.0.7

Change-Id: If6142859ad149a0bb59451c8a7139627f37155cb
2015-12-29 11:57:17 -08:00
Kunal Mehta 0664ddbf94 Add missing use statement
Removed another unused one, and cleaned up the doc block.

Bug: T121283
Change-Id: I1a8b9920152e6d52ffb59de385fcc29c92f33c92
2015-12-11 15:11:43 -08:00
mhutti1 80703452ed Converted TextExtracts to new extension registration system
Moved most of TextExtracts.php to the new extension.json
and added method for backward compatable implementation
of the extension if still called though the php file. Moved
unit test hook to Hooks.php and deleted old il8n.php.

Bug: T87979
Change-Id: I3d26bd931ad2941268b94474f3e6327282da24ec
2015-12-10 22:59:49 +01:00
Sumit Asthana 13d6592978 TextExtracts do not crop after initials
Disables sentence termination at a full stop preceeded by a capital
alphabet which is likely to be an initial.

Bug: T115795
Change-Id: Ibf38e87823155c704ffb106642944cbd05e3f632
2015-12-03 07:11:36 +05:30
Translation updater bot ddcad9b4c8 Localisation updates from https://translatewiki.net.
Change-Id: I791e7f2cb5e6ad16aa051ff0d3c8e82b7744d4a0
2015-11-26 22:04:44 +01:00
Translation updater bot 1f3e13cb32 Localisation updates from https://translatewiki.net.
Change-Id: I63aa511c052d823c3dee2f8609084eb12cac1f88
2015-11-19 21:40:57 +01:00
Sumit Asthana d83ac976e3 TextExtracts allow sentence end with numbers
Allows sentences to end with numbers before a full stop in query
extractsentences.

Also added some more unit tests.

Bug: T118621
Change-Id: I9cbf487601d4165b490696d38d5fcbcf6d8f4637
2015-11-18 20:11:20 -06:00
Kunal Mehta 36d1b4f3c4 Use page_touched in cache key instead of page_latest
Because the extracts depend upon template inclusion, to make sure
the extract is properly updated whenever the page's dependencies change,
use the page_touched timestamp instead of the latest revision id.

Since we're changing the cache key format, remove the 'mf' prefix from
back when it was still in MobileFrontend.

As a side-effect, this will also make action=purge invalidate the cache
since it updates page_touched.

Bug: T117322
Change-Id: Ib6f415c756c57caf6c83be495a4f229446e8b61e
2015-10-31 22:00:51 -07:00
Kunal Mehta 29ae8b5a63 build: Updating development dependencies
* grunt-banana-checker: 0.2.2 → 0.4.0

Change-Id: Ie92e204df31ddfbcf5a730e4f20b823dc62f9451
2015-10-11 12:02:31 -04:00
Translation updater bot 1619d0ed93 Localisation updates from https://translatewiki.net.
Change-Id: I1f493a5960eb10432200066a43725ebc248dc211
2015-08-25 21:58:44 +02:00
Translation updater bot abe8497359 Localisation updates from https://translatewiki.net.
Change-Id: I43956927ad3770fee9c243bf19be599121b6b5a6
2015-08-17 21:13:55 +02:00
Translation updater bot 8e4d9b1e57 Localisation updates from https://translatewiki.net.
Change-Id: I8305f1ccf12e5e830cd23540a4418018afdb5ff2
2015-08-04 23:17:45 +02:00
Matthew Flaschen 63b358fca2 SECURITY: Disallow extracts for non-wikitext for now.
Note that the sensitive information is still in the TextExtracts
memcached, so this requires security review (and either eviction
or a cache key change) before enabling other content models.

Bug: T107170
Change-Id: I57642e84db39d585c5b04453f86102b10fb69cdf
(cherry picked from commit f5c114c571)
2015-08-04 00:08:43 +00:00
Translation updater bot 13e609f894 Localisation updates from https://translatewiki.net.
Change-Id: I1549511a0359c0d0bdace51652f55daa788f8118
2015-07-29 21:51:42 +02:00
Translation updater bot 528f071006 Localisation updates from https://translatewiki.net.
Change-Id: I07bf82c80c5d9e7bb839b5fb6e30916c4722e045
2015-07-26 21:41:55 +02:00
Translation updater bot 68f8894208 Localisation updates from https://translatewiki.net.
Change-Id: I8065e2f2c1b4afdf824498691c7820174be796a0
2015-07-25 21:58:17 +02:00
jenkins-bot 0285c9e033 Merge "Ensure sentences is an int" 2015-07-15 20:35:34 +00:00
Ori Livneh 7c1ea48971 Update for rename of WikiPage::isParserCacheUsed() in I7de67937f0
Make the code compatible with both the old name (WikiPage::isParserCacheUsed)
and new name (WikiPage::shouldCheckParserCache).

Change-Id: If5d5da8eab132eb6d60f7141884ed2aeaa46e444
2015-06-22 20:44:23 -07:00
Kunal Mehta 9a27b49107 build: Configure banana-checker and jsonlint
Change-Id: I89b3081c9aa7ae89e8a38f0c339f7a2a091278c9
2015-06-19 22:28:08 -07:00
Translation updater bot 56babdb243 Localisation updates from https://translatewiki.net.
Change-Id: I5a5ffeca3155d5a7d32baedae831d622ad55d0f4
2015-06-09 22:51:24 +02:00
Translation updater bot 0855984b0a Localisation updates from https://translatewiki.net.
Change-Id: I021a014f58a2fc30ea37defe0b1540b85c105d1b
2015-06-05 21:14:00 +02:00
Translation updater bot 8c2392dc85 Localisation updates from https://translatewiki.net.
Change-Id: I72270682f0be9e9bbcb6cdac6ccebe6372dc7cd7
2015-06-02 21:49:02 +02:00
Translation updater bot b2e9acf604 Localisation updates from https://translatewiki.net.
Change-Id: I2676f5b2882c189cc46767e41b00c4e6f7fffb68
2015-05-25 22:38:42 +02:00
Translation updater bot dd42a1e453 Localisation updates from https://translatewiki.net.
Change-Id: I155f9b19a797ca31ad5b3e3791ef78749f58b837
2015-05-24 00:17:10 +02:00
Translation updater bot 27640d1f63 Localisation updates from https://translatewiki.net.
Change-Id: I6e0069c01cac2884116a08d81171021a8195f253
2015-05-21 23:02:12 +02:00
Translation updater bot 46f6a992fa Localisation updates from https://translatewiki.net.
Change-Id: Ie3313242aa73e12c9ef74ea97e31926b88626b20
2015-05-11 21:52:20 +02:00
Translation updater bot 817edafe63 Localisation updates from https://translatewiki.net.
Change-Id: I0755b809f65657607fc97f833ccebff0ae0ea626
2015-05-09 21:53:19 +02:00
Translation updater bot ed1cc3401a Localisation updates from https://translatewiki.net.
Change-Id: I6aa92864200da35ab482abc6745704e0663a5989
2015-04-29 22:37:56 +02:00
Brad Jorsch 95002e7a59 Further cleanup for core API change
PS25 and later changed things around a fair bit, meaning the previous update
needs some further updating. In some cases additional cleanup is also necessary
for future core API changes.

Bug: T96595
Change-Id: I1573e523cf3c945fca95d8d2db002f5abcdbb29d
2015-04-20 14:41:29 -04:00
csteipp 97495d1ff3 Ensure sentences is an int
In the spirit of escaping as close to the output as possible, ensure
that the number of sentences is an integer before using it in a regex.
Just in case someone changes the api's param definition.

Change-Id: I406d6ed365ecd53bd8f56a09218a7e1403fe0fa9
2015-03-24 12:54:54 -07:00
Translation updater bot 6d16af29ee Localisation updates from https://translatewiki.net.
Change-Id: I455e4a1d0a16e4654ed679253ef46273dfec3744
2015-03-10 22:37:12 +01:00
Brad Jorsch c3eb02a9a6 Update ApiResult handling for mediawiki/core change I7b37295e
Change I7b37295e for mediawiki/core deprecates several methods, and more
importantly changes the format of the data returned from
ApiResult::getData(). This change should handle these differences in a
backwards-compatible manner.

Change-Id: I7b37295e8862b188d1f3b0cd07f66ac34629678e
2015-02-17 14:37:22 -05:00
Chad Horohoe d9869ef8d0 Remove obvious function-level profiling
Change-Id: I0c272eb337566eff28d46d198c9aa065ffdbddb2
2015-02-11 08:49:13 -08:00
jenkins-bot 1c58fd6df9 Merge "Don't flatten spans" 2015-01-13 20:40:04 +00:00
Sam Smith 59633e2be9 Don't flatten spans
... so that per-span information for different languages, i.e. lang and
dir attributes aren't lost.

Bug: T59582
Change-Id: If1b04714fdc0f4d581ddb858d8d53f6f340dc10b
2015-01-13 16:31:01 +00:00
Ori Livneh 23dcce746a MWException -> Exception
Change-Id: If111014ef2d7aea5c72bdcf4600a9067e2e21e00
2015-01-09 19:06:21 -08:00
Translation updater bot b4ccbab8a4 Localisation updates from https://translatewiki.net.
Change-Id: I9e763837fc34a26ec1c598cd627b5c1fc425d987
2015-01-08 22:47:25 +01:00
Translation updater bot a699afc932 Localisation updates from https://translatewiki.net.
Change-Id: I2a65c45c51514f3b317887431a586800c2b5f0ff
2015-01-06 22:28:39 +01:00
Max Semenik fbd8e93a8b Reorg: move hooks to a separate class, introduce namespaces
Change-Id: Ic784010e79b1168f0e112cf912f463036255eb64
2014-12-31 15:05:19 -08:00