misc bugfixes + attempt to really separate lists from the rest
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Fri, 3 Dec 2004 16:43:30 +0000 (16:43 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:27 +0000 (23:26 +0200)
commita5be2bda80d0a471cc9abf31a751c694e284b107
tree0774093df85f1f397c01f464ce914ca99e926b39
parent7b2709c42acf2d32ee13326c7b7af1af990ffdec
misc bugfixes + attempt to really separate lists from the rest

* Banana :
    - show formular even after entering the password.

* Mail :
    - already add MailCOnfig because we really need to make @polytechnique.org disappear everywhere
      and make use of $globals->mail->domain instead.

* NewsLetter :
    - use globals->mail->domain

* Lists :
    - Make it a separate module : really ok for the php part.  Needs work for the rpc, but I cannot test atm.

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-34
33 files changed:
bin/devel/lists.foreach_template.py [moved from bin/mailman/foreach_template.py with 100% similarity]
bin/lists.mhonarc_by_month.pl [moved from bin/mailman/mhonarc_by_month.pl with 100% similarity]
bin/lists.mhonarc_pipe.sh [moved from bin/mailman/mhonarc_pipe.sh with 100% similarity]
bin/lists.rpc.py [moved from bin/mailman/mailman-rpc.py with 100% similarity]
hooks/core/lists.inc.php [new file with mode: 0644]
hooks/core/newsletter.inc.php
htdocs/inscription/step4.php
htdocs/listes/admin.php
htdocs/listes/archives.php
htdocs/listes/check.php
htdocs/listes/delete.php
htdocs/listes/index.php
htdocs/listes/members.php
htdocs/listes/moderate.php
htdocs/listes/options.php
htdocs/listes/soptions.php
htdocs/listes/trombi.php
htdocs/login.php
include/conf.d/lists.globals.inc.php
include/conf.d/lists.menu.inc.php [new file with mode: 0644]
include/conf.d/mail.globals.inc.php [new file with mode: 0644]
include/conf.d/tmp.menu.inc.php
include/lists.inc.php [new file with mode: 0644]
include/newsletter.inc.php
include/user.func.inc.php
install.d/banana/README
install.d/lists/README [new file with mode: 0644]
install.d/lists/files
install.d/lists/platal.mrc
install.d/platal-dev/files
templates/confbanana.tpl
templates/newsletter/index.tpl
upgrade/0.9.3/update.sh