| .. |
|
api
|
Follow-up to r58633 and r58628 (lqt): Rename Title::getProtectionTypes to Title::getRestrictionTypes and fix the hook name.
|
2009-11-09 12:05:30 +00:00 |
|
db
|
Fixed parserTests to work with Oracle (added Anonymous user 0 to fix FK violations). Fixed a few bugs identified by parserTests fails.
|
2009-11-09 14:34:03 +00:00 |
|
diff
|
A few cleanups for r58351
|
2009-10-30 02:23:58 +00:00 |
|
extauth
|
Add experimental new auth framework, ExternalAuth
|
2009-07-19 22:02:00 +00:00 |
|
filerepo
|
Followup to r57868: some maint scripts still call recordUpload which did not get updated when getInitialPageText was moved to a different class
|
2009-10-22 08:22:32 +00:00 |
|
json
|
Cache result of class_exists() in Services_JSON to avoid envoking AutoLoader in a loop when the class is not present
|
2009-10-25 17:46:06 +00:00 |
|
media
|
generic method to extract text layer of a document
|
2009-09-23 12:28:19 +00:00 |
|
normal
|
* Removed remaining trailing ?> from core.
|
2009-11-14 08:12:51 +00:00 |
|
parser
|
adding support for <a> tags as a parser tag hook, in order to support rdfa output
|
2009-11-07 16:46:34 +00:00 |
|
search
|
(bug 18609) Search index was empty for some pages
|
2009-11-04 15:18:30 +00:00 |
|
specials
|
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users
|
2009-11-14 11:07:46 +00:00 |
|
templates
|
Revert broken rewrite of login system; totally broken.
|
2009-09-26 00:49:32 +00:00 |
|
upload
|
* Disable autofill for reuploads
|
2009-11-04 12:53:09 +00:00 |
|
zhtable
|
Update the Chinese conversion tables. Modify Makefile.py for Unicode 5.2.
|
2009-11-01 09:31:37 +00:00 |
|
.htaccess
|
|
|
|
AjaxDispatcher.php
|
|
|
|
AjaxFunctions.php
|
|
|
|
AjaxResponse.php
|
|
|
|
Article.php
|
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users
|
2009-11-14 11:07:46 +00:00 |
|
AuthPlugin.php
|
Revert broken rewrite of login system; totally broken.
|
2009-09-26 00:49:32 +00:00 |
|
AutoLoader.php
|
API: (bug 19004) Add support for tags. Patch by Matthew Britton
|
2009-11-01 10:42:41 +00:00 |
|
Autopromote.php
|
|
|
|
BacklinkCache.php
|
|
|
|
BagOStuff.php
|
* Converted BagOStuff.php from the style of memcached-client.php to the standard MediaWiki style, including camel case, using protected visibility instead of initial underscore, abstract functions instead of stubs, stylize.php.
|
2009-08-15 03:45:19 +00:00 |
|
Block.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
CacheDependency.php
|
|
|
|
Category.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
Categoryfinder.php
|
|
|
|
CategoryPage.php
|
Follow up on r46020 and r46489. Improve the $wgContLang->convert() calling procedure on CategoryPage.
|
2009-07-26 15:54:11 +00:00 |
|
Cdb.php
|
Follow-up r54966: more sanity checks
|
2009-08-13 21:18:37 +00:00 |
|
Cdb_PHP.php
|
Sanity check $this->handle on close()
|
2009-08-13 20:42:19 +00:00 |
|
ChangesFeed.php
|
(bug 19391) Fix caching for Recent ChangesFeed. Patch by Mormegil.
|
2009-11-12 22:13:20 +00:00 |
|
ChangesList.php
|
Refactored unmaintainable userCan() code by making central userCanBitfield() functions
|
2009-10-15 11:31:33 +00:00 |
|
ChangeTags.php
|
coding style tweaks
|
2009-10-04 13:32:48 +00:00 |
|
ConfEditor.php
|
Added trim() call to work around mystery bug where whitespace gets appended to single or double-quoted string tokens; without it we ended up reading in the extra quote on the end as if it were part of the string.
|
2009-08-14 01:30:56 +00:00 |
|
Credits.php
|
fix comments
|
2009-10-09 22:11:17 +00:00 |
|
DatabaseFunctions.php
|
|
|
|
DefaultSettings.php
|
use newer spec for html5 metadata
|
2009-11-13 22:09:42 +00:00 |
|
Defines.php
|
Add new define for localisation cache support
|
2009-10-30 01:51:21 +00:00 |
|
DjVuImage.php
|
use UtfNormal::cleanUp() (r55768)
|
2009-09-05 06:45:38 +00:00 |
|
DoubleRedirectJob.php
|
|
|
|
EditPage.php
|
* (bug 21420) Fix for r27043: typo
|
2009-11-06 16:27:28 +00:00 |
|
EmaillingJob.php
|
|
|
|
EnotifNotifyJob.php
|
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function
|
2009-09-11 01:04:00 +00:00 |
|
Exception.php
|
|
|
|
Exif.php
|
* Do not transform EXIF fields with pure text to avoid results like foo,bar@example,com
|
2009-08-11 08:36:18 +00:00 |
|
Export.php
|
Fix PHP Notice: Undefined variable: text in /var/www/w/includes/Export.php on line 518 seen on translatewiki
|
2009-10-15 07:08:56 +00:00 |
|
ExternalEdit.php
|
|
|
|
ExternalStore.php
|
|
|
|
ExternalStoreDB.php
|
|
|
|
ExternalStoreHttp.php
|
|
|
|
ExternalUser.php
|
Recommit some of the 'backend' stuff from the Login branch, after talking with Brion:
|
2009-09-28 19:04:10 +00:00 |
|
FakeTitle.php
|
|
|
|
Feed.php
|
|
|
|
FeedUtils.php
|
(bug 19394) Recent changes feed items corresponding to some log entries are broken. Patch by Mormegil
|
2009-08-02 03:07:07 +00:00 |
|
FileDeleteForm.php
|
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users
|
2009-11-14 11:07:46 +00:00 |
|
FileRevertForm.php
|
|
|
|
ForkController.php
|
|
|
|
FormOptions.php
|
|
|
|
GlobalFunctions.php
|
Introduce $wiki parameter to wfWaitForSlaves in order to be able to wait for the proper slave. Implemented this in GlobalUsage. Fix GlobalUsage.sql for sqlite.
|
2009-11-09 11:38:52 +00:00 |
|
HistoryBlob.php
|
|
|
|
HistoryPage.php
|
* bug 21267 change "show/hide" to "show", if user cannot submit Special:Revisiondelete
|
2009-10-30 02:14:22 +00:00 |
|
Hooks.php
|
|
|
|
Html.php
|
Escape '<' in attribute values for well-formed XML
|
2009-10-01 01:30:58 +00:00 |
|
HTMLCacheUpdate.php
|
In response to a report from Domas that we are seeing HTMLCacheUpdate::invalidate() queries that touch hundreds of thousands of rows and cause significant slave lag:
|
2009-08-12 05:00:30 +00:00 |
|
HTMLFileCache.php
|
* (bug 21161) Changing $wgCaCacheEpoch now always invalidates file cache
|
2009-10-21 11:42:10 +00:00 |
|
HTMLForm.php
|
Parse the edittools message so that it actually works (follow up to r57868).
|
2009-10-19 19:55:54 +00:00 |
|
HttpFunctions.php
|
rm unused global
|
2009-11-06 16:38:19 +00:00 |
|
IEContentAnalyzer.php
|
|
|
|
ImageFunctions.php
|
|
|
|
ImageGallery.php
|
* Per my CR comments on r44560: merged FileCache into RepoGroup and fixed wfFindFile() global function bloat. Did not port unused functions such as the batch loading functions.
|
2009-08-15 09:59:59 +00:00 |
|
ImagePage.php
|
* Add globalusage link to the file toc
|
2009-11-08 11:09:20 +00:00 |
|
ImageQueryPage.php
|
|
|
|
Import.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
Interwiki.php
|
(bug 10812) Interwiki links can have names and descriptions, fetched from message 'interwiki-desc-PREFIX', not really used anywhere yet though
|
2009-07-25 14:28:53 +00:00 |
|
IP.php
|
Take the IPv4 part of mapped addresses rather than broken '.'->':' replace
|
2009-08-08 01:22:15 +00:00 |
|
JobQueue.php
|
Fixed parserTests to work with Oracle (added Anonymous user 0 to fix FK violations). Fixed a few bugs identified by parserTests fails.
|
2009-11-09 14:34:03 +00:00 |
|
Licenses.php
|
Followup to r57868: Fix two strict standards warnings
|
2009-10-18 20:06:22 +00:00 |
|
LinkBatch.php
|
|
|
|
LinkCache.php
|
Fix for wgArticleId being exported to JavaScript as a string instead of integer. :P
|
2009-08-21 18:11:13 +00:00 |
|
Linker.php
|
adding support for <a> tags as a parser tag hook, in order to support rdfa output
|
2009-11-07 16:46:34 +00:00 |
|
LinkFilter.php
|
(bug 20275) Fixed LIKE queries on SQLite backend
|
2009-10-21 19:53:03 +00:00 |
|
LinksUpdate.php
|
Add accessor to LinksUpdate::mImages
|
2009-11-06 16:22:56 +00:00 |
|
LocalisationCache.php
|
Fixed variable name in error message
|
2009-11-13 11:16:42 +00:00 |
|
LogEventsList.php
|
* bug 21267 change "show/hide" to "show", if user cannot submit Special:Revisiondelete
|
2009-10-30 02:14:22 +00:00 |
|
LogPage.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
MacBinary.php
|
|
|
|
MagicWord.php
|
Add a {{STYLEPATH}} magic word; necessary for upcoming EditToolbar fix
|
2009-09-26 11:51:37 +00:00 |
|
Math.php
|
Clean up a live hack from wmf-deployment r53208: option to short-circuit math path and file existence checks.
|
2009-09-14 21:58:41 +00:00 |
|
MediaTransformOutput.php
|
|
|
|
memcached-client.php
|
One more fix for r58949: convert these lines too *STAB*
|
2009-11-12 22:33:12 +00:00 |
|
MemcachedSessions.php
|
|
|
|
MessageCache.php
|
(bug 20275) Fixed LIKE queries on SQLite backend
|
2009-10-21 19:53:03 +00:00 |
|
Metadata.php
|
|
|
|
mime.info
|
|
|
|
mime.types
|
Added MS Office 7 file types for downloads. This is a hack solution - addressing the whole mime.types issue need to be done in the future.
|
2009-09-25 17:22:27 +00:00 |
|
MimeMagic.php
|
Reduce false positives for PHP in MimeMagic
|
2009-11-06 21:03:19 +00:00 |
|
Namespace.php
|
bug 9982. Encapsulate wgCanonicalNamespaceNames. Patch by Scott Colcord, with updates
|
2009-10-16 04:06:30 +00:00 |
|
NamespaceCompat.php
|
|
|
|
ObjectCache.php
|
* Converted BagOStuff.php from the style of memcached-client.php to the standard MediaWiki style, including camel case, using protected visibility instead of initial underscore, abstract functions instead of stubs, stylize.php.
|
2009-08-15 03:45:19 +00:00 |
|
OutputHandler.php
|
sweet spot for compression, per:
|
2009-08-28 17:46:19 +00:00 |
|
OutputPage.php
|
add a version attribute to the <html> tag if RDFa is used with HTML5
|
2009-11-13 21:58:39 +00:00 |
|
PageQueryPage.php
|
|
|
|
Pager.php
|
Revert r57208 - unexpected message format type change from plaintext to raw-HTML
|
2009-10-01 19:36:39 +00:00 |
|
PatrolLog.php
|
|
|
|
PoolCounter.php
|
|
|
|
Preferences.php
|
reverted; somehow the global defaults got mangeled. Trying to find out where.
|
2009-10-23 08:24:28 +00:00 |
|
PrefixSearch.php
|
* (bug 20885) Search box no longer suggests unavailable special pages
|
2009-10-02 09:44:34 +00:00 |
|
Profiler.php
|
Avoid infinite loop when an exception occurs in command line mode
|
2009-07-29 14:38:28 +00:00 |
|
ProfilerSimple.php
|
|
|
|
ProfilerSimpleText.php
|
|
|
|
ProfilerSimpleTrace.php
|
|
|
|
ProfilerSimpleUDP.php
|
|
|
|
ProfilerStub.php
|
|
|
|
ProtectionForm.php
|
(bug 21455) Fixed "Watch this page" checkbox appearing on some special pages even to non-logged in users
|
2009-11-14 11:07:46 +00:00 |
|
proxy_check.php
|
|
|
|
ProxyTools.php
|
$fname -> __METHOD__
|
2009-11-07 14:23:09 +00:00 |
|
QueryPage.php
|
fix some doxygen warnings
|
2009-10-04 21:21:30 +00:00 |
|
RawPage.php
|
I LOVE OO PEOPLE <3 <3 <3
|
2009-08-27 16:28:48 +00:00 |
|
RecentChange.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
RefreshLinksJob.php
|
|
|
|
Revision.php
|
Changed sequence names to a standard <table>_<field>_seq form.
|
2009-10-28 16:17:16 +00:00 |
|
Sanitizer.php
|
use newer spec for html5 metadata
|
2009-11-13 22:09:42 +00:00 |
|
Setup.php
|
Fix for r58652: use tabs for indentation, not spaces :)
|
2009-11-14 13:16:41 +00:00 |
|
SiteConfiguration.php
|
|
|
|
SiteStats.php
|
$fname -> __METHOD__
|
2009-11-07 14:23:09 +00:00 |
|
Skin.php
|
* Export the return value of wfUrlProtocols() to JS for use in the EditToolbar extension
|
2009-10-21 17:35:57 +00:00 |
|
SkinTemplate.php
|
add a version attribute to the <html> tag if RDFa is used with HTML5
|
2009-11-13 21:58:39 +00:00 |
|
SpecialPage.php
|
Rewrote Special:Upload to allow easier extension. Mostly backwards compatible towards the end user: tested with Commons' upload scripts.
|
2009-10-18 19:41:01 +00:00 |
|
SquidUpdate.php
|
* $fname -> __METHOD__
|
2009-11-03 17:49:49 +00:00 |
|
Status.php
|
|
|
|
StreamFile.php
|
|
|
|
StringUtils.php
|
|
|
|
StubObject.php
|
Fixes for r51204: removed useless $wgVariant and StubUserVariant. In Skin::makeGlobalVariablesScript(), use $wgContLang->getPreferredVariant() instead, which is the variant used in the relevant server-side code.
|
2009-09-02 07:19:35 +00:00 |
|
tidy.conf
|
Partial revert r58111
|
2009-10-25 13:43:17 +00:00 |
|
Title.php
|
Follow-up to r58633 and r58628 (lqt): Rename Title::getProtectionTypes to Title::getRestrictionTypes and fix the hook name.
|
2009-11-09 12:05:30 +00:00 |
|
TitleArray.php
|
|
|
|
User.php
|
Revert accidentally committed stuff in r58399
|
2009-11-01 19:48:18 +00:00 |
|
UserArray.php
|
|
|
|
UserMailer.php
|
Revert r55459, 55467, 55469, 55518 (Page creation notification email is sent when a watched page is deleted). Breaks current setups where enotif_body is customized. Sidenote: anyone looking to do this right should redo EmailNotification::notifyOnPageChange() to just use the params array from RC, rather than tacking more crap onto this function
|
2009-09-11 01:04:00 +00:00 |
|
UserRightsProxy.php
|
Missing commit for r56798
|
2009-09-23 03:42:18 +00:00 |
|
WatchedItem.php
|
|
|
|
WatchlistEditor.php
|
|
|
|
WebRequest.php
|
No need to store the value of the magic quotes check here; just use a local var for clarity.
|
2009-08-21 21:26:34 +00:00 |
|
WebResponse.php
|
|
|
|
WebStart.php
|
|
|
|
Wiki.php
|
API: (bug 20554) Expose average slave lag (avglag) as well as maxlag. Patch by Sam Reed.
|
2009-11-06 14:38:55 +00:00 |
|
WikiError.php
|
|
|
|
WikiMap.php
|
|
|
|
Xml.php
|
fix some doxygen warnings
|
2009-10-04 21:21:30 +00:00 |
|
XmlFunctions.php
|
|
|
|
XmlTypeCheck.php
|
|
|
|
ZhClient.php
|
|
|
|
ZhConversion.php
|
Update the Chinese conversion tables. Modify Makefile.py for Unicode 5.2.
|
2009-11-01 09:31:37 +00:00 |