Camille Lafitte
b096cc579d
Apache2 fait du logrotate en root:adm en 640
...
* Le cron rawstat se doit d'etre en adequation
2010-10-11 09:24:07 +00:00
Camille Lafitte
83d1d3f835
Log ftp par defaut
...
* Il est utile de sp\303\251cifier les chemins par defaut
Autrement le logrotate fait son boulot sur des fichiers vide, un peu inutile.
2010-10-01 21:14:15 +00:00
Camille Lafitte
406104b5ed
Gestion de hooks
...
* Offrir des hooks/point d'entrée dans le code d'alternc
* Un hook est fournit avec 2 arguments :
* son nom
* des data définies au cas par cas par le hook considéré
* Tout plugin peut fournir un traitement appelé par un hook en mettant un fichier '''hooks/plugin.php''' et une fonction '''plugin_hook()'''
* Exemple :
{{{
require_once('../class/hooks.php');
$hook = new hooks();
echo $hook->invoke('menu','');
}}}
* Remarque :
* Il n'y pas de gestion de cache
* L'ordre d'éxécution est uniquement alphabétique
2010-09-29 09:46:19 +00:00
mlutfy
f1f653d0fe
limite de 10 chars pour les quotas signifie qu'il est impossible d'entrer un quota de plus de 10 gigs (puisqu'on doit entrer la taille en octets), donc augmentation a 20 chars
2010-09-01 18:53:08 +00:00
mlutfy
ba48c8bc4f
ajout support TLD .coop (oops, removed forgotten debug code)
2010-08-30 20:17:00 +00:00
mlutfy
e2a3c45f1c
ajout support TLD .coop
2010-08-30 20:16:01 +00:00
Benjamin Sonntag
7f8bbe9885
session depended on magic_quotes = on ... it seems like it was the last part of the code which depend on magic_quotes. Fixes compatibility with PHP5.3 and IPv6 clients
2010-08-04 14:35:28 +00:00
Benjamin Sonntag
bced228b5e
alternc don't depend on magic_quotes ON (in fact it only depend on magic quotes for session management, which will be corrected in the next patch ...)
2010-08-04 14:33:28 +00:00
Benjamin Sonntag
5b5b16669d
the MASTER dns of a zone should be the SERVER itself, not the NS1, fixes a VERY OLD bug I had with zones not synchronized to primary.heberge.info
2010-07-29 14:42:37 +00:00
Camille Lafitte
6aa65b8408
Permettre la creation du compte admin
...
Dans certains cas php5 prend le nom de fonction pour une constante et se perd (b_b)
''' PHP Notice: Use of undefined constant mysql_connect - assumed 'mysql_connect' in /usr/share/alternc/install/newone.php on line 33'''
2010-07-29 14:37:37 +00:00
Benjamin Sonntag
f179122db4
we sort the email account list by their alias name (and by domain) in the quota list
2010-06-30 08:19:30 +00:00
Benjamin Sonntag
0dea85bd88
mise a jour des templates FR de debconf
2010-06-25 15:06:36 +00:00
Benjamin Sonntag
2da495aa25
on autorise un mail invalide pour la creation d'un membre avec force=1, permet de mettre le panel sur un domaine non qualifie. Closes #591
2010-06-24 00:23:08 +00:00
Benjamin Sonntag
22935e9b68
fin de la correction du bug. See #691
2010-06-24 00:17:20 +00:00
Benjamin Sonntag
6ddf9fe6d6
detecting access right problem in browser upload
2010-06-24 00:11:01 +00:00
Benjamin Sonntag
0cbb58153d
Lorsque l'on supprime un compte, on met les eventuels sous-comptes à lui comme createur = 2000
2010-06-23 23:33:58 +00:00
Benjamin Sonntag
05c422eaa8
On utilise set_time_limit(0) pour la suppression des gros comptes. Closes #1132
2010-06-23 23:29:42 +00:00
Benjamin Sonntag
719097e088
Par defaut, on a OUI dans 'gere-t-on vos mails', par ailleurs, un message prévient de la destruction des emails. Closes #1194
2010-06-23 23:26:10 +00:00
Benjamin Sonntag
ff10656f84
typo dans l'explication
2010-06-23 23:21:27 +00:00
Benjamin Sonntag
784081f9d9
We prevent creating a CATCHALL On the PANEL URL. Fixes #1150
2010-06-23 23:19:27 +00:00
Chantal Bernard-Putz
4bf0345088
We add the subdomains in sub_domaines_standby when we set the dns to ON. Fixes #517
2010-06-23 22:16:10 +00:00
Chantal Bernard-Putz
de5c535ac2
checkbox all/none now working
2010-06-23 21:58:44 +00:00
Chantal Bernard-Putz
aa919ee22e
correction orthographe dans traduction fr
2010-06-19 13:26:09 +00:00
Benjamin Sonntag
e0f5c03abb
adding SSLCaCertificatePath /etc/ssl/certs to allow a working certificate chain by default
2010-06-18 09:32:59 +00:00
Camille Lafitte
9f8d6510d6
Faire fonctionner saslauthd (kent1)
...
* Pour ne pas planter l'authentification smtp
2010-06-17 14:09:08 +00:00
Chantal Bernard-Putz
3f457745ad
remplacement membres par comptes Altern
2010-06-09 13:40:13 +00:00
Chantal Bernard-Putz
618383ec86
correction traduction
2010-06-09 12:40:33 +00:00
Chantal Bernard-Putz
a26245cef0
correction traduction
2010-06-09 11:53:44 +00:00
Benjamin Sonntag
49a71b9432
fixing translation
2010-06-03 11:33:26 +00:00
Benjamin Sonntag
da1ad2b3d5
The ADMIN menu (for admin only) is now on top of the menus
2010-06-03 10:54:08 +00:00
Benjamin Sonntag
4fadbfc400
bug when checking no account to delete
2010-06-03 10:52:48 +00:00
Benjamin Sonntag
20bf38d89f
moving creation of /var/backups/alternc/etc-installed.tar.gz far below, to prevent improper apache/proftpd config file change afterwards
2010-06-03 10:32:12 +00:00
Benjamin Sonntag
51abae4051
removing old styles + integrating mailman lists size spooling
2010-06-03 08:55:26 +00:00
Benjamin Sonntag
012f612964
fixing quotas_users + mailman integration in the core (for size stats only)
2010-06-03 08:41:37 +00:00
Benjamin Sonntag
83ba76704d
marche pas sous lenny, probablement pas sous squeeze ...
2010-06-02 22:43:53 +00:00
Benjamin Sonntag
d493dad2c0
stylisation du admin panel, suite
2010-06-02 22:42:03 +00:00
Benjamin Sonntag
2ad687caf2
replacing echoes and urlencode by ehe() in VALUES of forms text input fields (prevent UTF/ISO and ENTITIES hacking)
2010-06-02 22:20:39 +00:00
Benjamin Sonntag
fa67c7f53e
styling raw stats +
2010-06-02 21:39:26 +00:00
Benjamin Sonntag
5e2b944a6c
transparent background
2010-06-02 21:30:52 +00:00
Benjamin Sonntag
ebe856e8df
sql styling + missing trad
2010-06-02 18:47:39 +00:00
Benjamin Sonntag
3d1dc51b79
hta menu
2010-06-02 16:08:06 +00:00
Rémi
aa9a497002
correct type / account test
2010-06-02 13:32:19 +00:00
Chantal Bernard-Putz
120aea1456
droits bdd traduction
2010-05-27 15:42:06 +00:00
Chantal Bernard-Putz
03b2882dda
ergo pages bdd
2010-05-27 15:10:45 +00:00
Chantal Bernard-Putz
9989079a45
Texte explicatif sauvegarde bdd modif2
2010-05-27 14:01:35 +00:00
Chantal Bernard-Putz
5ab1c458f4
Texte explicatif sauvegarde bdd modif
2010-05-27 13:57:26 +00:00
Chantal Bernard-Putz
151f2a126c
Texte explicatif sauvegarde bdd
2010-05-27 13:47:27 +00:00
Camille Lafitte
0623706e4b
donner des rondeurs pour opera et safari
...
* Comme le montre http://border-radius.com/ , il est possible d'avoir des bordures arrondies pour d'autres navigateurs supportant les CSS3
2010-05-26 19:48:23 +00:00
Chantal Bernard-Putz
29bcd7cdba
Modification ergonomie
2010-05-24 15:42:21 +00:00
Chantal Bernard-Putz
63bfe88442
Modification textes de traduction
2010-05-24 12:08:10 +00:00