summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-1433/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Move the pending database into the SQLAlchemy/Elixir layer. The oldBarry Warsaw2007-08-011-4/+1
* More work on completing the transition to setuptools.Barry Warsaw2007-07-181-3/+2
* Major surgery to get the setuptools based installation passing all theBarry Warsaw2007-07-161-3/+7
* Other than contrib files, convert all imports of mm_cfg to imports of config.Barry Warsaw2007-07-141-52/+51
* Merge exp-elixir-branch to trunk. There is enough working to make me feelbwarsaw2007-05-281-4/+1
* Restoreing i18n in 2.2tkikuchi2007-03-011-4/+3
* Rework MailList.available_languages so that we don't need to use a PickleTypebwarsaw2007-01-181-5/+5
* Passwords done right.bwarsaw2007-01-141-5/+7
* Merged revisions 8113-8121 via svnmerge from bwarsaw2006-12-291-37/+0
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-5/+5
* Fixed admin.py so null VARHELP category is handled (1573393).msapiro2006-10-111-4/+5
* Another milestone: you can now post to lists. Converted the following to usebwarsaw2006-09-251-1/+1
* As Mark discovered, we need to load the configuration in the driver script forbwarsaw2006-09-241-1/+1
* First crack at real virtual domain support, i.e. mailing lists with the samebwarsaw2006-07-081-9/+6
* Fix a couple of typos/oversights in Barry's type and logging changes.msapiro2006-04-191-1/+1
* Remove most uses of the types module, in favor of isinstance checks againstbwarsaw2006-04-171-6/+5
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-3/+4
* Now that Python 2.3 is the minimum requirement for Mailman 2.2:bwarsaw2006-04-151-20/+12
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-1/+2
* Improving banned subscription logic to cover all invites, subscribes, address...msapiro2005-12-031-1/+4
* back porting from 2.1.6tkikuchi2005-08-281-14/+84
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* membership_options(): Email addresses must be us-ascii, but it'sbwarsaw2003-06-171-1/+3
* change_options(): Use digest_is_default for the default massbwarsaw2003-02-111-1/+1
* change_options(): Sanity check the user's selected language to be surebwarsaw2003-01-271-2/+2
* Typo fixes, "administator" -> "administrator". Closes SF #650932bwarsaw2002-12-111-3/+3
* membership_options(): A fix for bug #644950 and other problems withbwarsaw2002-12-091-29/+32
* change_options(): MMNoSuchUserError -> NotAMemberErrorbwarsaw2002-12-021-2/+2
* change_options(): Don't handle `emergency' moderation here -- it's abwarsaw2002-11-211-4/+0
* membership_options(): Don't assume the environment has QUERY_STRING.bwarsaw2002-11-181-28/+30
* change_options(): Display the fullname and address of the member justbwarsaw2002-11-161-1/+2
* show_results(): Because of some html form peculiarities, especially onbwarsaw2002-11-041-10/+5
* add_options_table_item(): Pass the elaboration tobwarsaw2002-10-281-3/+7
* add_options_table_item(), get_item_gui_value(): Pass the `extra' bitbwarsaw2002-10-191-12/+15
* membership_options(): Slight code re-arrangement so we're always surebwarsaw2002-10-041-2/+2
* change_options(): Patch by Tokio Kikuchi, we need to canonicalize thebwarsaw2002-09-181-0/+1
* membership_options(): We need to prep the user's full name into a charsetbwarsaw2002-09-171-3/+4
* change_options(): Handle the problem of when an invited user isbwarsaw2002-09-131-1/+4
* membership_options(): Searching for a member should match against thebwarsaw2002-08-151-3/+6
* options_help(): When displaying a variable detail, use the humanbwarsaw2002-08-141-1/+2
* mass_subscribe(), change_options(): Add a text box on the massbwarsaw2002-05-281-2/+12
* get_item_gui_value(): Removed an unused local variable.bwarsaw2002-05-251-1/+0
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-1/+1
* membership_options(), change_options(): The mapping of short optionsbwarsaw2002-05-021-4/+3
* showresults(), membership_options(): A nicer placement and u/i for thebwarsaw2002-03-291-14/+14
* change_options(): A kludge, but don't set the emergency attribute frombwarsaw2002-03-251-2/+4
* show_results(): Add support for the emergency hold button. Whenbwarsaw2002-03-151-24/+37
* mass_subscribe(), change_options(): Added a "subscribe or invite"bwarsaw2002-03-141-47/+66