release 1.6

This commit is contained in:
Jean-Christian Paul Denis 2023-08-15 00:04:12 +02:00
parent fd582fa42c
commit 1bfd93f791
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
5 changed files with 82 additions and 68 deletions

View File

@ -1,51 +1,67 @@
1.5 - 2023.07.28
- require dotclear 2.27
- require PHP 8.1+
- update to dotclear 2.27-dev
dcLog 1.6 - 2023.08.14
===========================================================
* Require Dotclear 2.27
* Require PHP 8.1
* Move third party repository
* Use Dotclear style for CHANGELOG
1.4 - 2023.05.13
- require dotclear 2.26
- require PHP 8.1+
- use define php_min
dcLog 1.5 - 2023.07.28
===========================================================
* require dotclear 2.27
* require PHP 8.1+
* update to dotclear 2.27-dev
1.3.1 - 2023.04.29
- require dotclear 2.26
- require PHP 8.1+
- use Html Form Component everywhere
- fix submit contidions (js)
- fix phpstan level9 warnings
dcLog 1.4 - 2023.05.13
===========================================================
* require dotclear 2.26
* require PHP 8.1+
* use define php_min
1.3 - 2023.04.23
- require dotclear 2.26
- require PHP 8.1+
- use latest dotclear namespace
- fix translation
- fix nullsafe warnings
- add code inline doc
dcLog 1.3.1 - 2023.04.29
===========================================================
* require dotclear 2.26
* require PHP 8.1+
* use Html Form Component everywhere
* fix submit contidions (js)
* fix phpstan level9 warnings
1.2.2 - 2023.04.06
- fix pager and count (require dc 2.26 nightly)
- fix empty submit
- use Html helper
dcLog 1.3 - 2023.04.23
===========================================================
* require dotclear 2.26
* require PHP 8.1+
* use latest dotclear namespace
* fix translation
* fix nullsafe warnings
* add code inline doc
1.2.1 - 2023.03.19
- require php 8.1
- add container for admin vars
- fix init check
- fix phpstan lvl 8 warnings
dcLog 1.2.2 - 2023.04.06
===========================================================
* fix pager and count (require dc 2.26 nightly)
* fix empty submit
* use Html helper
1.2 - 2023.03.11
- Update to Dotclear 2.26
- use abstract plugin id
- use php namespace
- use dcPage open/close method
dcLog 1.2.1 - 2023.03.19
===========================================================
* require php 8.1
* add container for admin vars
* fix init check
* fix phpstan lvl 8 warnings
1.1.1
- use abstract plugin name
- fix permissions
dcLog 1.2 - 2023.03.11
===========================================================
* Update to Dotclear 2.26
* use abstract plugin id
* use php namespace
* use dcPage open/close method
1.1 - 2022.11.27
- Required Dotclear 2.24
- Enhance list filters
- Add user pref columns
- Use SVG icon
dcLog 1.1.1
===========================================================
* use abstract plugin name
* fix permissions
dcLog 1.1 - 2022.11.27
===========================================================
* Required Dotclear 2.24
* Enhance list filters
* Add user pref columns
* Use SVG icon

View File

@ -1,11 +1,10 @@
# README
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/issues)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/blob/master/LICENSE)
[![Release](https://img.shields.io/badge/release-1.6-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/dcLog/releases)
[![Date](https://img.shields.io/badge/date-2023.08.14-c44d58.svg)](https://git.dotclear.watch/JcDenis/dcLog/releases)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://git.dotclear.watch/JcDenis/dcLog/blob/master/LICENSE)
## WHAT IS DCLOG ?
@ -33,12 +32,12 @@ Once it's done you can manage your logs from menu
## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/dcLog)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/dcLog)
* Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/dcLog) or [GitHub Page](https://github.com/JcDenis/dcLog)
* Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/dcLog/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/dcLog)
## CONTRIBUTORS
* Tomtom
* Tomtom (author)
* Jean-Christian Denis
You are welcome to contribute to this code.

View File

@ -18,7 +18,7 @@ $this->registerModule(
"Dotclear's logs",
'Displays Dotclear logs',
'Tomtom and Contributors',
'1.5',
'1.6',
[
'requires' => [
['php', '8.1'],
@ -26,8 +26,8 @@ $this->registerModule(
],
'permissions' => null,
'type' => 'plugin',
'support' => 'https://github.com/JcDenis/' . basename(__DIR__),
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__),
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml',
'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/raw/branch/master/dcstore.xml',
]
);

View File

@ -2,12 +2,12 @@
<modules xmlns:da="http://dotaddict.org/da/">
<module id="dcLog">
<name>Dotclear's logs</name>
<version>1.5</version>
<version>1.6</version>
<author>Tomtom and Contributors</author>
<desc>Displays Dotclear logs</desc>
<file>https://github.com/JcDenis/dcLog/releases/download/v1.5/plugin-dcLog.zip</file>
<file>https://git.dotclear.watch/JcDenis/dcLog/releases/download/v1.6/plugin-dcLog.zip</file>
<da:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details>
<da:support>https://github.com/JcDenis/dcLog</da:support>
<da:details>https://git.dotclear.watch/JcDenis/dcLog/src/branch/master/README.md</da:details>
<da:support>https://git.dotclear.watch/JcDenis/dcLog/issues</da:support>
</module>
</modules>

View File

@ -25,7 +25,6 @@ class Backend extends Process
public static function init(): bool
{
return self::status(My::checkContext(My::BACKEND));
;
}
public static function process(): bool