Last modified: 2013-10-23 18:17:16 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T35686, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 33686 - can not get a list of article contributors when using + a SQLite database.
can not get a list of article contributors when using + a SQLite database.
Status: VERIFIED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.18.x
All All
: Unprioritized normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks: sqlite
  Show dependency treegraph
 
Reported: 2012-01-12 16:28 UTC by Richard B. Kreckel
Modified: 2013-10-23 18:17 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Richard B. Kreckel 2012-01-12 16:28:09 UTC
Beginning with 1.18.0, there is a file called includes/WikiPages.php in which class WikiPage's public function getContributors() assembles a SQL query using the FIRST() function. That function is not known by SQLite! Programs using this will fail on MediaWiki installations based on SQLite. E.g. DumpHTML fails due to this.
Comment 1 Max Semenik 2012-01-12 16:31:51 UTC
Confirmed on 1.18, looks OK on trunk.
Comment 2 Sam Reed (reedy) 2012-01-12 18:54:58 UTC
Can we get a better bug title?
Comment 3 Max Semenik 2012-01-12 18:57:43 UTC
{{sofixit}} ;)
Comment 4 Antoine "hashar" Musso (WMF) 2012-01-12 22:10:37 UTC
Fixed in trunk by r98222. Richard, you can manually apply the patch to fix the issue (aka replace FIRST() by MIN()).

Merged in REL1_18 with r108767.
Comment 5 Richard B. Kreckel 2012-01-13 08:42:02 UTC
Works fine, now. Thanks.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links