| .. |
|
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
|
HTML injections are bad, mm'kay?
|
2006-06-22 16:20:13 +00:00 |
|
zhtable
|
* Adding "CC ?= gcc" portability
|
2005-04-10 09:05:55 +00:00 |
|
.htaccess
|
htaccessing some directories for dev using cvs tree as www tree ;)
|
2004-04-21 23:17:36 +00:00 |
|
AjaxDispatcher.php
|
Valid exit status codes range from 0 to 254.
|
2006-06-07 04:15:58 +00:00 |
|
AjaxFunctions.php
|
capitalization, spacing (thanks robchurch)
|
2006-07-02 23:07:02 +00:00 |
|
Article.php
|
* And more escaping
|
2006-07-08 15:36:12 +00:00 |
|
AuthPlugin.php
|
* (bug 6006) Allow hiding the password change fields using an authentication plugin
|
2006-06-29 00:57:56 +00:00 |
|
AutoLoader.php
|
* (bug 6562) Removed unmaintained ParserXml.php for now
|
2006-07-07 06:04:07 +00:00 |
|
BagOStuff.php
|
Add decodeBlob() function to complement encodeBlob()
|
2006-07-05 03:56:48 +00:00 |
|
Block.php
|
Ignore ipb_anon_only and ipb_create_account for username blocks.
|
2006-07-10 08:38:22 +00:00 |
|
CacheManager.php
|
woo, revert the revert, apc 3.0.8 seems to work with this :)
|
2006-06-08 13:08:22 +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
|
Revert accidental commit of experimentation
|
2006-06-30 09:15:41 +00:00 |
|
ChangesList.php
|
Revert for now so brion can sleep at night and so that I don't get kidnapped and shipped off to Jo'burg
|
2006-06-24 21:52:52 +00:00 |
|
CoreParserFunctions.php
|
fixed raw suffix
|
2006-07-03 13:55:52 +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
|
Add decodeBlob() function to complement encodeBlob()
|
2006-07-05 03:56:48 +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
|
Revert to r15092; massive breakage, unable to connect to MySQL at all
|
2006-06-27 16:11:47 +00:00 |
|
DatabasePostgres.php
|
Add begin(), does-nothing immediatecommit()
|
2006-07-05 04:06:29 +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
|
bump to 1.8alpha
|
2006-07-07 19:56:51 +00:00 |
|
Defines.php
|
Defer initialisation of the special page list, allow autoloading of the SpecialPage class. SpecialPage.php is not loaded for ordinary page views. Implemented some interfaces which allow special pages to do the same thing, although backwards compatibility is maintained. Old special page extensions will load SpecialPage during initialisation, so all extensions will have to be ported to get the full performance benefit.
|
2006-06-25 08:38:17 +00:00 |
|
DifferenceEngine.php
|
* (bug 6304) Show timestamp for current revision in diff pages
|
2006-06-18 22:53:35 +00:00 |
|
DjVuImage.php
|
* (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
|
2006-06-24 07:11:17 +00:00 |
|
EditPage.php
|
* Separate out EditPage's getContent bits from regular Article getContent.
|
2006-07-05 22:45:41 +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
|
* Let yes be yes and no be no
|
2006-06-23 12:24:05 +00:00 |
|
Export.php
|
s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6.
|
2006-06-23 06:31:46 +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 |
|
FileStore.php
|
(bug 2099) Deleted files can now be archived and undeleted, if you set up an appropriate non-web-accessible directory.
|
2006-06-16 01:16:45 +00:00 |
|
GlobalFunctions.php
|
* Added RFC to list of strings to escape
|
2006-07-08 13:38:18 +00:00 |
|
HistoryBlob.php
|
revert back to 14660
|
2006-06-08 15:12:26 +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 |
|
HTMLCacheUpdate.php
|
Fixed job command naming style
|
2006-06-19 02:29:21 +00:00 |
|
HTMLForm.php
|
Removing the obsolete user group management files.
|
2006-06-24 20:56:08 +00:00 |
|
HttpFunctions.php
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
Image.php
|
Fixed SVG bug introduced in 15342
|
2006-07-05 12:51:38 +00:00 |
|
ImageFunctions.php
|
Changed the image directory global functions, they no longer create the directory before they return it. This was inefficient, especially due to the need for multiple NFS stat calls for every image shown on a page during parse. The caller is now required to create the directory if necessary, and it can do so with the recently souped-up wfMkdirParents().
|
2006-07-04 14:20:52 +00:00 |
|
ImageGallery.php
|
suppressing thumbnail generation in more places
|
2006-07-05 06:06:58 +00:00 |
|
ImagePage.php
|
Direction mark between the image file name and its size in the image page, to prevent confusion.
|
2006-07-05 19:43:06 +00:00 |
|
JobQueue.php
|
As we say on Wikipedia, might it not have been easier to fix it, rather than complain about it?
|
2006-07-03 16:30:46 +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
|
Created $wgGenerateThumbnailOnParse, set to false to allow NFS stat calls to be suppressed.
|
2006-07-05 05:04:06 +00:00 |
|
LinkFilter.php
|
trailing whitespace removal
|
2006-03-11 17:13:49 +00:00 |
|
LinksUpdate.php
|
Added a new method to update the cache of all pages linking to a given page without using excessive time or memory. This turns out to be a common operation in MediaWiki, I needed to fix callers in a lot of files. Backwards compatibility is maintained (of course). Also did some cleanup in Article.php, another 3 years of that and it'll be looking pretty. New job type added to the job queue, some refactoring done in JobQueue.php to support it.
|
2006-06-18 12:42:16 +00:00 |
|
LoadBalancer.php
|
static E_STRICT warnings
|
2006-07-10 15:08:51 +00:00 |
|
LogPage.php
|
Rights log changes:
|
2006-06-20 09:09:20 +00:00 |
|
MacBinary.php
|
* Fix notice in MacBinary detection debug data for files of certain lengths
|
2006-06-24 07:04:53 +00:00 |
|
MagicWord.php
|
comments end at column 80
|
2006-07-05 18:25:39 +00:00 |
|
Math.php
|
(bug 672) Add MathAfterTexvc hook
|
2006-06-26 15:50:03 +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
|
Call firstCallInit() before cloning $wgParser.
|
2006-07-04 09:13:10 +00:00 |
|
Metadata.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
mime.info
|
* (bug 5277) Use audio/midi rather that audio/mid
|
2006-03-30 04:21:01 +00:00 |
|
mime.types
|
* (bug 898) Mime type autodetection.
|
2005-05-21 07:46:17 +00:00 |
|
MimeMagic.php
|
* (bug 6131) Add type detection for DjVu files, allowing them to be uploaded
|
2006-06-24 07:11:17 +00:00 |
|
Namespace.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +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
|
* Don't put empty-page message into view-source when page text is blank
|
2006-07-07 22:15:44 +00:00 |
|
PageHistory.php
|
Another display issue
|
2006-07-07 17:11:47 +00:00 |
|
Pager.php
|
Split off index paging code from PageHistory.php to a new abstract class hierarchy in Pager.php. Application to Special:Ipblocklist will follow.
|
2006-07-07 03:28:48 +00:00 |
|
Parser.php
|
static E_STRICT warnings
|
2006-07-10 15:08:51 +00:00 |
|
ParserCache.php
|
(bug 5683) Respect parser output marked as uncacheable when saving
|
2006-05-13 17:40:59 +00:00 |
|
ProfilerSimple.php
|
use microtime(true), properly initialize non-existing arrays (avoids warnings :)
|
2006-06-07 20:13: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
|
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
|
* More escaping
|
2006-07-08 13:53:50 +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
|
(bug 6344) Add Special:Uncategorizedimages page
|
2006-06-17 16:24:01 +00:00 |
|
RawPage.php
|
* (bug 5903) When requesting the raw source of a non-existent message page, return blank content (as opposed to the message key)
|
2006-06-24 21:17:05 +00:00 |
|
RecentChange.php
|
fixed minor bug
|
2006-06-20 09:38:14 +00:00 |
|
Revision.php
|
* Allow fetching all revisions from transwiki Special:Import
|
2006-06-27 21:48:43 +00:00 |
|
Sanitizer.php
|
static E_STRICT warnings
|
2006-07-10 15:08:51 +00:00 |
|
SearchEngine.php
|
Add SearchPostgres.php
|
2006-07-05 03:54:01 +00:00 |
|
SearchMySQL.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
SearchMySQL4.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
SearchPostgres.php
|
Change hard-coded vector fields to variables.
|
2006-07-05 04:11:20 +00:00 |
|
SearchTsearch2.php
|
Remove no longer needed schema setting.
|
2006-06-29 17:25:17 +00:00 |
|
SearchUpdate.php
|
AutoLoad search classes
|
2006-06-06 10:33:23 +00:00 |
|
Setup.php
|
* (bug 6562) Removed unmaintained ParserXml.php for now
|
2006-07-07 06:04:07 +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
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
SkinTemplate.php
|
Also checking if the user can create the page if not exist, not only if he can edit it, to decide if we should show 'edit' or 'view source'.
|
2006-07-01 12:07:47 +00:00 |
|
SpecialAllmessages.php
|
Get the English extension messages to Special:Allmessages properly (this code of this special page should be rewritten, as it uses private variables).
|
2006-07-03 11:41:05 +00:00 |
|
SpecialAllpages.php
|
(bug 6358) Remove some redundant and unused variables from Special:Allpages
|
2006-07-07 11:11:43 +00:00 |
|
SpecialAncientpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialBlockip.php
|
* Allow blocks on anonymous users only.
|
2006-07-10 06:30:03 +00:00 |
|
SpecialBlockme.php
|
* Fix potential PHP notice in Special:Blockme when $wgBlockOpenProxies is true
|
2006-06-30 08:34:21 +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
|
Show an arrow in the right direction also in Broken Redirects special page, not only in the Double Redirects.
|
2006-06-21 16:39:21 +00:00 |
|
SpecialCategories.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialConfirmemail.php
|
* (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
|
2006-06-09 08:24:47 +00:00 |
|
SpecialContributions.php
|
bugs!
|
2006-06-23 11:09:40 +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
|
* (bug 6472) Fix regression in Special:Export with multiple pages
|
2006-06-28 19:45:41 +00:00 |
|
SpecialImagelist.php
|
* Really support plural in imagelisttext
|
2006-06-29 12:51:28 +00:00 |
|
SpecialImport.php
|
Added plural support for 'import-revision-count'
|
2006-07-08 12:30:42 +00:00 |
|
SpecialIpblocklist.php
|
* Allow blocks on anonymous users only.
|
2006-07-10 06:30:03 +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
|
* (bug 6618) Improve permissions/error detection in Special:Lockdb
|
2006-07-10 08:53:42 +00:00 |
|
SpecialLog.php
|
* (bug 6185) Add standard user tool links to log page views
|
2006-07-04 08:17:54 +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
|
* And more escaping
|
2006-07-08 15:36:12 +00:00 |
|
SpecialNewimages.php
|
* Really support plural in imagelisttext
|
2006-06-29 12:51:28 +00:00 |
|
SpecialNewpages.php
|
* (bug 6448) Allow filtering of Special:Newpages according to username
|
2006-07-10 08:38:48 +00:00 |
|
SpecialPage.php
|
Various performance and initialisation issues:
|
2006-07-02 15:57:59 +00:00 |
|
SpecialPopularpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialPreferences.php
|
(bug 1023) More updates (XHTML-correctness)
|
2006-07-02 21:21:11 +00:00 |
|
SpecialPrefixindex.php
|
Fix #6534: PHP notice on Special:Prefixindex with bad input + error_reporting(E_ALL).
|
2006-07-05 18:16:01 +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
|
(bug 1023) More updates (XHTML-correctness)
|
2006-07-02 21:21:11 +00:00 |
|
SpecialRecentchangeslinked.php
|
* ChangesList assumes rc_bot exists
|
2006-06-29 19:56:32 +00:00 |
|
SpecialRevisiondelete.php
|
s/Revision::MW_REV_DELETED/Revision::DELETED/, and introduced aliases for compatibility with 1.6.
|
2006-06-23 06:31:46 +00:00 |
|
SpecialSearch.php
|
* More escaping
|
2006-07-08 13:53:50 +00:00 |
|
SpecialShortpages.php
|
* (bug 6489) Use appropriate link colour on Special:Shortpages
|
2006-06-29 13:28:19 +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 |
|
SpecialUncategorizedimages.php
|
(bug 6344) Add Special:Uncategorizedimages page
|
2006-06-17 16:24:01 +00:00 |
|
SpecialUncategorizedpages.php
|
Autoload QueryPage
|
2006-06-06 12:35:47 +00:00 |
|
SpecialUndelete.php
|
If we have user tool links even in the page history, we should have it also in the deleted history.
|
2006-07-05 19:50:50 +00:00 |
|
SpecialUnlockdb.php
|
Remove use of deprecated OutputPage::developerRequired()
|
2006-07-10 08:36:16 +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
|
Changed the image directory global functions, they no longer create the directory before they return it. This was inefficient, especially due to the need for multiple NFS stat calls for every image shown on a page during parse. The caller is now required to create the directory if necessary, and it can do so with the recently souped-up wfMkdirParents().
|
2006-07-04 14:20:52 +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
|
* Allow blocks on anonymous users only.
|
2006-07-10 06:30:03 +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
|
* Show a more specific message when an anonymous user tries to access Special:Watchlist
|
2006-06-28 15:09:21 +00:00 |
|
SpecialWhatlinkshere.php
|
having some fun with doxygen error log
|
2006-06-10 18:28:50 +00:00 |
|
SquidUpdate.php
|
probably don't need this...
|
2006-06-18 12:46:50 +00:00 |
|
StreamFile.php
|
* Workaround possible bug in Firefox nightlies by properly removing the
|
2006-06-18 17:55:50 +00:00 |
|
Title.php
|
static E_STRICT warnings
|
2006-07-10 15:08:51 +00:00 |
|
User.php
|
* Allow blocks on anonymous users only.
|
2006-07-10 06:30:03 +00:00 |
|
UserMailer.php
|
* (bug 6243) Fix email for usernames containing dots when using PEAR::Mail
|
2006-06-09 08:24:47 +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
|
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
|
Use wfDebugLog() for the job queue log.
|
2006-07-04 14:26:14 +00:00 |
|
WikiError.php
|
Update the FSF's address in all these GPL stub headers
|
2006-04-05 07:43:17 +00:00 |
|
Xml.php
|
Use Sanitizer::encodeAttribute instead of raw htmlspecialchars for encoding attributes in Xml::element. This does two things:
|
2006-07-07 04:45:19 +00:00 |
|
XmlFunctions.php
|
fix breakage from r15226
|
2006-07-02 18:42:58 +00:00 |
|
ZhClient.php
|
whitespace
|
2006-03-06 04:20:20 +00:00 |
|
ZhConversion.php
|
* s~ +$~~
|
2006-01-07 13:09:30 +00:00 |