Please remember that WiKirby contains spoilers, which you read at your own risk! See our general disclaimer for details.

WiKirby talk:Site merge negotiations: Difference between revisions

From WiKirby, your independent source of Kirby knowledge.
Jump to navigationJump to search
m
...mixed up what I was replying to because of this crazy not leaving blank lines
*>J
No edit summary
*>J
m (...mixed up what I was replying to because of this crazy not leaving blank lines)
Line 21: Line 21:
:No, but editing the database can. Someone with FTP access can use some SQL code to import edit counts. {{User:Moydow/Sig}} 19:38, 6 November 2010 (CDT)
:No, but editing the database can. Someone with FTP access can use some SQL code to import edit counts. {{User:Moydow/Sig}} 19:38, 6 November 2010 (CDT)


:::::::I don't know a ''lot'' of PHP, but this code in ''SpecialEditcount_body.php'' seems to indicate edit counts are just the edits added up, rather numbers actually stored in the database.
::I don't know a ''lot'' of PHP, but this code in ''SpecialEditcount_body.php'' seems to indicate edit counts are just the edits added up, rather numbers actually stored in the database.
<pre>$res = $dbr->select(
<pre>$res = $dbr->select(
     array( 'user', 'revision', 'page' ),
     array( 'user', 'revision', 'page' ),
Line 33: Line 33:
     array( 'GROUP BY' => 'page_namespace' )
     array( 'GROUP BY' => 'page_namespace' )
);</pre>
);</pre>
::::::: - [[User:J|J]] 20:14, 6 November 2010 (CDT)
::- [[User:J|J]] 20:14, 6 November 2010 (CDT)


== Name ==
== Name ==
Anonymous user

Navigation menu