summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | * When deleting a user object, make sure their preferences are also deleted.Barry Warsaw2015-03-206-8/+52
|/ / / /
* | | | * ``mailman lists --domain`` was not properly handling its arguments. GivenBarry Warsaw2015-03-134-5/+74
|\ \ \ \
| * | | | list searching by domain fixedManish Gill2013-04-091-1/+1
* | | | | Documentation fixes, given by Abhilash Raj.Barry Warsaw2015-03-1318-57/+53
|\ \ \ \ \
| * | | | | change bin/mailman to mailman everwhere in docsAbhilash Raj2015-03-1219-53/+53
* | | | | | * When trying to subscribe an address to a mailing list through the REST APIBarry Warsaw2015-03-134-15/+94
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | LP: #1425359: Elaborate on how email addresses with mixed case can subscribeBarry Warsaw2015-03-133-15/+91
| |\ \ \ \ \
| | * | | | | Fixed the issue #1425359 and wrote corresponding tests.black-perl ankprashar@gmail.com2015-03-042-1/+10
| |/ / / / /
* | | | | | Fix a read used during the PostgreSQL tests.Barry Warsaw2015-03-091-2/+2
|\ \ \ \ \ \
| * | | | | | fix mailman_extra_testing_cfg encoding errorAbhilash Raj2015-03-101-2/+2
| |/ / / / /
* / / / / / copybump should ignore .git directories. This isn't currently relevant forBarry Warsaw2015-03-091-0/+1
|/ / / / /
* | | | | Doc fixes given by Abhilash Raj.Barry Warsaw2015-03-021-2/+2
|\ \ \ \ \
| * | | | | no need of sudo in venvAbhilash Raj2015-02-181-2/+2
* | | | | | Move some old bin scripts to a holding tank.Barry Warsaw2015-03-0210-0/+0
|/ / / / /
* | | | | * Member resource JSON now include the ``member_id`` as a separate key.Barry Warsaw2015-02-134-1/+55
* | | | | * A new API is provided to support non-production testing infrastructures,Barry Warsaw2015-02-137-3/+181
* | | | | Fix some test output.Barry Warsaw2015-02-111-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Don't hardcode the Python versionAurélien Bompard2015-02-111-1/+1
|/ / / /
* | | | * When deleting a user via REST, make sure all linked addresses are deleted.Barry Warsaw2015-02-094-71/+122
* | | | * You can now DELETE an address. If the address is linked to a user, theBarry Warsaw2015-02-054-0/+79
* | | | * When creating a user with an email address, do not create the user recordBarry Warsaw2015-02-054-1/+77
| |_|/ |/| |
* | | alembic documentation change.Barry Warsaw2015-01-281-1/+2
|\ \ \ | | |/ | |/|
| * | small documentation changeAbhilash Raj2015-01-271-1/+2
|/ /
* | Python 2 -> 3 migration.Barry Warsaw2015-01-201-0/+60
* | * Improve the documentation describing how to run Alembic to add new schemaBarry Warsaw2015-01-204-38/+64
|\ \
| * | Update the documentationAbhilash Raj2015-01-171-35/+24
| * | Add how to migrate in DATABASE.rstAbhilash Raj2015-01-131-0/+23
| * | fix for migration autogeneration using alembicAbhilash Raj2015-01-101-2/+7
* | | Fix autonumbering in style guide.Barry Warsaw2015-01-201-1/+1
* | | * Fix calculation of default configuration file to use when the ``$var_dir``Barry Warsaw2015-01-202-5/+19
|/ /
* | We don't need the lazr.config workaround any more.Barry Warsaw2015-01-051-13/+2
* | We don't need the 'six' package any more.Barry Warsaw2015-01-0445-111/+87
* | Bump copyright years.Barry Warsaw2015-01-04333-334/+334
* | Merge the Python 3 branch.Barry Warsaw2015-01-04375-2960/+2709
|\ \
| * | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-0314-32/+477
| * | Correct a comment.Barry Warsaw2015-01-021-2/+2
| * | Add NEWS.Barry Warsaw2015-01-021-0/+13
| * | Add $cfg_file as an expansion variable for relative paths in the mailman.cfgBarry Warsaw2015-01-022-8/+16
| * | Python 3.4 has no sys.exc_clear()Barry Warsaw2015-01-021-6/+0
| * | Even if we're not loading a user-defined mailman.cfg file (i.e. the user ranBarry Warsaw2015-01-022-6/+9
| * | Fix the passing of certain essential environment variables down from theBarry Warsaw2015-01-022-8/+16
| * | Bump version.Barry Warsaw2014-12-301-1/+1
| * | Documentation cleanup.Barry Warsaw2014-12-302-1/+1
| * | Prep for release.Barry Warsaw2014-12-291-1/+1
| * | * You can access the system configuration via the resource pathBarry Warsaw2014-12-2611-17/+257
| * | Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-264-13/+34
| * | Update coverage.iniBarry Warsaw2014-12-231-1/+1
| * | Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-22306-1381/+339
| * | Update the setup.py, tox.ini, template.py and documentation for the switch toBarry Warsaw2014-12-227-49/+35
| * | Trunk merge.Barry Warsaw2014-12-2225-137/+750
| |\ \