aboutsummaryrefslogtreecommitdiffstats
path: root/maintenance/postgres/mediawiki_mysql2postgres.pl
Commit message (Collapse)AuthorAgeFilesLines
* chmod 755 bash & Perl files, chmod 644 .css fileSouthparkfan2014-10-301-0/+0
| | | | | Bug: 71972 Change-Id: I16d6ffde113838fc431bffaf00be1574d5a0303a
* Clean up some old readme files and remove references to SVNThis, that and the other2013-11-161-2/+1
| | | | | | | | | | | | | | | | | 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
* (bug 29475) Remove "trackback" feature entirely from core. This has been ↵Chad Horohoe2011-11-231-2/+0
| | | | | | | | | | | 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
* Apply patch from Karsten Düsterloh in Bug #28103.Mark A. Hershberger2011-04-221-11/+11
| | | | | | | | | | | | | | | | | 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
* Kill last vestiges of mediawiki_version. Nobody actually uses it anymore, it ↵Chad Horohoe2010-04-261-7/+0
| | | | | | | just gets silently updated (and only for Postgres at that) Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/65542
* Change to newer sequence nameGreg Sabino Mullane2009-11-271-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/59489
* Add CASCADE back in: better to break older Postgres versions than new ones.Greg Sabino Mullane2008-11-221-1/+1
| | | | | | | Per bug 16256 Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/43845
* Make sure DateStyle is set properly. Thanks to Brian A. Seklecki.Greg Sabino Mullane2008-04-181-0/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/33556
* One of them semicolons snuck out of the barn again...Greg Sabino Mullane2008-03-161-1/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/32043
* Don't CASCADE on TRUNCATE, not available in old versions of Postgres.Greg Sabino Mullane2008-03-021-2/+1
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/31455
* Add notes about alternate methodsGreg Sabino Mullane2007-10-101-0/+7
| | | | Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/26564
* Better name.Greg Sabino Mullane2007-04-141-0/+444
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/21254