wiki.techinc.nl/includes
Domas Mituzas b96e0c7b92 * Shortcutted Title::userCanRead() for public wikis
* Moved redirects code in OutputPage before skins and ajax stuff, to handle likely scenario better
* Stripped off lots of fat (like... 30-50% of execution time) from Special:Randompage - mwahaha... ha... hahaha...
2008-01-14 10:23:48 +00:00
..
api (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
cbt Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
filerepo (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
media * (bug 11809) Use formatNum() for more numbers 2007-10-30 11:57:39 +00:00
normal Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
templates Tighten up the handling of $wgEmailConfirmToEdit , plus related functionality: 2007-10-11 07:11:51 +00:00
zhtable * (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants 2007-12-02 09:02:09 +00:00
.htaccess
AjaxDispatcher.php * De-crappified JS upload dest check feature. Converted to sajax framework. Comprehensive destination checking like the previous behaviour on submission. 500ms typing delay for rate limiting, response cache. Don't display the warning on submission if the user has already seen it via AJAX. 2007-07-01 18:24:47 +00:00
AjaxFunctions.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
AjaxResponse.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Article.php The 'rollback' permission now only affects whether rollback is made available through the interface. Users without the rollback permission can still use it by generating the proper token through a script. This does nothing but allow automated rollback scripts to generate less load on both the client and the server, without allowing them to do anything extra. This was inspired by an anti-vandal bot operator on enwiki who showed me his server load dropping in half when his bot switched from manual reverts to rollback. 2008-01-13 21:36:08 +00:00
AuthPlugin.php * AuthPlugin added strictUserAuth() method to allow per-user override 2007-10-02 19:02:44 +00:00
AutoLoader.php API: add action=logout 2008-01-08 18:10:58 +00:00
Autopromote.php Tweak wrong comment from last commit, as VasilievVV points out. 2007-12-23 20:01:53 +00:00
BagOStuff.php Introduce BagOStuff::keys() method for debugging/etc. purposes 2008-01-08 18:21:05 +00:00
Block.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
CacheDependency.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Categoryfinder.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
CategoryPage.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
ChangesList.php * (bug 11810) Localize displayed semicolons 2007-12-06 09:42:04 +00:00
CoreParserFunctions.php Added {{#tag:}}: generic adaptor from parser function syntax to XML-style extension tag. Allows any extension tag (including nowiki and pre) to be called with input given by a template expansion. Inspired by [[Extension:TagParser]]. 2008-01-09 07:13:54 +00:00
Credits.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Database.php don't open transactions for SHOW and SET statements - reduces some redundancy of transaction startup 2008-01-13 13:34:45 +00:00
DatabaseFunctions.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
DatabaseOracle.php Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed. 2007-09-02 18:03:10 +00:00
DatabasePostgres.php Add currentSequenceValue() function. 2007-12-18 15:44:18 +00:00
DateFormatter.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
DefaultSettings.php Clarify comment on $wgRateLimits. 2008-01-13 01:03:28 +00:00
Defines.php Fixes for r28797. 2007-12-23 19:53:49 +00:00
DifferenceEngine.php * (bug 12148) Text highlight wasn't applied to cleanly deleted and added 2007-12-06 21:35:01 +00:00
DjVuImage.php Don't show warning if the file is missing 2007-08-15 10:50:59 +00:00
EditPage.php I doubt we'll get $this->hookError set to '0', but let's head that off at the pass. 2008-01-11 21:02:39 +00:00
EmaillingJob.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
EnotifNotifyJob.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Exception.php * Add exception hooks to output pretty messages 2008-01-08 18:34:06 +00:00
Exif.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Export.php (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
ExternalEdit.php * Add {{filepath:}} parser function to get full path to an uploaded file, complementing {{fullurl:}} for pages. 2007-09-14 15:29:52 +00:00
ExternalStore.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ExternalStoreDB.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ExternalStoreHttp.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
FakeTitle.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Feed.php Feeds for recent changes now provide URLs for the change (i.e., the diff), not just the page. This matches behavior of history feeds, which appears more correct. Incidentally, this code needs centralization, probably, say into a constructor method of Revision or Article. Logic is unnecessarily duplicated at present. (Also tweaked some docs, used __METHOD__ instead of $fname.) 2007-11-18 02:33:30 +00:00
FileDeleteForm.php * Set proper page title for successful file deletion 2007-12-11 16:45:28 +00:00
FileRevertForm.php Add links back to the image in deletion and reversion forms 2007-08-22 05:35:40 +00:00
FileStore.php *Typo fix (bug 11434) 2007-09-24 00:28:13 +00:00
GlobalFunctions.php 2 PHP Notice: Undefined offset: 1 in /var/www/w/includes/GlobalFunctions.php on line 1986 2007-12-05 22:07:08 +00:00
HistoryBlob.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Hooks.php pretty up the hook error message with an explanation of what it should do instead 2007-07-20 15:15:09 +00:00
HTMLCacheUpdate.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
HTMLFileCache.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
HttpFunctions.php Don't return truncated output 2007-08-31 14:53:17 +00:00
ImageFunctions.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ImageGallery.php * (bug 11321) Fix width of gallerybox when option "width=xxx" is used 2007-09-13 08:31:14 +00:00
ImagePage.php * (bug 11809) Use formatNum() for more numbers 2007-10-30 11:57:39 +00:00
ImageQueryPage.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
IP.php *Convert '.' to ':' for IPs that have both (like '::eff:1.4.0.3') 2007-09-03 16:36:25 +00:00
JobQueue.php WARNING! NEEDS CAREFUL DEPLOYMENT 2007-10-03 08:46:17 +00:00
Licenses.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
LinkBatch.php People keep sticking raw user_text fields into LinkBatch::add(), so let's go ahead and convert the spaces so they'll actually work right. Sigh. 2007-12-03 16:19:47 +00:00
LinkCache.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Linker.php (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
LinkFilter.php Fix external link queries to escape LIKE metacharacters, avoiding massive table scans 2007-09-18 20:14:25 +00:00
LinksUpdate.php Revert r25768, r25771 2007-09-11 15:03:54 +00:00
LoadBalancer.php should have some coffee - one more typo :) 2008-01-12 23:52:46 +00:00
LogPage.php *Add a special page to merge non-overlapping page histories to fix copy-paste moves ect. This requires the 'mergehistory' right to test, which is for sysops, but commented out for now. 2007-11-25 09:23:26 +00:00
MacBinary.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
MagicWord.php set OutputPage::mContainsOldMagic only for specific listed magic words 2008-01-09 20:47:46 +00:00
Math.php (bug 11474) Fix unintentional fall-through in math error handling 2007-09-27 17:33:59 +00:00
MediaTransformOutput.php Revert r28253 -- unnecessary markup tweak which could override specified styles 2007-12-07 21:43:22 +00:00
memcached-client.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
MemcachedSessions.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
MessageCache.php * (bug 11452) wfMsgExt uses sometimes wrong language object for parsing magic words when called with options ''parsemag'' or ''content''. 2007-10-22 19:33:46 +00:00
Metadata.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
mime.info added mime type aliases for djvu 2007-09-28 23:02:27 +00:00
mime.types allow xsd extension for type application/xml 2007-12-12 21:53:06 +00:00
MimeMagic.php * Compatibility with incorrectly detected old-style DJVU mime types 2007-10-01 20:23:14 +00:00
Namespace.php Make a note about the reserved word problem. 2007-12-16 15:39:24 +00:00
ObjectCache.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
OutputHandler.php * (bug 11795) Be more paranoid about confirming accept-encoding header is present 2007-10-29 17:41:55 +00:00
OutputPage.php * Shortcutted Title::userCanRead() for public wikis 2008-01-14 10:23:48 +00:00
PageHistory.php * Use only default options when generating RSS and Atom syndication links. 2008-01-12 00:13:53 +00:00
PageQueryPage.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Pager.php * Added new pager-{older,newer}-n messages for chronological paging (bug 4777) 2007-12-07 09:13:07 +00:00
Parser.php * Fixed loop detection in LST 2008-01-14 06:59:20 +00:00
Parser_DiffTest.php * Refactored the parser. See my huge entry in RELEASE-NOTES for details. 2007-11-20 10:55:08 +00:00
Parser_OldPP.php set OutputPage::mContainsOldMagic only for specific listed magic words 2008-01-09 20:47:46 +00:00
ParserCache.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ParserOptions.php * Fixed template loop check, broken by changes in parse order 2008-01-11 03:25:41 +00:00
ParserOutput.php This should be array() by default 2007-12-28 08:41:45 +00:00
PatrolLog.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Profiler.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ProfilerSimple.php * importing livehack for profiling errors output 2008-01-12 17:51:21 +00:00
ProfilerSimpleUDP.php aaaAAAAAAAAAaaaaaAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaAAAAAAAAAAAAAAAAAAAaaaaaaaAAAAAAAAAaaaaaAAAAAAAAAAAAAAAAAAAAAAAAaaaaaaaaaaaaaaaaaaaaaaa: 2008-01-12 17:32:21 +00:00
ProfilerStub.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ProtectionForm.php More title protection clean up. JS errors were being thrown calling the non-existent cascade checkbox. Also the chain box was showing for non-existent titles even though 'create' was the only available protection type. 2007-12-11 22:10:44 +00:00
proxy_check.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ProxyTools.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
QueryPage.php * Inclusion of Special:Wantedpages now works again 2007-09-04 19:29:47 +00:00
RawPage.php * (bug 12505) Fixed section=0 with action=raw 2008-01-09 02:18:58 +00:00
RecentChange.php Removing unused global $wgRequest; that I missed in the previous commit. 2008-01-10 13:37:01 +00:00
RefreshLinksJob.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Revision.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
Sanitizer.php Actually, Sanitizer::encodeAttribute() was broken, so my last fix didn't actually work, there was still HTML injection. Fixed it so it encodes single quotes too. The only other things in core that used it (or its friend safeEncodeAttribute) appear to be utility functions in Xml and Sanitizer::fixTagAttributes, all of which use double quotes. However, it's possible that the SemanticForms extension may be affected -- I didn't look closely, but it seems to safely use double-quotes. 2007-09-24 12:54:00 +00:00
SearchEngine.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SearchMySQL.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SearchMySQL4.php * (bug 278) Search results no longer highlight incorrect partial word matches 2007-10-01 13:05:26 +00:00
SearchOracle.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SearchPostgres.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SearchTsearch2.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SearchUpdate.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Setup.php * Refactored the parser. See my huge entry in RELEASE-NOTES for details. 2007-11-20 10:55:08 +00:00
SiteConfiguration.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SiteStats.php Statistics code cleanup, fixed multiple db reload bug. 2007-08-09 12:27:50 +00:00
Skin.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SkinTemplate.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SpecialAllmessages.php Some minor fixes: 2007-11-11 15:55:17 +00:00
SpecialAllpages.php Making the columns have equal widths by default (improves readability and look). 2008-01-03 18:03:05 +00:00
SpecialAncientpages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialBlockip.php *Make entry point for hideuser aspect of blocks (requires 'hideuser' right). Still not ready for production use until log stuff from revisiondelete is fully merged in. 2007-11-23 22:03:12 +00:00
SpecialBlockme.php * Add two messages for Special:Blockme which were used sinces ages but undefined: 2007-11-06 19:13:55 +00:00
SpecialBooksources.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialBrokenRedirects.php * (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent page 2007-09-14 04:21:36 +00:00
SpecialCategories.php * Support magic words in categoriespagetext 2007-10-22 19:36:46 +00:00
SpecialConfirmemail.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialContributions.php Cleanup for r28237: 2007-12-07 21:32:14 +00:00
SpecialDeadendpages.php Revert r25768, r25771 2007-09-11 15:03:54 +00:00
SpecialDisambiguations.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialDoubleRedirects.php In double redirects, the link should be red when the page was deleted, as in broken redirects, and not always known. 2007-09-16 03:25:35 +00:00
SpecialEmailuser.php (bug 12166) Fix XHTML validity for Special:Emailuser. Patch by Danny B. 2007-11-30 18:16:26 +00:00
SpecialExport.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SpecialFewestrevisions.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialImagelist.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialImport.php (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
SpecialIpblocklist.php APIEDIT BRANCH MERGE: 2007-11-20 16:12:46 +00:00
SpecialListredirects.php Strike the link to the redirect rather than using an asterisk in Special:Listredirects 2007-09-16 03:38:37 +00:00
SpecialListusers.php Static code analysis housekeeping time... things that could be double-checked are marked with "[Note: some-comment]" : 2007-08-21 03:57:54 +00:00
SpecialLockdb.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialLog.php Put timestamp in revert url 2007-12-13 23:47:52 +00:00
SpecialLonelypages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialLongpages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMergeHistory.php * Add hidden input 2007-12-13 23:49:17 +00:00
SpecialMIMEsearch.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostcategories.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostimages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostlinked.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostlinkedcategories.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostlinkedtemplates.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMostrevisions.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialMovepage.php Clean up some error-handling messages a bit, particularly as relate to TitleBlacklist. 2008-01-02 02:01:09 +00:00
SpecialNewimages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialNewpages.php Work around regression in r28524: spewed PHP warnings due to mystery parameter added to a QueryPage subclass's constructor. 2007-12-28 07:03:28 +00:00
SpecialPage.php * Shortcutted Title::userCanRead() for public wikis 2008-01-14 10:23:48 +00:00
SpecialPopularpages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialPreferences.php Revert r28576 (by me). Violates the RfC spec on email (mailbox local-part is case-sensitive according to RfC2821) 2007-12-17 23:40:30 +00:00
SpecialPrefixindex.php Fix typo in comment. 2007-12-24 17:08:05 +00:00
SpecialProtectedpages.php Adding direction mark in Special:Protectedpages, between the page name and the size. 2007-10-29 18:46:03 +00:00
SpecialProtectedtitles.php comment out unused level drop-down 2007-12-27 22:27:57 +00:00
SpecialRandompage.php * Shortcutted Title::userCanRead() for public wikis 2008-01-14 10:23:48 +00:00
SpecialRandomredirect.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialRecentchanges.php * Fix regression -- missing feed links in sidebar on Special:Recentchanges 2007-12-19 01:33:44 +00:00
SpecialRecentchangeslinked.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SpecialResetpass.php * E_STRICT 2007-12-15 20:05:12 +00:00
SpecialRevisiondelete.php Revert r26281 for the moment. Big patch, changes several existing practices. Will want some public testing and more review before taking it to trunk. 2007-10-01 19:50:25 +00:00
SpecialSearch.php * (bug 9939) Special:Search now sets focus to search input box when no existing 2008-01-03 01:02:09 +00:00
SpecialShortpages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialSpecialpages.php Revert r26281 for the moment. Big patch, changes several existing practices. Will want some public testing and more review before taking it to trunk. 2007-10-01 19:50:25 +00:00
SpecialStatistics.php * Adding a newline before the statistics footer, to prevent parsing problems 2007-08-26 23:08:46 +00:00
SpecialUncategorizedcategories.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUncategorizedimages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUncategorizedpages.php Revert r25768, r25771 2007-09-11 15:03:54 +00:00
SpecialUncategorizedtemplates.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUndelete.php (bug 12608) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:13:04 +00:00
SpecialUnlockdb.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUnusedcategories.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUnusedimages.php * Escape all output: (bug 12063) MediaWiki:Unusedimagestext is not wikified 2007-12-15 21:30:41 +00:00
SpecialUnusedtemplates.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUnwatchedpages.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUpload.php * Rename new message 'filetype-separator' (r28530) to the more generic message name 'comma-separator'. 2007-12-17 23:44:29 +00:00
SpecialUploadMogile.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialUserlogin.php * Silence a warning of missing parameter 2007-12-17 08:41:18 +00:00
SpecialUserlogout.php API: add action=logout 2008-01-08 18:10:58 +00:00
SpecialUserrights.php Do not log user rights change that didn't change anything 2008-01-10 02:28:58 +00:00
SpecialVersion.php Various Userrights-related fixes: 2008-01-03 23:43:24 +00:00
SpecialWantedcategories.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SpecialWantedpages.php Static code analysis housekeeping time... things that could be double-checked are marked with "[Note: some-comment]" : 2007-08-21 03:57:54 +00:00
SpecialWatchlist.php Replace some manually-constructed single-field queries made via overlong function sequences with nice easy selectField() calls. 2007-12-03 16:34:16 +00:00
SpecialWhatlinkshere.php * Escape all output 2007-12-15 21:24:44 +00:00
SpecialWithoutinterwiki.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
SquidUpdate.php (bug 12608) (in continuation of r29719) Unifying the spelling of getDBkey() in the code. 2008-01-14 09:26:36 +00:00
StreamFile.php Send Cache-Control: private and Vary headers in img_auth.php. 2007-11-03 02:38:40 +00:00
StringUtils.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
StubObject.php * Reverting r28802 until I can figure what is going on 2007-12-24 13:14:25 +00:00
tidy.conf Bundle tidy config. 2007-03-13 15:45:40 +00:00
Title.php * Shortcutted Title::userCanRead() for public wikis 2008-01-14 10:23:48 +00:00
User.php Revert r29671, it was based on a misunderstanding of the purpose of the LoggedOut cookie. The LoggedOut cookie is there to suppress the client-side cache, not the server-side cache. It prevents privately cached logged-in pages from being displayed after the user logs out. Feel free to special-case it in squid if you're worried about the server-side cache hit ratio, but note that IMS requests would need special handling. 2008-01-13 03:47:07 +00:00
UserMailer.php Minor tweak to prevent an E_STRICT warning: 2007-10-11 07:04:59 +00:00
UserRightsProxy.php use self::, not $this-> in static methods, so interwiki userrights actually works again :) 2007-12-27 04:18:22 +00:00
Utf8Case.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
WatchedItem.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
WatchlistEditor.php * Removed "Clear" link in watchlist editor tools, as people were afraid to 2007-10-27 16:33:47 +00:00
WebRequest.php Correction to r29191 -- don't break $wgArticlePath check when no $wgActionPaths. :D 2008-01-02 20:48:01 +00:00
WebResponse.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
WebStart.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
Wiki.php Few sanity things for database activity: 2008-01-12 22:51:16 +00:00
WikiError.php Revert r24237, r24239, r24245 for the moment. We expect transwiki system to change to allow multiple pages in a batch in future, and the implementation for renaming here seems a bit precarious. 2007-07-18 20:05:58 +00:00
Xml.php * (bug 12588) Fix selection in namespace selector on Special:Newpages 2008-01-11 21:10:51 +00:00
XmlFunctions.php * Remove redundant "HTMLmonthelector" [sic] function 2007-07-06 22:53:43 +00:00
ZhClient.php Remove ?>'s from files. They're pointless, and just asking for people to mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.) 2007-06-29 01:19:14 +00:00
ZhConversion.php * (bug 451) adding a generic Traditional / Simplified Chinese conversion table, with their variants 2007-12-02 09:02:09 +00:00