Implemment handling of changed page meta data (rev_id, page_title, status)

This commit is contained in:
2015-09-07 22:51:07 +02:00
parent cef90e4fac
commit 73b5d87e8d
2 changed files with 32 additions and 12 deletions

View File

@@ -70,7 +70,7 @@ class MYSQL_RED_PAGE( MYSQL_RED ):
@param int rev_id MediaWiki current rev_id for page to update
@param str page_title MediaWiki new page_title for page to update
@param int status Page parsing status (0 - not (successfully) parsed; 1 - successfully parsed)
@param int status Page parsing status (0 - not (successfully) parsed; 1 - successfully parsed; 2 - successfully parsed archive)
"""
cursor = type( self ).connection.cursor()