User "Krinkle" posted a comment on MediaWiki.r98614.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/98614#c23639
Commit summary:

Created EXAMPLE_TOKEN which replaces all tokens in api examples and also looks 
like a real token,
I think it save a work of many tool developing people since I myself had 
troubles understanding
how real token looks from the api.php descriptions (previous example also 
contained some charactes
which would hardly be inside the string, token is always lower case)

Comment:

<pre>
+                       'api.php?action=delete&title=Main%20Page&token' . 
EXAMPLE_TOKEN . '&reason=Preparing%20for%20move'
...
+                       
'api.php?action=undelete&title=Main%20Page&token=token=' . EXAMPLE_TOKEN . 
'&timestamps=20070703220045|20070702194856'
</pre>
These two are broken.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to