| .. |
|
cbt
|
Documentation
|
2006-03-22 04:58:53 +00:00 |
|
normal
|
Replaced codepointToUtf8 calls with string literals, should save a few milliseconds according to xdebug. Ran unit test.
|
2006-03-05 03:03:03 +00:00 |
|
templates
|
* Adjust user login/creation form hooks to work with a captcha plugin
|
2006-01-29 07:35:28 +00:00 |
|
zhtable
|
* Adding "CC ?= gcc" portability
|
2005-04-10 09:05:55 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
OOP'ed Ajax functions, embedded in index.php for better compatibility with wikipedia.org setup
|
2006-03-27 18:53:15 +00:00 |
|
AjaxFunctions.php
|
Ajax based suggest feature for the search box
|
2006-03-26 19:03:14 +00:00 |
|
Article.php
|
Ajax based suggest feature for the search box
|
2006-03-26 19:03:14 +00:00 |
|
AuthPlugin.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
BagOStuff.php
|
* Added wfDie() wrapper, and some manual die(-1), to force the return code
|
2006-01-14 02:49:43 +00:00 |
|
Block.php
|
* Minor cosmetic fixes to installer
|
2006-01-16 03:35:28 +00:00 |
|
CacheManager.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Categoryfinder.php
|
Be less anal about entry points, class definitions do no harm to anyone, defined() is expensive
|
2006-01-14 11:04:04 +00:00 |
|
CategoryPage.php
|
(bug 4970) Make category paging limits configurable
|
2006-02-23 00:39:52 +00:00 |
|
ChangesList.php
|
* Remove deprecated $wgOnlySysopsCanPatrol references; use User::isAllowed( 'patrol' ) per bug 5282. Patch by Alan Harder.
|
2006-03-18 16:07:17 +00:00 |
|
Credits.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
Database.php
|
Optionally use a different profile name for master queries
|
2006-03-28 05:11:40 +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
|
* Fix for short_open_tag off again; please don't break this, guys
|
2005-12-29 17:15:14 +00:00 |
|
DatabaseOracle.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
DatabasePostgreSQL.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
DateFormatter.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
DefaultSettings.php
|
OOP'ed Ajax functions, embedded in index.php for better compatibility with wikipedia.org setup
|
2006-03-27 18:53:15 +00:00 |
|
Defines.php
|
* Skip loading of RecentChange.php except where needed
|
2006-01-09 21:09:33 +00:00 |
|
DifferenceEngine.php
|
* Remove deprecated $wgOnlySysopsCanPatrol references; use User::isAllowed( 'patrol' ) per bug 5282. Patch by Alan Harder.
|
2006-03-18 16:07:17 +00:00 |
|
EditPage.php
|
(bug 5367) Logic error in blank summaries handler caused the hash to keep being regenerated. We want to preserve the hash of the original (i.e. autoprovided) summary.
|
2006-03-28 00:03:23 +00:00 |
|
Exif.php
|
* Adding a trailing ?>
|
2006-03-07 13:32:27 +00:00 |
|
Export.php
|
a) force to read page first (as order by page_id is done) -
|
2006-03-26 10:24:12 +00:00 |
|
ExternalEdit.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
ExternalStore.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
ExternalStoreDB.php
|
Fixed bogus fallback to master in external storage.
|
2006-03-14 00:47:58 +00:00 |
|
ExternalStoreHttp.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
FakeTitle.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
Feed.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
GlobalFunctions.php
|
Useless with modern PHP. Users should update their PHP. Brion says I should remove it.
|
2006-03-27 19:59:19 +00:00 |
|
Group.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
HistoryBlob.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
Hooks.php
|
remove profiling hooks from hooks ;-)
|
2006-01-25 10:51:12 +00:00 |
|
HTMLForm.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
HttpFunctions.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
Image.php
|
Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
|
2006-03-28 05:09:33 +00:00 |
|
ImageGallery.php
|
* Added wfDie() wrapper, and some manual die(-1), to force the return code
|
2006-01-14 02:49:43 +00:00 |
|
ImagePage.php
|
Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
|
2006-03-28 05:09:33 +00:00 |
|
JobQueue.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
Licenses.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
LinkBatch.php
|
profiling
|
2006-02-24 07:50:23 +00:00 |
|
LinkCache.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Linker.php
|
special case: don't return an empty table, fixes test case
|
2006-03-24 16:07:50 +00:00 |
|
LinkFilter.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
LinksUpdate.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
LoadBalancer.php
|
allow bypassing lag checks
|
2006-01-23 15:27:44 +00:00 |
|
LogPage.php
|
* Further work on rev_deleted; changed to a bitfield with several data-hiding
|
2006-03-16 19:04:25 +00:00 |
|
MacBinary.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
MagicWord.php
|
(bug 5167) Add {{SUBPAGENAME}} variable
|
2006-03-04 23:29:46 +00:00 |
|
Math.php
|
* (bug 3347) strip linebreaks in math error source
|
2006-02-03 06:36:05 +00:00 |
|
memcached-client.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +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
|
preload hook
|
2006-02-11 11:41:46 +00:00 |
|
Metadata.php
|
* Documentation: @private => @access private
|
2006-01-07 12:48:44 +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
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Namespace.php
|
indenting
|
2006-03-06 13:52:21 +00:00 |
|
ObjectCache.php
|
add knob for persistent MC connections
|
2006-02-19 09:55:20 +00:00 |
|
OutputPage.php
|
don't double-profile redirects
|
2006-03-28 05:15:10 +00:00 |
|
PageHistory.php
|
unused globals removed
|
2006-03-18 01:06:57 +00:00 |
|
Parser.php
|
Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
|
2006-03-28 05:09:33 +00:00 |
|
ParserCache.php
|
Save the last modified timestamp to the parser cache, to avoid the need for a revision row load on hits.
|
2006-03-16 02:57:44 +00:00 |
|
ParserXML.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
PersistentObject.php
|
* Adding a trailing ?>
|
2006-03-07 13:32:27 +00:00 |
|
ProfilerSimple.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
ProfilerSimpleUDP.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
ProfilerStub.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
Profiling.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
ProtectionForm.php
|
* Restriction types now use restriction-* messages instead of ui messages
|
2006-02-18 15:07:02 +00:00 |
|
proxy_check.php
|
* Added wfDie() wrapper, and some manual die(-1), to force the return code
|
2006-01-14 02:49:43 +00:00 |
|
ProxyTools.php
|
Be less anal about entry points, class definitions do no harm to anyone, defined() is expensive
|
2006-01-14 11:04:04 +00:00 |
|
QueryPage.php
|
Add Special:Listredirects to list of query pages; wasn't being cached
|
2006-01-25 15:09:52 +00:00 |
|
RawPage.php
|
Contact details- now hopefully in the right place
|
2006-03-24 22:02:53 +00:00 |
|
RecentChange.php
|
Specify both revisions in the diff link in IRC
|
2006-03-21 00:28:37 +00:00 |
|
Revision.php
|
Write load distribution across multiple external storage engines. Untested.
|
2006-03-27 03:56:53 +00:00 |
|
Sanitizer.php
|
* Reverting changes made in revision 1.33 by gwicke which was supposed to fix
|
2006-03-26 03:22:10 +00:00 |
|
SearchEngine.php
|
* Adding a trailing ?>
|
2006-03-07 13:32:27 +00:00 |
|
SearchMySQL.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SearchMySQL4.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SearchTsearch2.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SearchUpdate.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Setup.php
|
Allow cookies to be shared between multiple wikis with a shared user database.
|
2006-02-11 07:41:31 +00:00 |
|
SiteConfiguration.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SiteStatsUpdate.php
|
Clean up unused globals!
|
2005-12-04 18:27:59 +00:00 |
|
Skin.php
|
Preload existence of the three links commonly needed from the skin, thus reducing the page view query count. Added an extra parameter to getCopyright() to support MonoBookCBT.php
|
2006-03-16 02:47:49 +00:00 |
|
SkinTemplate.php
|
backwards compatibility: keep SkinTemplate::getNameSpaceKey() but as a call to Title::getNamespaceKey()
|
2006-03-20 08:25:34 +00:00 |
|
SpecialAllmessages.php
|
Some enhancements to allmessages filter
|
2006-02-26 23:20:09 +00:00 |
|
SpecialAllpages.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialAncientpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialBlockip.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialBlockme.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialBooksources.php
|
* Fix missing bad title check in Special:Booksources
|
2006-02-18 01:09:45 +00:00 |
|
SpecialBrokenRedirects.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialCategories.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialConfirmemail.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialContributions.php
|
(bug 5378) General logs link in Special:Contributions
|
2006-03-28 16:02:39 +00:00 |
|
SpecialDeadendpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialDisambiguations.php
|
fix whitespace fixes
|
2006-03-07 01:41:55 +00:00 |
|
SpecialDoubleRedirects.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialEmailuser.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialExport.php
|
Special:Export contributor list back in (default:off)
|
2006-03-23 08:50:31 +00:00 |
|
SpecialGroups.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialImagelist.php
|
Reverting SpecialImagelist and SpecialNewimages from odd half-state.
|
2006-01-09 22:06:40 +00:00 |
|
SpecialImport.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialIpblocklist.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialListredirects.php
|
Fix stupid mistake that caused the page not to be cached with the rest of them.
|
2006-03-13 17:17:20 +00:00 |
|
SpecialListusers.php
|
Feature karma: removing a useless feature that I recently committed.
|
2006-01-31 04:10:01 +00:00 |
|
SpecialLockdb.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialLog.php
|
* Documentation: @private => @access private
|
2006-01-07 12:48:44 +00:00 |
|
SpecialLonelypages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialLongpages.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |
|
SpecialMIMEsearch.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMostcategories.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMostimages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMostlinked.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMostlinkedcategories.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMostrevisions.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialMovepage.php
|
(bug 3047) Don't mention talk pages on Special:Movepage when there isn't one
|
2006-03-19 04:43:57 +00:00 |
|
SpecialNewimages.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialNewpages.php
|
Use the new unified functions for building user tools links.
|
2006-03-22 22:03:09 +00:00 |
|
SpecialPage.php
|
* Further work on rev_deleted; changed to a bitfield with several data-hiding
|
2006-03-16 19:04:25 +00:00 |
|
SpecialPopularpages.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |
|
SpecialPreferences.php
|
Don't show the autopatrol preference if recent changes patrol is disabled
|
2006-03-25 15:57:50 +00:00 |
|
SpecialPrefixindex.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialRandompage.php
|
Clean up unused globals!
|
2005-12-04 18:27:59 +00:00 |
|
SpecialRecentchanges.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
SpecialRecentchangeslinked.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialRevisiondelete.php
|
unused globals removed
|
2006-03-18 01:06:57 +00:00 |
|
SpecialSearch.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialShortpages.php
|
HTML protection on message use
|
2006-01-15 20:34:25 +00:00 |
|
SpecialSpecialpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialStatistics.php
|
Added ss_images to site_stats, to replace the slow count(*) query in Parser.php.
|
2006-03-28 05:09:33 +00:00 |
|
SpecialUncategorizedcategories.php
|
fixed Uncategorizedcategories caching
|
2005-07-19 23:43:35 +00:00 |
|
SpecialUncategorizedpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialUndelete.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialUnlockdb.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialUnusedcategories.php
|
Clean up unused globals!
|
2005-12-04 18:27:59 +00:00 |
|
SpecialUnusedimages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialUnwatchedpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialUpload.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
SpecialUploadMogile.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialUserlogin.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SpecialUserlogout.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialUserrights.php
|
Add UserRights hook, fires after a user's group memberships are changed
|
2006-03-29 02:31:15 +00:00 |
|
SpecialVersion.php
|
* Adding me and nikerabbit to authors;)
|
2006-03-25 17:26:55 +00:00 |
|
SpecialWantedcategories.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialWantedpages.php
|
Introduce $wgWantedPagesThreshold per bug 5011; Special:Wantedpages will not list pages with less than this number of links. Defaults to 1.
|
2006-02-18 04:39:20 +00:00 |
|
SpecialWatchlist.php
|
(bug 4114) Spacing in watchlist rows (in editing mode)
|
2006-03-20 01:57:50 +00:00 |
|
SpecialWhatlinkshere.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
SquidUpdate.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
StreamFile.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Title.php
|
Moved getNameSpaceKey() from SkinTemplate to title.
|
2006-03-16 02:51:11 +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
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
UserMailer.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +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
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
WebRequest.php
|
* Further work on rev_deleted; changed to a bitfield with several data-hiding
|
2006-03-16 19:04:25 +00:00 |
|
Wiki.php
|
Don't require an existence check before calling loadPageData(). Added an accessor for page_latest, faster than getRevIdFetched() when it's needed for the permalink in the sidebar. Added shortcut calling convention for loadPageData().
|
2006-03-16 02:32:30 +00:00 |
|
WikiError.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
XmlFunctions.php
|
* Further work on rev_deleted; changed to a bitfield with several data-hiding
|
2006-03-16 19:04:25 +00:00 |
|
ZhClient.php
|
whitespace
|
2006-03-06 04:20:20 +00:00 |
|
ZhConversion.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |