------------------------------------------------------------
revno: 1317
committer: Mark Sapiro <[email protected]>
branch nick: 2.2
timestamp: Tue 2014-04-15 19:46:52 -0700
message:
Fixed the admin Membership List so a search string if any is not lost
when visiting subsequent fragments of a chunked list.
modified:
Mailman/Cgi/admin.py
NEWS
--
lp:mailman/2.2
https://code.launchpad.net/~mailman-coders/mailman/2.2
Your team Mailman Checkins is subscribed to branch lp:mailman/2.2.
To unsubscribe from this branch go to
https://code.launchpad.net/~mailman-coders/mailman/2.2/+edit-subscription
=== modified file 'Mailman/Cgi/admin.py'
--- Mailman/Cgi/admin.py 2014-03-22 03:46:01 +0000
+++ Mailman/Cgi/admin.py 2014-04-16 02:46:52 +0000
@@ -1152,7 +1152,8 @@
continue
start = chunkmembers[i*chunksz]
end = chunkmembers[min((i+1)*chunksz, last)-1]
- link = Link(url + 'chunk=%d' % i, _('from %(start)s to %(end)s'))
+ link = Link(url + 'chunk=%d' % i + findfrag,
+ _('from %(start)s to %(end)s'))
buttons.append(link)
buttons = UnorderedList(*buttons)
container.AddItem(footer + buttons.Format() + '<p>')
=== modified file 'NEWS'
--- NEWS 2014-04-15 20:55:52 +0000
+++ NEWS 2014-04-16 02:46:52 +0000
@@ -87,6 +87,9 @@
Bug Fixes and other patches
+ - Fixed the admin Membership List so a search string if any is not lost
+ when visiting subsequent fragments of a chunked list. (LP: #1307454)
+
- For from_is_list feature, use email address from original From: if
original From: has no display name and strip domain part from resultant
names that look like email addresses. (LP: #1304511)
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org