Commit graph

14 commits

Author SHA1 Message Date
Brion Vibber bec229277f Update a butt-ton of extension about URLs to point to https://www.mediawiki.org/ 2011-12-13 23:49:33 +00:00
Robin Pepermans d1f2f0edbc r92138: bump version (and update @version) 2011-07-14 03:59:55 +00:00
Mark A. Hershberger f2a1bb33fc Bug 17504 - Inputbox extension should have single namespace search option
Apply patch from DaSch
2011-07-04 17:01:45 +00:00
Happy-melon c30239bf87 (bug 6640) add a prefix= parameter to creation inputboxes; using a intercept/munge/redirect method stolen from Wikia. 2010-03-18 19:11:12 +00:00
Siebrand Mazeland 0003f0e6d9 * Remove $wgExtensionCredits['description'] where $wgExtensionCredits['descriptionmsg'] present. This feature was introduced in MediaWiki 1.12, and 'description' is not used if 'descriptionmsg' is present.
* Random indentation updates and trailing whitespace removed
2010-02-22 23:41:51 +00:00
Chad Horohoe f1611c78bf Nuking fallback code for MW < 1.12 in most extensions (there's like 5 or 6 left I haven't done). Couple of points:
* 1.11 and below aren't supported anymore, so we don't need to be maintaining back-compat code for it anymore. This is why we branch extensions
* The vast majority of these were using $wgParser. This defeats the purpose of ParserFirstCallInit...allowing you to use parsers other than $wgParser. All these extensions now work in any instance of the Parser, not just $wgParser
2009-09-04 22:22:12 +00:00
Shinjiman 890e5711e5 Follows up r49890, adding file location itself to obtaining the revision number shown in the Special:Version 2009-04-27 03:53:32 +00:00
Chad Horohoe e9ade21aaa Big commit. Removing svn-version and svn-date from extensions. Per the list, these versions do not give valuable information and are often wildly inaccurate. 2009-03-26 17:39:49 +00:00
Chad Horohoe bdaca54ce1 Cleanup slightly odd syntax. Back to how it originally was. 2008-10-29 23:59:03 +00:00
Siebrand Mazeland ad5afe34a7 Maintenance updates:
* remove trailing whitespace
* update indentation
* stylize.php
* eol-style:native svn props
2008-10-27 20:56:23 +00:00
Alexandre Emsenhuber daa934db04 Cleanup for r42681: Not for $wgHooks, because then it calls the "InputBoxHooks" function with "register" as additional parameter 2008-10-27 20:51:09 +00:00
Chad Horohoe 4436efd069 Use array() for the setup functions so it works on PHP < 5.2.3 2008-10-27 20:41:35 +00:00
Trevor Parscal 05e7df43bd Updated the naming in the credits. 2008-10-27 20:38:10 +00:00
Trevor Parscal 97bd4977f1 2008-10-27 20:33:53 +00:00
Renamed from inputbox.php (Browse further)