JAnD created this task.
JAnD added a subscriber: JAnD.
JAnD added projects: Pywikibot-category.py, pywikibot-core.
TASK DESCRIPTION
I wanted to move some categories to another subcategory.
1) bot crashes
2) bot ignores namespace parameter
```
I:\py\rewrite>pwb.py category tidy -namespace:14
Which category do you want to tidy up? mosty
Retrieving 21 pages from wikipedia:cs.
===================================================================
Treating page …
[View More]Most, currently in Kategorie:Mosty
{{Různé významy|tento=druhu stavby}}
{{Neověřeno}}
[[Soubor:Akashi-kaikyo bridge3.jpg|thumb|300px|[[Most Akaši-Kaikjó]] v [[Japonsk
o|Japonsku]], [[Seznam nejdelších visutých mostů|nejdelší visutý most na světě]]
]]
'''Most''' je dopravní [[stavba]], která převádí pěší, silniční nebo železniční
cestu případně vodní tok, přes překážku, kterou může být například vodní plocha
([[řeka]], [[potok]], [[moře]], [[jezero]]), terénní nerovnost ([[údolí (geomorf
ologie)|údolí]], rokle, strž) nebo jiná komunikace.
Traceback (most recent call last):
File "I:\py\rewrite\pwb.py", line 222, in <module>
run_python_file(filename, argv, argvu, file_package)
File "I:\py\rewrite\pwb.py", line 81, in run_python_file
main_mod.__dict__)
File ".\scripts\category.py", line 1231, in <module>
main()
File ".\scripts\category.py", line 1220, in main
bot.run()
File ".\scripts\category.py", line 936, in run
self.move_to_category(article, cat, cat)
File ".\scripts\category.py", line 850, in move_to_category
subcatlist = list(self.catDB.getSubcats(current_cat))
File ".\scripts\category.py", line 194, in getSubcats
self._load()
File ".\scripts\category.py", line 167, in _load
if not self.is_loaded():
TypeError: 'bool' object is not callable
<type 'exceptions.TypeError'>
CRITICAL: Waiting for 1 network thread(s) to finish. Press ctrl-c to abort
I:\py\rewrite>
```
TASK DETAIL
https://phabricator.wikimedia.org/T86351
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: JAnD
Cc: Aklapper, JAnD, jayvdb, pywikipedia-bugs
[View Less]
Multichill created this task.
Multichill added a subscriber: Multichill.
Multichill added projects: Pywikibot-Wikidata, pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Would be nice to have a skip option in claimit.py so that it can skip items that have a certain property/claim. Use case would be that if I'm adding instance of (P31) I would like to skip items that already have subclass (P279).
TASK DETAIL
https://phabricator.wikimedia.…
[View More]org/T93017
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: Multichill
Cc: pywikipedia-bugs, Aklapper, Multichill, jayvdb
[View Less]
despens created this task.
despens added a subscriber: despens.
despens added a project: pywikibot-core.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
Use case: I want to find properties that have an 'inverse of' statement and then create reverse relations for object-items. This is so the item of an **author** can automatically get a list of **author of** works, if works have the item listed as **author**.
(This is for my institution's wikibase …
[View More]instance.)
pywikibot's `PropertyPage` object does not have a `claims` property like the `ItemPage` has, though properties can have claims as well. Even calling the `toJSON` method does not return any info about claims for a property.
TASK DETAIL
https://phabricator.wikimedia.org/T92669
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/
To: despens
Cc: pywikipedia-bugs, Aklapper, despens, jayvdb
[View Less]