Dotclear

Changeset 3400


Ignore:
Timestamp:
10/23/16 20:06:09 (7 years ago)
Author:
JcDenis
Message:

lastBlogUpdate 2016.10.24

  • Mixed svn and hg releases
  • Updated year and links
Location:
plugins/lastBlogUpdate
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • plugins/lastBlogUpdate/CHANGELOG

    r3338 r3400  
     1lastBlogUpdate 2016.10.24 
     2=========================================================== 
     3 * Mixed svn and hg releases 
     4 * Updated year and links 
     5 
    16lastBlogUpdate 2015.01.29 - Pierre Van Glabeke 
    27=========================================================== 
  • plugins/lastBlogUpdate/_admin.php

    r3338 r3400  
    44# This file is part of lastBlogUpdate, a plugin for Dotclear 2. 
    55#  
    6 # Copyright (c) 2009-2013 Jean-Christian Denis and contributors 
    7 # contact@jcdenis.fr http://jcd.lv 
     6# Copyright (c) 2009-2016 Jean-Christian Denis and contributors 
     7# contact@jcdenis.fr http://jcdenis.net 
    88#  
    99# Licensed under the GPL version 2.0 license. 
  • plugins/lastBlogUpdate/_define.php

    r3338 r3400  
    44# This file is part of lastBlogUpdate, a plugin for Dotclear 2. 
    55#  
    6 # Copyright (c) 2009-2013 Jean-Christian Denis and contributors 
    7 # contact@jcdenis.fr http://jcd.lv 
     6# Copyright (c) 2009-2016 Jean-Christian Denis and contributors 
     7# contact@jcdenis.fr http://jcdenis.net 
    88#  
    99# Licensed under the GPL version 2.0 license. 
     
    2626     "Jean-Christian Denis, Pierre Van Glabeke", 
    2727     /* Version */ 
    28      '2015.01.29', 
     28     '2016.10.24', 
    2929     array( 
    3030          'permissions' => 'usage,contentadmin', 
    3131          'type' => 'plugin', 
    32           'dc_min' => '2.6', 
     32          'dc_min' => '2.10', 
    3333          'support' => 'http://lab.dotclear.org/wiki/plugin/lastBlogUpdate', 
    3434          'details' => 'http://plugins.dotaddict.org/dc2/details/lastBlogUpdate' 
  • plugins/lastBlogUpdate/_public.php

    r3338 r3400  
    44# This file is part of lastBlogUpdate, a plugin for Dotclear 2. 
    55#  
    6 # Copyright (c) 2009-2013 Jean-Christian Denis and contributors 
    7 # contact@jcdenis.fr http://jcd.lv 
     6# Copyright (c) 2009-2016 Jean-Christian Denis and contributors 
     7# contact@jcdenis.fr http://jcdenis.net 
    88#  
    99# Licensed under the GPL version 2.0 license. 
     
    2424     global $core; 
    2525 
     26     # offline mod 
    2627     if ($w->offline) 
    2728          return; 
     
    9495 
    9596     # Display 
    96           $res = 
    97           ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
    98           '<ul>'.$blog.$post.$comment.$media.$addons.'</ul>'; 
     97     $res = 
     98     ($w->title ? $w->renderTitle(html::escapeHTML($w->title)) : ''). 
     99     '<ul>'.$blog.$post.$comment.$media.$addons.'</ul>'; 
    99100 
    100           return $w->renderDiv($w->content_only,'lastblogupdate '.$w->class,'',$res); 
     101     return $w->renderDiv($w->content_only,'lastblogupdate '.$w->class,'',$res); 
    101102} 
  • plugins/lastBlogUpdate/_widgets.php

    r3338 r3400  
    44# This file is part of lastBlogUpdate, a plugin for Dotclear 2. 
    55#  
    6 # Copyright (c) 2009-2013 Jean-Christian Denis and contributors 
    7 # contact@jcdenis.fr http://jcd.lv 
     6# Copyright (c) 2009-2016 Jean-Christian Denis and contributors 
     7# contact@jcdenis.fr http://jcdenis.net 
    88#  
    99# Licensed under the GPL version 2.0 license. 
     
    138138          '' 
    139139     ); 
    140      $w->lastblogupdate->setting('offline',__('Offline'),0,'check'); 
     140     $w->lastblogupdate->setting( 
     141          'offline', 
     142          __('Offline'), 
     143          0, 
     144          'check' 
     145     ); 
    141146} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map