summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
|/ / | | | | | | is created by ``mailman start``. (LP: #1411435)
* | 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-0444-110/+87
| |
* | Bump copyright years.Barry Warsaw2015-01-04330-331/+331
| |
* | Merge the Python 3 branch.Barry Warsaw2015-01-04370-2946/+2698
|\ \
| * | * ``$cwd`` is now an additional substitution variable for the ``mailman.cfg``Barry Warsaw2015-01-0314-32/+477
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | file's ``[paths.*]`` sections. A new ``[paths.here]`` section is added, which puts the ``var_dir`` in ``$cwd``. It is made the default layout. * You can now view the contents of, inject messages into, and delete messages from the various queue directories via the ``<api>/queues`` resource. Also: inject_message() and inject_text() now return the filebase of the file injected into the queue directory.
| * | 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
| | | | | | | | | | | | | | | | | | file, and improve the error message when an expansion loop is found. With the `[mailman]layout: dev` path setting, put $var_dir relative to the mailman.cfg file.
| * | 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
| | | | | | | | | | | | | | | | | | | | | `mailman info` after first install and we're creating the var dir), we still need to post-process so we get the UPPERCASE_DIR variables. Fix an UnboundNameError in the error printing.
| * | Fix the passing of certain essential environment variables down from theBarry Warsaw2015-01-022-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | `mailman` foreground command, through the `master` command and to the `runner` command. Specifically, to ensure that all agree on $VAR_DIR, we ahve to set MAILMAN_VAR_DIR in the environment that `runner` gets. Also, so that all agree on the same configuration, always pass -C pointing explicitly to the cfg file that the `mailman` command sees.
| * | Bump version.Barry Warsaw2014-12-301-1/+1
| | |
| * | Documentation cleanup.Barry Warsaw2014-12-301-0/+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
| | | | | | | | | | | | | | | | | | | | | | | | | | | ``/3.0/system/configuration/<section>``. This returns a dictionary with the keys being the section's variables and the values being their value from ``mailman.cfg`` as verbatim strings. You can get a list of all section names via ``/3.0/system/configuration`` which returns a dictionary containing the ``http_etag`` and the section names as a sorted list under the ``sections`` key. The system configuration resource is read-only.
| * | Deprecate <api>/system path in favor of <api>/system/versions.Barry Warsaw2014-12-264-13/+34
| | |
| * | Remove huge amounts of now unnecessary file boilerplate.Barry Warsaw2014-12-22305-1378/+338
| | |
| * | Update the setup.py, tox.ini, template.py and documentation for the switch toBarry Warsaw2014-12-224-36/+30
| | | | | | | | | | | | Python 3.
| * | Trunk merge.Barry Warsaw2014-12-2225-137/+750
| |\ \
| * | | Another test cleansing.Barry Warsaw2014-12-211-6/+6
| | | |
| * | | Don't propagate flufl.lock logger to its root, which prevents test suite spewBarry Warsaw2014-12-211-0/+3
| | | | | | | | | | | | | | | | to the console.
| * | | Clean up a SA warning.Barry Warsaw2014-12-211-2/+2
| | | |
| * | | Refactor subject-prefix handler out of cook-headers handler and make all testsBarry Warsaw2014-12-217-177/+356
| | | | | | | | | | | | | | | | pass.
| * | | Move internationalized digest tests to unittests.Barry Warsaw2014-12-203-199/+101
| | | |
| * | | Only convert payload if it's bytes.Barry Warsaw2014-12-181-11/+10
| | | |
| * | | Fix the digest.rst doctest.Barry Warsaw2014-12-181-2/+4
| | | |
| * | | One more test fixed.Barry Warsaw2014-12-181-2/+2
| | | |
| * | | Use universal_newlines in Python 3 to get unicode output. Fixes common.rstBarry Warsaw2014-12-171-1/+1
| | | |
| * | | Fix subject-munging.rstBarry Warsaw2014-12-171-14/+12
| | | |
| * | | Fix test_bounces.Barry Warsaw2014-12-171-1/+1
| | | |
| * | | Fix test_bounces.Barry Warsaw2014-12-171-2/+2
| | | |
| * | | Fix the administrivia rule.Barry Warsaw2014-12-171-1/+1
| | | |
| * | | Fix the NNTP errorsBarry Warsaw2014-12-172-4/+5
| | | |
| * | | Fix LMTP runner tests.Barry Warsaw2014-12-172-47/+44
| | | |
| * | | Fix mta and lmtp tests.Barry Warsaw2014-12-177-45/+78
| | | |
| * | | test_import passes.Barry Warsaw2014-12-162-12/+17
| | | |
| * | | Fix some of the import tests. Python 2 str types seem to always unpickle asBarry Warsaw2014-12-162-38/+45
| | | | | | | | | | | | | | | | str types in Python 3.
| * | | Make sure that TestConfigurationErrors doesn't break global state.Barry Warsaw2014-12-162-4/+19
| | | |
| * | | Pass all command tests.Barry Warsaw2014-12-154-9/+4
| | | |
| * | | app/docs and app.tests all pass now.Barry Warsaw2014-12-155-9/+14
| | | |
| * | | More test repair.Barry Warsaw2014-12-158-21/+21
| | | |
| * | | Core tests pass.Barry Warsaw2014-12-156-11/+11
| | | |
| * | | All the REST tests pass.Barry Warsaw2014-12-1515-71/+109
| | | |
| * | | Lots of REST test fixes.Barry Warsaw2014-12-156-20/+20
| | | |
| * | | Two more REST tests passing.Barry Warsaw2014-12-153-9/+9
| | | |