Ricordisamoa added a comment.
@NiharikaKohli I'm afraid a system requiring screen-long descriptions and continuous "edited the task description" notifications isn't going to work :-\
TASK DETAIL
https://phabricator.wikimedia.org/T93060
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: Sampadmedda, Ricordisamoa
Cc: XZise, NiharikaKohli, MZMcBride, Ricordisamoa, Qgil, Aklapper, Sampadmedda, Imaculate, pywikipedia-bugs
XZise added a subscriber: XZise.
XZise added a comment.
A bit offtopic: I think @Ricordisamoa's main concern is that for each edit a “foobar edited the task description. (Show Details)” appears in the history here so comments get interrupted by it. And depending on the user's settings each subscriber gets notified for each revision.
TASK DETAIL
https://phabricator.wikimedia.org/T93060
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: Sampadmedda, XZise
Cc: XZise, NiharikaKohli, JeanFred, MZMcBride, Ricordisamoa, Qgil, Aklapper, Sampadmedda, Imaculate, pywikipedia-bugs
XZise created this task.
XZise added a subscriber: XZise.
XZise added projects: pywikibot-core, Easy.
Restricted Application added subscribers: Aklapper, pywikipedia-bugs.
TASK DESCRIPTION
The flickrripper script uses default values for all parameters which is not always sensible. For example the following function can't work when not both parameters are given:
```
def getPhoto(flickr=None, photo_id=''):
"""
Get the photo info and the photo sizes so we can use these later on.
TODO: Add exception handling
"""
while True:
try:
photoInfo = flickr.photos_getInfo(photo_id=photo_id)
# xml.etree.ElementTree.dump(photoInfo)
photoSizes = flickr.photos_getSizes(photo_id=photo_id)
# xml.etree.ElementTree.dump(photoSizes)
return photoInfo, photoSizes
except flickrapi.exceptions.FlickrError:
pywikibot.output(u'Flickr api problem, sleeping')
time.sleep(30)
```
TASK DETAIL
https://phabricator.wikimedia.org/T93098
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: XZise
Cc: pywikipedia-bugs, Aklapper, XZise, jayvdb
NiharikaKohli added a comment.
@Ricordisamoa, this is the new proposal system we are trying out this year. Allows more people to subscribe, drop comments, get notified. I don't think editing here is significantly different from wiki editing either. Phabricator supports wikitext. Proposals on wiki sometimes get lost in the abyss and miss out on feedback. We could always revert back to the wiki page system next year if this doesn't turn out to be more successful. :)
TASK DETAIL
https://phabricator.wikimedia.org/T93060
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: Sampadmedda, NiharikaKohli
Cc: NiharikaKohli, JeanFred, MZMcBride, Ricordisamoa, Qgil, Aklapper, Sampadmedda, Imaculate, pywikipedia-bugs