Re: New faster SelectBox.js

2007-01-15 Thread graham_king
We've had this (http://code.djangoproject.com/ticket/3099) in production at work for over a month now with happy users. It's been confirmed as working in this thread by Jeremy Dunck and Gary Wilson, and solves a different ticket (#348). Any chance of a commit ? Or tips on what I need to do next t

Re: New faster SelectBox.js

2006-12-12 Thread Gary Wilson
graham_king wrote: > If just one person could give it a test, I think there's a good case > for integrating it into the trunk. It behaves like the previous version > but runs faster and the sort works. Without this you can't actually use > the filter interface on more than a few thousand entries.

Re: New faster SelectBox.js

2006-12-12 Thread Jeremy Dunck
On 12/12/06, graham_king <[EMAIL PROTECTED]> wrote: > > Has anyone else had a chance to test this new SelectBox.js ? I've just started using it. We have about 15 people using admin most of the day. > I would > really appreciate if someone could drop this js into their app and take > a look - I

Re: New faster SelectBox.js

2006-12-12 Thread graham_king
Has anyone else had a chance to test this new SelectBox.js ? I would really appreciate if someone could drop this js into their app and take a look - I guarantee you faster select boxes and faster page load times on all your admin interface that uses the filter interface. We've had it in producti

Re: New faster SelectBox.js

2006-12-06 Thread Jeremy Dunck
On 12/6/06, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > > nice gui widget, runs too slowly, and the browser will complain. > > if I had to use a multi-selection box with thousands of entries in it, > I'd probably run around and complain too. > The filter_interface makes it much less painful. :)

Re: New faster SelectBox.js

2006-12-06 Thread Fredrik Lundh
Graham King wrote: > If you have thousands of entries in a multiple select box in the > Django admin interface, the Javascript in SelectBox.js which makes the > nice gui widget, runs too slowly, and the browser will complain. if I had to use a multi-selection box with thousands of entries in

Re: New faster SelectBox.js

2006-12-06 Thread Jeremy Dunck
On 12/6/06, Graham King <[EMAIL PROTECTED]> wrote: > PS: > If you have lots of elements in your select box, and your object has a > FileField (meaning multipart encoding on your form), you might run into > an intermittent bug Saving, whereby in http.__init__ on this line: > > name_dict = parse_hea

Re: New faster SelectBox.js

2006-12-06 Thread graham_king
Now with a ticket: http://code.djangoproject.com/ticket/3099 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To uns

New faster SelectBox.js

2006-12-06 Thread Graham King
Dear django-devs, If you have thousands of entries in a multiple select box in the Django admin interface, the Javascript in SelectBox.js which makes the nice gui widget, runs too slowly, and the browser will complain. We have re-written SelectBox.js (attached or at http://django.p