Commit graph

548 commits

Author SHA1 Message Date
Andrew Garrett d35dbd9f50 Cache cite <references /> output by contents. That way, changes that don't affect Cite references won't cause a re-parsing of Cite, which is a big CPU hog on Wikimedia. 2009-02-03 04:57:28 +00:00
Brion Vibber 439ba88a51 Revert r46725, r46726 "Cache cite <references /> output by contents. That way, changes that don't affect Cite references won't cause a re-parsing of Cite, which is a big CPU hog on Wikimedia."
Causes data corruption in output due to misaligned strip markers.
2009-02-02 21:49:10 +00:00
Andrew Garrett 782b1a20c0 Fix profiling mistake. 2009-02-02 19:34:51 +00:00
Andrew Garrett fedbf8ccc8 Cache cite <references /> output by contents. That way, changes that don't affect Cite references won't cause a re-parsing of Cite, which is a big CPU hog on Wikimedia. 2009-02-02 19:29:02 +00:00
Siebrand Mazeland b4841fd8f8 Localisation updates for extension messages from Betawiki (2009-02-02 14:46 UTC) 2009-02-02 15:01:57 +00:00
Siebrand Mazeland b1d43f936c Localisation updates for extension messages from Betawiki (2009-02-01 13:41 UTC) 2009-02-01 14:04:42 +00:00
Siebrand Mazeland 42a3d3ee20 Localisation updates for extension messages from Betawiki (2009-01-31 23:29 UTC) 2009-01-31 23:50:10 +00:00
Siebrand Mazeland 7a72b3ef81 Localisation updates for extension messages from Betawiki (2009-01-29 21:14 UTC) 2009-01-29 21:36:03 +00:00
Robert Rohde b7b5f80537 revert of r46520 2009-01-29 10:13:12 +00:00
Robert Rohde 047c89b2c0 Move cite_error formatting wrapper into Mediawiki: space rather than hard coded in Cite_body.php 2009-01-29 05:10:07 +00:00
Siebrand Mazeland 788b864d17 Localisation updates for extension messages from Betawiki (2009-01-28 20:32 UTC) 2009-01-28 20:53:33 +00:00
Siebrand Mazeland 955766e267 Localisation updates for extension messages from Betawiki (2009-01-27 19:46 UTC) 2009-01-27 19:58:18 +00:00
Rotem Liss 087b4746c8 Localization update for he. 2009-01-27 14:59:37 +00:00
Siebrand Mazeland ca5f9b4f1e Localisation updates for extension messages from Betawiki (2009-01-26 23:29 UTC) 2009-01-26 23:37:31 +00:00
Alex Z. ca5c36c9b5 (bug 16854) Show an error message when a page has <ref> tags and no <references/>. Patch by Brad Jorsch. 2009-01-26 18:02:28 +00:00
Siebrand Mazeland a84dfc7b4a Localisation updates for extension messages from Betawiki (2009-01-25 23:00 UTC) 2009-01-25 23:10:35 +00:00
Siebrand Mazeland b505ce6d7e Localisation updates for extension messages from Betawiki (2009-01-23 17:19 UTC) 2009-01-23 18:23:46 +00:00
Siebrand Mazeland 9466297405 Localisation updates for extension messages from Betawiki (2009-01-21 21:16 UTC) 2009-01-21 21:33:03 +00:00
Shinjiman 67e3f6fa70 * Adding Literary Chinese (lzh) language.
* Adding Old Chinese (och) language redirect to lzh.
* Adding Late Time Chinese (ltc) language redirect to lzh.
* Redirect Classical Chinese (zh-classical) to Literary Chinese.
2009-01-21 15:04:46 +00:00
Siebrand Mazeland 6c13a3aedc Localisation updates for extension messages from Betawiki (2009-01-17 23:02 UTC)
* rebuilt all messages files
2009-01-18 00:01:41 +00:00
Raimond Spekking d08f0ce404 Localisation updates for extension messages from Betawiki 2009-01-17 15:55:16 +00:00
Alex Z. 76837d57ea partial revert of 45771, mistaken commit? 2009-01-16 18:30:29 +00:00
Raimond Spekking f5f2927be5 Localisation updates for extension messages used by WMF from Betawiki 2009-01-15 16:45:03 +00:00
Niklas Laxström a27248cdaf Localisation updates for extension messages from Betawiki (2009-01-11 10:32 UTC) 2009-01-11 10:52:59 +00:00
Rotem Liss 4f688e9375 Localization update for he. 2009-01-07 18:20:55 +00:00
Tim Starling c3048a5e92 Reverting r45379 as per comment 5 on bug 16854, i.e. it doesn't work with section editing. 2009-01-07 13:10:29 +00:00
Siebrand Mazeland dc0f4c12b9 Localisation updates for extension messages from Betawiki (2009-01-06 21:10 UTC) 2009-01-06 21:40:11 +00:00
Siebrand Mazeland 3ff57981f0 Localisation updates for extension messages from Betawiki (2009-01-05 08:33 UTC) 2009-01-05 09:02:00 +00:00
Rotem Liss e873ad0297 Localization update for he. 2009-01-03 19:46:24 +00:00
Chad Horohoe a82380d2a6 (bug 16854) Provide explicit error when <references /> is omitted. Patch by Brad Jorsch. 2009-01-03 18:59:22 +00:00
Siebrand Mazeland e7bc7d5eb8 Localisation updates for extension messages from Betawiki (2009-01-01 23:26 UTC) 2009-01-01 23:45:29 +00:00
Siebrand Mazeland cc9fe54101 Localisation updates for extension messages from Betawiki (2009-01-01 00:37 CET) 2008-12-31 23:49:40 +00:00
Siebrand Mazeland 5b4362291a Localisation updates for extension messages from Betawiki (2008-12-31 00:24 CET) 2008-12-30 23:41:31 +00:00
Aryeh Gregor f7969c9d4b Improve ugly interface for Sanitizer::escapeId()
Calling it with no extra arguments will now assume that you're escaping
a whole id, not an id fragment, which is safer.  Also, instead of ugly
bitfield-based options, I've changed the options to use an array of
strings.  I fixed all callers in trunk.  Out-of-tree callers that were
using Sanitizer::NONE will get correct behavior, while those that were
calling it with no arguments will get slightly changed behavior (an x
will be prepended).  I think this is harmless enough that we can skip
back-compat cruft here.

This should cause no visible changes.  No parser test regressions.
2008-12-30 00:22:14 +00:00
Siebrand Mazeland 037c3696ea Localisation updates for extension messages from Betawiki (2008-12-29 23:29 CET) 2008-12-29 22:48:02 +00:00
Siebrand Mazeland f4963af13d Localisation updates for extension messages from Betawiki (2008-12-29 00:24 CET) 2008-12-29 00:03:59 +00:00
Siebrand Mazeland c91636f312 Localisation updates for extension messages from Betawiki (2008-12-28 00:53 CET) 2008-12-28 00:13:27 +00:00
Siebrand Mazeland ff99f2484d Localisation updates for extension messages from Betawiki (2008-12-26 19:04 CET) 2008-12-26 18:16:42 +00:00
Siebrand Mazeland e0f848dd96 Localisation updates for extension messages from Betawiki (2008-12-26 11:15 CET) 2008-12-26 10:42:00 +00:00
Siebrand Mazeland 24dae5c3b3 Localisation updates for extension messages from Betawiki (2008-12-25 11:22 CET) 2008-12-25 10:37:23 +00:00
Siebrand Mazeland 2491f522a1 Localisation updates for extension messages from Betawiki (2008-12-25 00:00 CET) 2008-12-24 23:13:57 +00:00
Siebrand Mazeland 6df1bc16a8 Localisation updates for extension messages from Betawiki (2008-12-23 23:09 CET) 2008-12-23 22:19:40 +00:00
Siebrand Mazeland 4bc58f9869 Localisation updates for extension messages from Betawiki (2008-12-23 16:47 CET) 2008-12-23 16:12:09 +00:00
Siebrand Mazeland 5ee7a0dd69 Localisation updates for extension messages from Betawiki 2008-12-21 18:22:43 +00:00
Aaron Schulz e26669a126 Search & replace war on old wf* xml functions 2008-12-20 09:32:47 +00:00
Siebrand Mazeland a4bd412bc6 Localisation updates for extension messages from Betawiki (2008-12-19 22:45 CET) 2008-12-19 21:56:22 +00:00
Siebrand Mazeland 0365d6c93b Localisation updates for extension messages from Betawiki (2008-12-16 22:56 CET) 2008-12-16 22:15:47 +00:00
Siebrand Mazeland be3ed71010 Localisation updates for extension messages from Betawiki (2008-14-10 10:36 CET) 2008-12-14 09:50:00 +00:00
Siebrand Mazeland e43787881f Localisation updates for extension messages from Betawiki (2008-12-10 15:10 CET) 2008-12-10 14:27:36 +00:00
Siebrand Mazeland 5968995e79 Localisation updates for extension messages from Betawiki (2008-12-04 10:28 CET) 2008-12-04 09:47:11 +00:00