release 0.5
This commit is contained in:
parent
f01ab50e09
commit
f03178f65f
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
@ -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
13
dcstore.xml
Normal 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
24
locales/fr/main.lang.php
Normal 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';
|
Loading…
Reference in New Issue
Block a user