Changeset 3354
- Timestamp:
- 02/06/15 19:39:07 (8 years ago)
- Location:
- plugins/myfavicon
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/myfavicon/CHANGELOG
r3285 r3354 1 v0.8 06-02-2015 - Pierre Van Glabeke 2 * suppression icône 3 1 4 2013-12-30 Pierre Van Glabeke 2 3 * compatibilité dc2.6 5 * Compatibilité dc2.6 4 6 5 7 2008-04-21 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 6 7 * Show a warning in HTML code if favicon mimetype is bad 8 * Show a warning in HTML code if favicon mimetype is bad 8 9 9 10 2008-04-21 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 10 11 * Formating changelog 12 * Erase cache directory during installation 11 * Formating changelog 12 * Erase cache directory during installation 13 13 14 14 2008-04-06 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 15 16 * Option "Compatibilité Internet Explorer 6" 17 * Oubli d'une traduction : corrigé 15 * Option "Compatibilité Internet Explorer 6" 16 * Oubli d'une traduction : corrigé 18 17 19 18 2008-04-06 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 20 21 * Traduction en français 19 * Traduction en français 22 20 23 21 2008-04-05 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 24 25 * Un formulaire de configuration dans les préférences du blog est disponible 22 * Un formulaire de configuration dans les préférences du blog est disponible 26 23 27 24 2008-04-05 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 28 29 * La détection du type d'icône se fait automatiquement 25 * La détection du type d'icône se fait automatiquement 30 26 31 27 2008-04-05 Oleksandr Syenchuk <sacha@xn--phnix-csa.net> 32 33 * Première version paramètrable dans about:config 28 * Première version paramètrable dans about:config -
plugins/myfavicon/_define.php
r3285 r3354 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */1 <?php 2 2 /***************************************************************\ 3 3 * This is 'My Favicon', a plugin for Dotclear 2 * … … 20 20 /* Description*/ "Add a customized favicon to your blog", 21 21 /* Author */ "Oleksandr Syenchuk, Pierre Van Glabeke", 22 /* Version */ '0. 7',22 /* Version */ '0.8', 23 23 /* Properties */ 24 24 array( -
plugins/myfavicon/_install.php
r3285 r3354 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */1 <?php 2 2 /***************************************************************\ 3 3 * This is 'My Favicon', a plugin for Dotclear 2 * -
plugins/myfavicon/_public.php
r3285 r3354 1 <?php /* -*- tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */1 <?php 2 2 /***************************************************************\ 3 3 * This is 'My Favicon', a plugin for Dotclear 2 *
Note: See TracChangeset
for help on using the changeset viewer.