summaryrefslogtreecommitdiff
path: root/Mailman/Gui/Membership.py
Commit message (Collapse)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-34/+0
|
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
|
* Update copyright years.bwarsaw2007-01-191-7/+7
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
|
* Change the category header to include ellipses as visual cues thatbwarsaw2003-06-161-1/+1
| | | | | | they have subcategories. Backport candidate.
* Update copyright years.bwarsaw2002-03-161-1/+1
|
* GetConfigInfo(): Update to the new signature, accepting category andbwarsaw2001-10-151-3/+3
| | | | | | | | subcat argument. If the category doesn't apply to this gui component, None is returned, otherwise the config list is returned. Also: Add   between the words so HTML won't break on word boundaries.
* GetConfigCategory(): Make sure the spaces between the words arebwarsaw2001-08-141-1/+1
| | | | non-breaking. Also, consistency in capitalization.
* There are the admin gui component modules, which now contain all thebwarsaw2001-07-191-0/+34
GetConfigInfo() structures that used to be in the modules one directory up.