Buglet or Bozo? Problems with the /mailman/admin/(listname)/members (ie, membership management admin) page

I've got a problem....I've got a large (600+ user) list
When the list admin (or I, with the site password) go into this page, and try to select a different chunk of users to display on the page, the chunk never changes, it's always the first 30 addresses that are shown.
The URL is changing, but the contents of the page are not.
I dont believe this to be a proxy problem (I dont use one), or cache problem (shift-refresh under IE does not get the correct page)....
Mailman version is 2.0 Python version is 1.6
Does anyone have any ideas?

Scott Brown wrote:
When the list admin (or I, with the site password) go into this page, and try to select a different chunk of users to display on the page, the chunk never changes, it's always the first 30 addresses that are shown.
I've had this problem off and on. Clearing out the cookies and the cache and going back again the next morning has helped, but I don't actually know how to fix it or anything.
At least it's not just you :-/.
bekj
-- : --Hacker-Neophile-Eclectic-Geek-Grrl-Queer-Disabled-Boychick-- : gossamer@tertius.net.au http://www.tertius.net.au/~gossamer/ : I was just taken to wondering about why we, in this culture, : think that we can tame people completely and not leave them : broken. Maybe that's why we have so many broken people and : broken relationships - and why many of us are simply wild : women. -- Callahan, boychicks-l

At 03:15 PM 12/29/2000 +1100, Bek Oberin wrote:
Scott Brown wrote:
When the list admin (or I, with the site password) go into this page, and try to select a different chunk of users to display on the page, the chunk never changes, it's always the first 30 addresses that are shown.
I've had this problem off and on. Clearing out the cookies and the cache and going back again the next morning has helped, but I don't actually know how to fix it or anything.
At least it's not just you :-/.
I've not had this problem, but I tried to change the chunk size via the mm_cfg.py file. I set this:
DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 100
with no effect. I still get chunks of 30. I could change it in Defaults.py but I'd rather not have my changes wiped out if/when I upgrade. Besides, all the other things I changed worked fine. Does anyone have a clue?
reb

Phydeaux wrote:
At 03:15 PM 12/29/2000 +1100, Bek Oberin wrote:
Scott Brown wrote:
When the list admin (or I, with the site password) go into this page, and try to select a different chunk of users to display on the page, the chunk never changes, it's always the first 30 addresses that are shown.
I've had this problem off and on. Clearing out the cookies and the cache and going back again the next morning has helped, but I don't actually know how to fix it or anything.
At least it's not just you :-/.
I've not had this problem, but I tried to change the chunk size via the mm_cfg.py file. I set this:
DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 100
with no effect. I still get chunks of 30.
DEFAULT is assigned at list-creation time. Thereafter, it's part of the list object. It's an attribute called acmin_member_chunksize; you can set it with withlist -l (see bin/withlist for instructions). Something like:
cd ~mailman python -i bin/withlist -l <listname> m.admin_member_chunksize = 100 m.Save() m.Unlock() ^D
would do it. (The last two aren't really strictly necessary, but I'm paranoid.)
I could change it in Defaults.py but I'd rather not have my changes wiped out if/when I upgrade. Besides, all the other things I changed worked fine. Does anyone have a clue?
reb
Mailman-Users maillist - Mailman-Users@python.org http://www.python.org/mailman/listinfo/mailman-users

"P" == Phydeaux <reb@taco.com> writes:
P> I've not had this problem, but I tried to change the chunk size
P> via the mm_cfg.py file. I set this:
P> DEFAULT_ADMIN_MEMBER_CHUNKSIZE = 100
P> with no effect. I still get chunks of 30. I could change it in
P> Defaults.py but I'd rather not have my changes wiped out
P> if/when I upgrade. Besides, all the other things I changed
P> worked fine. Does anyone have a clue?
In Mailman 2.0 the chunk size is stored as a list attribute (mlist.admin_member_chunksize). I think this was done to allow list admins to customize the membership page, but there's no web interface for changing this value.
While this is bogus, it won't change right away, so the best way to change the chunksize is use bin/withlist or bin/config_list from the command line.
-Barry

Does "shift-reload" (or whatever makes your particular browser ignore its cache and issue a "please really reget this page" request) make any difference?
Bek Oberin wrote:
Scott Brown wrote:
When the list admin (or I, with the site password) go into this page, and try to select a different chunk of users to display on the page, the chunk never changes, it's always the first 30 addresses that are shown.
I've had this problem off and on. Clearing out the cookies and the cache and going back again the next morning has helped, but I don't actually know how to fix it or anything.
At least it's not just you :-/.
bekj
-- : --Hacker-Neophile-Eclectic-Geek-Grrl-Queer-Disabled-Boychick-- : gossamer@tertius.net.au http://www.tertius.net.au/~gossamer/ : I was just taken to wondering about why we, in this culture, : think that we can tame people completely and not leave them : broken. Maybe that's why we have so many broken people and : broken relationships - and why many of us are simply wild : women. -- Callahan, boychicks-l
Mailman-Users maillist - Mailman-Users@python.org http://www.python.org/mailman/listinfo/mailman-users
participants (5)
-
barry@digicool.com
-
Bek Oberin
-
Dan Mick
-
Phydeaux
-
Scott Brown