| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4179
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4094
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4063
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3985
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3841
|
|
|
|
|
|
|
|
| |
* unstrip done for nowiki separately (unstripNoWiki())
* unstripNoWiki() called *after* doBlockLevels
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3835
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3715
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3675
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3674
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3667
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3655
|
|
|
|
|
|
|
| |
wikimedia
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3653
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
_page_ links to category pages like [[:category:Some cat]] will stay in
links/brokenlinks and not be listed in the category page list anymore.
A link can optionally specify a sort key like this: [[category:cat|Sort me]].
The page will then be sorted in category lists according to the given text
instead of the page name; thus categories may be sorted arbitrarily, by
last name or whatever.
There is also a timestamp field included on gwicke's request; this is not
used yet. Also it will currently be updated at every edit of the page,
this can be changed by implementing differential updating for the cat links.
TODO:
* Make sure that automatic sort keys are updated on page rename.
* Make sure cateory pages get cache-invalidated and purged
* Use proper text sorting instead of raw binary sort
* Allow specification of the display style on category pages: comma list
or bullet list or number list; by sortkey or by timestamp; etc
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3582
|
|
|
|
|
|
|
|
|
|
| |
available. Currently using for the message cache to avoid reading
every message separately. This now is only slightly slower than
memcached in my tests when $wgUseDatabaseMessages is enabled, so
it's a bit of a speedup for common hosts.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3516
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with a table that stores up to 1000 rows for each 'expensive' special
page. This can be paged through, reducing the annoyingness of 50 result
limits on the old system.
Rebuilding the cache can be forced by adding "recache=1" URL parameter,
but this will need to be refined with some sort of controls to prevent
abuse.
Added the user realname update to the installer's updater list, also.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3513
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3502
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3253
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3205
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to add this field.
User.php stores and fetches the field, and has accessors for it.
User login allows setting the field on account creation.
The Preferences page allows changing the real name.
The labels are available for the real name, and the explanation of the email
field on login has been expanded to include an explanation of the real name
field, too.
Update script checks for the field, and adds it if it's missing.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3204
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2859
|
|
|
|
|
|
|
| |
modifications in other files
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2806
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2804
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
*_from column instead of strings, and have a unique index to force prevent any duplicate entries. There's not yet a clean step in the update script, so just clear out your links tables (patch-linktables.sql) and rebuild them with refreshLinks.php.
This saves trouble in a number of places where we can now do joins with the link tables to get other info (such as cur_is_redirect!) as well as the name, and fewer bits need to be juggled on page renaming, as outgoing links no longer have to be changed (cur_id remains the same when a page is renamed).
rebuildLinks.inc and some of the tools in the 'maintenance page' still need to be updated to work with the new setup. (Special:Maintenance needs a *lot* of cleanup in general. It's kind of a catch-all of vaguely defined features which suck performance like a hydroelectric dam.)
Also I've slipped in some extra debug code. And, I think 'indexes.sql' is a big waste of time and should all be moved into tables.sql. Building indexes separately doesn't help on InnoDB and won't do anything on MyISAM either if you're just going to replace the table after it's built with an imported one from a dump which creates it with indexes.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2687
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2685
|
|
|
|
|
|
|
| |
run via web, among other things
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2605
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2528
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
|
|
|
|
|
|
|
|
|
| |
block-by-block.
Possible issue: uses strtotime(), which is very handy but in English
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2473
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2360
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2304
|
|
|
|
|
|
|
|
|
|
|
| |
annotation and (untested) message queue feed.
* Misc. bugs fixed in DatabaseFunctions.php and Skin.php.
* install-utils, install and update utilise Database objects instead of handling their own connections
* schema change for RC improvement -- added rc_type, rc_moved_to_title and rc_moved_to_ns
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2294
|
|
|
|
|
|
|
|
| |
into a full page. Significant speed improvements on cache hits, especially
on pages with many links.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2264
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made updating of page view stats faster my buffering them in a
HEAP table until many pages can be updated at once.
tables.sql:
* hitcounter table
patch-hitcounter.sql:
* hitcounter table
update.php:
* Creating hitcounter table when necessary
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2190
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2021
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2002
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1914
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1703
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1687
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1590
|
|
|
|
|
|
|
| |
upload license notes and mysql4 fulltext support (not ready yet)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1378
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1351
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1349
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1348
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1284
http://mediawiki.org/wiki/Special:Code/MediaWiki/1286
|