| .. |
|
cbt
|
security concerns
|
2006-05-04 06:12:47 +00:00 |
|
normal
|
unused variables as per #3692
|
2006-05-01 10:53:59 +00:00 |
|
templates
|
Rewrite Special:Confirmemail so it's not retarded
|
2006-05-05 16:15:03 +00:00 |
|
zhtable
|
|
|
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
AjaxFunctions.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
Article.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
AuthPlugin.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
AutoLoader.php
|
Welcome back AutoLoader, this time in small batches :-)
|
2006-06-06 09:50:01 +00:00 |
|
BagOStuff.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Block.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
CacheManager.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
Categoryfinder.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
CategoryPage.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
ChangesList.php
|
AutoLoad RecentChange
|
2006-06-06 11:44:18 +00:00 |
|
Credits.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
Database.php
|
removed obsolete function
|
2006-06-07 04:17:51 +00:00 |
|
DatabaseFunctions.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +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
|
Some initial work on exceptions. More to follow.
|
2006-06-06 23:07:26 +00:00 |
|
DatabasePostgreSQL.php
|
Some initial work on exceptions. More to follow.
|
2006-06-06 23:07:26 +00:00 |
|
DateFormatter.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
DefaultSettings.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
Defines.php
|
* Skip loading of RecentChange.php except where needed
|
2006-01-09 21:09:33 +00:00 |
|
DifferenceEngine.php
|
* (bug 4280) Use 'noindex,nofollow' instead of 'noindex,follow' for default
|
2006-06-07 00:21:39 +00:00 |
|
EditPage.php
|
* Edit security precautions in raw HTML mode, etc
|
2006-06-06 06:21:50 +00:00 |
|
Exception.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Exif.php
|
Autoload Exif and move global defines to Exif:: namespace
|
2006-06-06 12:08:11 +00:00 |
|
Export.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +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
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
ExternalStoreHttp.php
|
removing unused globals and some whitespace cleaning
|
2006-03-07 01:10:39 +00:00 |
|
FakeTitle.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Feed.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
GlobalFunctions.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Group.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
HistoryBlob.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Hooks.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
HTMLForm.php
|
unused variables as per #3692
|
2006-05-01 10:53:59 +00:00 |
|
HttpFunctions.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
Image.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
ImageGallery.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
ImagePage.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
JobQueue.php
|
* (bug 5527) Batch up job queue insertions for, hopefully, better survivability
|
2006-05-31 23:56:41 +00:00 |
|
Licenses.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
LinkBatch.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
LinkCache.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
Linker.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
LinkFilter.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
LinksUpdate.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
LoadBalancer.php
|
removed obsolete function
|
2006-06-07 04:17:51 +00:00 |
|
LogPage.php
|
AutoLoad RecentChange
|
2006-06-06 11:44:18 +00:00 |
|
MacBinary.php
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
MagicWord.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Math.php
|
AutoLoad Math.php
|
2006-06-06 10:00:53 +00:00 |
|
memcached-client.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Metadata.php
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
mime.info
|
* (bug 5277) Use audio/midi rather that audio/mid
|
2006-03-30 04:21:01 +00:00 |
|
mime.types
|
|
|
|
MimeMagic.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Namespace.php
|
Add TALKSPACE, SUBJECTSPACE, TALKPAGENAME, SUBJECTPAGENAME (and encoded forms for all) magic words
|
2006-04-12 15:38:17 +00:00 |
|
ObjectCache.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
OutputPage.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
PageHistory.php
|
AutoLoad RawPage, EditPage, ExternalEdit, PageHistory, move DIR_NEXT and DIR_PREV constants into PageHistory::
|
2006-06-06 12:28:44 +00:00 |
|
Parser.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
ParserCache.php
|
(bug 5683) Respect parser output marked as uncacheable when saving
|
2006-05-13 17:40:59 +00:00 |
|
ParserXML.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
ProfilerSimple.php
|
Remove yet more stray executable bits. The last, I hope.
|
2006-04-04 08:01:19 +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
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
ProtectionForm.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
proxy_check.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
ProxyTools.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
QueryPage.php
|
AutoLoad Feed classes
|
2006-06-06 11:39:46 +00:00 |
|
RawPage.php
|
AutoLoad Revision
|
2006-06-06 10:56:46 +00:00 |
|
RecentChange.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
Revision.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Sanitizer.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SearchEngine.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchMySQL.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchMySQL4.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchTsearch2.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchUpdate.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
Setup.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SiteConfiguration.php
|
rv useless feature
|
2006-06-04 05:37:31 +00:00 |
|
SiteStatsUpdate.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
Skin.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SkinTemplate.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
SpecialAllmessages.php
|
Treat "allmessagesnotsupporteddb" as wikitext when echoing; change default text
|
2006-04-24 15:30:34 +00:00 |
|
SpecialAllpages.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialAncientpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialBlockip.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialBlockme.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
SpecialBooksources.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialBrokenRedirects.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialCategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialConfirmemail.php
|
Render the message text, not the damn key!
|
2006-05-17 16:02:16 +00:00 |
|
SpecialContributions.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialDeadendpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialDisambiguations.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialDoubleRedirects.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialEmailuser.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialExport.php
|
AutoLoad Revision
|
2006-06-06 10:56:46 +00:00 |
|
SpecialGroups.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
SpecialImagelist.php
|
* Reverting BiDi changes because there were some problems left
|
2006-05-31 20:39:14 +00:00 |
|
SpecialImport.php
|
autoload WikiError
|
2006-06-06 11:51:31 +00:00 |
|
SpecialIpblocklist.php
|
* (bug 5511) Fix URL-encoding of usernames in links on Special:Ipblocklist
|
2006-05-22 09:42:37 +00:00 |
|
SpecialListredirects.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialListusers.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialLockdb.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialLog.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
SpecialLonelypages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialLongpages.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |
|
SpecialMIMEsearch.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostcategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostimages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostlinked.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostlinkedcategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMostrevisions.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialMovepage.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialNewimages.php
|
AutoLoad ImageGalery
|
2006-06-06 11:46:16 +00:00 |
|
SpecialNewpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPage.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialPrefixindex.php
|
Switching from phpdoc to doxygen (use less than 32MB of memory).
|
2006-04-19 15:46:24 +00:00 |
|
SpecialRandompage.php
|
Fixed namespace handling (will now accept English namespace names in addition to localized ones)
|
2006-05-04 09:41:33 +00:00 |
|
SpecialRandomredirect.php
|
(bug 5684) Introduce Special:Randomredirect
|
2006-04-25 01:01:10 +00:00 |
|
SpecialRecentchanges.php
|
AutoLoad Feed classes
|
2006-06-06 11:39:46 +00:00 |
|
SpecialRecentchangeslinked.php
|
(bug 5817) Appropriate handling for Special:Recentchangeslinked where the target page doesn't exist
|
2006-05-03 18:54:28 +00:00 |
|
SpecialRevisiondelete.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialSearch.php
|
AutoLoad Revision
|
2006-06-06 10:56:46 +00:00 |
|
SpecialShortpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialSpecialpages.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
SpecialStatistics.php
|
added jobs field to action=raw output
|
2006-06-04 05:42:18 +00:00 |
|
SpecialUncategorizedcategories.php
|
Remove yet more stray executable bits. The last, I hope.
|
2006-04-04 08:01:19 +00:00 |
|
SpecialUncategorizedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUndelete.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialUnlockdb.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialUnusedcategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnusedimages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnusedtemplates.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUnwatchedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUpload.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialUploadMogile.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SpecialUserlogin.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
SpecialUserlogout.php
|
* Parser can now know that it is parsing an interface message
|
2006-04-29 13:15:19 +00:00 |
|
SpecialUserrights.php
|
Fix #6018: Special:Userrights -> wrong message when no user was specified
|
2006-05-20 08:51:59 +00:00 |
|
SpecialVersion.php
|
Revert to r14512; domas introduced massive breakage with incomplete experimental changes. They will be recommitted when they work. :)
|
2006-06-01 08:19:02 +00:00 |
|
SpecialWantedcategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialWantedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialWatchlist.php
|
Autoload WatchedItem
|
2006-06-06 12:10:08 +00:00 |
|
SpecialWhatlinkshere.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
SquidUpdate.php
|
* (bug 6074) Correct squid purging of offsite upload URLs
|
2006-05-24 21:57:25 +00:00 |
|
StreamFile.php
|
* s~\t+$~~
|
2006-01-07 13:31:29 +00:00 |
|
Title.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
User.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
UserMailer.php
|
autoload WikiError
|
2006-06-06 11:51:31 +00:00 |
|
Utf8Case.php
|
|
|
|
WatchedItem.php
|
Revert to r14165 . Did too many changes, didnt even run parserTests (i am bad)
|
2006-05-11 22:40:38 +00:00 |
|
WebRequest.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
Wiki.php
|
Removed most exit() calls from the MediaWiki core, by replacing them with either a throw or by classic error checking. OutputPage::fatalError() and similar functions are deprecated, use either OutputPage::showFatalError() to return control or throw new FatalError() to relinquish it. Backwards compatibility of all interfaces has been maintained, thus extensions should continue to work and can be ported at a later date.
|
2006-06-07 06:40:24 +00:00 |
|
WikiError.php
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
XmlFunctions.php
|
Fix mismatched parameter order
|
2006-05-18 11:39:03 +00:00 |
|
ZhClient.php
|
whitespace
|
2006-03-06 04:20:20 +00:00 |
|
ZhConversion.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |