Last modified: 2011-04-30 01:21:44 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 T21316, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19316 - do_unique_pl_tl_il is 1.15
do_unique_pl_tl_il is 1.15
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Documentation (Other open bugs)
1.15.x
All All
: Normal trivial (vote)
: ---
Assigned To: Nobody - You can work on this!
http://svn.wikimedia.org/viewvc/media...
: easy
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-06-21 01:53 UTC by Platonides
Modified: 2011-04-30 01:21 UTC (History)
1 user (show)

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


Attachments

Description Platonides 2009-06-21 01:53:35 UTC
updaters.inc contains:

		// 1.14
		array( 'add_field', 'site_stats',     'ss_active_users',  'patch-ss_active_users.sql' ),
		array( 'do_active_users_init' ),
		array( 'add_field', 'ipblocks',     'ipb_allow_usertalk',  'patch-ipb_allow_usertalk.sql' ),
		array( 'do_unique_pl_tl_il' ),

		// 1.15
		array( 'add_table', 'change_tag',			   'patch-change_tag.sql' ),
		array( 'add_table', 'tag_summary',			   'patch-change_tag.sql' ),
		array( 'add_table', 'valid_tag',			   'patch-change_tag.sql' ),


However, do_unique_pl_tl_il is missing in 1.14. It appeared in 1.15. Thus it should be moved to the section below.
Comment 1 Chad H. 2009-07-04 00:46:42 UTC
Done in r52760

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


Navigation
Links