Dotclear

Changeset 3055


Ignore:
Timestamp:
06/05/11 22:00:04 (12 years ago)
Author:
Moe
Message:

@ Reply 1.6.5: fixed bug with _install.php file (closes #671)

Location:
plugins/atReply
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • plugins/atReply/_admin.php

    r3033 r3055  
    33# 
    44# This file is part of @ Reply, a plugin for Dotclear 2 
    5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns 
     5# Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 
    66# 
    77# @ Reply is free software; you can redistribute it and/or 
  • plugins/atReply/_define.php

    r3049 r3055  
    33# 
    44# This file is part of @ Reply, a plugin for Dotclear 2 
    5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns 
     5# Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 
    66# 
    77# @ Reply is free software; you can redistribute it and/or 
     
    3232  /* Description*/  'Easily reply to comments', 
    3333  /* Author */           'Moe (http://gniark.net/) append extension by buns.fr', 
    34   /* Version */               '1.6.4', 
     34  /* Version */               '1.6.5', 
    3535  /* Permissions */ 'usage,contentadmin' 
    3636); 
  • plugins/atReply/_install.php

    r3049 r3055  
    33# 
    44# This file is part of @ Reply, a plugin for Dotclear 2 
    5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns 
     5# Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 
    66# 
    77# @ Reply is free software; you can redistribute it and/or 
     
    3131$m_version = $core->plugins->moduleInfo('atReply','version'); 
    3232 
     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é 
     39if (version_compare($i_version,$m_version,'>=')) { 
     40     return; 
     41} 
     42 
    3343# delete this setting which was saved in the wrong namespace 
    3444$core->con->execute('DELETE FROM '.$core->prefix.'setting '. 
     
    3747 
    3848# La procédure d'installation commence vraiment là 
    39 $core->setVersion('subscribeToComments',$m_version); 
     49$core->setVersion('atReply',$m_version); 
    4050 
    4151return true; 
  • plugins/atReply/_public.php

    r3049 r3055  
    33# 
    44# This file is part of @ Reply, a plugin for Dotclear 2 
    5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns 
     5# Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 
    66# 
    77# @ Reply is free software; you can redistribute it and/or 
  • plugins/atReply/index.php

    r3049 r3055  
    33# 
    44# This file is part of @ Reply, a plugin for Dotclear 2 
    5 # Copyright (C) 2008,2009,2010 Moe (http://gniark.net/) and buns 
     5# Copyright (C) 2008,2009,2010,2011 Moe (http://gniark.net/) and buns 
    66# 
    77# @ Reply is free software; you can redistribute it and/or 
Note: See TracChangeset for help on using the changeset viewer.

Sites map