| .. |
|
api
|
Reverting r25082:
|
2007-09-13 19:06:54 +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
|
* Add {{filepath:}} parser function to get full path to an uploaded file, complementing {{fullurl:}} for pages.
|
2007-09-14 15:29:52 +00:00 |
|
media
|
Moved removeBadFile() to the base class
|
2007-09-04 15:13:55 +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
|
Moved inline markup in signup and login forms to CSS, and dealt with some of the associated directionality issues in the process.
|
2007-09-09 23:58:10 +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
|
* (bug 11342) Fix several 'returnto' links in permissions/error pages which
|
2007-09-14 20:53:19 +00:00 |
|
AuthPlugin.php
|
update prototype
|
2007-08-04 16:36:25 +00:00 |
|
AutoLoader.php
|
Revert r25297, r25298 for now.
|
2007-08-30 13:47:06 +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
|
In ImageGallery:
|
2007-08-22 13:40:22 +00:00 |
|
ChangesList.php
|
*Allow for some non-patrollers to see which edits were patrolled
|
2007-09-04 00:38:54 +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
|
Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
|
2007-09-02 18:03:10 +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 implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
|
2007-09-02 18:03:10 +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
|
Further clarify $wgSquidServers/$wgSquidServersNoPurge documentation - state that both are "trusted" with regards to X-Forwarded-For, etc.
|
2007-09-16 12:42:52 +00:00 |
|
Defines.php
|
Reverting r23562: accidentally modified phase3 rather than
|
2007-06-29 20:02:26 +00:00 |
|
DifferenceEngine.php
|
Don't pass getTimestamp output directly to the db without a wrap.
|
2007-09-09 18:31:21 +00:00 |
|
DjVuImage.php
|
Don't show warning if the file is missing
|
2007-08-15 10:50:59 +00:00 |
|
EditPage.php
|
* (bug 11342) Fix several 'returnto' links in permissions/error pages which
|
2007-09-14 20:53:19 +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
|
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 |
|
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
|
* Add name/id to submit button, per request of de.wp
|
2007-09-13 08:51:13 +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
|
* Introduced FileRepoStatus -- result class for file repo operations.
|
2007-07-22 14:45:12 +00:00 |
|
GlobalFunctions.php
|
* (bug 9252) Fix for tidy funkiness when using editintro mode
|
2007-09-11 18:22:37 +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
|
In OggHandler:
|
2007-08-31 02:51:23 +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
|
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 |
|
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
|
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 |
|
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
|
Fixed border option to makeImageLink2()
|
2007-08-31 14:01:27 +00:00 |
|
LinkFilter.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 |
|
LinksUpdate.php
|
Revert r25768, r25771
|
2007-09-11 15:03:54 +00:00 |
|
LoadBalancer.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 |
|
LogPage.php
|
(bug 5387) Block log items on RecentChanges don't make use of possible translations:
|
2007-09-10 01:53:24 +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 10508) Allow HTML attributes on <gallery>
|
2007-07-13 17:25:06 +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
|
If no messages are specified in the extension file, don't load them.
|
2007-09-10 22:53:17 +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
|
* Introduced media handler modules for file-type specific operations: thumbnailing, img_metadata, capabilities, etc.
|
2007-04-20 12:31:36 +00:00 |
|
mime.types
|
added mime type for FLV files
|
2007-02-28 17:18:22 +00:00 |
|
MimeMagic.php
|
Basic integrated audio/video support, with Ogg implementation.
|
2007-08-15 10:50:09 +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
|
Don't do gzip compression if the URL path ends in .gz or .tgz
|
2007-07-19 19:06:32 +00:00 |
|
OutputPage.php
|
* (bug 11342) Fix several 'returnto' links in permissions/error pages which
|
2007-09-14 20:53:19 +00:00 |
|
PageHistory.php
|
Prevent E_STRICT warning:
|
2007-08-20 07:42:32 +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
|
It helps when you don't break things...
|
2007-07-18 09:52:17 +00:00 |
|
Parser.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 |
|
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
|
Coerce mOutputHooks to an array; makes things backwards-compatible with old cached ParserOutput objects
|
2007-08-15 20:46:51 +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
|
* Ensure, on the server side, that cascading protection cannot be applied to anything but full protection, so as to prevent people from using semi-cascade-protected pages to protect arbitrary pages.
|
2007-09-10 06:27:36 +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
|
Revert r24105, r24106, r24107 'security fix' forbidden text/css and text/javascript for pages not matching some particular formats.
|
2007-07-17 15:50:50 +00:00 |
|
RecentChange.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 |
|
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
|
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 |
|
Sanitizer.php
|
Debug code, gah.
|
2007-08-31 04:48:45 +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 4021) Fix for MySQL wildcard search
|
2007-09-11 18:49:27 +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
|
* Introduced FileRepoStatus -- result class for file repo operations.
|
2007-07-22 14:45:12 +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
|
Added SkinAfterBottomScripts hook to Skin::bottomScripts(), documented in hooks.txt
|
2007-08-23 22:34:12 +00:00 |
|
SkinTemplate.php
|
Reverting r25772 for now.
|
2007-09-11 15:22:53 +00:00 |
|
SpecialAllmessages.php
|
Basic integrated audio/video support, with Ogg implementation.
|
2007-08-15 10:50:09 +00:00 |
|
SpecialAllpages.php
|
Add implicitOrderby() to make sure that SpecialAllpages uses an ORDER BY when needed.
|
2007-09-02 18:03:10 +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
|
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 |
|
SpecialBlockme.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 |
|
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
|
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 |
|
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
|
Poke about with spacing in the contribs form... It still feels busy to me, but adjusts some wrapping issues.
|
2007-09-11 17:38:59 +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
|
* Removed unused message
|
2007-09-09 19:35:32 +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
|
(bug 5387) Block log items on RecentChanges don't make use of possible translations:
|
2007-09-10 01:53:24 +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
|
* Double url encoding of title broke Special:Newpages for some languages
|
2007-08-26 12:22:41 +00:00 |
|
SpecialPage.php
|
Revert r25047 -- produces confusing, useless behavior when going to Special:Upload instead of displaying the useful message that you have to enable uploads.
|
2007-08-22 16:25:07 +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
|
Show edit count in user preferences
|
2007-08-13 20:03:18 +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
|
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 |
|
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
|
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 |
|
SpecialRecentchangeslinked.php
|
(bug 11022) Use a more accurate page title for Special:Whatlinkshere and Special:Recentchangeslinked
|
2007-08-28 16:50:31 +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
|
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 |
|
SpecialSearch.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 |
|
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
|
Basic integrated audio/video support, with Ogg implementation.
|
2007-08-15 10:50:09 +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
|
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 |
|
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
|
Some naming cleanup of the filename prefix blacklist added in r25620:
|
2007-09-07 13:52:55 +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
|
* (bug 11342) Fix several 'returnto' links in permissions/error pages which
|
2007-09-14 20:53:19 +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
|
Reverting stupidity from r25796, apologizing for own accusations of stupidity.
|
2007-09-11 19:50:03 +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
|
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 |
|
SpecialWhatlinkshere.php
|
(bug 11022) Use a more accurate page title for Special:Whatlinkshere and Special:Recentchangeslinked
|
2007-08-28 16:50:31 +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
|
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 |
|
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
|
Bundle tidy config.
|
2007-03-13 15:45:40 +00:00 |
|
Title.php
|
* (bug 7890) Special:BrokenRedirects links deleted redirects to a non-existent page
|
2007-09-14 04:21:36 +00:00 |
|
User.php
|
Fix typo. "wfGetDb" -> "wfGetDB"
|
2007-09-10 18:29:05 +00:00 |
|
UserMailer.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 |
|
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
|
Re-revert of r25349 per Brion on
|
2007-09-03 18:21:53 +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
|
* (bug 8054) Return search page for empty search requests with ugly URLs
|
2007-07-17 17:16:59 +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 |