summaryrefslogtreecommitdiff
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
...
* Small tweaks to layout - better separate the unsubscribe andklm1998-12-171-8/+7
| | | | list-subscriptions headers, refine some of the text.
* Add section (in what was formerly whitespace, adjacent to theklm1998-12-171-5/+21
| | | | | | | | | | unsubscribe section) from which a subscriber can visit a list of all their subscriptions. (We're going to have to remember to tell all beta testers to put the new list templates in place over the copies in the list dirs - it's unfortunate they don't default to a central one when the lists don't have their own custom versions - and must be fixed...)
* Date: Wed, 16 Dec 1998 16:15:28 -0800klm1998-12-171-2/+2
| | | | | | | | | | | | | | | | From: Greg Stein <gstein@lyra.org> To: mailman-developers@python.org Subject: [Mailman-Developers] patch to subscribeack.txt I received a report that the welcome message is slightly misleading. I changed a couple lines in the middle to read: with the word "help" in the subject or body (don't add the quotes), and you will get back a message with instructions. Cheers, -g
* Implemented some suggestions about spacing out and clarifying the textklm1998-12-081-6/+12
| | | | a bit.
* I should have broken this up into 2 checkins because it implements onecotton1998-11-212-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix and one addition. Sorry, i realized that too late. This change adds another list conifg variable "admin_notify_mchanges", which is a boolean 0 or 1 and specifies whether or not the list admin gets notifications of subscriptions and unsubscriptions. The functions MailList.DeleteMember and MailList.ApprovedAddMember trigger the delivery if it is turned on for the list or passed in as an optional argument. This way, it is the duty of programs/code that do mass subscriptions/unsubscriptions where this notification may not be appropriate to specify that in the call to .DeleteMember or .ApprovedAddMember. There are 2 new templates, adminsubscribeack.txt and adminunsubscribeack.txt which are used in sending these notifications. Defaults.py.in has a variable "DEFAULT_ADMIN_NOTIFY_MCHANGES" which is set to 0 so that old lists will act the same by default, and the data version is up'ed to 12. versions.py sets the variable if it's not already there for a list. The config info for the admin cgi program for this new variable is set right after the variable for immediate notifications. The second change is a fix where ApprovedAddMember was calling a "self.Save()", which made mass subscribe situiations really far too slow. I removed the .Save() from there and added it to the more outer level code in the following places: bin/convert_list Mailman/ListAdmin.py Mailman/MailCommandHandler.py Mailman/Cgi/admin.py Note that since AddMember can trigger a call to ApprovedAddMember, all the places where AddMember is called needed a .Save() added as well. I need to add a call to .Save() for Mailman/Cgi/subscribe.py as well and will do that in a moment. scott
* Expanded initial references to "web" to "World Wide Web", in the hopesklm1998-11-164-6/+6
| | | | | | | that it will better cue people who aren't even familiar with the web. (Yes, there are such, and one suggested giving a bit better indication for the uninitiated...) (She happens to be my girlfriend, but i also happen to think it's a good idea.-)
* integrated g. steins's mailman reminder patch, so that listinfo.htmlcotton1998-11-101-4/+3
| | | | | | now only states that "your password will be mailed to you once a month" if the list is set to do that. scott
* Fixed a typo.cotton1998-11-051-2/+2
| | | | scott
* make finishbwarsaw1998-10-201-0/+2
|
* Changed List Administrative Password submit button to read "Let meklm1998-10-191-1/+2
| | | | in..." - default was "Submit Query", but this isn't a query...
* Include ref to new note that points out when the mailing list is anklm1998-10-191-1/+1
| | | | umbrella-type list.
* Hookin umbrella notice (empty if not an umbrella list).klm1998-10-171-1/+2
|
* made reenable.txt refer to the admin membership page instead of the listinfocotton1998-10-131-3/+3
| | | | | page for altering the member's status. scott
* Nagy's mail command end patch (add "--" as equivalent to "end" commandcotton1998-10-091-1/+1
| | | | | to stop processing of .sigs scott
* Text from the scripts/post filebwarsaw1998-08-291-0/+12
|
* Several %()s tokens were missing the trailing `s'.bwarsaw1998-08-141-2/+2
|
* With recent maketext() (wrap()) fixes, we can just append the list ofklm1998-07-231-2/+0
| | | | | pending items to the message after formatting, rather than the more complicated literal inclusion of a format string that was being used.
* Commit.klm1998-07-171-0/+9
|
* Small simplification of the text - the less run-on stuff the recipientklm1998-07-131-4/+4
| | | | has to read, the better!
* The slightly refined version of verify.txt, with attempts to smoothklm1998-07-121-7/+8
| | | | the phrasing a bit.
* Set up for new mailpasswds formatbwarsaw1998-07-061-5/+2
|
* %(hostname)s => %(requestor)sbwarsaw1998-07-061-1/+1
|
* Fixed typobwarsaw1998-07-061-1/+1
|
* (Makefile.in): use pattern matching to install all .html and .txtbwarsaw1998-07-064-5/+37
| | | | | | | | | | | files, so individual new files don't have to be explicitly added to the TEMPLATES list. (bounce.txt): New template for admin email on excessive bounces (reenable.txt): Sub-template for bounce.txt (refuse.txt): Template for submission refusal email notice
* Text for when confirmation approval is required.bwarsaw1998-06-232-1/+16
|
* Yikes! Please don't ignore everything, just the generated Makefile.bwarsaw1998-06-191-1/+1
|
* Text template files for Utils.maketext(). These replace in-filebwarsaw1998-06-1913-0/+336
| | | | triple quoted strings (TQS).
* Added a bunch of .txt templatesbwarsaw1998-06-191-1/+4
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+70
|
* Include new <MM-Disabled-Notice>, bringing prominent attention whenmailman1998-05-201-5/+8
| | | | | | the user's list delivery is disabled. Polished the intro text a slight bit.
* Whoops - title was in the wrong place.mailman1998-04-101-2/+2
|
* Preparing to package a distribution - add revision info.mailman1998-04-105-0/+5
|
* Teeny refinement of phrasing.mailman1998-04-021-2/+2
|
* Substantial refinement of the layout and items in the page to easemailman1998-04-021-12/+21
| | | | | | finding of the unsubscription mechanism (always offer users an easy way out!!), getting the password reminder, etc. - also spurred by suggestions from users.
* Some little refinements (in addition to the bigger ones in mm_html.py)mailman1998-04-021-6/+9
| | | | | | to improve the layout of the listinfo page. Much of this was spurred by suggestions from people on lists, eg having difficulty finding their way to unsubscribing.
* Reorganize form so most important thing (unsubscription) is at top,klm1998-04-021-55/+50
| | | | | password handling stuff is consolidated, and buttons say useful things.
* Adopt robin's refined layout of the options page - but with lessmailman1998-03-311-28/+76
| | | | blatant colors.
* Move the subscribe-form start/end so they perfectly bracket the table,mailman1998-03-311-21/+21
| | | | | rather than being woven within it. This should prevent more strict browser from choking on illegitemate (though orthogonal) nesting.
* Whoops, had a slightly more complete versionmailman1998-03-301-2/+4
|
* Add a font color spec for each of the header cells, so it's convenientmailman1998-03-302-9/+11
| | | | | to automatically edit it for people with different color schemes. (Eg, robin, string-sig.)
* Give subscriber-list roster section it's own form. (The user optionsklm1998-03-301-4/+6
| | | | | | | stuff is still on the subscribe form, alas, but it's just not worth creating separating cgi script until we abstract some common functionality from the roster and subscribe ones, and then it'll be easy...)
* Template for the roster of list subscribers.klm1998-03-301-0/+46
|
* Revised subscription list presentation so it is on a separate page.klm1998-03-301-40/+13
| | | | | This amounted to moving a lot of text out of this page, and using the new replacements.
* Cosmetic edit of title.mailman1998-03-271-1/+1
|
* Moved the info about the archive to the "about" section.mailman1998-03-261-4/+6
| | | | | | | Mentioned the successor subscription stuff in the using section. Changed the blue color to be identical with the new python-layout dominant sidebar blue.
* Refined robin's layout a bit, and added subscription-characteristics .mailman1998-03-241-37/+43
|
* Adapted robin friedrich's substantial refinement of the layout, usingmailman1998-03-171-107/+130
| | | | | | | | | tables with specially colored cells for nice headers, etc. (I use a very different color scheme and much refinement of the layout, but the overall form is robin's.) Would like to speed up access to this page, which may mean moving the members section offpage.
* Reordered a bit so the digests options are together, which means themailman1998-03-131-15/+16
| | | | | | | | | | | | | disable-delivery option is first, which makes sense - despite the fact that it's probably used relatively rarely, it's very important and useful when it is used, and likely to be overlooked unless people are reminded. So ok, why are i arguing?-) Also reordered buttons, in general, so the default setting comes first. Tracking the name change of "Fancy" to "MIME" (tell it like it is, no use confusing people).
* Cosmetic text changes.mailman1998-03-131-5/+5
|
* Minor cosmetic digested/non-digested title changes.mailman1998-03-091-2/+2
|