[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-04-02 Thread brian_carpenter
https://mariadb.com/kb/en/why-is-order-by-in-a-from-subquery-ignored/ is saying it is not a bug so I doubt SQLAlchemy will think it is. We just switched over to PostgreSQL with very little problem so it is no longer an issue. Stay healthy Steve! Brian

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-04-01 Thread brian_carpenter
Abhilash Raj wrote: > Find Member's API, but if the roster API is returning non-sorted list, I > think I agree > with Steve here, I don't see anything wrong in the Mailman code. So you disagree with Goran's findings here? We just switched over to Postgresql and the alphabetically sorting is now

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-04-01 Thread brian_carpenter
Alphabetically in regards to email address. We are using MySQL on the development server instead of Postgresql. We tried different versions of SQLAlchemy as well. Same results. ___ Mailman-Developers mailing list -- mailman-developers@python.org To

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-04-01 Thread brian_carpenter
Just to add some additional information: 1. List owners/moderators are being sorted alphabetically. Just not list members/users. 2. Mailing Lists are being sorted alphabetically. Just not list members/users. 3. Using MySQL as the backend database.

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-03-31 Thread brian_carpenter
Any online developers that can help out with this? It would be helpful. Brian ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-03-31 Thread brian_carpenter
Any online developers that can help out with this? It would be helpful. Brian ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] The Viewing of Private Archives (Hyperkitty)

2020-03-16 Thread brian_carpenter
List members (subscribers) who are not verified users of Django/Hyperkitty are unable to view private archives, is that correct? If yes then the following message in Hyperkitty should be reworded as it is confusing: "This mailing list is private. You must be subscribed to view the archives. "

[Mailman-Developers] Question regarding Indexting

2020-03-16 Thread brian_carpenter
I have some questions about MM3 Indexing. I am using Xapian as the search engine. 1. I first tested it on a small archive of 3 messages: /opt/mailman/mm/bin/django-admin update_index_one_list t...@subdomain-lists.com It said "Indexing 3 emails". I assume that is good and then it stopped. No

[Mailman-Developers] Some questions for the Domains page

2020-03-16 Thread brian_carpenter
I have some questions for the Domains page of Postorius. 1. What intended audience is this page for? The server owner? 2. This brings up a follow up question. We have list owners, list members, and list users. What is the title for the superuser account that has the permissions to add/remove

[Mailman-Developers] Using REST api to subscribe member

2020-03-11 Thread brian_carpenter
I have a development server that only has Mailman core installed on it. I used a virtual environment to do the installation but I did not install Postorius or Hyperkitty as I am currently working on developing a custom u.i. for Mailman 3. My programmer said the following: "I have a problem

[Mailman-Developers] Screen Shots of Affinity

2020-03-09 Thread brian_carpenter
Made it through the first week of development of Affinity. A decent amount of progress was made today. Here is a preliminary screenshot of the login page for Affinity: https://static.emwd.com/uploads/2020/03/affinity_login-1030x728.png Let me know what you think. I will be posting screen shots

[Mailman-Developers] Re: New Admin Interface for Mailman 3

2020-03-06 Thread brian_carpenter
Thanks Abhilash. Will do. Hopefully I can share a screen shot sometime next week of the progress being made. Brian ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] Re: New Admin Interface for Mailman 3

2020-03-06 Thread brian_carpenter
Abhilash Raj wrote: > > IIUC, what Brian needs is basically an ability to create "List Styles" in > the web ui instead of having to make a code change for that purpose. > Templates are mostly meant for emails sent out via Mailman in response to > various events. Exactly. It would be great for the

[Mailman-Developers] Re: New Admin Interface for Mailman 3

2020-03-02 Thread brian_carpenter
Andrew Bernard wrote: > Hello Brian, > Bravo. I applaud this initiative. > Not that you may be concerned, perhaps, but Affinity is the name of a > very popular and excellent Photoshop alternative. They obviously don't > own the name, but you are always going to sort well below them in > terms of

[Mailman-Developers] Re: New Admin Interface for Mailman 3

2020-03-02 Thread brian_carpenter
>> Before any details, I'll say the core developers applaud this effort. > Though we'd like to think Postorius and HyperKitty are great as far as > they go, we've always believed that there are many uses cases for > Mailman they can't serve well. That includes but is not limited to > close

[Mailman-Developers] New Admin Interface for Mailman 3

2020-03-01 Thread brian_carpenter
Hello everyone. I have been a long time supporter of Mailman 2 and now 3. Most of my experience with Mailman has been as a service provider that offers managed mailman hosting both for version 2 and 3. I do have the benefit of a decade+ of insight into the use of Mailman from a list admin,