release 0.5

This commit is contained in:
Jean-Christian Paul Denis 2023-01-05 01:15:31 +01:00
parent f01ab50e09
commit f03178f65f
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 43 additions and 6 deletions

View File

@ -1,14 +1,14 @@
todo
- fix template pagination
0.5-dev - 2023.01.xx
0.5 - 2023.01.05
* update to dotclear 2.24
* use anonymous functions (WIP)
* use anonymous functions
* use abstract plugin id
* use short settings id
* use ::class for callables
* use index from all comments for comment number
* add item to plugin simple menu
* add install process
* add template dotty
* add dotclear style pagination
* remove template currywurst
comListe 0.4.2 - 11-11-2017 - Pierre Van Glabeke

View File

@ -18,7 +18,7 @@ $this->registerModule(
'Comments list',
'Display a list of all comments and trackbacks of a blog in a public page',
'Benoit de Marne, Pierre Van Glabeke and contributors',
'0.5-dev',
'0.5',
[
'requires' => [['core', '2.24']],
'permissions' => dcCore::app()->auth->makePermissions([

13
dcstore.xml Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0"?>
<modules xmlns:da="http://dotaddict.org/da/">
<module id="comListe">
<name>Comments list</name>
<version>0.5</version>
<author>Benoit de Marne, Pierre Van Glabeke and contributors</author>
<desc>Display a list of all comments and trackbacks of a blog in a public page</desc>
<file>https://github.com/JcDenis/comListe/releases/download/v0.5/plugin-comListe.zip</file>
<da:dcmin>2.24</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/comListe</da:details>
<da:support>http://forum.dotclear.org/viewtopic.php?pid=333985</da:support>
</module>
</modules>

24
locales/fr/main.lang.php Normal file
View File

@ -0,0 +1,24 @@
<?php
/**
* @package Dotclear
*
* @copyright Olivier Meunier & Association Dotclear
* @copyright GPL-2.0-only
*/
#
# DOT NOT MODIFY THIS FILE !
#
l10n::$locales['Comments list'] = 'Liste de commentaires';
l10n::$locales['open post'] = 'ouvrir le billet';
l10n::$locales['Link to comments list public page'] = 'Lien vers la page public de la liste des commentaires';
l10n::$locales['Pages:'] = 'Pages :';
l10n::$locales['Number of comments per page:'] = 'Nombre de commentaires par page :';
l10n::$locales['Total Comments:'] = 'Nombre total de commentaires :';
l10n::$locales['Source:'] = 'Source :';
l10n::$locales['No page title.'] = 'Pas de titre de page.';
l10n::$locales['Enable comListe'] = 'Activer comListe';
l10n::$locales['General options'] = 'Options générales';
l10n::$locales['Public page title:'] = 'Titre de la page public :';
l10n::$locales['Comments order:'] = 'Ordre des commentaires :';
l10n::$locales['Display a list of all comments and trackbacks of a blog in a public page'] = 'Afficher la liste de tous les commentaires et rétroliens d\'un blog dans une page publique';