summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Autoresponse.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-99/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-10/+10
| | | | | | | | | | | Ignore mailman.egg-info In bin/make_instance.py: Catch and ignore import errors when importing Mailman.i18n. Before this script has actually been run, there won't be enough infrastructure in place of the import to succeed. Include several other fixes in this file. Add install_requires to the setup script.
* Update copyright years.bwarsaw2007-01-191-4/+5
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* GetConfigInfo(): The -admin address is deprecated.bwarsaw2002-05-221-6/+5
|
* Use GUIBase as the base class.bwarsaw2002-02-271-46/+14
| | | | | | | | HandleForm(): Remove, obsolete API. _setValue(): New overridden method for handling the conversion from $-strings to %-strings and doing substitution variable verification. Most of the functionality is in the base class now.
* GetConfigInfo(): Update the description of the interpolation stringsbwarsaw2002-02-231-7/+56
| | | | | | | | | | | | | | | | | to not include the %()s chrome. We might be using the new experimental $-strings. This leaves the instructions with a something left to be desired, but it should be okay for now, and I don't want to add two descriptions, one for %-strings and another for $-strings. HandleForm(): We break the handling of the Autoresponse attributes into a special method which does some sanity checking on the interpolation strings. First, it checks to see if we're using the new experimental $-strings, and then depending on the style of interpolation being used, it extracts the identifiers (variables) in the string and compares them against a known valid list. Any invalid variables are flagged and the changes are discarded. If the user simply left off a trailing `s' (as in %(foo)s), then this can be corrected, but a warning is still printed.
* GetConfigInfo(): Update to the new signature, accepting category andbwarsaw2001-10-151-1/+3
| | | | | subcat argument. If the category doesn't apply to this gui component, None is returned, otherwise the config list is returned.
* GetConfigInfo(): Vizi Szilard noticed a few strings missing i18nbwarsaw2001-08-041-1/+1
| | | | markings.
* There are the admin gui component modules, which now contain all thebwarsaw2001-07-191-0/+80
GetConfigInfo() structures that used to be in the modules one directory up.