summaryrefslogtreecommitdiff
path: root/src/mailman/commands/docs/info.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-82/+0
|
* Major terminology shift:Barry Warsaw2011-06-011-2/+2
| | | | | | | | | | | | | | | | | * Queue runners are now called just 'Runners' since several of them don't manage queue directories. * Ban the term 'qrunner' too. * The master queue runner watcher should now just be called the 'master' or the 'master runner'. * bin/qrunner -> bin/runner * mailman.qrunner log file -> mailman.runner * master-qrunner.lck -> master.lck * master-qrunner.pid -> master.pid Also: * Remove some obsolete files * Begin the .txt -> .rst renaming
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-2/+0
| | | | | | | | | | | | | | | both encrypted according to a scheme, and a bytes object. add_member(): Use encrypt_password(). cli_members: Give the user a default, user-friendly password. Of course, this will be encrypted so it can't be retrieved, but it can be reset. Passwords are stored as bytes objects, not unicode now. ConfigLayer: Set the default test password scheme to cleartext. General test repair.
* Utils.maketext() and Utils.findtext() are gone.Barry Warsaw2011-03-161-0/+1
|
* Insulate the test environment from the running environment. Sadly, the testBarry Warsaw2010-12-221-0/+4
| | | | | | ports are still hard coded. Also, 'bin/mailman info' dumps the REST root url and credentials.
* Many documentation fixes for better Sphinx output.Barry Warsaw2010-09-081-2/+3
|
* List-Post header should be retained in MIME digest messages (LP: 526143)Barry Warsaw2010-03-281-2/+2
|
* Checkpointint support for different path layouts, allowing us to optionallyBarry Warsaw2010-01-271-0/+43
| | | | | | | | support the Filesystem Hierarchy Standard. This is done through the configuration file. * add a --paths/-p option to 'bin/mailman info' * PIDFILE -> PID_FILE
* 'mailman info' command.Barry Warsaw2009-08-121-0/+35