jayvdb added a subscriber: jayvdb.
jayvdb added a comment.
I'm not convinced that textlib.py is the best spot for this. textlib parsing is timestamps of edits, which occur in a site specific timezone, have a very strict parse-able format, and occur in a year after 2001, which means it can be based on the datetime datatype, doesnt need to worry about other calendar systems, etc.
On the other hand, data in wiki page templates is very messy, needs to be WbTime (not datetime).
TASK DETAIL
https://phabricator.wikimedia.org/T66502
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, Ladsgroup, Multichill, Ricordisamoa, jayvdb
jayvdb changed the title from "Add more advanced time/date parsing functionality to textlib.py" to "Add more advanced time/date parsing functionality".
jayvdb removed a subscriber: Unknown Object (????).
jayvdb set Security to none.
TASK DETAIL
https://phabricator.wikimedia.org/T66502
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, Ladsgroup, Multichill, Ricordisamoa, jayvdb
jayvdb moved this task to MW Version 1.14+ issues on the PyWikiBot-Interwiki-Map workboard.
TASK DETAIL
https://phabricator.wikimedia.org/T75513
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, XZise
jayvdb added a project: PyWikiBot-Interwiki-Map.
TASK DETAIL
https://phabricator.wikimedia.org/T75513
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, jayvdb, XZise
jayvdb moved this task to MW Version 1.14+ issues on the PyWikiBot-Interwiki-Map workboard.
TASK DETAIL
https://phabricator.wikimedia.org/T67981
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: Xqt, jayvdb
Cc: pywikipedia-bugs, Ladsgroup, XZise, jayvdb, Omegat, Xqt
jayvdb added a comment.
Was this appropriately fixed, in compat I guess from the dates on http://sourceforge.net/p/pywikipediabot/bugs/1466/?page=1? (and then ported to core in Oct 2013)
TASK DETAIL
https://phabricator.wikimedia.org/T57195
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: Xqt, jayvdb
Cc: pywikipedia-bugs, Legoktm, jayvdb, Betacommand
jayvdb added a comment.
Once done, the following should work in python 2.7
```
$ python pwb.py shell
>>> from scripts import flickrripper
>>> box = flickrripper.Tkdialog('foo', 'tests/data/MP_sounds.png', 'MP_sounds.png') # the box appears on this line
>>> box.run()
(u'foobar\n', 'blahblah.png', False)
```
TASK DETAIL
https://phabricator.wikimedia.org/T75025
REPLY HANDLER ACTIONS
Reply to comment or attach files, or !close, !claim, !unsubscribe or !assign <username>.
To: jayvdb
Cc: pywikipedia-bugs, jayvdb