..
api
Revert r27151 -- allows session fixation attacks.
2007-11-15 04:24:49 +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
eol style + full stop tweak
2007-10-10 00:15:51 +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
.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
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
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
Fix regression in r27416 -- {{REVISIONID}} was broken on save since a parsed copy from before revision-insert was used to insert into parser cache.
2007-11-15 02:54:28 +00:00
AuthPlugin.php
* AuthPlugin added strictUserAuth() method to allow per-user override
2007-10-02 19:02:44 +00:00
AutoLoader.php
* Remove Special:Randomincategory. Domas said that it will work slowly on big categories (like "Living persons").
2007-11-12 16:03:34 +00:00
BagOStuff.php
Debugging
2007-07-23 17:19:56 +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
Don't cache category pages if 'from' or 'until' is being used.
2007-10-09 19:15:35 +00:00
ChangesList.php
The uncontroversial Liquid Threads hooks.
2007-11-06 01:16:25 +00:00
CoreParserFunctions.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
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
Special-case empty arrays and single-element arrays in database wrappers.
2007-11-15 18:35:58 +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
Force string to UTF-8 if we have mb stuff available.
2007-11-05 15:21:59 +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
Cache by default raw views for CSS & JS files for all users, controllable by $wgForcedRawSMaxage
2007-11-13 13:24:51 +00:00
Defines.php
Added EditFilterMerged hook: like EditFilter but uses the text after section merging. This allows ConfirmEdit and SpamBlacklist to share a parse with Article::editUpdates(). Article::prepareTextForEdit() facilitates this sharing. Unfortunately this means that {{REVISIONID}} will no longer work for current page views.
2007-11-12 07:30:40 +00:00
DifferenceEngine.php
* Fix up RELEASE-NOTES from previous commit (confused commit message with RELEASE-NOTES)
2007-10-11 00:53:45 +00:00
DjVuImage.php
Don't show warning if the file is missing
2007-08-15 10:50:59 +00:00
EditPage.php
Use == for comparison, not = !
2007-11-14 16:03: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
Clarify instructions given when an exception is thrown and is off, to state that the change needs to go at the bottom.
2007-09-30 00:19:43 +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
fix regression from r24838 -- lost a '>' char for redirecting 7za output to null
2007-08-17 14:39:11 +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
Doc tweaks:
2007-04-24 06:53:31 +00:00
FileDeleteForm.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
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
* Changed signature-ip to signature-anon
2007-11-15 03:30:03 +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
HTMLForm.php
Removing the function HTMLSelectGroups: no longer used (both Special:Userrights and Special:Makesysop use a function from their class).
2007-08-07 19:52:24 +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
* Fix regression in LinkBatch.php breaking PHP 5.0
2007-10-18 15:55:41 +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
profiling tooltips. yes, they have to be profiled!
2007-11-13 09:03:49 +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
bug 11453 -- remove spurious $i parameter on getGroupIndex()
2007-09-26 19:38:05 +00:00
LogPage.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
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
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
Math.php
(bug 11474) Fix unintentional fall-through in math error handling
2007-09-27 17:33:59 +00:00
MediaTransformOutput.php
In OggHandler:
2007-08-31 02:51:23 +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
MimeMagic.php
* Compatibility with incorrectly detected old-style DJVU mime types
2007-10-01 20:23:14 +00:00
Namespace.php
Document all methods and mark them public
2007-08-14 01:14:42 +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
Show 'no reason given' rather than a single apostrophe in a 'user blocked' page, when no reason is given for a block.
2007-11-15 14:42:20 +00:00
PageHistory.php
* (bug 11727) Support plural in 'historysize' message
2007-10-23 10:57:36 +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
* (bug 11809) Use formatNum() for more numbers
2007-10-30 11:57:39 +00:00
Parser.php
* Changed signature-ip to signature-anon
2007-11-15 03:30:03 +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
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
ParserOutput.php
Fix regression in r27416 -- {{REVISIONID}} was broken on save since a parsed copy from before revision-insert was used to insert into parser cache.
2007-11-15 02:54:28 +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
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
ProfilerSimpleUDP.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
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
Limit text field of deletion, protection and user rights changes reasons to 255 characters (already restricted in the database)
2007-11-04 15:20:45 +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
Cache by default raw views for CSS & JS files for all users, controllable by $wgForcedRawSMaxage
2007-11-13 13:24:51 +00:00
RecentChange.php
WARNING! NEEDS CAREFUL DEPLOYMENT
2007-10-03 08:46:17 +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
* Everything calls this function statically, mark it such to prevent E_STRICT
2007-11-10 13:38:37 +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
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
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
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
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 11921) Support plural in message number_of_watching_users_pageview
2007-11-10 14:52:56 +00:00
SkinTemplate.php
* Remove Special:Randomincategory. Domas said that it will work slowly on big categories (like "Living persons").
2007-11-12 16:03:34 +00:00
SpecialAllmessages.php
Some minor fixes:
2007-11-11 15:55:17 +00:00
SpecialAllpages.php
Use standard __METHOD__ for $fname in SpecialAllpages.php, not weird indexSomething stuff.
2007-11-09 18:08:23 +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
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
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
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
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
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
SpecialExport.php
URL-encode the content-disposition suggested filename for XML export data.
2007-07-17 18:14:36 +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
*Call Article::updateRevisionOn() to update page record for null revision
2007-08-13 16:41:10 +00:00
SpecialIpblocklist.php
If an IP address is blocked as part of a rangeblock, attempting to unblock the single IP should not unblock the entire range.
2007-11-13 05:09:30 +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
Add LogLine hook as per described in the updates to docs/hooks.txt
2007-11-01 07:02:02 +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
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
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
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
* validate namespace parameter as int, not text
2007-11-15 02:24:56 +00:00
SpecialPage.php
* Remove Special:Randomincategory. Domas said that it will work slowly on big categories (like "Living persons").
2007-11-12 16:03:34 +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
E_STRICT
2007-11-09 21:33:16 +00:00
SpecialPrefixindex.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
SpecialProtectedpages.php
Adding direction mark in Special:Protectedpages, between the page name and the size.
2007-10-29 18:46:03 +00:00
SpecialRandompage.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
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
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
SpecialRecentchangeslinked.php
Revert 26830, which 1) completely breaks recentchangeslinked for logged-in users (error in LEFT JOIN condition probably due to mixed join syntaxes), and 2) will cause any moderate-sized database to spontaneously combust (over a minute to run the query on an old Simple English database before I killed it) due to Cartesian join of page and redirect tables.
2007-10-19 20:53:01 +00:00
SpecialResetpass.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
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
Revert r26084; as mentioned on list this still is a bit odd, with duplication between title and subtitle texts
2007-09-24 21:11:43 +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
Fix double encoding.
2007-11-09 18:08:30 +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
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
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
Removing a comment, throwing the exception after creating it.
2007-10-30 09:48:36 +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
Tighten up the handling of $wgEmailConfirmToEdit , plus related functionality:
2007-10-11 07:11:51 +00:00
SpecialUserlogout.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
SpecialUserrights.php
Limit text field of deletion, protection and user rights changes reasons to 255 characters (already restricted in the database)
2007-11-04 15:20:45 +00:00
SpecialVersion.php
Credits for OggHandler
2007-09-05 23:30:13 +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
Moved the bailout for empty watchlists to after the BeforeWatchlist hook so that the hook can still insert content into an empty watchlist page.
2007-11-06 04:17:36 +00:00
SpecialWhatlinkshere.php
* Don't put _ into the title in the form
2007-10-27 16:11:51 +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
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
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
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
tidy.conf
Title.php
* If restricted read access was enabled, whitelist didn't work with special pages which had spaces in theirs names
2007-11-15 16:32:41 +00:00
User.php
There's no such thing as $this in static functions. Thanks, Nikerabbit.
2007-10-21 18:48:55 +00:00
UserMailer.php
Minor tweak to prevent an E_STRICT warning:
2007-10-11 07:04:59 +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
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
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
Make action=render follow redirects by default. There's no reason why someone may want to render redirects (even if he need, he may use redirect=no)
2007-11-15 15:10:04 +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
Allow an element name to be specified in Xml::namespaceSelector.
2007-09-01 12:38:54 +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
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