Dotclear

Changeset 2385


Ignore:
Timestamp:
06/22/10 11:50:17 (3 years ago)
Author:
pep
Message:

Small compatibility fixes (closes #420)

Location:
plugins/memCache
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • plugins/memCache/_define.php

    r1402 r2385  
    44# This file is part of MemCache, a plugin for Dotclear 2. 
    55# 
    6 # Copyright (c) 2008-2009 Alain Vagner, Pep and contributors 
     6# Copyright (c) 2008-2010  Pep, Alain Vagner and contributors 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1010# 
    1111# -- END LICENSE BLOCK ------------------------------------ 
    12 if (!defined('DC_RC_PATH')) { return; } 
     12if (!defined('DC_RC_PATH')) return; 
    1313 
    1414$this->registerModule( 
    1515     /* Name */               "MemCache", 
    1616     /* Description*/         "Blog pages cache using memcached", 
    17      /* Author */             "Alain Vagner, Pep and contributors", 
    18      /* Version */            '1.0-beta4', 
     17     /* Author */             "Pep, Alain Vagner and contributors", 
     18     /* Version */            '1.0-RC1', 
    1919     /* Permissions */        null 
    2020); 
  • plugins/memCache/_post_config.php

    r1390 r2385  
    44# This file is part of MemCache, a plugin for Dotclear 2. 
    55# 
    6 # Copyright (c) 2008-2009 Alain Vagner, Pep and contributors 
     6# Copyright (c) 2008-2010  Pep, Alain Vagner and contributors 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
  • plugins/memCache/_prepend.php

    r982 r2385  
    44# This file is part of MemCache, a plugin for Dotclear 2. 
    55# 
    6 # Copyright (c) 2008-2009 Alain Vagner, Pep and contributors 
     6# Copyright (c) 2008-2010  Pep, Alain Vagner and contributors 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
     
    1010# 
    1111# -- END LICENSE BLOCK ------------------------------------ 
    12 if (!defined('DC_RC_PATH')) { return; } 
     12if (!defined('DC_RC_PATH')) return; 
    1313 
    1414if (!defined('DC_MC_CACHE_ENABLE')) { 
     
    4242class dcMemCacheBehaviors 
    4343{ 
    44      public static function urlHandlerServeDocument(&$result) 
     44     public static function urlHandlerServeDocument($result) 
    4545     { 
    4646          try 
     
    7070     } 
    7171      
    72      public static function publicBeforeDocument(&$core) 
     72     public static function publicBeforeDocument($core) 
    7373     { 
    7474          if (!empty($_POST)) return; 
  • plugins/memCache/class.cache.php

    r1404 r2385  
    44# This file is part of MemCache, a plugin for Dotclear 2. 
    55# 
    6 # Copyright (c) 2008-2009 Alain Vagner, Pep and contributors 
     6# Copyright (c) 2008-2010  Pep, Alain Vagner and contributors 
    77# Licensed under the GPL version 2.0 license. 
    88# See LICENSE file or 
Note: See TracChangeset for help on using the changeset viewer.

Sites map