Could somebody please give me PyPI rights for zope.browserresource? I'd like to release a new version of it which includes the recent fixes to its dependencies. Thank you very much. -- Thomas
On Tuesday 24 November 2009, Thomas Lotze wrote:
Could somebody please give me PyPI rights for zope.browserresource? I'd like to release a new version of it which includes the recent fixes to its dependencies. Thank you very much.
I am in the process of making you all powerful. :-) Regards, Stephan -- Entrepreneur and Software Geek Google me. "Zope Stephan Richter"
Stephan Richter wrote:
On Tuesday 24 November 2009, Thomas Lotze wrote:
Could somebody please give me PyPI rights for zope.browserresource? I'd like to release a new version of it which includes the recent fixes to its dependencies. Thank you very much.
I am in the process of making you all powerful. :-)
Argh, now the PyPI UI is really broken for me... No, seriously - thank you very much. -- Thomas
Thomas Lotze wrote:
Stephan Richter wrote:
On Tuesday 24 November 2009, Thomas Lotze wrote:
Could somebody please give me PyPI rights for zope.browserresource? I'd like to release a new version of it which includes the recent fixes to its dependencies. Thank you very much. I am in the process of making you all powerful. :-)
Argh, now the PyPI UI is really broken for me... No, seriously - thank you very much.
Yes, PyPI is broken if you're an admin of many packages, feel free to "me too" on this issue: http://sourceforge.net/tracker/?func=detail&aid=2793544&group_id=66150&atid=... Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
Am 25.11.2009 um 15:49 schrieb Chris Withers: [...]
Yes, PyPI is broken if you're an admin of many packages, feel free to "me too" on this issue:
http://sourceforge.net/tracker/?func=detail&aid=2793544&group_id=66150&atid=...
It's fixed since yesterday. Yours sincerely, -- Michael Howitz · mh@gocept.com · software developer gocept gmbh & co. kg · forsterstraße 29 · 06112 halle (saale) · germany http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1 Zope and Plone consulting and development
Michael Howitz wrote:
Am 25.11.2009 um 15:49 schrieb Chris Withers: [...]
Yes, PyPI is broken if you're an admin of many packages, feel free to "me too" on this issue:
http://sourceforge.net/tracker/?func=detail&aid=2793544&group_id=66150&atid=...
It's fixed since yesterday.
Well, by some definition of fixed. That list should just have been moved to its own page, rather than just truncated... Chris -- Simplistix - Content Management, Batch Processing & Python Consulting - http://www.simplistix.co.uk
On 2009-11-26 08:43, Michael Howitz wrote:
Am 25.11.2009 um 15:49 schrieb Chris Withers: [...]
Yes, PyPI is broken if you're an admin of many packages, feel free to "me too" on this issue:
http://sourceforge.net/tracker/?func=detail&aid=2793544&group_id=66150&atid=...
It's fixed since yesterday.
That's not a fix, it just replaced one problem with another one: it is now impossible to get your full list of packages. Wichert. -- Wichert Akkerman <wichert@wiggy.net> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple.
On Thu, Nov 26, 2009 at 4:57 AM, Wichert Akkerman <wichert@wiggy.net> wrote:
That's not a fix, it just replaced one problem with another one: it is now impossible to get your full list of packages.
Indeed. Once SourceForge is allowing logins again I suggest we discuss this there. I'll be suggesting that the recent "fix" be reverted and they instead use the CSS I posted earlier. -- Benji York
On Thu, Nov 26, 2009 at 4:57 AM, Wichert Akkerman <wichert@wiggy.net> wrote:
On 2009-11-26 08:43, Michael Howitz wrote:
Am 25.11.2009 um 15:49 schrieb Chris Withers: [...]
Yes, PyPI is broken if you're an admin of many packages, feel free to "me too" on this issue:
http://sourceforge.net/tracker/?func=detail&aid=2793544&group_id=66150&atid=...
It's fixed since yesterday.
That's not a fix, it just replaced one problem with another one: it is now impossible to get your full list of packages.
I've submitted a patch that removes the truncation behavior and makes the list scroll instead. Feel free to +1 the issue if you feel so moved: https://sourceforge.net/tracker/?func=detail&aid=2906878&group_id=66150&atid... -- Benji York
On Wed, Nov 25, 2009 at 1:16 AM, Thomas Lotze <tl@gocept.com> wrote:
Argh, now the PyPI UI is really broken for me... No, seriously - thank you very much.
If you're a GreaseMonkey user, try this: // turn off (potentially) long list of projects GM_addStyle('div#document-navigation {overflow: scroll; max-height: 15em; width: 15em; overflow-x: hidden}'); -- Benji York
Benji York wrote:
On Wed, Nov 25, 2009 at 1:16 AM, Thomas Lotze <tl@gocept.com> wrote:
Argh, now the PyPI UI is really broken for me... No, seriously - thank you very much.
If you're a GreaseMonkey user, try this:
// turn off (potentially) long list of projects GM_addStyle('div#document-navigation {overflow: scroll; max-height: 15em; width: 15em; overflow-x: hidden}');
I'm not yet, but this may well be a reason to change that. Thank you very much for the pointer. -- Thomas
On Wed, Nov 25, 2009 at 04:30:57PM +0100, Thomas Lotze wrote:
Benji York wrote:
On Wed, Nov 25, 2009 at 1:16 AM, Thomas Lotze <tl@gocept.com> wrote:
Argh, now the PyPI UI is really broken for me... No, seriously - thank you very much.
If you're a GreaseMonkey user, try this:
// turn off (potentially) long list of projects GM_addStyle('div#document-navigation {overflow: scroll; max-height: 15em; width: 15em; overflow-x: hidden}');
I'm not yet, but this may well be a reason to change that. Thank you very much for the pointer.
PyPI made me not only become a greasemonkey user, but write this script: http://userscripts.org/scripts/show/30836 Benji's solution seems simpler and more elegant. Marius Gedminas -- http://pov.lt/ -- Zope 3 consulting and development
participants (7)
-
Benji York -
Chris Withers -
Marius Gedminas -
Michael Howitz -
Stephan Richter -
Thomas Lotze -
Wichert Akkerman