| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
This is a followup to I18e67bcb, that I failed to notice before merging
Change-Id: Ia96f831f279b0f6a348f1db80ecf30298ecf064c
|
|
|
|
|
|
|
|
|
|
| |
* More allowed data type conversions from MySQL to PostgreSQL
* Allow for data type SMALLINT: seen for first time!
* Handle CREATE TYPE: check for dupes, and allow the name as a valid data type.
* Remove the now-deprecated user_options column.
* Add new table "config"
Change-Id: I18e67bcb131b88bfaea7e736f302dd79ebfc9b82
|
|
|
|
|
|
|
| |
completely breaking anything related to the job queue, should fix failing TemplateCategoriesTest.testTemplateCategories on PG
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108769
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/108730
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/103367
|
|
|
|
|
|
|
| |
references to sequence and add optional patch file for sites following trunk
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/103365
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/101397
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/100640
|
|
|
|
|
|
|
|
| |
* Removed useless ufg_group index from user_former_groups
* Index name consistency
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/90753
|
|
|
|
|
|
|
| |
function. This is still a bit rough on the edges. This uses a hook since extension may want to control when it's called for performance reasons. Patch by lampak. (for bug 24948)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/90749
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
main step in extension-ification of the math options!
The 'math' table will no longer be created on a default install unless you've explicitly enabled the Math plugin at install time; the usual update.php procedure will add it in.
Postgres, Oracle, MSSQL, and DB2 variants are included -- broken out from the core files -- but have not been tested.
I know there has been some code duplication in parser test infrastructure but could only find one instance of the parser test temporary table setup to remove the 'math' table from (the extension adds it back via the hook). If the phpunit-based runner breaks, please track it down and fix it there too.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86741
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/82097
|
|
|
|
|
|
|
| |
time, errors aren't given.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81574
|
|
|
|
|
|
|
|
|
| |
* NOTE: this commit removes any semblence of tsearch compatibility with pre-8.3 PostgreSQL
* Make new-installer work against PostgreSQL
* Remove SearchPostgres.php's call to pg_fetch_result. I think this is the only one outside of the vestigtial old installer code.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/81439
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/80571
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/79283
|
|
|
|
|
|
|
|
|
| |
* Set up and use function for renaming tables
* Use $conn instead of $this when it is called for
* remove protection from commitChanges so the installer can use it
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/77533
|
|
|
|
|
|
|
| |
that they can be called through DatabaseBase::patchPath(), much simplier
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76397
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74806
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/74307
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72903
|
|
|
|
|
|
|
| |
using Postgres
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72898
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72572
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72571
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72351
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72350
|
|
|
|
|
|
|
| |
Needs merged with 1.16
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72314
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72310
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72026
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71572
|
|
|
|
|
|
|
| |
standardize on one or the other)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71571
|
|
|
|
|
|
|
| |
These patches were necessary to get new-installer working on PG for me. I'm not sure about the ‘create lang' bits — they should maybe be in another step?
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71189
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70459
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70456
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70455
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/70065
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69852
|
|
|
|
|
|
|
| |
change the field order accordingly. Fixed r66892 which inserted iwl_from into the index (which was a good thing) but put it in the wrong place. I went out of my way to make sure the index isn't dropped and recreated needlessly, but since I don't know how to do the drop-index-if-exists thing in the Postgres updater, I left that out. The Postgres updater will now create the new index without dropping any old incarnations if present. I did create the patch files with the DROP INDEX statements to make it easier to add this behavior. Also tweak ApiQueryIWBacklinks to use this index properly.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69721
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69581
|
|
|
|
|
|
|
| |
going into updaters.inc
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69580
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/69189
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67031
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/67030
|
|
|
|
|
|
|
| |
OverlordQ or someone, can you review please?
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/66898
|
|
|
|
|
|
|
| |
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/65105
|
|
|
|
|
|
|
| |
Postgres as the database backend
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/64032
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/64017
|