Commit Graph

104 Commits

Author SHA1 Message Date
Benjamin Sonntag 34899f05e6 fixing catchall badly migrated in 3.0.1 2014-03-26 17:47:00 +01:00
Alan Garcia 83733160e5 Bugfix do_actions, happy monkey was here ! 2014-03-07 12:48:16 +00:00
Steven Mondji-Lerider 2c5c290f22 Correcting upgrade script to manage catch all aliases correctly 2014-01-31 14:33:47 +00:00
Alan Garcia ee832a9386 On peux stocker et éditer des tableau dans la table des variables ! Et meme qu'on peut mettre un label ! Yepee ! 2014-01-31 13:50:15 +00:00
Alan Garcia 2b8b5e0f67 Nouvelle version pour manipulation et utilisation des variables.
Interface de visualiastion OK

TODO: 
  * php -> interface de modification
  * sql -> finir migration (strata des truc presents)
  * sql -> faire installation
2014-01-21 12:57:18 +00:00
Alan Garcia a5f1b500c4 Et si je faisait AVEC ma modif... 2013-11-06 09:41:56 +00:00
Alban Crommer 1a9d69b702 Corrige la vue alis_view pour des problemes de perfs 2013-11-06 09:28:06 +00:00
alban 763507aa65 On rebuild tout à la fin de alternc.install, pas en cours d'upgrade 2013-10-18 13:54:07 +00:00
Benjamin Sonntag 9e04ff4d81 fixing upgrade in 3.0.0~4 for /var/run 2013-10-18 08:01:34 +00:00
Alan Garcia 9c9ad3cc68 Fix pour la creation d'utilisateur 2013-10-17 09:07:56 +00:00
Nahuel Angelinetti 7034a45f61 Ajout des alter tables de la table sub_domaines
Il manque la colonne id, nécessaire à update_domaines et autres.
2013-07-24 14:49:23 +00:00
domi 1a7ffdfcce ajout d'un champ zonettl sur les domaines 2013-07-03 12:13:08 +00:00
Alan Garcia 364a97265a Fix #1500 2013-06-13 12:10:58 +00:00
Alan Garcia 76e23d1aef La table action est la bienvenue dans les upgrades 2013-05-17 16:05:39 +00:00
Steven Mondji-Lerider 659deeedd4 Bugfixing alias_view on upgrades ( cf Ticket #1489 ) 2013-05-02 08:12:24 +00:00
Benjamin Sonntag b3c19b3a9b DEBIAN COMPLIANCE big commit : fixes almost all lintian issues + complete rewrite of debian/rules (now mostly in Makefile at the root of source code) + start using POD2MAN for man pages + remove some old unused and broken tools 2013-04-23 15:11:00 +00:00
François Serman 189bb53170 modified mysql scheme for vm_history 2013-04-21 15:02:08 +00:00
François Serman db6bf24171 added table for VM requests 2013-04-21 09:27:59 +00:00
Alan Garcia a981feac88 A merger avec stable 3.0 pour les fichiers 1.0.1.php et 3.0.1.php
Quand on upgrade directement en 3.1, le panel change de répertoire, il faut pouvoir gérer les deux.
2013-03-03 11:51:23 +00:00
Steven Mondji-Lerider 11bb8920aa Updating with new panel path 2013-03-01 08:46:13 +00:00
Alan Garcia 89920d549f Permet d'activer/désactiver un compte FTP
Fix #1421
2013-03-01 07:52:50 +00:00
Steven Mondji-Lerider ed5886cb1e bugfixing : Populating the db_servers table while dbusers table is empty did not work. 2013-02-26 11:11:11 +00:00
Steven Mondji-Lerider 4cb08b34d7 boulet time 2013-02-25 09:13:18 +00:00
Steven Mondji-Lerider 70bf73c154 Applying changeset r4112 to trunk + adding a second script for adding phpmyadmin user for the upgrades that failed to add it. 2013-02-25 08:59:48 +00:00
Alan Garcia 770ccb5fb6 On peut maintenant avoir plusieurs serveurs MySQL pour les utilisateurs sur le même AlternC 2013-02-21 08:05:38 +00:00
Steven Mondji-Lerider c9529d3e42 Updating upgrade scripts names to make sure they are executed in the correct order 2013-02-18 11:16:07 +00:00
Steven Mondji-Lerider 796dc19771 Oops that never worked.. i don't even remember why i tried this 2013-02-11 17:06:51 +00:00
Benjamin Sonntag e03e6f7313 fixing upgrade script 2013-02-08 15:50:37 +00:00
Alan Garcia b33fcf78db Bug de upgrade check 2013-02-08 11:20:04 +00:00
Benjamin Sonntag 80e96bc49f fixing upgrade, telling about procmail to sieve 2013-02-08 11:14:42 +00:00
Alan Garcia b6fe519ace Oups, manquait un morceau pour gérer les domaines hyper long 2013-02-06 15:22:34 +00:00
Steven Mondji-Lerider 516f1082c0 sh builtin echo command doesn't understand -e option: replaced with /bin/echo 2013-01-30 17:32:58 +00:00
Alan Garcia 26a4171139 J'enfreind la regle. Je rajoute une feature.
A tester et valider, mais maintenant on peux reloader update_domain en un clic ;)

Quelques FIX de css, pour gérer les domaines très long et/ou les valeurs de sous domaine très longue
2013-01-28 17:05:53 +00:00
Alan Garcia 07d6b8d7a9 Gere les domaines jusqu'a 255 caractères (tld compris).
Indentation du CSS

Should fix #1428
2013-01-28 15:05:00 +00:00
Steven Mondji-Lerider 06bc5abf34 Adding a script to resync maildirs quotas used by dovecot with AlternC 3 2013-01-23 13:47:52 +00:00
Steven Mondji-Lerider daf7e5b71f Moving the upgrade processes before the database update since operations wanted to take place before the sql collumns and tables are actually up to date with the new version 2013-01-22 14:36:37 +00:00
Benjamin Sonntag 1dbd6cf68d fixing MySQL scripts to be compatible with MySQL 5.5 (see https://dev.mysql.com/doc/refman/5.0/en/create-table.html VERSUS https://dev.mysql.com/doc/refman/5.5/en/create-table.html : ENGINE = versus ENGINE|TYPE = 2012-11-28 07:07:17 +00:00
Axel ROGER 8ef3efbede I forgot to create unicity on table default_subdomaines. 2012-10-17 12:55:24 +00:00
Axel ROGER f7b4037649 Correction du bug qui créait des doublons pour la table default_subdomaines 2012-10-17 12:37:48 +00:00
Alan Garcia 1be16853e7 Pb avec les redir web installé par default
Eclaircissement sur comment doit être noté une redir web
2012-10-17 12:15:34 +00:00
Axel ROGER c76d1916ce Courier to dovecot indexes files' migration script called when upgrade required.
This script is installed in /usr/lib/alternc/
(perl script provided by wiki.dovecot.com)
2012-10-15 15:14:43 +00:00
Alan Garcia cedce69efe Changement du chemin de stockage de la conf apache.
Au lieu de stocker dans /var/alternc/apache-vhost/a/admin/www.machin.conf
On stock dans /var/alternc/apache-vhost/2/2000/www.machin.conf

Permet de résoudre le probleme de non suppression de conf apache à la 
suppression d'un membre

TODO : le backporter en 1.0.4 une fois validé.
2012-10-15 14:20:38 +00:00
Steven Mondji-Lerider 35cf90434e bugfix, forgot to remove a print_r 2012-10-11 11:58:12 +00:00
Steven Mondji-Lerider 4bbb484d00 updating sql migration script to handle the escaped wildcard 2012-10-11 10:55:11 +00:00
Steven Mondji-Lerider 77f4133722 updating sql migration script to handle the escaped wildcard 2012-10-11 10:52:37 +00:00
Steven Mondji-Lerider 5cf807eddb bugfixing 2012-09-26 12:22:10 +00:00
Steven Mondji-Lerider 9fb6c3a1c1 Modification to make the upgrade from 1.0 to 1.1 work 2012-09-26 09:41:41 +00:00
Alexis Lahouze 591ba86425 Added mail data migration. 2012-09-01 09:13:28 +00:00
Alan Garcia a3ea861b98 Les sous domaines créé automatiquement à l'ajout d'un domaine sont maintenant dynamique.
Il manque l'interface web pour gérer ça.

BUG : la création du répertoire ne se fait pas. Message d'erreur affiché en gros.
Trouvé un peut-etre bug dans le checkuserpath de function.php, ajouté un FIXME
2012-08-27 19:23:23 +00:00
Benjamin Sonntag 4a096f265c Squirrelmail CAN'T BE CONFIGURED THROUGH A PROXY, so that configuration is currently commented out. We need to find a way to run the webmail on another web host than the panel one, that's all. No other solution found. So, next step for alternc-squirrelmail is to propose a vhost from the panel index WHEN ADMIN has a 'squirrelmail' type vhost ... 2012-08-26 19:59:12 +00:00