| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
Also, add `tox -e docs`.
|
| |
|
|
| |
- instructions for mailman shell
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| |\ \
| |/
|/| |
|
| |/ |
|
| | |
|
| |
|
|
| |
Python 3.
|
| |
|
|
|
|
|
|
|
|
|
| |
test suite against PostgreSQL. See `src/mailman/docs/START.rst` for
details.
Also:
* Test fixes.
* Doc fixes.
* PostgreSQL/model fixes.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
have to manually set up the virtualenv. Second, it allows us to later create
a python3 environment for porting purposes.
Other change:
* The `mailman conf` command no longer takes the `-t/--sort` option; the
output is always sorted.
* The ``[database]migrations_path`` setting is removed.
* You no longer have to create a virtual environment separately when running
the test suite. Just use `tox`.
* The RFC 2369 headers added to outgoing messages are now added in sorted
order.
* The JSON representation `http_etag` key uses an algorithm that is
insensitive to Python's dictionary sort order.
|
| |\ |
|
| |/
|
|
|
|
|
|
|
|
|
| |
- ArchiveUIin5.rst: Add warning and pointer to "Development Setup Guide".
- ArchiveUIin5.rst: Update the HyperKitty repos to FedoraHosted.
- MTA.rst: Add some hints on Sendmail from Gary Algier.
- START.rst: Add a section Documentation to point to hosted prebuilt
documentation at PythonHosted, ReadTheDocs, and FedoraHosted.
- START.rst: Update the quick start procedure to account for common
stumbling blocks, including existing obsolete zope.interface and missing
sphinx_build command.
|
| | |
|
| |\ |
|
| | |
| |
| |
| | |
- This makes HTML references to 'START.html#contact-us' useful.
- Content is mostly the same, with addition of a reference to IRC.
|
| | | |
|
| |/
|
|
|
| |
``nose2`` test runner. See ``src/mailman/docs/START.rst`` for details on
how to build Mailman and run the test suite.
|
| | |
|
| | |
|
| |
|
|
|
| |
The code base is now also `python2.7 -3` clean, although there are still
some warnings in 3rd party dependencies. LP: #1073506
|
| | |
|
| | |
|
| |\
| |
| |
| | |
hyperkitty have been added, given by Stephen J Turnbull.
|
| |/ |
|
|
|
including site-packages in the built-out environment is what was causing
FreeBSD to fail to find the _sqlite module. As it turns out, the reason for
adding this no longer appears relevant on Ubuntu, so just remove the setting.
Fix a reference error in bin/runner.py
Rename:
* START.txt -> START.rst
* README.txt -> README.rst
|