| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Clean up the handlers directory. | Barry Warsaw | 2016-03-25 | 28 | -248/+98 | |
| | | ||||||
| * | Clean up the email directory. | Barry Warsaw | 2016-03-24 | 3 | -29/+9 | |
| | | ||||||
| * | Clean up the database directory. | Barry Warsaw | 2016-03-24 | 25 | -156/+111 | |
| | | ||||||
| * | Clean up the core directory. | Barry Warsaw | 2016-03-24 | 32 | -367/+156 | |
| | | | | | | | | mailman/core/errors.py is gone now. We had a duplicate base exception which now always comes from mailman/interfaces/errors.py. Obsolete/unused exceptions are remove. The other exceptions are moved to better locations. | |||||
| * | Clean the config directory. | Barry Warsaw | 2016-03-24 | 4 | -78/+40 | |
| | | ||||||
| * | Clean up the commands subdirectory. | Barry Warsaw | 2016-03-24 | 29 | -300/+117 | |
| | | ||||||
| * | Clean up the chains subdirectory. | Barry Warsaw | 2016-03-24 | 15 | -131/+50 | |
| | | ||||||
| * | Clean up the bin directory. | Barry Warsaw | 2016-03-24 | 5 | -67/+37 | |
| | | ||||||
| * | Clean up of archiving subdirectory. | Barry Warsaw | 2016-03-24 | 3 | -21/+3 | |
| | | ||||||
| * | First massive round of cleanups. | Barry Warsaw | 2016-03-23 | 56 | -579/+305 | |
| | | | | | | | | | * Get rid of explicit __all__ settings and use the @public decorator. * Get rid of ^L's * Use expected_count argument for get_queue_messages() * Various code modernizations. * Other minor changes to make flake8 happy. | |||||
| * | Clean ups for merge. | Barry Warsaw | 2016-03-23 | 4 | -53/+51 | |
| | | | | | | | | | * Update some comments. * Slightly rewrite a conditional test. * Coding style fixes. * Add a convenience to get_queue_message(). * Add NEWS. | |||||
| * | Add test for checking the member display name | Aditya | 2016-03-23 | 1 | -1/+87 | |
| | | ||||||
| * | Assign the correct display name to the subscribed member | Aditya | 2016-03-23 | 1 | -1/+7 | |
| | | ||||||
| * | Closes #199 | Barry Warsaw | 2016-03-22 | 5 | -14/+65 | |
| | | | | | | New subscription requests are rejected if there is already one pending. With thanks to Anirudh Dahiya. (Closes #199) | |||||
| * | Correct spacing | Anirudh Dahiya | 2016-03-22 | 2 | -5/+5 | |
| | | ||||||
| * | Correct space in error message | Anirudh Dahiya | 2016-03-22 | 1 | -1/+1 | |
| | | ||||||
| * | Caught exception at the right place | Anirudh Dahiya | 2016-03-22 | 1 | -5/+4 | |
| | | ||||||
| * | Removed unnecessary comments | Anirudh Dahiya | 2016-03-22 | 1 | -9/+0 | |
| | | ||||||
| * | Incorporates suggested changes | Anirudh Dahiya | 2016-03-22 | 3 | -5/+28 | |
| | | ||||||
| * | Add necessary comment explaining the modification | Anirudh Dahiya | 2016-03-22 | 1 | -0/+1 | |
| | | ||||||
| * | Block duplicate Subscription requests | Anirudh Dahiya | 2016-03-22 | 1 | -1/+6 | |
| | | ||||||
| * | Updated docs | Gurkirpal | 2016-03-22 | 1 | -0/+13 | |
| | | | | | - instructions for mailman shell | |||||
| * | Remove an unused import. | Barry Warsaw | 2016-03-22 | 1 | -1/+0 | |
| | | ||||||
| * | A bit of pre-merge cleanup. | Barry Warsaw | 2016-03-22 | 5 | -29/+46 | |
| | | | | | | | | | | | | * Reorder some add_argument() parameters. * Reword some help text. * Reword some of the doctest language. * Clean up whitespace. * Minor coding style change in unittests. * Add another unittest. * Fix a docstring (not related to these change). * Add NEWS. | |||||
| * | Changed domain creation to True as default | Gurkirpal | 2016-03-22 | 3 | -6/+39 | |
| | | | | | | | Added tests for domain option Updated docs for creating list from shell | |||||
| * | Close #208 | Barry Warsaw | 2016-03-20 | 8 | -14/+169 | |
| | | | | | Don't let crashes in IArchiver plugins break handlers or runners. | |||||
| * | Document the pagination API. | Barry Warsaw | 2016-03-16 | 2 | -1/+89 | |
| | | | | | Closes #209 | |||||
| * | Remove obsolete comment. | Barry Warsaw | 2016-03-10 | 1 | -5/+0 | |
| | | ||||||
| * | Add NEWS and modify a comment. | Barry Warsaw | 2016-03-10 | 2 | -1/+3 | |
| | | ||||||
| * | Implement review suggestions | Aurélien Bompard | 2016-03-10 | 1 | -2/+2 | |
| | | ||||||
| * | Protect the approved rule against unknown charsets | Aurélien Bompard | 2016-03-10 | 2 | -7/+32 | |
| | | | | | Fixes #203 | |||||
| * | Fix cross-posting held on more than one list. | Barry Warsaw | 2016-03-08 | 8 | -67/+86 | |
| | | | | | | | | | | | | Closes #176 Also: * IMessageStore no longer raises a ValueError if the Message-ID already exists in the store; it just returns None. * The internal handle_message() function no longer takes a `preserve` argument, since messages are never removed from the IMessageStore. | |||||
| * | Fix #198 - duplicate owner subscription error | Barry Warsaw | 2016-03-05 | 3 | -1/+22 | |
| | | | | | | | Trying to subscribe an address as a list owner (or moderator or nonmember) which is already subscribed with that role produces a server error. | |||||
| * | Add AlreadySubscribedError Exception for better error message | Anirudh Dahiya | 2016-03-05 | 1 | -0/+3 | |
| | | ||||||
| * | Add NEWS and clean up. | Barry Warsaw | 2016-03-03 | 3 | -24/+31 | |
| | | ||||||
| * | Exposed goodbye_message_uri attribute through REST API. | Harshit Bansal | 2016-03-03 | 3 | -0/+40 | |
| | | ||||||
| * | NEWS. | Barry Warsaw | 2016-02-29 | 1 | -0/+2 | |
| | | ||||||
| * | Last cleanups. | Barry Warsaw | 2016-02-29 | 8 | -88/+90 | |
| | | | | | | | | | | * Remove an unused import. * Opportunistically remove ^Ls * Add a missing interface attribute. * Fix up some docstrings. * Rename a parameter in an interface for clarity. * Random code style cleanups. | |||||
| * | Refine some coding style. | Barry Warsaw | 2016-02-29 | 2 | -21/+27 | |
| | | | | | | Slightly rewrite a test so that the event subscribers are more narrow. Opportunistically remove ^L | |||||
| * | Add a test for header-matches on missing lists. | Barry Warsaw | 2016-02-29 | 3 | -15/+9 | |
| | | | | | Also: Opportunistically remove ^L for better coverage results. | |||||
| * | Review suggestions on the REST entry points | Aurélien Bompard | 2016-02-29 | 2 | -15/+24 | |
| | | | | | | - validate HeaderMatch.chain values using Action - reformat the docs | |||||
| * | Revert "Rename the HeaderMatch.chain column to action" | Aurélien Bompard | 2016-02-29 | 10 | -152/+38 | |
| | | | | | This reverts commit 703fc135dfcd496a704562ddc263aa0f4f828de9. | |||||
| * | Review suggestions: improve unit tests | Aurélien Bompard | 2016-02-29 | 3 | -25/+45 | |
| | | ||||||
| * | Review suggestions: rename the new index column to position | Aurélien Bompard | 2016-02-29 | 6 | -112/+110 | |
| | | ||||||
| * | Action-less header matches default to the site-wide antispam action | Aurélien Bompard | 2016-02-29 | 2 | -3/+50 | |
| | | | | | | Action.defer can't be used on header match links since the 'any' link that jumped to the configuration default happens before header matches. | |||||
| * | Use a better way to delete from a collection | Aurélien Bompard | 2016-02-29 | 1 | -3/+2 | |
| | | ||||||
| * | Fix test on PostgreSQL | Aurélien Bompard | 2016-02-29 | 1 | -21/+29 | |
| | | ||||||
| * | Expose the header matches in the REST API | Aurélien Bompard | 2016-02-29 | 4 | -1/+419 | |
| | | ||||||
| * | Rename the HeaderMatch.chain column to action | Aurélien Bompard | 2016-02-29 | 10 | -37/+144 | |
| | | | | | It makes it clearer what values are valid, and allows validation. | |||||
| * | Use a property for HeaderMatch.index | Aurélien Bompard | 2016-02-29 | 2 | -16/+53 | |
| | | | | | | Moving header matches up and down the stack is more transparent that way. | |||||
