Changeset 1546
- Timestamp:
- 10/03/09 22:29:30 (14 years ago)
- Location:
- plugins/prevnext
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/prevnext/_define.php
r1098 r1546 1 1 <?php 2 2 # -- 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. 4 4 # 5 5 # Copyright (c) 2009 Jean-Christophe Dubacq … … 16 16 /* Description*/ "Contextual navigation widget", 17 17 /* Author */ "Jean-Christophe Dubacq", 18 /* Version */ '1.2. 1',18 /* Version */ '1.2.3', 19 19 /* Permissions */'admin' 20 20 ); -
plugins/prevnext/_prepend.php
r1098 r1546 1 1 <?php 2 2 # -- 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. 4 4 # 5 5 # Copyright (c) 2009 Jean-Christophe Dubacq -
plugins/prevnext/_widgets.php
r1098 r1546 1 1 <?php 2 2 # -- 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. 4 4 # 5 5 # Copyright (c) 2009 Jean-Christophe Dubacq … … 17 17 class prevnextWidgets 18 18 { 19 public static function initWidgets( &$w)19 public static function initWidgets($w) 20 20 { 21 21 $w->create('prevnext',__('Contextual navigation'), … … 26 26 } 27 27 28 public static function initDefaultWidgets( &$w,&$d)28 public static function initDefaultWidgets($w,&$d) 29 29 { 30 30 $d['nav']->append($w->prevnext); -
plugins/prevnext/class.dc.prevnext.php
r1098 r1546 1 1 <?php 2 2 # -- 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. 4 4 # 5 5 # Copyright (c) 2009 Jean-Christophe Dubacq … … 91 91 return $rs; 92 92 } 93 public static function helper($trans,$dir,$prevsign,$nextsign, &$rs) {93 public static function helper($trans,$dir,$prevsign,$nextsign,$rs) { 94 94 global $core; 95 95 $ans=''; … … 108 108 $core->url->getBase("post").'/'.$rs->post_url.'">'.$char.'</a>'; 109 109 } 110 public static function contextualNavigation( &$w)110 public static function contextualNavigation($w) 111 111 { 112 112 global $core; -
plugins/prevnext/doc/LISEZMOI.html
r1098 r1546 32 32 faisaient de même pour Dotclear 2β6 (<a hreflang="fr" 33 33 href="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> 35 35 <h3>Personnalisation</h3> 36 36 <p>Bien que ce soit en projet, pas grand chose n'est prévu pour … … 57 57 </pre> 58 58 <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> 60 60 <h3>Travail restant à faire</h3> 61 61 <ul> -
plugins/prevnext/doc/LISEZMOI.txt
r1098 r1546 26 26 Dotclear 2β6 ([4]SameCat). 27 27 28 La version courante de cette extension est 1.2. 1 (local svn 360).28 La version courante de cette extension est 1.2.3 (local svn 402). 29 29 30 30 Cette extension est sous la licence [5]GPL version 2.0. … … 63 63 Note : ce journal est non-exhaustif, généré automatiquement, en anglais, et sans 64 64 doute 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 65 69 * Local SVN release 360 (jcdubacq,2009-04-27) 66 70 + Simplify plugin, refactor code, remove dead code -
plugins/prevnext/doc/README.html
r1098 r1546 31 31 also covered this area for Dotclear 2β6 (<a hreflang="fr" 32 32 href="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> 34 34 <h3>Customisation</h3> 35 35 <p>There are some pending projects about that, but it is currently very … … 55 55 </pre> 56 56 <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> 58 58 <h3>To do</h3> 59 59 <ul> -
plugins/prevnext/doc/README.txt
r1098 r1546 23 23 area for Dotclear 2β6 ([4]SameCat). 24 24 25 The current version of this plugin is 1.2. 1 (local svn 360).25 The current version of this plugin is 1.2.3 (local svn 402). 26 26 27 27 This plugin is licensed under [5]GPL version 2.0. … … 57 57 Note: this changelog is not complete, automatically generated and probably not 58 58 even 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 59 63 * Local SVN release 360 (jcdubacq,2009-04-27) 60 64 + Simplify plugin, refactor code, remove dead code
Note: See TracChangeset
for help on using the changeset viewer.