Dotclear

Changeset 782


Ignore:
Timestamp:
02/17/09 19:15:52 (14 years ago)
Author:
Moe
Message:

Subscribe to comments 1.3-alpha3 :

  • fixed bug with default settings' localization
  • removed automatic update of settings (it should update all the blogs)
Location:
plugins/subscribeToComments
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/subscribeToComments/_define.php

    r709 r782  
    3030     /* Description*/                "Subscribe to comments", 
    3131     /* Author */                    "Moe (http://gniark.net/)", 
    32      /* Version */                   '1.3-alpha2', 
     32     /* Version */                   '1.3-alpha3', 
    3333     /* Permissions */               'admin' 
    3434); 
  • plugins/subscribeToComments/_install.php

    r709 r782  
    8484      
    8585     # serialize and encode settings 
    86      if (version_compare($i_version,'1.2.5','<')) 
     86     /*if (version_compare($i_version,'1.2.5','<')) 
    8787     { 
    8888          $values = array('account_subject','account_content', 
     
    101101               $cur->update('WHERE setting_ns = \'subscribetocomments\' '. 
    102102                    'AND setting_id = \''.$setting.'\';'); 
    103           }          
    104      } 
     103          } 
     104     }*/ 
    105105} 
    106106 
  • plugins/subscribeToComments/index.php

    r709 r782  
    287287               $('div.code').hide(); 
    288288               $('#display input[type="checkbox"]').each(function() { 
    289                     $(this).css({margin:'10px',background:'Red'}); 
     289                    $(this).css({margin:'10px'}); 
    290290                    $(this).click(function() { 
    291291                         if ($(this).attr('checked')) { 
  • plugins/subscribeToComments/lib.subscribeToComments.php

    r709 r782  
    144144     { 
    145145          global $core; 
     146           
     147          global $tags_global, $tags_account, $tags_subscribe, $tags_comment, 
     148               $tags_email; 
    146149           
    147150          $settings =& $core->blog->settings; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map