Re: [Mailman-Users] problems linking to successive chunks of addresses in admin user search

2016-09-29 Thread Mark Sapiro
Upon further investigation, I found that the prior fix was incomplete. It only fixed the 'letter' links at the top of the Membership List. It didn't fix the links to subsequent chunks at the bottom of the list. Attached is a patch to the 2.1.23 base to fix that. For older versions both this and

Re: [Mailman-Users] problems linking to successive chunks of addresses in admin user search

2016-09-29 Thread Christopher Adams
Sorry, lines were truncated. This is more accurate. -rw-r--r--. 1 mailman mailman 72139 Sep 28 16:19 /usr/local/mailman/Mailman/admin.py -rw-r--r--. 1 apache mailman 46447 Sep 28 16:20 /usr/local/mailman/Mailman/admin.pyc -rw-r--r--. 1 mailman mailman 71971 Sep 28 14:31

Re: [Mailman-Users] problems linking to successive chunks of addresses in admin user search

2016-09-29 Thread Christopher Adams
ls -l /usr/local/mailman/Mailman/Cgi/admin.py* -rw-r--r--. 1 mailman mailman 72139 Sep 28 16:19 /usr/local/mailman/Mailadmin.py -rw-r--r--. 1 apache mailman 46447 Sep 28 16:20 /usr/local/mailman/Mailadmin.pyc -rw-r--r--. 1 mailman mailman 71971 Sep 28 14:31 /usr/local/mailman/Mailadmin.py.old

Re: [Mailman-Users] problems linking to successive chunks of addresses in admin user search

2016-09-29 Thread Mark Sapiro
On 09/29/2016 08:04 AM, Christopher Adams wrote: > I cleared browser cache and reloaded. Same problem. Here are answers to > your questions. > > ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" > > strings /usr/local/mailman/cgi-bin/admin | grep scripts > /usr/local/mailman/scripts/ > >

Re: [Mailman-Users] problems linking to successive chunks of addresses in admin user search

2016-09-29 Thread Christopher Adams
I cleared browser cache and reloaded. Same problem. Here are answers to your questions. ScriptAlias /mailman/ "/usr/local/mailman/cgi-bin/" strings /usr/local/mailman/cgi-bin/admin | grep scripts /usr/local/mailman/scripts/ prefix = '/usr/local/mailman' On Wed, Sep 28, 2016 at 9:57 PM, Mark