| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10753
|
|
|
|
|
|
|
| |
Somebody wrote rev_is_new instead of page_is_new ;)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10580
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10543
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10378
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10329
|
|
|
|
|
|
|
|
| |
* moved appendToArrayIfNotDefault to GlobalFunctions
* changed some html message in Special:Watchlist to wiki text or plain text
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10328
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10236
|
|
|
|
|
|
|
|
|
| |
actual diff,
not the combined diff for all changes
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9757
|
|
|
|
|
|
|
| |
* Don't show old debug messages in watchlist
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9744
|
|
|
|
|
|
|
| |
factor of two.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9728
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9718
|
|
|
|
|
|
|
| |
during the schema change)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9660
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9549
|
|
|
|
|
|
|
| |
the watchlist
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9303
|
|
|
|
|
|
|
| |
inoffensive, and has no performance penalty for reads, so there's no reason users would want to have it off. System administrators may want to have it off though, since it impacts on page save performance. Also changed the watchlist header format.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9240
|
|
|
|
|
|
|
| |
number of bug fixes too. There's also a couple of non-enotif bug fixes in this commit somewhere.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9029
|
|
|
|
|
|
|
|
|
| |
code cleanup
* Using $wgRequest->getBool() for 'magic' instead of $_REQUEST
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/8701
|
|
|
|
|
|
|
|
| |
watchlistall1, watchlistall2, contributionsall to accommodate inflicted
languages. ( perl -pi -e "s/^['\"]all['\"].*//gs" * is useful =)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7908
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7756
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7514
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7387
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7386
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7339
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7185
|
|
|
|
|
|
|
|
|
| |
* Page moves/overwrites are a little iffy
* Compression might not be working right
* Profit!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6710
|
|
|
|
|
|
|
| |
getArray() method for the rare times that's what we want.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6708
|
|
|
|
|
|
|
| |
proper $wgRequest for checking reset var, avoid notice warning.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6703
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From http://bugzilla.wikipedia.org/attachment.cgi?id=171&action=view
and extra files from http://www.tgries.de/mw/cvs15+enea200-minus-cvs.tgz
Undid a couple minor bits like the broken changing of minoreditletter.
Have not yet made general corrections/reworkings. Since this changes
the user and watchlist tables, you must run the updaters (installer or
update.php) on an existing database.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6696
|
|
|
|
|
|
|
| |
never really belonged. No skin overrides these things, and they just waste server time loading and parsing the code for every page hit where they're not needed.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6382
|
|
|
|
|
|
|
| |
apostrophe
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5881
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
replacing the useless $limit with the actual number of rows returned
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4728
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4641
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4627
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
by means of functions instead of global variables, PostgreSQL object converted to a subclass instead of a drop-in replacement. Also the beginnings of a flexible table name feature.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4261
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4251
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4022
|
|
|
|
|
|
|
| |
through it when it does)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4021
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3954
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3502
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3080
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2948
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
languages which need to use localized (decimal) digits. Sample implementation
for Arabic.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2624
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
| |
page link for anon
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2403
|