Dotclear

Changeset 1546


Ignore:
Timestamp:
10/03/09 22:29:30 (14 years ago)
Author:
jcdubacq
Message:
  • Fix licence blocks
  • Update for DC 2.1.6: delete references in declarations
Location:
plugins/prevnext
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • plugins/prevnext/_define.php

    r1098 r1546  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # This file is part of dctranslations, a plugin for Dotclear. 
     3# This file is part of prevnext, a plugin for Dotclear. 
    44#  
    55# Copyright (c) 2009 Jean-Christophe Dubacq 
     
    1616                /* Description*/ "Contextual navigation widget", 
    1717                /* Author */     "Jean-Christophe Dubacq", 
    18                 /* Version */    '1.2.1', 
     18                /* Version */    '1.2.3', 
    1919                /* Permissions */'admin' 
    2020                ); 
  • plugins/prevnext/_prepend.php

    r1098 r1546  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # This file is part of dctranslations, a plugin for Dotclear. 
     3# This file is part of prevnext, a plugin for Dotclear. 
    44#  
    55# Copyright (c) 2009 Jean-Christophe Dubacq 
  • plugins/prevnext/_widgets.php

    r1098 r1546  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # This file is part of dctranslations, a plugin for Dotclear. 
     3# This file is part of prevnext, a plugin for Dotclear. 
    44#  
    55# Copyright (c) 2009 Jean-Christophe Dubacq 
     
    1717class prevnextWidgets 
    1818{ 
    19     public static function initWidgets(&$w) 
     19    public static function initWidgets($w) 
    2020    { 
    2121        $w->create('prevnext',__('Contextual navigation'), 
     
    2626    } 
    2727   
    28     public static function initDefaultWidgets(&$w,&$d) 
     28    public static function initDefaultWidgets($w,&$d) 
    2929    { 
    3030        $d['nav']->append($w->prevnext); 
  • plugins/prevnext/class.dc.prevnext.php

    r1098 r1546  
    11<?php 
    22# -- BEGIN LICENSE BLOCK ---------------------------------- 
    3 # This file is part of dctranslations, a plugin for Dotclear. 
     3# This file is part of prevnext, a plugin for Dotclear. 
    44#  
    55# Copyright (c) 2009 Jean-Christophe Dubacq 
     
    9191        return $rs; 
    9292    } 
    93     public static function helper($trans,$dir,$prevsign,$nextsign,&$rs) { 
     93    public static function helper($trans,$dir,$prevsign,$nextsign,$rs) { 
    9494        global $core; 
    9595        $ans=''; 
     
    108108            $core->url->getBase("post").'/'.$rs->post_url.'">'.$char.'</a>'; 
    109109    } 
    110     public static function contextualNavigation(&$w) 
     110    public static function contextualNavigation($w) 
    111111    { 
    112112        global $core; 
  • plugins/prevnext/doc/LISEZMOI.html

    r1098 r1546  
    3232faisaient de même pour Dotclear 2&beta;6 (<a hreflang="fr" 
    3333href="http://aiguebrun.adjaya.info/post/070216/Plugin-sameCat-pour-dotclear-2?tag=dotclear_2">SameCat</a>).</p> 
    34 <p class="version">La version courante de cette extension est 1.2.1 (local svn  360).</p><p class="licence">Cette extension est sous la licence <a href="http://fsffrance.org/gpl/gpl-fr.fr.html" hreflang="fr">GPL version 2.0</a>.</p> 
     34<p class="version">La version courante de cette extension est 1.2.3 (local svn  402).</p><p class="licence">Cette extension est sous la licence <a href="http://fsffrance.org/gpl/gpl-fr.fr.html" hreflang="fr">GPL version 2.0</a>.</p> 
    3535<h3>Personnalisation</h3> 
    3636<p>Bien que ce soit en projet, pas grand chose n'est prévu pour 
     
    5757</pre> 
    5858<div class="photo"><a href="/public/photos/dotclear/prevnext-public.png"><img src="/public/photos/dotclear/prevnext-public.png" alt="Widget de navigation (français)" title="Widget de navigation (français)" /></a><div class="legende">Widget de navigation (français)</div></div> 
    59 <div class="bug"><h3>Pour signaler un bug ou aider cette extension</h3><p>Le mieux est de me contacter <a href="http://jean-christophe.dubacq.fr/pages/Contact">par courrier</a> (pour un bug) ou de laisser un commentaire (pour dire que vous avez testé cette extension). En cas de mise à jour, je modifierai ce billet.</p></div><div class="changelog"><h3>Liste des changements</h3><p>Note : ce journal est non-exhaustif, généré automatiquement, en anglais, et sans doute non-informatif avant 2009.</p><ul><li>Local SVN release 360 (jcdubacq,2009-04-27)<ul> <li>Simplify plugin, refactor code, remove dead code</li> <li>Fix licence block</li> <li>Remove static templates</li> <li>Add documentation</li> <li>Update translations</li> <li>Add icon 16x16</li> </ul></li> <li>Local SVN release 168 (jcdubacq,2008-05-06)<ul> <li>Order plugins and themes</li> </ul></li> <li>Local SVN release 62 (jcdubacq,2008-02-22)<ul> <li>Evacuate everything not specific to prevnext</li> <li>Adapt internals, switch to static</li> <li>Create prevnext widget</li> </ul></li> <li>Local SVN release 43 (jcdubacq,2008-02-15)<ul> <li>Adding all other personal plugins</li> </ul></li></ul></div> 
     59<div class="bug"><h3>Pour signaler un bug ou aider cette extension</h3><p>Le mieux est de me contacter <a href="http://jean-christophe.dubacq.fr/pages/Contact">par courrier</a> (pour un bug) ou de laisser un commentaire (pour dire que vous avez testé cette extension). En cas de mise à jour, je modifierai ce billet.</p></div><div class="changelog"><h3>Liste des changements</h3><p>Note : ce journal est non-exhaustif, généré automatiquement, en anglais, et sans doute non-informatif avant 2009.</p><ul><li>Local SVN release 402 (jcdubacq,2009-10-03)<ul> <li>Fix licence blocks</li> </ul></li> <li>Local SVN release 395 (jcdubacq,2009-10-03)<ul> <li>Update for DC 2.1.6: delete references in declarations</li> </ul></li> <li>Local SVN release 360 (jcdubacq,2009-04-27)<ul> <li>Simplify plugin, refactor code, remove dead code</li> <li>Fix licence block</li> <li>Remove static templates</li> <li>Add documentation</li> <li>Update translations</li> <li>Add icon 16x16</li> </ul></li> <li>Local SVN release 168 (jcdubacq,2008-05-06)<ul> <li>Order plugins and themes</li> </ul></li> <li>Local SVN release 62 (jcdubacq,2008-02-22)<ul> <li>Evacuate everything not specific to prevnext</li> <li>Adapt internals, switch to static</li> <li>Create prevnext widget</li> </ul></li> <li>Local SVN release 43 (jcdubacq,2008-02-15)<ul> <li>Adding all other personal plugins</li> </ul></li></ul></div> 
    6060<h3>Travail restant à faire</h3> 
    6161<ul> 
  • plugins/prevnext/doc/LISEZMOI.txt

    r1098 r1546  
    2626Dotclear 2β6 ([4]SameCat). 
    2727 
    28 La version courante de cette extension est 1.2.1 (local svn 360). 
     28La version courante de cette extension est 1.2.3 (local svn 402). 
    2929 
    3030Cette extension est sous la licence [5]GPL version 2.0. 
     
    6363Note : ce journal est non-exhaustif, généré automatiquement, en anglais, et sans 
    6464doute non-informatif avant 2009. 
     65  * Local SVN release 402 (jcdubacq,2009-10-03) 
     66  + Fix licence blocks 
     67  * Local SVN release 395 (jcdubacq,2009-10-03) 
     68  + Update for DC 2.1.6: delete references in declarations 
    6569  * Local SVN release 360 (jcdubacq,2009-04-27) 
    6670  + Simplify plugin, refactor code, remove dead code 
  • plugins/prevnext/doc/README.html

    r1098 r1546  
    3131also covered this area for Dotclear 2&beta;6 (<a hreflang="fr" 
    3232href="http://aiguebrun.adjaya.info/post/070216/Plugin-sameCat-pour-dotclear-2?tag=dotclear_2">SameCat</a>).</p> 
    33 <p class="version">The current version of this plugin is 1.2.1 (local svn  360).</p><p class="licence">This plugin is licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.html" hreflang="en">GPL version 2.0</a>.</p> 
     33<p class="version">The current version of this plugin is 1.2.3 (local svn  402).</p><p class="licence">This plugin is licensed under <a href="http://www.gnu.org/licenses/gpl-2.0.html" hreflang="en">GPL version 2.0</a>.</p> 
    3434<h3>Customisation</h3> 
    3535<p>There are some pending projects about that, but it is currently very 
     
    5555</pre> 
    5656<div class="photo"><a href="/public/photos/dotclear/prevnext-public.png"><img src="/public/photos/dotclear/prevnext-public.png" alt="Navigation widget (French)" title="Navigation widget (French)" /></a><div class="legende">Navigation widget (French)</div></div> 
    57 <div class="bug"><h3>To tell me about a bug or helping this plugin</h3><p>The best way is to contact me <a href="http://jean-christophe.dubacq.fr/pages/Contact">by mail</a> (for a bug) or leave a comment (telling me you tested this extension) at the maintenance page. In case of an update, I will modify the maintenance page accordingly.</p></div><div class="changelog"><p>Note: this changelog is not complete, automatically generated and probably not even informative before 2009.</p><ul><li>Local SVN release 360 (jcdubacq,2009-04-27)<ul> <li>Simplify plugin, refactor code, remove dead code</li> <li>Fix licence block</li> <li>Remove static templates</li> <li>Add documentation</li> <li>Update translations</li> <li>Add icon 16x16</li> </ul></li> <li>Local SVN release 168 (jcdubacq,2008-05-06)<ul> <li>Order plugins and themes</li> </ul></li> <li>Local SVN release 62 (jcdubacq,2008-02-22)<ul> <li>Evacuate everything not specific to prevnext</li> <li>Adapt internals, switch to static</li> <li>Create prevnext widget</li> </ul></li> <li>Local SVN release 43 (jcdubacq,2008-02-15)<ul> <li>Adding all other personal plugins</li> </ul></li></ul></div> 
     57<div class="bug"><h3>To tell me about a bug or helping this plugin</h3><p>The best way is to contact me <a href="http://jean-christophe.dubacq.fr/pages/Contact">by mail</a> (for a bug) or leave a comment (telling me you tested this extension) at the maintenance page. In case of an update, I will modify the maintenance page accordingly.</p></div><div class="changelog"><p>Note: this changelog is not complete, automatically generated and probably not even informative before 2009.</p><ul><li>Local SVN release 402 (jcdubacq,2009-10-03)<ul> <li>Fix licence blocks</li> </ul></li> <li>Local SVN release 395 (jcdubacq,2009-10-03)<ul> <li>Update for DC 2.1.6: delete references in declarations</li> </ul></li> <li>Local SVN release 360 (jcdubacq,2009-04-27)<ul> <li>Simplify plugin, refactor code, remove dead code</li> <li>Fix licence block</li> <li>Remove static templates</li> <li>Add documentation</li> <li>Update translations</li> <li>Add icon 16x16</li> </ul></li> <li>Local SVN release 168 (jcdubacq,2008-05-06)<ul> <li>Order plugins and themes</li> </ul></li> <li>Local SVN release 62 (jcdubacq,2008-02-22)<ul> <li>Evacuate everything not specific to prevnext</li> <li>Adapt internals, switch to static</li> <li>Create prevnext widget</li> </ul></li> <li>Local SVN release 43 (jcdubacq,2008-02-15)<ul> <li>Adding all other personal plugins</li> </ul></li></ul></div> 
    5858<h3>To do</h3> 
    5959<ul> 
  • plugins/prevnext/doc/README.txt

    r1098 r1546  
    2323area for Dotclear 2β6 ([4]SameCat). 
    2424 
    25 The current version of this plugin is 1.2.1 (local svn 360). 
     25The current version of this plugin is 1.2.3 (local svn 402). 
    2626 
    2727This plugin is licensed under [5]GPL version 2.0. 
     
    5757Note: this changelog is not complete, automatically generated and probably not 
    5858even informative before 2009. 
     59  * Local SVN release 402 (jcdubacq,2009-10-03) 
     60  + Fix licence blocks 
     61  * Local SVN release 395 (jcdubacq,2009-10-03) 
     62  + Update for DC 2.1.6: delete references in declarations 
    5963  * Local SVN release 360 (jcdubacq,2009-04-27) 
    6064  + Simplify plugin, refactor code, remove dead code 
Note: See TracChangeset for help on using the changeset viewer.

Sites map