Commit graph

340 commits

Author SHA1 Message Date
Roan Kattouw 769640ee5c Fix misspelled constant in r95663 2011-08-31 19:07:44 +00:00
Roan Kattouw b98c200706 Last commit to make WMF-deployed extensions HTTPS-ready (hopefully): use wfExpandUrl() in a bunch of places
* SpamBlacklist: code is weird but I'm pretty sure this needs HTTP
* ContributionTracking: expand return URL to current protocol. Use HTTP in the test suite (PROTO_CURRENT makes no sense in tests since they run from the command line)
* GlobalUsage: remove URL expansion, not needed after r95651
* CentralNotice: expand URL because it gets fed to window.location indirectly via JS
* OpenSearhXml: use canonical URLs in XML output
* MobileFrontend: expand a URL that's used in a Location: header
2011-08-29 14:37:47 +00:00
Siebrand Mazeland e32124af7e Localisation updates from http://translatewiki.net.
Full rebuild of all messages files for extensions supported by Translate.
2011-08-17 00:10:33 +00:00
Raimond Spekking f2c7def8f5 Localisation update for core and extension messages from translatewiki.net (2011-08-04 12:30:00) 2011-08-04 13:28:09 +00:00
Alexandre Emsenhuber b16bb18e5a Dropped pre-1.12 compatibility code 2011-05-27 19:26:00 +00:00
Sam Reed d6131ea82d Kill/update callers for some deprecated code 2011-05-06 23:52:52 +00:00
Mark A. Hershberger 9cc1d19d23 PLEASE TEST: Bug #26332 — Patch that I think should fix the problem
according to the comments, but needs more testing

* Also, a one line w/s fix up
2011-05-03 20:23:35 +00:00
Yaron Koren b6408039cd Added some minor backwards-compatibility, so trunk version can work with MW 1.16 and earlier 2011-02-17 00:24:24 +00:00
Raimond Spekking a65164269c Localisation updates for core and extension messages from translatewiki.net (2011-02-14 21:31:00 UTC) 2011-02-14 21:56:30 +00:00
Raimond Spekking e33cd39a5a Localisation updates for core and extension messages from translatewiki.net (2011-02-10 21:02:00 UTC) 2011-02-10 21:27:12 +00:00
Sam Reed b3de09a381 More undefined variables 2011-01-23 10:34:56 +00:00
Siebrand Mazeland 3b5ee53275 Localisation updates for extensions from translatewiki.net. 2011-01-22 20:08:34 +00:00
Raimond Spekking 42bc0e670e Localisation updates for core and extension messages from translatewiki.net (2011-01-20 20:24:00 UTC) 2011-01-20 20:52:42 +00:00
Raimond Spekking 6f8274302e Localisation updates for core and extension messages from translatewiki.net (2011-01-03 20:25:00 UTC) 2011-01-03 20:52:23 +00:00
Daniel Friesen 3e98b04647 Followup r78590, apparently the code that puts unknown categories of extensions into 'other' was not implemented until MediaWiki 1.17... *sigh* So we need to include a version check on these extensions until they stop supporting pre-1.17 versions of MediaWiki. 2010-12-20 04:05:54 +00:00
Daniel Friesen b1bbadbab4 Change extension group 'other' for some of our antispam extensions into the new 'antispam' extension groups. Pre trunk wiki will just keep displaying them in 'other' anyways till release. 2010-12-19 01:59:11 +00:00
Alexandre Emsenhuber 56ee985a78 Changed usage of Article::updateArticle() to Article::doEdit(), also removed call to wfDoUpdates() since it's not needed anymore 2010-12-18 18:42:13 +00:00
Alexandre Emsenhuber 5937f6f3d2 Remove duplicate delcaration wfDoUpdates(); I don't this extension supports such old MediaWiki versions ;) 2010-12-05 19:56:17 +00:00
Philip Tzou 37db27ea98 Follow up r77321. Replace EditPage::spamPage to $editPage->spamPageWithContent in wfSpamBlacklistFilterMerged.
I did nothing to wfSpamBlacklistFilter which seems has been replaced by wfSpamBlacklistFilterMerged.
2010-11-26 07:53:30 +00:00
Raimond Spekking d6b39a8ade Localisation updates for core and extension messages from translatewiki.net (2010-11-10 21:28:00 UTC) 2010-11-10 21:42:18 +00:00
Sam Reed 7e97019b2e Conditionals in loops to foreachs 2010-10-29 21:30:20 +00:00
Sam Reed 084b83b7e2 Start removing/fixing calls to deprecated methods in WMF used extensions 2010-10-29 15:14:44 +00:00
Raimond Spekking c6e10fa10c Localisation updates for core and extension messages from translatewiki.net (2010-10-24 19:14:00 UTC) 2010-10-24 19:30:56 +00:00
Raimond Spekking ab2947b915 Localisation updates for core and extension messages from translatewiki.net (2010-10-22 18:58:00 UTC) 2010-10-22 19:41:58 +00:00
Raimond Spekking 5f8e40e575 Localisation updates for core and extension messages from translatewiki.net (2010-10-19 19:03:00 UTC) 2010-10-19 19:38:34 +00:00
Raimond Spekking 68a6fb218a Localisation updates for core and extension messages from translatewiki.net (2010-10-10 19:07:00 UTC) 2010-10-10 19:23:48 +00:00
Raimond Spekking 071838392e Localisation updates for core and extension messages from translatewiki.net (2010-09-28 18:52:00 UTC) 2010-09-28 19:02:58 +00:00
Chad Horohoe e86cfdacb4 More php4-style constructors. I think thats most of them 2010-08-30 17:11:45 +00:00
Siebrand Mazeland 41a5049329 Localisation updates for core and extension messages from translatewiki.net (2010-08-24 06:24 UTC) 2010-08-24 06:37:29 +00:00
Siebrand Mazeland 28773e5559 Localisation updates for core and extension messages from translatewiki.net (2010-08-21 22:44 UTC) 2010-08-21 23:20:48 +00:00
Siebrand Mazeland 676e28b5d3 Localisation updates for core and extension messages from translatewiki.net (2010-08-13 21:35 UTC) 2010-08-13 23:21:38 +00:00
Tim Starling c9d346125c * Revert r66878, completely misses the point of factoring out doEdit() in the first place, which was to separate the UI layer from the backend layer, to support callers with alternate UIs or no UIs.
* Reverted followup 66880.
* Reverted dependent changes r67752, r68606, r68608, r68609. The point of deprecating insertArticle()/updateArticle() was to allow the UI code to be moved to EditPage. If you move that exact EditPage-specific functionality back into Article::doEdit(), and call it from all sorts of non-EditPage places, then we'll hit the same sorts of bugs we had before r14834.
2010-08-09 08:33:42 +00:00
Sam Reed bd70950a8a Minor revert of CentralNotice.db.php
Add some braces

Remove more unused variables
2010-07-26 21:55:18 +00:00
Sam Reed b40ba3d1c3 Remove some more unused globals/variables 2010-07-26 21:42:17 +00:00
Sam Reed 5df9b1cc11 Remove some more unused globals
Kill a couple of other unused variables
2010-07-25 17:12:50 +00:00
Raimond Spekking 6909658316 Localisation updates for core and extension messages from translatewiki.net (2010-07-18 19:30:00 UTC) 2010-07-18 19:37:51 +00:00
Raimond Spekking a9fdf51758 Localisation updates for core and extension messages from translatewiki.net (2010-07-05 21:20:00 UTC) 2010-07-05 21:51:11 +00:00
Max Semenik 314158f034 Got rid of remaining usages of immediateBegin()/immediateCommit(), marked these functions with wfDeprecated() 2010-07-05 19:47:46 +00:00
Raimond Spekking b83b1eb5eb Localisation updates for core and extension messages from translatewiki.net (2010-06-29 19:28:00 UTC) 2010-06-29 19:51:55 +00:00
Matěj Grabovský 7d17d91168 Follow-up r68606, per comments:
* Fixed use of deprecated Article::insertNewArticle and Article::updateArticle in extensions
2010-06-26 19:52:29 +00:00
Raimond Spekking dab681a26c Localisation updates for core and extension messages from translatewiki.net (2010-06-18 23:20:00 UTC) 2010-06-18 23:31:39 +00:00
Raimond Spekking b384dc39ed Localisation updates for core and extension messages from translatewiki.net (2010-06-09 18:50:00 UTC) 2010-06-09 19:22:07 +00:00
Raimond Spekking 5849cc5986 Localisation updates for core and extension messages from translatewiki.net (2010-06-06 18:30:00 UTC) 2010-06-06 18:49:24 +00:00
Alexandre Emsenhuber bc16233d47 Big changes to extensions' documentation:
* changed all @addtogroup to @ingroup
* added some @file where needed
* changed some @package/@subpackage to @ingroup
2010-06-06 15:12:22 +00:00
Siebrand Mazeland fe324c5064 Localisation updates for extension messages from translatewiki.net (2010-06-03 22:59 UTC) 2010-06-03 23:19:03 +00:00
Raimond Spekking e4493d210c Localisation updates for core and extension messages from translatewiki.net (2010-05-29 18:50:00 UTC) 2010-05-29 19:17:19 +00:00
Chad Horohoe 66fb39a8f9 Revert r66934 (Removing wfLoadExtensionMessages() from everything). I disagree on principle...we branch extensions for this very reason. But people want trunk extensions compatible for several versions back, meh. 2010-05-27 15:56:53 +00:00
Chad Horohoe 67107030b7 Large commit. Removed 800+ references to no-op wfLoadExtensionMessages() 2010-05-26 22:25:32 +00:00
Raimond Spekking f84b764a72 Localisation updates for core and extension messages from translatewiki.net (2010-05-12 22:15:00 UTC) 2010-05-12 22:44:31 +00:00
Siebrand Mazeland 4b42b3b267 Localisation updates for extension messages from translatewiki.net
* rebuild all supported extension messages files
2010-04-25 21:02:19 +00:00