From 1429086 at bugs.launchpad.net Sat Jul 4 15:03:16 2015 From: 1429086 at bugs.launchpad.net (neufeind) Date: Sat, 04 Jul 2015 13:03:16 -0000 Subject: [Bug 1429086] Re: Key error in mailman settings page References: <20150306112152.12161.3296.malonedeb@gac.canonical.com> Message-ID: <20150704130316.20498.16674.malone@soybean.canonical.com> I experience the same problem. Since the packed mailman-bundler 3.0.0 still has a problem (fix already commited, not yet released) I checked out the current release using bzr. Testsetup was done using mailman-bundler, installation and startup done according to README.rst. Creating a domain worked fine for me. But after creating of a list the error occured. Going back, the list seems to have been created. But trying to open the list-details I get the same error. So I think it might not be the list-creation but the display of list-settings afterwards. Traceback: http://dpaste.com/221P4HS -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to Postorius. https://bugs.launchpad.net/bugs/1429086 Title: Key error in mailman settings page To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1429086/+subscriptions From 1471418 at bugs.launchpad.net Sat Jul 4 15:54:43 2015 From: 1471418 at bugs.launchpad.net (neufeind) Date: Sat, 04 Jul 2015 13:54:43 -0000 Subject: [Bug 1471418] [NEW] Bind mailman-API to IPv6 as well References: <20150704135443.18654.58821.malonedeb@chaenomeles.canonical.com> Message-ID: <20150704135443.18654.58821.malonedeb@chaenomeles.canonical.com> Public bug reported: Currently the REST-interface binds to 127.0.0.1:8001. This can lead to problems where systems resolve localhost an IPv6-address as well ("127.0.0.1, ::1"). Since in some places "localhost" seems to be used between mailman-web and the mailman-REST-inteface, binding to IPv6 as well would solve this. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1471418 Title: Bind mailman-API to IPv6 as well To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1471418/+subscriptions From 1471418 at bugs.launchpad.net Sat Jul 4 16:15:33 2015 From: 1471418 at bugs.launchpad.net (neufeind) Date: Sat, 04 Jul 2015 14:15:33 -0000 Subject: [Bug 1471418] Re: Bind mailman-API to IPv6 as well References: <20150704135443.18654.58821.malonedeb@chaenomeles.canonical.com> Message-ID: <20150704141533.4527.76674.malone@wampee.canonical.com> I just realised this should have been reported on gitlab meanwhile, right? If so, please close here ... https://gitlab.com/mailman/mailman/issues/123 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1471418 Title: Bind mailman-API to IPv6 as well To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1471418/+subscriptions From mark at msapiro.net Sat Jul 4 17:06:18 2015 From: mark at msapiro.net (Mark Sapiro) Date: Sat, 04 Jul 2015 15:06:18 -0000 Subject: [Bug 1471418] Re: Bind mailman-API to IPv6 as well References: <20150704135443.18654.58821.malonedeb@chaenomeles.canonical.com> Message-ID: <20150704150619.4047.11842.malone@wampee.canonical.com> Yes. All MM 3 issues should be reported at the appropriate sub-project. ** Changed in: mailman Status: New => Invalid -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1471418 Title: Bind mailman-API to IPv6 as well To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1471418/+subscriptions From 1429086 at bugs.launchpad.net Sun Jul 5 16:16:06 2015 From: 1429086 at bugs.launchpad.net (neufeind) Date: Sun, 05 Jul 2015 14:16:06 -0000 Subject: [Bug 1429086] Re: Key error in mailman settings page References: <20150306112152.12161.3296.malonedeb@gac.canonical.com> Message-ID: <20150705141606.19226.22231.malone@chaenomeles.canonical.com> Solved for me. I used "createsuperuser" on the console, but didn't provide an email-address there. To be honest, I thought it wasn't really needed at that stage :-) But mailman-core seems to reference the user by his/her email-address internally and so some api-calls failed. Since mailman-core answered with a 500-error imho this is something that mailman should fix on their side. So I added a bugreport for them to maybe be a bit more relaxed in such error-cases and not fail hard. https://gitlab.com/mailman/mailman/issues/127 Solved here? -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to Postorius. https://bugs.launchpad.net/bugs/1429086 Title: Key error in mailman settings page To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1429086/+subscriptions From mark at msapiro.net Mon Jul 6 01:23:33 2015 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 05 Jul 2015 23:23:33 -0000 Subject: [Bug 1471617] [NEW] Member removal via the web admin UI is not logged. References: <20150705232333.9364.49806.malonedeb@gac.canonical.com> Message-ID: <20150705232333.9364.49806.malonedeb@gac.canonical.com> Public bug reported: A list admin can remove a member or members via the admin web UI Membership Management... Membership List unsub box or Mass Removal page. Such removals should be logged in Mailman's subscribe log. ** Affects: mailman Importance: Medium Assignee: Mark Sapiro (msapiro) Status: In Progress -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1471617 Title: Member removal via the web admin UI is not logged. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1471617/+subscriptions From mark at msapiro.net Mon Jul 6 01:42:53 2015 From: mark at msapiro.net (Mark Sapiro) Date: Sun, 05 Jul 2015 23:42:53 -0000 Subject: [Bug 1471617] Re: Member removal via the web admin UI is not logged. References: <20150705232333.9364.49806.malonedeb@gac.canonical.com> Message-ID: <20150705234253.9507.81430.launchpad@gac.canonical.com> ** Description changed: - A list admin can remove a member or members via the admin web UI - Membership Management... Membership List unsub box or Mass Removal - page. Such removals should be logged in Mailman's subscribe log. + These removals are in fact logged. I saw one case of non-logging, but I + can't duplicate it. ** Changed in: mailman Status: In Progress => Invalid ** Changed in: mailman Milestone: 2.1.21 => None -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1471617 Title: Member removal via the web admin UI is not logged. To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1471617/+subscriptions From my_list_address at yahoo.no Mon Jul 20 17:47:42 2015 From: my_list_address at yahoo.no (Mla) Date: Mon, 20 Jul 2015 15:47:42 -0000 Subject: [Bug 1476298] [NEW] User-options available for digest despite this option unavailable Message-ID: <20150720154742.11174.60883.malonedeb@wampee.canonical.com> Public bug reported: When message digests are disabled by the administrator ("Edit_digestable") the user option page for turning digests on is still available. It should be removed when it's no longer available to avoid any confusion. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1476298 Title: User-options available for digest despite this option unavailable To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1476298/+subscriptions From mark at msapiro.net Mon Jul 20 18:22:55 2015 From: mark at msapiro.net (Mark Sapiro) Date: Mon, 20 Jul 2015 16:22:55 -0000 Subject: [Bug 1476298] Re: User-options available for digest despite this option unavailable References: <20150720154742.11174.60883.malonedeb@wampee.canonical.com> Message-ID: <20150720162256.11141.68092.launchpad@wampee.canonical.com> ** Changed in: mailman Importance: Undecided => Low ** Changed in: mailman Status: New => Triaged ** Changed in: mailman Milestone: None => 2.1.21 ** Changed in: mailman Assignee: (unassigned) => Mark Sapiro (msapiro) -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1476298 Title: User-options available for digest despite this option unavailable To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1476298/+subscriptions From mark at msapiro.net Tue Jul 21 04:59:18 2015 From: mark at msapiro.net (Mark Sapiro) Date: Tue, 21 Jul 2015 02:59:18 -0000 Subject: [Bug 1476298] Re: User-options available for digest despite this option unavailable References: <20150720154742.11174.60883.malonedeb@wampee.canonical.com> Message-ID: <20150721025919.25485.12074.launchpad@chaenomeles.canonical.com> ** Changed in: mailman Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1476298 Title: User-options available for digest despite this option unavailable To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1476298/+subscriptions From 1476298 at bugs.launchpad.net Tue Jul 21 04:59:20 2015 From: 1476298 at bugs.launchpad.net (Launchpad Bug Tracker) Date: Tue, 21 Jul 2015 02:59:20 -0000 Subject: [Bug 1476298] Re: User-options available for digest despite this option unavailable References: <20150720154742.11174.60883.malonedeb@wampee.canonical.com> Message-ID: <20150721025921.18089.90803.launchpad@ackee.canonical.com> ** Branch linked: lp:mailman/2.1 -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1476298 Title: User-options available for digest despite this option unavailable To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1476298/+subscriptions From 1156940 at bugs.launchpad.net Wed Jul 29 20:54:16 2015 From: 1156940 at bugs.launchpad.net (Abhilash Raj) Date: Wed, 29 Jul 2015 18:54:16 -0000 Subject: [Bug 1156940] Re: Logging in with Persona displays login name as weird hex References: <20130319010400.10848.98996.malonedeb@wampee.canonical.com> Message-ID: <20150729185416.1912.90610.malone@soybean.canonical.com> This has been already fixed. ** Changed in: postorius Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to Postorius. https://bugs.launchpad.net/bugs/1156940 Title: Logging in with Persona displays login name as weird hex To manage notifications about this bug go to: https://bugs.launchpad.net/postorius/+bug/1156940/+subscriptions From 889829 at bugs.launchpad.net Fri Jul 31 23:02:27 2015 From: 889829 at bugs.launchpad.net (Abhilash Raj) Date: Fri, 31 Jul 2015 21:02:27 -0000 Subject: [Bug 889829] Re: setup takes zope interface 3.5.1, but needs 3.8.0 References: <20111113134904.27435.80451.malonedeb@gac.canonical.com> Message-ID: <20150731210227.6196.11159.malone@gac.canonical.com> No more an issue! -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/889829 Title: setup takes zope interface 3.5.1, but needs 3.8.0 To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/889829/+subscriptions