Posted
over 10 years
ago
by
anarcat
also fix IMAP help texts
|
Posted
over 10 years
ago
by
domi
fixed:
fixé par le commit 1af5b30
|
Posted
over 10 years
ago
by
Dominique Rousseau
Condition !== FALSE sur le while pour gerer les cas ou readdir renvoie un nom de fichier/repertoire qui est "0" et que PHP interprete du coup comme FALSE
fixes #613
|
Posted
over 10 years
ago
by
domi
Dans la fonctione _delete() de la classe bro, on a une condition écrite comme ça :
while($filename = readdir($handle)) {
MAIS si $filename contient "0" (cas d'un fichier ou répertoire nommé 0 ; pas exemple un répertoire hashé pour un cache), la
|
Posted
over 10 years
ago
by
daniche
J'ai procédé comme décrit ici.
J'ai d'abors cloné ma dedibox avec rsync, sur le clon je tente d'abord l'update squeeze -> wheezy, qui se passe bien. alternc finit cassé. Je remplace courier pad dovecot.
Mais en actualisant alternc de la 0.99
|
Posted
over 10 years
ago
by
anarcat
silence warning in piwik
|
Posted
over 10 years
ago
by
anarcat
properly deal with undefined errors
|
Posted
over 10 years
ago
by
anarcat
even more easily diffable
|
Posted
over 10 years
ago
by
anarcat
split dependencies in multiple lines to ease diffs
|
Posted
over 10 years
ago
by
anarcat
support wheezy-style /run/alternc, since /var/run is now a symlink there
|