| .. |
|
normal
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
templates
|
* (bug 814) Integrate AuthPlugin changes to support Ryan Lane's external
|
2005-06-03 11:56:02 +00:00 |
|
zhtable
|
* Adding "CC ?= gcc" portability
|
2005-04-10 09:05:55 +00:00 |
|
.htaccess
|
|
|
|
Article.php
|
Code cleanup: normalize case of wfMsg() calls, clean up an old str_replace
|
2005-08-16 23:39:33 +00:00 |
|
AuthPlugin.php
|
* (bug 2943) AuthPlugin::getCanonicalName() name canonicalization hook, patch from robla
|
2005-07-24 09:48:14 +00:00 |
|
BagOStuff.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 |
|
Block.php
|
Hack #1487: Special:Ipblocklist outputs <ul></ul> which is not valid XHTML.
|
2005-08-11 05:23:04 +00:00 |
|
BlockCache.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +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
|
*html-safety fixes
|
2005-08-12 17:18:53 +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
|
added flags accessor, fixed select/update option array bugs
|
2005-08-14 14:42:54 +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
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
DefaultSettings.php
|
missing definition for global already present
|
2005-08-14 07:14:10 +00:00 |
|
Defines.php
|
Formalising live performance hack
|
2005-07-25 06:57:12 +00:00 |
|
DifferenceEngine.php
|
white-space: indentation
|
2005-08-15 12:11:10 +00:00 |
|
EditPage.php
|
Code cleanup: normalize case of wfMsg() calls, clean up an old str_replace
|
2005-08-16 23:39:33 +00:00 |
|
Exif.php
|
* Removed the 1024 byte limit on ASCII tags, not in accordance with the spec
|
2005-07-22 20:57:15 +00:00 |
|
ExternalEdit.php
|
bugfix: if the upload path is absolute, don't prepend the server URL
|
2005-06-28 05:02:09 +00:00 |
|
ExternalStore.php
|
Add external repositories support for Revision, would
|
2005-04-18 17:21:27 +00:00 |
|
ExternalStoreDB.php
|
removed relic
|
2005-08-14 16:28:46 +00:00 |
|
ExternalStoreHttp.php
|
Add external repositories support for Revision, would
|
2005-04-18 17:21:27 +00:00 |
|
Feed.php
|
* Documentation
|
2005-07-18 03:28:58 +00:00 |
|
FulltextStoplist.php
|
* Updated the list from version 4.1.8 of MySQL
|
2005-04-28 10:03:49 +00:00 |
|
GlobalFunctions.php
|
* Fix display of read-only lockfile message
|
2005-08-17 07:37:47 +00:00 |
|
Group.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
HistoryBlob.php
|
support for two-part external storage URLs referring to parts of history blobs
|
2005-08-14 07:18:34 +00:00 |
|
Hooks.php
|
* Fixed @author line to a conformant phpdoc element
|
2005-05-23 14:17:29 +00:00 |
|
HTMLForm.php
|
Rework the user_groups system, again, into something that seems to actually
|
2005-06-09 09:49:10 +00:00 |
|
HttpFunctions.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
Image.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
ImageGallery.php
|
Optional thumbnail generation by client request, using thumb.php. This removes any need for access to image files on page view. Experimental, some aspects still haven't been tested.
|
2005-04-16 04:33:34 +00:00 |
|
ImagePage.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
killthread.php
|
* @subpackage Database
|
2005-05-03 07:56:04 +00:00 |
|
LinkCache.php
|
Always use reference assignment when taking the return value of wfGetDB(), or else annoying bugs which are difficult to track down will result. Example of correct usage:
|
2005-08-15 13:06:33 +00:00 |
|
Linker.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
LinksUpdate.php
|
Fix typo from pagelinks update -> crashing bug on undelete
|
2005-05-31 09:08:19 +00:00 |
|
LoadBalancer.php
|
fixed connection error handling
|
2005-08-14 04:42:55 +00:00 |
|
LogPage.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 |
|
MacBinary.php
|
* (bug 3076) Support MacBinary-encoded uploads from IE/Mac
|
2005-08-12 12:59:03 +00:00 |
|
MagicWord.php
|
* A new magic word, {{NUMBEROFFILES}}, returns the number of rows in the
|
2005-06-26 03:23:24 +00:00 |
|
Math.php
|
Generic cygwin hack
|
2005-06-18 05:09:27 +00:00 |
|
memcached-client.php
|
stream timeout option
|
2005-01-21 14:00:18 +00:00 |
|
MemcachedSessions.php
|
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
|
2004-09-03 23:00:01 +00:00 |
|
MessageCache.php
|
respect $useDB
|
2005-08-14 07:21:43 +00:00 |
|
Metadata.php
|
Whitespace fixup.
|
2004-11-11 22:27:49 +00:00 |
|
mime.info
|
* (bug 898) Mime type autodetection.
|
2005-05-21 07:46:17 +00:00 |
|
mime.types
|
* (bug 898) Mime type autodetection.
|
2005-05-21 07:46:17 +00:00 |
|
MimeMagic.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
Namespace.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 |
|
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
|
* (bug 3170) Page Title failed to obey MediaWiki:Pagetitle
|
2005-08-17 12:00:07 +00:00 |
|
PageHistory.php
|
fixed obvious error
|
2005-08-14 16:28:25 +00:00 |
|
Parser.php
|
Always use reference assignment when taking the return value of wfGetDB(), or else annoying bugs which are difficult to track down will result. Example of correct usage:
|
2005-08-15 13:06:33 +00:00 |
|
ParserCache.php
|
key parser cache on ($action==render)
|
2005-07-03 07:27:43 +00:00 |
|
ParserXML.php
|
* (bug 2178) Use TMPDIR, TMP, or TEMP environment variable for temp dir
|
2005-05-15 10:37:56 +00:00 |
|
Profiling.php
|
fix warnings
|
2005-08-14 13:22:50 +00:00 |
|
proxy_check.php
|
Clean up a few scriptlets
|
2004-10-14 02:13:12 +00:00 |
|
ProxyTools.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
QueryPage.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
RawPage.php
|
* Try reading revision _text_ from master if no result on slave
|
2005-06-27 03:48:05 +00:00 |
|
RecentChange.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 |
|
Revision.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
Sanitizer.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SearchEngine.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SearchMySQL.php
|
Fix bug 145: finish 'exclude redirect' implementation
|
2005-08-10 21:12:00 +00:00 |
|
SearchMySQL3.php
|
Change the SearchEngine interface around:
|
2005-05-23 08:42:20 +00:00 |
|
SearchMySQL4.php
|
Change the SearchEngine interface around:
|
2005-05-23 08:42:20 +00:00 |
|
SearchTsearch2.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
SearchUpdate.php
|
* (bug 2885) Fix fatal errors and notices in PHP 5.1.0beta3
|
2005-07-22 11:29:15 +00:00 |
|
Setup.php
|
adjust whitespace (spaces -> tabs)
|
2005-08-16 23:19:54 +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
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SkinPHPTal.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
SkinTemplate.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SpecialAllmessages.php
|
* "<tr >" => "<tr>"
|
2005-08-05 22:19:36 +00:00 |
|
SpecialAllpages.php
|
some of lufthansa bits ;-) allows reusal of object in other pagelists, some error handling
|
2005-08-09 13:28:37 +00:00 |
|
SpecialAncientpages.php
|
* Special:Ancientpages is expensive in new schema for now
|
2005-06-28 05:47:36 +00:00 |
|
SpecialBlockip.php
|
*html-safety fixes
|
2005-08-12 17:18:53 +00:00 |
|
SpecialBlockme.php
|
Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema
|
2004-09-03 23:00:01 +00:00 |
|
SpecialBooksources.php
|
* Using wfMsgHtml() for safe html output
|
2005-08-02 13:09:08 +00:00 |
|
SpecialBrokenRedirects.php
|
* Using wfMsgHtml() for safe html output
|
2005-08-02 13:09:08 +00:00 |
|
SpecialCategories.php
|
* Using wfMsgHtml() for safe html output
|
2005-08-02 13:09:08 +00:00 |
|
SpecialConfirmemail.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
SpecialContributions.php
|
*html-safety fixes
|
2005-08-12 17:18:53 +00:00 |
|
SpecialDeadendpages.php
|
* links and brokenlinks tables merged to pagelinks; this will reduce pain
|
2005-05-26 10:23:36 +00:00 |
|
SpecialDisambiguations.php
|
Previous query did a big cartesian product of everything and then tried
|
2005-07-11 20:47:34 +00:00 |
|
SpecialDoubleRedirects.php
|
* links and brokenlinks tables merged to pagelinks; this will reduce pain
|
2005-05-26 10:23:36 +00:00 |
|
SpecialEmailuser.php
|
* Special:Allpages, Special:Contributions, Special:Whatlinkshere
|
2005-05-06 11:20:37 +00:00 |
|
SpecialExport.php
|
Bug 3116: Division by zero on [[Image:Foo.png|123x123px|]]
|
2005-08-16 13:27:00 +00:00 |
|
SpecialGroups.php
|
nicer format for static groups record
|
2005-05-14 09:24:51 +00:00 |
|
SpecialImagelist.php
|
* Special:Imagelist displays titles with " " instead of "_"
|
2005-06-19 15:23:01 +00:00 |
|
SpecialImport.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SpecialIpblocklist.php
|
*html-safety fixes
|
2005-08-12 17:18:53 +00:00 |
|
SpecialListusers.php
|
* optional parameter for [[Special:Listusers]]
|
2005-07-13 15:14:12 +00:00 |
|
SpecialLockdb.php
|
quotes
|
2005-07-05 20:39:09 +00:00 |
|
SpecialLog.php
|
limitResult() use 3 argument since ORACLE merge
|
2005-08-09 10:30:20 +00:00 |
|
SpecialLonelypages.php
|
* links and brokenlinks tables merged to pagelinks; this will reduce pain
|
2005-05-26 10:23:36 +00:00 |
|
SpecialLongpages.php
|
ShortPages and LongPages are almsot identical; remove some duplication.
|
2004-10-03 10:42:02 +00:00 |
|
SpecialMaintenance.php
|
* ARG! There's more of it!
|
2005-05-03 12:43:50 +00:00 |
|
SpecialMostlinked.php
|
* New special page: SpecialMostlinked
|
2005-08-15 02:57:19 +00:00 |
|
SpecialMovepage.php
|
* Rearranged Special:Movepage form to reduce confusion between destination
|
2005-08-11 08:08:36 +00:00 |
|
SpecialNewimages.php
|
* Fixed a bug in Special:Newimages that made it impossible to search for '0'
|
2005-05-16 04:47:51 +00:00 |
|
SpecialNewpages.php
|
Oh my god ! they killed the quotes !
|
2005-07-06 14:09:40 +00:00 |
|
SpecialPage.php
|
* New special page: SpecialMostlinked
|
2005-08-15 02:59:12 +00:00 |
|
SpecialPopularpages.php
|
* (bug 2329) Fix title formatting in several special pages
|
2005-06-05 07:55:54 +00:00 |
|
SpecialPreferences.php
|
*html-safety fixes
|
2005-08-12 17:18:53 +00:00 |
|
SpecialPrefixindex.php
|
yet more of Lufthansa stuff, embedable Prefix-restricted page list, as well a separate SpecialPage
|
2005-08-10 21:14:38 +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
|
more killing
|
2005-08-02 20:21:41 +00:00 |
|
SpecialRecentchangeslinked.php
|
first letter lowercase
|
2005-08-16 21:02:15 +00:00 |
|
SpecialSearch.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
SpecialShortpages.php
|
Add page_len field with byte length of current revision text, since
|
2005-03-12 11:51: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
|
fixed Uncategorizedcategories caching
|
2005-07-19 23:43:35 +00:00 |
|
SpecialUndelete.php
|
* Fixed undefined variable error
|
2005-08-15 02:40:33 +00:00 |
|
SpecialUnlockdb.php
|
Audit tweaks: extra post checks, markup fixes.
|
2005-02-21 01:56:50 +00:00 |
|
SpecialUnusedcategories.php
|
* One paragraph is enough
|
2005-07-09 19:55:15 +00:00 |
|
SpecialUnusedimages.php
|
Added conversion when displaying results
|
2005-05-02 03:18:31 +00:00 |
|
SpecialUpload.php
|
*html-safety fixes
|
2005-08-12 17:18:53 +00:00 |
|
SpecialUploadMogile.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
SpecialUserlogin.php
|
* Added a new hook, 'AddNewAccount', which is run after account creation
|
2005-08-17 07:44:38 +00:00 |
|
SpecialUserlogout.php
|
Changed the calling protocol for function wfRunHooks() in Hooks.php.
|
2005-03-13 15:29:43 +00:00 |
|
SpecialUserrights.php
|
* Guard Special:Userrights against form submission forgery
|
2005-06-14 19:13:12 +00:00 |
|
SpecialValidate.php
|
now sysops only can change the topic list
|
2005-08-06 14:58:43 +00:00 |
|
SpecialVersion.php
|
* Include software-visible client IP address in Special:Version comment
|
2005-08-17 08:05:32 +00:00 |
|
SpecialWantedpages.php
|
* links and brokenlinks tables merged to pagelinks; this will reduce pain
|
2005-05-26 10:23:36 +00:00 |
|
SpecialWatchlist.php
|
Removed some nonsense and fixed ugly HTML
|
2005-07-31 19:35:52 +00:00 |
|
SpecialWhatlinkshere.php
|
* (bug 2591) Check for end, fix limits on Whatlinkshere
|
2005-06-29 00:59:38 +00:00 |
|
SquidUpdate.php
|
* links and brokenlinks tables merged to pagelinks; this will reduce pain
|
2005-05-26 10:23:36 +00:00 |
|
StreamFile.php
|
Suppressed file not found warning, removed unnecessary cache suppression header
|
2005-08-13 07:53:16 +00:00 |
|
Title.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
UpdateClasses.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
User.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
UserMailer.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 |
|
UserTalkUpdate.php
|
* Some clown with CVS access deleted our MS Word files and replaced them with
|
2005-04-12 02:07:16 +00:00 |
|
Utf8Case.php
|
* @subpackage Language since it's only used by the language files
|
2005-04-05 10:42:34 +00:00 |
|
WatchedItem.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 |
|
WebRequest.php
|
Code cleanup: normalize case for intval(), strval(), floatval() calls.
|
2005-08-16 23:36:16 +00:00 |
|
WikiError.php
|
fix some issues with phpdoc
|
2005-07-05 21:22:25 +00:00 |
|
ZhClient.php
|
fix phpdoc comment
|
2005-01-27 19:51:47 +00:00 |
|
ZhConversion.php
|
Updated conversion table
|
2004-11-22 04:19:57 +00:00 |