Issue360

Title Atom feeds for issues
Priority wish Status chatting
Superseder Nosy List eric.araujo, ezio.melotti, techtonik
Assigned To Topics

Created on 2010-11-03.17:34:18 by techtonik, last changed 2010-11-18.04:30:31 by eric.araujo.

Messages
msg1857 (view) Author: techtonik Date: 2010-11-03.17:34:18
Need Atom feeds for issues. PSHB support. Optional XMPP notification support.
msg1858 (view) Author: ezio.melotti Date: 2010-11-03.19:33:17
Can you provide a patch?
msg1859 (view) Author: techtonik Date: 2010-11-03.19:59:37
Can you point me to the code that should be patched?
msg1860 (view) Author: ezio.melotti Date: 2010-11-03.20:19:08
That depends on how you are planning to implement it. I guess it would make sense to create it as a new extension, adding a new file in http://svn.python.org/view/tracker/instances/python-dev/extensions/. Once that is done you would just have to add some link/button to the templates, in http://svn.python.org/view/tracker/instances/python-dev/html/ (e.g. in page.html if you want to add it in the menu or in issue.item.html if you want to add it to the issue page).
msg1861 (view) Author: techtonik Date: 2010-11-03.20:45:33
Do we collaborate with upstream? Why not to add this feature there? What version of Roundup is run by pydotorg?
msg1862 (view) Author: ezio.melotti Date: 2010-11-03.21:12:30
Being an extension it can be implemented and tested here first, and if it works well it can always be contribute upstream later (I don't know roundup policies about extensions though).
History
Date User Action Args
2010-11-18 04:30:31eric.araujosetnosy: + eric.araujo
2010-11-03 21:12:31ezio.melottisetmessages: + msg1862
2010-11-03 20:45:33techtoniksetmessages: + msg1861
2010-11-03 20:19:08ezio.melottisetmessages: + msg1860
2010-11-03 19:59:37techtoniksetmessages: + msg1859
2010-11-03 19:33:17ezio.melottisetstatus: unread -> chatting
nosy: + ezio.melotti
messages: + msg1858
2010-11-03 17:34:18techtonikcreate