summaryrefslogtreecommitdiff
path: root/src/mailman/styles (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright years.Barry Warsaw2013-01-014-4/+4
* * The default list style is renamed to `legacy-default` and a newBarry Warsaw2012-12-303-181/+316
* Remove mailinglist.admin_member_chunksize.Barry Warsaw2012-12-301-1/+0
* Remove mailinglist.private_roster.Barry Warsaw2012-12-301-1/+0
* Remove unused columns mailinglist.subscribe_policy,Barry Warsaw2012-12-301-3/+0
* Remove mailinglist.send_reminders column too.Barry Warsaw2012-12-301-1/+0
* * The column `mailinglist.new_member_options` was unused, and has beenBarry Warsaw2012-12-301-1/+0
* Revert the addition of the mailinglist.style_name column, as well as theBarry Warsaw2012-12-292-17/+10
* LP: #975692 phase 1Barry Warsaw2012-12-283-131/+101
* * Python 2.7 is not required. Python 2.6 is no longer officially supported.Barry Warsaw2012-10-311-18/+6
* * The link between members and the mailing lists they are subscribed to, isBarry Warsaw2012-09-041-1/+0
* A few fixes for schema migration on PostgreSQL.Barry Warsaw2012-08-201-1/+0
* * Removed obsolete `IMailingList` attribute `generic_nonmember_action.Barry Warsaw2012-08-191-1/+0
* * Fix residual references to the old `IMailingList` archive variables.Barry Warsaw2012-08-181-2/+2
* Working for SQLite:Barry Warsaw2012-07-251-1/+1
* trunk mergeBarry Warsaw2012-07-064-14/+21
|\
| * More consistency in the way post-configuration changes are processed. LessBarry Warsaw2012-07-021-0/+9
| * False rather than 0Barry Warsaw2012-05-091-1/+1
| * General code cleanup.Barry Warsaw2012-04-254-13/+11
* | - Rename the model attributes.Barry Warsaw2012-04-081-3/+3
|/
* ArchitectureBarry Warsaw2012-03-261-6/+4
* Add the OwnerPipeline, with tests, and rename some things for consistency.Barry Warsaw2012-03-231-0/+5
* Merge the Pipermail eradication branch. The scrubber is also removed.Barry Warsaw2012-03-171-1/+2
|\
| * * Pipermail has been eradicated.Barry Warsaw2012-03-161-1/+2
* | Schema change. After discussion at Pycon, we decided to change "real_name" toBarry Warsaw2012-03-151-2/+2
|/
* Clean up of style test code, along with refactoring of corner cases toBarry Warsaw2012-03-124-0/+237
* * Mailing lists get multiple chains and pipelines. For example, normalBarry Warsaw2012-03-071-4/+5
* Template indirection now also in effect for regular and digest headers andBarry Warsaw2012-03-041-14/+5
* * A welcome message is sent when the user confirms their subscription viaBarry Warsaw2012-03-041-1/+1
* * Support downloading templates by URI, including mailman:// URIs. This isBarry Warsaw2012-03-031-4/+4
* copybumpBarry Warsaw2012-01-012-2/+2
* * Implement the style manager as a utility instead of an attribute hangingBarry Warsaw2011-10-241-1/+1
* * The IMailingList attribute ``host_name`` has been renamed to ``mail_host``Barry Warsaw2011-06-161-1/+1
* * bounce_unrecognized_goes_to_list_owner -> forward_unrecognized_bounces_to Barry Warsaw2011-05-251-1/+4
* Eliminate Utils.get_pattern() and in the process, completely revampBarry Warsaw2011-02-251-2/+0
* Happy New Year.Barry Warsaw2011-01-012-2/+2
* Fairly significant change to the way member and nonmember moderation occurs.Barry Warsaw2010-12-291-2/+2
* Fix the obvious errors identified by pyflakes. Skip false positives (mostlyBarry Warsaw2010-10-082-3/+0
* Access mailing list configuration via RESTBarry Warsaw2010-08-101-0/+2
* * A start to import of Mailman 2.1 config.pck files.Barry Warsaw2010-04-051-2/+2
* Happy New Year.Barry Warsaw2010-01-012-2/+2
* Factor out most of the i18n subsystem and convert to using the flufl.i18nBarry Warsaw2009-11-151-1/+1
* De-u-literal-ify our doctests.Barry Warsaw2009-07-181-1/+1
* Refactor __import__'s into a separate utility module.Barry Warsaw2009-05-161-3/+2
* rsplit -> rpartitionBarry Warsaw2009-05-151-3/+3
* Move the Action and NewsModeration enums into their own interface files.Barry Warsaw2009-03-251-1/+2
* There are some situations where the RFC 2919 List-ID header must be explicitlyBarry Warsaw2009-03-031-4/+5
* Convert content filter and acceptable aliases away from pickle types.Barry Warsaw2009-03-031-13/+0
* acceptable_aliases are no longer a pickle.Barry Warsaw2009-02-231-1/+0
* Get rid of one_last_digest. Move this into a separate OneLastDigest table.Barry Warsaw2009-02-221-1/+0