| .. |
|
normal
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
templates
|
|
|
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
Article.php
|
* (bug 3939) Don't try to load text for interwiki redirect target
|
2005-11-16 09:26:44 +00:00 |
|
AuthPlugin.php
|
* (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook, patch from robla
|
2005-07-24 09:48:14 +00:00 |
|
BagOStuff.php
|
removed some debugging statements, I think they were all added by kate in the oracle merge
|
2005-08-20 03:11:05 +00:00 |
|
Block.php
|
Committing various live hacks from Wikimedia servers
|
2005-10-22 20:52:30 +00:00 |
|
BlockCache.php
|
Made BlockCache::loadFromDB() 100x faster. Wasn't an issue before ryo commented out the memcached bits, but since then, it was adding 1100ms to the save time
|
2005-08-21 06:07:48 +00:00 |
|
CacheManager.php
|
ponder namespace when creating hash key for cache
|
2005-07-20 15:02:24 +00:00 |
|
CategoryPage.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
ChangesList.php
|
* Clean up duplicate code for selection of changeslist style
|
2005-09-15 00:40:51 +00:00 |
|
Credits.php
|
Fix #2855: Credit for a uniq author showed its realname even with $wgAllowRealName=false.
|
2005-08-13 09:03:36 +00:00 |
|
Database.php
|
move function name comment from start of query string to a next whitespace
|
2005-11-12 16:17:01 +00:00 |
|
DatabaseFunctions.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
DatabaseMysql.php
|
lame quote
|
2005-08-11 02:10:20 +00:00 |
|
DatabaseOracle.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
DatabasePostgreSQL.php
|
limitResult() use 3 argument since ORACLE merge
|
2005-08-09 10:30:20 +00:00 |
|
DateFormatter.php
|
* strtolower() => $wgContLang->lc()
|
2005-10-29 12:08:48 +00:00 |
|
DefaultSettings.php
|
Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth requirements to the memcached server.
|
2005-11-08 11:54:04 +00:00 |
|
Defines.php
|
* whitespace
|
2005-09-27 19:48:54 +00:00 |
|
DifferenceEngine.php
|
Implemented diff cache
|
2005-11-15 11:12:21 +00:00 |
|
EditPage.php
|
Implemented diff cache
|
2005-11-15 11:12:21 +00:00 |
|
Exif.php
|
* Duck warnings when fed an invalid file
|
2005-10-06 16:39:00 +00:00 |
|
Export.php
|
* Use wfTimestamp() instead of custom functions
|
2005-11-03 02:21:48 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
Ability to set the blobs table name for any server in an external cluster. This would allow, for example, the merging of all external storage for a large wikipedia dump into a single database, with "clusters" distinguished by table name.
|
2005-10-29 01:41:36 +00:00 |
|
ExternalStoreHttp.php
|
|
|
|
Feed.php
|
* (bug 2392) Fix Atom items content type, upgrade to Atom 1.0
|
2005-11-05 10:38:46 +00:00 |
|
FulltextStoplist.php
|
|
|
|
GlobalFunctions.php
|
* Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
|
2005-11-15 00:38:39 +00:00 |
|
Group.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
HistoryBlob.php
|
add Referrer for stub
|
2005-08-21 13:53:49 +00:00 |
|
Hooks.php
|
Preserve object references
|
2005-10-22 16:19:03 +00:00 |
|
HTMLForm.php
|
|
|
|
HttpFunctions.php
|
Check for error response codes, don't proxy via localhost in command line mode
|
2005-11-01 22:26:11 +00:00 |
|
Image.php
|
* Bah, use wfMsgForContent()
|
2005-11-02 19:25:10 +00:00 |
|
ImageGallery.php
|
* Code cleanup
|
2005-08-31 14:11:32 +00:00 |
|
ImagePage.php
|
* (bug 2740) Accept image deletions on 'enter' submit from MSIE
|
2005-11-16 08:15:36 +00:00 |
|
killthread.php
|
|
|
|
Licenses.php
|
* @copyright tag
|
2005-11-13 02:48:19 +00:00 |
|
LinkCache.php
|
Committing various live hacks from Wikimedia servers
|
2005-10-22 20:52:30 +00:00 |
|
Linker.php
|
* (bug 3806) Gracefully fall back to client-side scaling on |thumb| image
|
2005-10-28 00:04:30 +00:00 |
|
LinksUpdate.php
|
|
|
|
LoadBalancer.php
|
Ability to set the blobs table name for any server in an external cluster. This would allow, for example, the merging of all external storage for a large wikipedia dump into a single database, with "clusters" distinguished by table name.
|
2005-10-29 01:41:36 +00:00 |
|
LogPage.php
|
* Added a TODO comment
|
2005-10-20 20:03:08 +00:00 |
|
MacBinary.php
|
* (bug 3076) Support MacBinary-encoded uploads from IE/Mac
|
2005-08-12 12:59:03 +00:00 |
|
MagicWord.php
|
* {{lc:}} magic word
|
2005-10-22 19:57:38 +00:00 |
|
Math.php
|
* (bug 3877) Render math images into temp directory, then move to hashed
|
2005-11-04 02:33:50 +00:00 |
|
memcached-client.php
|
Committing various live hacks from Wikimedia servers
|
2005-10-22 20:52:30 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
Added local message cache feature ($wgLocalMessageCache), to reduce bandwidth requirements to the memcached server.
|
2005-11-08 11:54:04 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
|
|
|
MimeMagic.php
|
Correction to fix for bug 3641: don't reject on all unrecognized files
|
2005-10-08 05:48:45 +00:00 |
|
Namespace.php
|
* Added a isMain() function that's the inverse of isTalk(), am I supposed to be bothered to type "!" ?
|
2005-11-03 01:29:02 +00:00 |
|
ObjectCache.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
OutputPage.php
|
Save the results of the link cache update parse into the parser cache. This improves the speed of the inevitable subsequent page view.
|
2005-11-15 12:09:31 +00:00 |
|
PageHistory.php
|
* Avoid numerous redundant latest-revision lookups in history
|
2005-10-28 11:05:32 +00:00 |
|
Parser.php
|
Respect <noinclude> and <includeonly> during {{subst:}} expansion as well as ordinary templates.
|
2005-11-16 10:16:46 +00:00 |
|
ParserCache.php
|
key parser cache on ($action==render)
|
2005-07-03 07:27:43 +00:00 |
|
ParserXML.php
|
|
|
|
Profiling.php
|
* Duck reference errors on PHP >4.4.0
|
2005-10-26 01:01:56 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
PHP 5 compatibility
|
2005-11-01 07:47:21 +00:00 |
|
QueryPage.php
|
* A querypage to show the most linked to categories
|
2005-10-23 18:26:37 +00:00 |
|
RawPage.php
|
dumpHTML improvements:
|
2005-10-22 16:25:05 +00:00 |
|
RecentChange.php
|
* (bug 327��) modify teh rc putput
|
2005-11-04 12:07:32 +00:00 |
|
Revision.php
|
Reverting hook in getRevisionText() which was added with no explanation
|
2005-09-30 22:05:58 +00:00 |
|
Sanitizer.php
|
* Rewrote the url protocol thing to not suck
|
2005-10-30 11:24:43 +00:00 |
|
SearchEngine.php
|
* (bug 3562) for go search, try Caps-Variants-Broken-At-Non-Whitespace
|
2005-11-10 07:46:56 +00:00 |
|
SearchMySQL.php
|
Fix bug 145: finish 'exclude redirect' implementation
|
2005-08-10 21:12:00 +00:00 |
|
SearchMySQL4.php
|
* (bug 3948) Avoid notice warning in debug statement in bad search
|
2005-11-16 10:59:36 +00:00 |
|
SearchTsearch2.php
|
|
|
|
SearchUpdate.php
|
* (bug 918) Search index incorrectly joined words at == headings ==
|
2005-11-03 23:27:36 +00:00 |
|
Setup.php
|
Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version.
|
2005-09-05 02:22:20 +00:00 |
|
SiteConfiguration.php
|
don't produce warnings in get() if the item is missing
|
2005-08-14 07:22:36 +00:00 |
|
SiteStatsUpdate.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
Skin.php
|
userstyle should be last in css import list
|
2005-11-15 20:37:39 +00:00 |
|
SkinPHPTal.php
|
|
|
|
SkinTemplate.php
|
typo in comment
|
2005-11-15 11:13:14 +00:00 |
|
SpecialAllmessages.php
|
* Don't output messages at all if they equal the parent message
|
2005-10-08 19:32:37 +00:00 |
|
SpecialAllpages.php
|
* (bug 2369) Add separate message for input box on Special:Prefixindex
|
2005-10-13 00:46:08 +00:00 |
|
SpecialAncientpages.php
|
* using htmlspecialchars() for safe XHTML output
|
2005-09-13 17:02:43 +00:00 |
|
SpecialBlockip.php
|
fix for PHP 5.1, yet another arbitrary change of return value
|
2005-11-03 23:57:04 +00:00 |
|
SpecialBlockme.php
|
Deferred initialisation of $wgIP, because it's potentially slow, especially if and when we add the 200 NTL proxies to the trusted XFF list. I was hoping to avoid initialisation altogether for anonymous page views, but that turns out to be difficult because of user_newtalk. It is, however, avoided for action=raw. Tested page view, newtalk, IP registration in history and recentchanges, IP block, autoblock and Special:Version.
|
2005-09-05 02:22:20 +00:00 |
|
SpecialBooksources.php
|
plaintext to wiki
|
2005-09-14 14:56:37 +00:00 |
|
SpecialBrokenRedirects.php
|
* Fix Special:BrokenRedirects on MySQL 5.0
|
2005-10-26 21:29:34 +00:00 |
|
SpecialCategories.php
|
Allow wikitext again
|
2005-09-12 20:28:24 +00:00 |
|
SpecialConfirmemail.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
SpecialContributions.php
|
* (bug 3807) Fix 'all' in namespaces drop-down on contribs, rc
|
2005-10-27 21:59:53 +00:00 |
|
SpecialDeadendpages.php
|
|
|
|
SpecialDisambiguations.php
|
Previous query did a big cartesian product of everything and then tried
|
2005-07-11 20:47:34 +00:00 |
|
SpecialDoubleRedirects.php
|
No spaces then
|
2005-10-26 20:44:25 +00:00 |
|
SpecialEmailuser.php
|
|
|
|
SpecialExport.php
|
* Added filter options, compression piping, and multiple output streams for
|
2005-10-02 04:05:40 +00:00 |
|
SpecialGroups.php
|
|
|
|
SpecialImagelist.php
|
|
|
|
SpecialImport.php
|
* Use wfTimestamp() instead of custom functions
|
2005-11-03 02:21:48 +00:00 |
|
SpecialIpblocklist.php
|
* IP privacy fix for blocklist search on autoblocks
|
2005-08-29 02:19:22 +00:00 |
|
SpecialListusers.php
|
* NS_USER => $row->namespace (it's going to be the same anyway)
|
2005-10-29 03:03:10 +00:00 |
|
SpecialLockdb.php
|
quotes
|
2005-07-05 20:39:09 +00:00 |
|
SpecialLog.php
|
* Code and documentation cleanup, bugfix
|
2005-09-06 16:46:37 +00:00 |
|
SpecialLonelypages.php
|
|
|
|
SpecialLongpages.php
|
|
|
|
SpecialMaintenance.php
|
|
|
|
SpecialMIMEsearch.php
|
* This special page is expensive, marking as such
|
2005-10-08 22:42:26 +00:00 |
|
SpecialMostcategories.php
|
* Three new special pages:
|
2005-10-08 21:20:18 +00:00 |
|
SpecialMostimages.php
|
* "{$plink} ({$nlink})" => "$plink ($nlink)"
|
2005-10-13 23:41:14 +00:00 |
|
SpecialMostlinked.php
|
* @copyright Copyright �� 2005, ��var Arnfj��r�� Bjarmason
|
2005-09-27 19:50:49 +00:00 |
|
SpecialMostlinkedcategories.php
|
* Logic error: $row->namespace not NS_USER
|
2005-10-29 03:01:44 +00:00 |
|
SpecialMostrevisions.php
|
* makeKnownLink() => ->makeKnownLinkObj()
|
2005-10-13 23:45:45 +00:00 |
|
SpecialMovepage.php
|
Fix textarea
|
2005-10-22 16:11:04 +00:00 |
|
SpecialNewimages.php
|
* (bug 3358) Allow inclusion of Special:Newimages as {{Special:Newimages[/int]}}
|
2005-09-08 14:15:28 +00:00 |
|
SpecialNewpages.php
|
use index for sorting, sorting by cur_id makes no sense
|
2005-11-12 19:40:24 +00:00 |
|
SpecialPage.php
|
* Add a creeping featureism that includes MediaWiki:$specialpage-summary at the top of the page if it exists.
|
2005-11-10 05:40:25 +00:00 |
|
SpecialPopularpages.php
|
* using htmlspecialchars() for safe XHTML output
|
2005-09-13 17:02:43 +00:00 |
|
SpecialPreferences.php
|
* Run wikitext-escaping on plaintext sigs (no wiki markup, just name)
|
2005-11-15 00:38:39 +00:00 |
|
SpecialPrefixindex.php
|
* (bug 2369) Add separate message for input box on Special:Prefixindex
|
2005-10-13 00:46:08 +00:00 |
|
SpecialRandompage.php
|
merge ORACLE_WORK. sorry, this may break some parts of MySQL, i did not test extensively.
|
2005-08-02 13:35:19 +00:00 |
|
SpecialRecentchanges.php
|
Implemented diff cache
|
2005-11-15 11:12:21 +00:00 |
|
SpecialRecentchangeslinked.php
|
categories deserve recentchanges based recentchanges linked queries as well
|
2005-11-12 20:43:21 +00:00 |
|
SpecialSearch.php
|
killing double quotes. width attribute is invalid for input element, using size instead (the value is the number of character)
|
2005-10-22 21:33:53 +00:00 |
|
SpecialShortpages.php
|
marking as expensive, needs other index in order to provide efficient list of namespace0 nonredirect short pages
|
2005-11-12 23:00:02 +00:00 |
|
SpecialSpecialpages.php
|
little cleanup
|
2005-08-02 16:56:24 +00:00 |
|
SpecialStatistics.php
|
* Using $fname rather than hardcoding wfSpecialStatistics
|
2005-07-07 14:44:37 +00:00 |
|
SpecialUncategorizedcategories.php
|
fixed Uncategorizedcategories caching
|
2005-07-19 23:43:35 +00:00 |
|
SpecialUncategorizedpages.php
|
* Source code formatting, spaces are cheap, use 'em
|
2005-10-21 01:41:02 +00:00 |
|
SpecialUndelete.php
|
* (bug 3448) Set page_len on undelete
|
2005-09-12 21:51:17 +00:00 |
|
SpecialUnlockdb.php
|
|
|
|
SpecialUnusedcategories.php
|
* One paragraph is enough
|
2005-07-09 19:55:15 +00:00 |
|
SpecialUnusedimages.php
|
|
|
|
SpecialUnwatchedpages.php
|
* @copyright Copyright �� 2005, ��var Arnfj��r�� Bjarmason
|
2005-09-27 19:50:49 +00:00 |
|
SpecialUpload.php
|
Accessibility: added <label>s
|
2005-10-24 23:25:21 +00:00 |
|
SpecialUploadMogile.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
SpecialUserlogin.php
|
Code obfuscation (useless $r)
|
2005-10-22 21:26:11 +00:00 |
|
SpecialUserlogout.php
|
|
|
|
SpecialUserrights.php
|
|
|
|
SpecialValidate.php
|
Changing/adding of topics now requires bureaucrat
|
2005-11-03 21:20:01 +00:00 |
|
SpecialVersion.php
|
* Renamed the $extensionTypes hook to be unambiguous
|
2005-10-23 19:53:27 +00:00 |
|
SpecialWantedcategories.php
|
* spaces => tabs
|
2005-11-13 02:49:10 +00:00 |
|
SpecialWantedpages.php
|
* Logic error: $row->namespace not NS_USER
|
2005-10-29 03:01:44 +00:00 |
|
SpecialWatchlist.php
|
* Clean up duplicate code for selection of changeslist style
|
2005-09-15 00:40:51 +00:00 |
|
SpecialWhatlinkshere.php
|
|
|
|
SquidUpdate.php
|
typo
|
2005-11-07 04:10:02 +00:00 |
|
StreamFile.php
|
Suppressed file not found warning, removed unnecessary cache suppression header
|
2005-08-13 07:53:16 +00:00 |
|
Title.php
|
Moving the title cache from a static local variable to a global, to allow it to be cleared for benchmarking purposes.
|
2005-11-13 04:09:06 +00:00 |
|
UpdateClasses.php
|
|
|
|
User.php
|
Hack to make page rendering hashes for users who have set their preferences the same as for those who haven't. The numberheadings option didn't have a default, which meant it was initialised to false, but it's set to zero when the preferences are saved. Keeping the legacy anon hash format to avoid cache invalidation.
|
2005-11-16 15:15:23 +00:00 |
|
UserMailer.php
|
Bug 3307: Remove an if that might break timezone
|
2005-09-14 21:04:48 +00:00 |
|
UserTalkUpdate.php
|
|
|
|
Utf8Case.php
|
|
|
|
WatchedItem.php
|
* MySQL 5.0 strict mode fix for moving unwatched pages
|
2005-10-28 06:26:16 +00:00 |
|
WebRequest.php
|
* Fix WebRequest::getRequestURL() to strip off the host bits squid prepends
|
2005-11-05 10:53:21 +00:00 |
|
WikiError.php
|
* Special:Import/importDump fixes: report XML parse errors, accept <minor/>
|
2005-09-17 11:10:15 +00:00 |
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
|
|