The change that does this will have to also resolve the namespace name conflict.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Re-enable Flow on ptwikibooks, with a hack for the namespace conflict | operations/mediawiki-config | master | +12 -1 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Declined | None | T113682 Finish conversion from LQT to Flow on pt.wikibooks | |||
| Resolved | Catrope | T114541 Run FlowCreateTemplates.php on pt.wikibooks | |||
| Resolved | Catrope | T114540 Enable Flow on pt.wikibooks |
Event Timeline
Comment Actions
Change 250576 had a related patch set uploaded (by Catrope):
Re-enable Flow on ptwikibooks, with a hack for the namespace conflict
Comment Actions
Change 250576 merged by jenkins-bot:
Re-enable Flow on ptwikibooks, with a hack for the namespace conflict
Comment Actions
https://pt.wikibooks.org/w/api.php?action=query&meta=siteinfo&siprop=namespaces&formatversion=2
returns False for
"90": {
"id": 90,
"case": "first-letter",
"name": "Tópico",
"subpages": false,
"canonical": "Thread",
"content": false,
"nonincludable": false
},
"91": {
"id": 91,
"case": "first-letter",
"name": "Tópico discussão",
"subpages": false,
"canonical": "Thread talk",
"content": false,
"nonincludable": falseand
"2600": {
"id": 2600,
"case": "first-letter",
"name": "Topic",
"subpages": false,
"canonical": "Topic",
"content": false,
"nonincludable": false,
"defaultcontentmodel": "flow-board"
}