For example: https://www.mediawiki.org/w/api.php?action=query&prop=revisions&titles=User%20talk:Jay8g&rvlimit=10&rvprop=ids|flags|timestamp|user|comment|content . This is in the database too; it's not just the API.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| Make sure flow entries are created with correct content | Matthias Mullie | mediawiki/extensions/Flow | master | +10 -1 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change 234515 had a related patch set uploaded (by Matthias Mullie):
Make sure flow entries are created with correct content
Comment Actions
Change 234515 merged by jenkins-bot:
Make sure flow entries are created with correct content
Comment Actions
Checked in betalabs. Created a new board Talk:ET46 and added one topic:
https://en.wikipedia.beta.wmflabs.org/w/api.php?action=query&prop=revisions&titles=Talk:ET46&rvlimit=10&rvprop=ids|flags|timestamp|user|comment|content
{
"batchcomplete": "",
"query": {
"pages": {
"127115": {
"pageid": 127115,
"ns": 1,
"title": "Talk:ET46",
"revisions": [
{
"revid": 259430,
"parentid": 0,
"user": "Flow talk page manager",
"timestamp": "2015-09-02T19:14:24Z",
"comment": "/* This page has been converted into a Flow discussion board */",
"contentformat": "application/json",
"contentmodel": "flow-board",
"*": "{\"flow-workflow\":\"so6hd9kxob9w5duz\"}"
}
]
}
}
}
}Note: just an example of deleted empty board https://en.wikipedia.beta.wmflabs.org/w/api.php?action=query&prop=revisions&titles=Talk:ET47&rvlimit=10&rvprop=ids|flags|timestamp|user|comment|content :
{
"batchcomplete": "",
"query": {
"pages": {
"-1": {
"ns": 1,
"title": "Talk:ET47",
"missing": ""
}
}
}
}