Is there a way to increment the page counter through the API? I have an external page that pulls content from the wiki. Im testing a CMS that uses mediawiki as the engine. And accessing pages through the API. But Id like to increment that page when it is accessed.
Any ideas?
I don't know of any existing way, might want to file a bug in bugzilla.
-Chad On Jun 23, 2011 10:14 AM, "Adam Meyer" meyer7@mindspring.com wrote:
Is there a way to increment the page counter through the API? I have an external page that pulls content from the wiki. Im testing a CMS
that uses mediawiki as the engine. And accessing pages through the API. But Id like to increment that page when it is accessed.
Any ideas? _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Thanks Chad,
Any idea what function is called internally to increment the page count?
On Jun 23, 2011, at 12:37 PM, Chad wrote:
I don't know of any existing way, might want to file a bug in bugzilla.
-Chad On Jun 23, 2011 10:14 AM, "Adam Meyer" meyer7@mindspring.com wrote:
Is there a way to increment the page counter through the API? I have an external page that pulls content from the wiki. Im testing a CMS
that uses mediawiki as the engine. And accessing pages through the API. But Id like to increment that page when it is accessed.
Any ideas? _______________________________________________ MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On Thu, Jun 23, 2011 at 6:24 PM, Adam Meyer meyer7@mindspring.com wrote:
Any idea what function is called internally to increment the page count?
Article::incViewCount before r79430; ViewCountUpdate::doUpdate after.
mediawiki-l@lists.wikimedia.org