| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This was an experimental authentication system intoduced a couple
of years ago with a pretty narrow use-case. It's been pretty much
ignored since introduction, and makes login more complicated than
it needs to be.
I didn't drop the external_user table on the off-chance someone
out there actually has data in it, but they should use AuthPlugin
for their external authentication needs.
Change-Id: I794338dbb75961ee033d41fa44bb7aa22e54f447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The iwlinks and langlinks modules continue parameters imply ordering by
page then prefix then title. But in certain modes, the actual queries
use a different ordering, which may result in skipped or repeated
results.
This changeset fixes that. To do so, it needs to re-add an index
iwl_prefix_from_title which was mistakenly removed in 2010 (r69721). And
while it's doing that, it cleans up errors in the sqlite and postgresql
handling of the iwlinks indexes too.
Also, per Asher, make the iwl_prefix_from_title and
iwl_prefix_title_from indexes non-UNIQUE.
Change-Id: I607e8bf9183a2d8152a6127a81c83a0b5bba0c61
|
|
|
|
| |
Change-Id: I1b2fe2b80700678935bf6d28c3a48538d044d3f4
|
|
|
|
|
|
|
|
|
|
| |
Minor issues.
Tested the removal of
maintenance/postgres/archives/patch-ipb_address_unique.sql in a new
installation but haven't tested it on an upgrade.
Change-Id: I58aa11c5acab5de427cbc000e6786a208fc6b26f
|
|
|
|
| |
Change-Id: I4fa180d45984a4ec2b2c7b1149015c6dad14c5f0
|
|
|
|
| |
Change-Id: I52ae3c55044bc8c53698e356bad74969406670bf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changeset 1 of https://gerrit.wikimedia.org/r/#change,3365:
763b57f9f2af131a2d8e65f520a23c00109be0e1
got mis-merged in changeset 2:
f752cf80423615b380cf5612a3f1f68a6b9d0173
And introduced into master wth
0a792a1dcba26dd70d64e307b301c6773279cfc9
Also, marking all new functions as @since 1.19
since we want to have them there later.
Patchset 2: whitespace fixes
Patchset 3: Fix <?php
Patchset 4: rebase to current master
Change-Id: Ic7d940dfec8890de20197128505962375fac4f06
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PostgresField now reports column default value
* DatabasePostgres::indexAttributes reports index
details
* Perform schema update in one transaction
With this change we can sucessfully update
MediaWiki 1.7.3 schema to trunk^Wmaster
Patch set 2: Rebased against master. PLEASE check carefully
to make sure I got those conflicted files right.
Conflicts:
includes/db/DatabasePostgres.php
includes/installer/PostgresUpdater.php
Change-Id: Iebb6855e8f6f44470bbb1dc5ab9ac1abb513adfe
|
|
|
|
|
|
| |
This is a followup to I18e67bcb, that I failed to notice before merging
Change-Id: Ia96f831f279b0f6a348f1db80ecf30298ecf064c
|
|
|
|
| |
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/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
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
using Postgres
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72898
|
|
|
|
| |
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/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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60262
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/58268
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/52618
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50625
|
|
|
|
|
|
|
| |
reference for up_user->user_id as we have for other tables in the postgresql schema
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/50011
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/49803
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/46875
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/41944
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Migrated to a unique index for IP block conflict detection, like we did for MySQL some aeons ago.
* Modified DatabasePostgres to return a correct affected row count for INSERT IGNORE. Tested for single and multi.
* Fixed an unrelated bug: duplicate index rc_timestamp in tables.sql
* Tested for install and upgrade on PG 8.3.
No changelog because I'll backport it to 1.13.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/40515
|
|
|
|
|
|
|
|
|
| |
37432, 37435.
Even disabled, it's started interfering with regular tasks like running the parser tests.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/37542
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/37432
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32177
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32171
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32087
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31163
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31084
|
|
|
|
|
|
|
| |
if Postgres >= 8.3
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/31083
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28574
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/28541
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25593
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/24405
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20549
|
|
|
|
|
|
|
| |
work fine without it
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20314
|