| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: 71972
Change-Id: I16d6ffde113838fc431bffaf00be1574d5a0303a
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
docs/README: Updated links, got rid of 2008 date at top of file
docs/maintenance.txt: Updated link
extensions/README: Some cleanup, added link to new git.wikimedia.org
includes/DefaultSettings.php: SVN -> Git for udpprofile
includes/profiler/ProfilerSimpleUDP.php: ditto
languages/MessagesRo.php: removed link to mime.types on SVN from the
mimesearch-summary message. This file seems to have been deleted from the
modern-day Git repository
maintenance/postgres/mediawiki_mysql2postgres.pl: removed SVN magic words
That takes care of most of the remaining references to SVN etc.
Bug: 38714
Change-Id: I261921df4b4c0545658d6d38c5f3c1f9dfa63ad1
|
|
|
|
|
|
|
|
|
|
|
| |
disabled-by-default since its inception and nobody uses it.
If someone really really wants this, they can write an extension.
Language files need rebuilding, but I took care of En and messages.inc.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/104051
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Karsten writes:
If the $table_prefix is not empty, several table renamings will happen,
including for 'pagecontent' and 'mwuser'. This breaks the import into postgres,
because
- 'pagecontent' doesn't exist (temporarily renamed to 'text')
- 'mwuser' won't exist later (temporarily renamed to 'mw_mwuser')
Also, some sequence names are wrong.
Furthermore, some of the generated ALTER statements lack the final semicolon
The attached patch contains the changes I had to do to make this run.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86721
|
|
|
|
|
|
|
| |
just gets silently updated (and only for Postgres at that)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/65542
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/59489
|
|
|
|
|
|
|
| |
Per bug 16256
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/43845
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33556
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32043
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31455
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26564
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21254
|