Tool:DrTrigonBot/ToDo
Appearance
This bug list should in the end be migrated into bugzilla tickets.
- https://bugzilla.wikimedia.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=PATCH_TO_REVIEW&email1=dr.trigon%40surfeu.ch&emailtype1=exact&emailassigned_to1=1&emailreporter1=1&list_id=238956
- TS jira:
- open bugs/issues from svn:
- pyrev:11390 (#c33497)
- pyrev:11615
- search all 'fixme' (red): https://www.mediawiki.org/w/index.php?title=Special:Code/pywikipedia&author=drtrigon
- panel.py:
- Statistics (panel.py?action=logstat) do not work at the moment, see bugzilla:61445 - is this still needed after latest changes? (useful yes, but needed?!)
- ( http://wiki.openstreetmap.org/wiki/PythonOsmApi#Full_Example )
- a first '
git gc --aggressive --prune
' in thepywikibot-compat
directory is not needed anymore - therefore this should be implemented for ALL pywikibot repos!!! (actually this results in a repo of size ~25MB)
$ cd pywikibot-compat $ cd i18n/ $ git gc --aggressive --prune $ cd ../externals/opencv/ $ git gc --aggressive --prune $ cd ../pycolorname/ $ git gc --aggressive --prune $ cd ../spelling/ $ git gc --aggressive --prune