Changeset 3055
- Timestamp:
- 06/05/11 22:00:04 (12 years ago)
- Location:
- plugins/atReply
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/atReply/_admin.php
r3033 r3055 3 3 # 4 4 # This file is part of @ Reply, a plugin for Dotclear 2 5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns5 # Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 6 6 # 7 7 # @ Reply is free software; you can redistribute it and/or -
plugins/atReply/_define.php
r3049 r3055 3 3 # 4 4 # This file is part of @ Reply, a plugin for Dotclear 2 5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns5 # Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 6 6 # 7 7 # @ Reply is free software; you can redistribute it and/or … … 32 32 /* Description*/ 'Easily reply to comments', 33 33 /* Author */ 'Moe (http://gniark.net/) append extension by buns.fr', 34 /* Version */ '1.6. 4',34 /* Version */ '1.6.5', 35 35 /* Permissions */ 'usage,contentadmin' 36 36 ); -
plugins/atReply/_install.php
r3049 r3055 3 3 # 4 4 # This file is part of @ Reply, a plugin for Dotclear 2 5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns5 # Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 6 6 # 7 7 # @ Reply is free software; you can redistribute it and/or … … 31 31 $m_version = $core->plugins->moduleInfo('atReply','version'); 32 32 33 # On lit la version du plugin dans la table des versions 34 $i_version = $core->getVersion('atReply'); 35 36 # La version dans la table est supérieure ou égale à 37 # celle du module, on ne fait rien puisque celui-ci 38 # est installé 39 if (version_compare($i_version,$m_version,'>=')) { 40 return; 41 } 42 33 43 # delete this setting which was saved in the wrong namespace 34 44 $core->con->execute('DELETE FROM '.$core->prefix.'setting '. … … 37 47 38 48 # La procédure d'installation commence vraiment là 39 $core->setVersion(' subscribeToComments',$m_version);49 $core->setVersion('atReply',$m_version); 40 50 41 51 return true; -
plugins/atReply/_public.php
r3049 r3055 3 3 # 4 4 # This file is part of @ Reply, a plugin for Dotclear 2 5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns5 # Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 6 6 # 7 7 # @ Reply is free software; you can redistribute it and/or -
plugins/atReply/index.php
r3049 r3055 3 3 # 4 4 # This file is part of @ Reply, a plugin for Dotclear 2 5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns5 # Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 6 6 # 7 7 # @ Reply is free software; you can redistribute it and/or
Note: See TracChangeset
for help on using the changeset viewer.