See action=import on https://nl.wikipedia.org/w/api.php and pageimport.py on compat
Version: core-(2.0)
Severity: normal
See action=import on https://nl.wikipedia.org/w/api.php and pageimport.py on compat
Version: core-(2.0)
Severity: normal
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
Added cross-wiki Special:Import support in core. | pywikibot/core | master | +65 -0 |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Invalid | None | T72936 Important tasks to be solved (tracking) | |||
Open | Feature | None | T57880 Functionality existing in compat but missing from core (tracking) | ||
Open | Feature | None | T66877 Add cross-wiki Special:Import support |
'import' functionality from pageimport.py should be added to core scripts transferbot.py / replicate_wiki.py
Hello @jayvdb ,
Please add in more on what is expected to be done for this task?
Presently, I have added import functionality in pywikibot/page.py and i'm unable to progress further on how to add them in the above mentioned scripts.
Change 201582 had a related patch set uploaded (by Prianka):
Added cross-wiki Special:Import support in core.
As @XZise has suggested on the changeset, API action 'import' should be added as a new method in APISite.
Change 201582 abandoned by Xqt:
Added cross-wiki Special:Import support in core.
Reason:
Not an appropriate implementation. api action=Import should be used instead of old compat-like special page api.