Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Zope: Dev

Releasing zope.browserresource

 

 

Zope dev RSS feed   Index | Next | Previous | View Threaded


tl at gocept

Nov 24, 2009, 1:56 PM

Post #1 of 12 (1254 views)
Permalink
Releasing zope.browserresource

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



_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


srichter at cosmos

Nov 24, 2009, 2:35 PM

Post #2 of 12 (1214 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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"
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


tl at gocept

Nov 24, 2009, 10:16 PM

Post #3 of 12 (1211 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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



_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


chris at simplistix

Nov 25, 2009, 6:49 AM

Post #4 of 12 (1214 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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=513503

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
- http://www.simplistix.co.uk
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


benji at zope

Nov 25, 2009, 7:03 AM

Post #5 of 12 (1211 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

On Wed, Nov 25, 2009 at 1:16 AM, Thomas Lotze <tl [at] gocept> 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
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


tl at gocept

Nov 25, 2009, 7:30 AM

Post #6 of 12 (1210 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

Benji York wrote:

> On Wed, Nov 25, 2009 at 1:16 AM, Thomas Lotze <tl [at] gocept> 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



_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


marius at gedmin

Nov 25, 2009, 9:32 AM

Post #7 of 12 (1208 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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 [at] gocept> 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
Attachments: signature.asc (0.18 KB)


mh at gocept

Nov 25, 2009, 11:43 PM

Post #8 of 12 (1195 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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=513503

It's fixed since yesterday.

Yours sincerely,
--
Michael Howitz · mh [at] gocept · 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

_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


chris at simplistix

Nov 25, 2009, 11:45 PM

Post #9 of 12 (1198 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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=513503
>
> 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
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


wichert at wiggy

Nov 26, 2009, 1:57 AM

Post #10 of 12 (1193 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

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=513503
>
> 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 [at] wiggy> It is simple to make things.
http://www.wiggy.net/ It is hard to make things simple.
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


benji at zope

Nov 26, 2009, 5:54 AM

Post #11 of 12 (1188 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

On Thu, Nov 26, 2009 at 4:57 AM, Wichert Akkerman <wichert [at] wiggy> 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
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )


benji at zope

Dec 2, 2009, 2:26 PM

Post #12 of 12 (985 views)
Permalink
Re: Releasing zope.browserresource [In reply to]

On Thu, Nov 26, 2009 at 4:57 AM, Wichert Akkerman <wichert [at] wiggy> 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=513503
>>
>> 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=513503
--
Benji York
_______________________________________________
Zope-Dev maillist - Zope-Dev [at] zope
https://mail.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope )

Zope dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.