| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10989
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10352
|
|
|
|
|
|
|
| |
Added a backtrace on Image constructor given bogus title for debugging aid
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9766
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9713
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The archive table now has an ar_text_id field which points at the
text record containing the deleted revision's text. Older archive
records containing self-contained text are still supported and
will be restored by adding a new revision.
For now, revision and page records are still removed on deletion,
but text records are left intact. This will keep block compression
and immutable alternate storage backends working relatively cleanly.
A rev_deleted flag field is reserved in revision for further future
changes but that won't happen in the 1.5 timeframe.
There is no longer a delete-on-join which was present in earlier
1.5 revisions, so deletion should work on MySQL 3.x again.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8772
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8496
|
|
|
|
|
|
|
|
| |
Patch from bug with slight modification (include the limit; if there are
many we only want one here)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8492
|
|
|
|
|
|
|
| |
Special:Contributions in the case of an anonymous user
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8018
|
|
|
|
|
|
|
|
|
| |
* Changed memcached invalidation style in this patch to recache instead of deleting, which is better for concurrency
* Added a fix for the media link problem, differnet to my fix for the same problem in REL1_4 but either should work.
* Fixed image deletion, it didn't work at all. Not sure when it was broken or if it's been reported. It was working in REL1_4. It was a trivial error.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7678
|
|
|
|
|
|
|
| |
instead of pieces
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7666
|
|
|
|
|
|
|
|
|
|
| |
revision text is now stored separately and may be compressed.
This field is indexed which speeds up Special:Shortpages & Longpages.
Removed no longer used wfArticleIsStub().
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7653
|
|
|
|
|
|
|
| |
* Add ar_rev_id field to archive to preserve revision IDs across deletion+undeletion
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7649
|
|
|
|
|
|
|
|
|
| |
of mix of <em> and <i>
Remove some unused functions in contribs
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7516
|
|
|
|
|
|
|
| |
dear mysql3, try to remember how beautiful filesorts are, you're so good at it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7515
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7498
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7278
|
|
|
|
|
|
|
| |
Fix Special:Export for new schema.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6712
|
|
|
|
|
|
|
| |
Database member functions. Adding comments to Database.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6052
|
|
|
|
|
|
|
|
|
|
|
| |
mt_rand() function has a maximum value of 2^31-1, which
is small enough that duplicate values can occur due to the
Birthday paradox, e.g. on the English Wikipedia. To fix
this, add a wfRandom() function that calls mt_rand()
twice to get the desired amount of randomness.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5820
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5592
|
|
|
|
|
|
|
|
| |
Now includes proper timestamp formats mostly, but doesn't work on restore
because the inverse_timestamp bit is PG-unfriendly.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5591
|
|
|
|
|
|
|
| |
Bug 507: http://bugzilla.wikipedia.org/show_bug.cgi?id=507
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5590
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5588
|
|
|
|
|
|
|
| |
This will require downtiime on upgrade, so we're not going to do it until we have a better idea of the cost and can make all necessary changes at once to minimize it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5552
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5541
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5465
|
|
|
|
|
|
|
| |
changed some double quotes to single and used function foo () { shema
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5069
|
|
|
|
|
|
|
| |
Phpdocumentor
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5032
|
|
|
|
|
|
|
|
| |
* Make output valid XHTML
* Use the standard comment formatter and provide user links
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5024
|
|
|
|
|
|
|
| |
and the archived history quite distinct by adding headings.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4972
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4953
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replaces the ugly, often breaking, manually archived log pages with
a nice clean table which can be sorted, trimmed, viewed in pieces, etc.
You can see all logged actions by some user, or affecting some page,
and can combine the views of all all logs in one.
There are probably still some broken things in here, but I want this
committed before the patch gets any bigger.
recentchanges table is altered to make rc_namespace signed so Special:
links can be listed in it.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4919
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4491
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4482
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4318
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4105
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2896
|
|
|
|
|
|
|
|
|
| |
* Split MediaWiki namespace into MediaWiki and Template (requires changes to all language files)
* Purge links to on edit of Template namespace
* General refactoring of purging and cache invalidation code
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2769
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
practical, clear methods:
Title::getLocalURL() - "/wiki/index.php/Foobar" or "/wiki/index.php?title=Foobar&action=edit"
Title::getFullUrl() - ditto with $wgServer on the front
Title::getInternalUrl() - ditto with $wgInternalServer on the front (for some squid-related functions)
Title::escapeLocalUrl() - local URL escaped for HTML output
Title::escapeFullUrl() - full URL escaped for HTML output
All take an optional query parameter.
Title::getURL(), wfFullUrl() and wfFullUrlE() are now officially
deprecated and will result in instant death. wfLocalUrl() and wfLocalUrlE()
will be killed shortly; they are still used in the language files.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2649
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Converted many instances of globals from the query to $_REQUEST
* Renamed near-useless Title::getURL() to Title::getPartialURL()
* Created new Title::getURL(), to replace wfLocalUrl, wfLocalUrlE, wfFullUrl and wfFullUrlE. Replaced most instances throughout the code
* In Parser.php, generalised stripping of <nowiki>, <pre> and <math> to allow more general use such as nesting
* Moved body of Article::preSaveTransform to Parser.php
* Put lots of comments in Title.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2621
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2426
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2259
|
|
|
|
|
|
|
| |
LinkCache a bit.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2257
|
|
|
|
|
|
|
|
|
| |
Adds compressOld.php to batch-compress existing entries.
Article::getRevisionText will do decompression on a given row if
necessary (marked by old_flags). Requires zlib.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2247
|
|
|
|
|
|
|
| |
touched time on cur when restoring old entries to fix cache.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2241
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2148
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2089
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2045
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2042
|