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 dcLog 1.6 - 2023.08.14
- require dotclear 2.27 ===========================================================
- require PHP 8.1+ * Require Dotclear 2.27
- update to dotclear 2.27-dev * Require PHP 8.1
* Move third party repository
* Use Dotclear style for CHANGELOG
1.4 - 2023.05.13 dcLog 1.5 - 2023.07.28
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * require dotclear 2.27
- use define php_min * require PHP 8.1+
* update to dotclear 2.27-dev
1.3.1 - 2023.04.29 dcLog 1.4 - 2023.05.13
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * require dotclear 2.26
- use Html Form Component everywhere * require PHP 8.1+
- fix submit contidions (js) * use define php_min
- fix phpstan level9 warnings
1.3 - 2023.04.23 dcLog 1.3.1 - 2023.04.29
- require dotclear 2.26 ===========================================================
- require PHP 8.1+ * require dotclear 2.26
- use latest dotclear namespace * require PHP 8.1+
- fix translation * use Html Form Component everywhere
- fix nullsafe warnings * fix submit contidions (js)
- add code inline doc * fix phpstan level9 warnings
1.2.2 - 2023.04.06 dcLog 1.3 - 2023.04.23
- fix pager and count (require dc 2.26 nightly) ===========================================================
- fix empty submit * require dotclear 2.26
- use Html helper * require PHP 8.1+
* use latest dotclear namespace
* fix translation
* fix nullsafe warnings
* add code inline doc
1.2.1 - 2023.03.19 dcLog 1.2.2 - 2023.04.06
- require php 8.1 ===========================================================
- add container for admin vars * fix pager and count (require dc 2.26 nightly)
- fix init check * fix empty submit
- fix phpstan lvl 8 warnings * use Html helper
1.2 - 2023.03.11 dcLog 1.2.1 - 2023.03.19
- Update to Dotclear 2.26 ===========================================================
- use abstract plugin id * require php 8.1
- use php namespace * add container for admin vars
- use dcPage open/close method * fix init check
* fix phpstan lvl 8 warnings
1.1.1 dcLog 1.2 - 2023.03.11
- use abstract plugin name ===========================================================
- fix permissions * Update to Dotclear 2.26
* use abstract plugin id
* use php namespace
* use dcPage open/close method
1.1 - 2022.11.27 dcLog 1.1.1
- Required Dotclear 2.24 ===========================================================
- Enhance list filters * use abstract plugin name
- Add user pref columns * fix permissions
- Use SVG icon
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 # README
[![Release](https://img.shields.io/github/v/release/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases) [![Release](https://img.shields.io/badge/release-1.6-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/dcLog/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/releases) [![Date](https://img.shields.io/badge/date-2023.08.14-c44d58.svg)](https://git.dotclear.watch/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-137bbb.svg)](https://fr.dotclear.org/download)
[![Dotclear](https://img.shields.io/badge/dotclear-v2.27-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/dcLog)
[![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://git.dotclear.watch/JcDenis/dcLog/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/dcLog)](https://github.com/JcDenis/dcLog/blob/master/LICENSE)
## WHAT IS DCLOG ? ## WHAT IS DCLOG ?
@ -33,12 +32,12 @@ Once it's done you can manage your logs from menu
## LINKS ## LINKS
* License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html) * License : [GNU GPL v2](https://www.gnu.org/licenses/old-licenses/lgpl-2.0.html)
* Source & contribution : [GitHub Page](https://github.com/JcDenis/dcLog) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/dcLog) or [GitHub Page](https://github.com/JcDenis/dcLog)
* Packages & details: [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/dcLog) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/dcLog/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/dcLog)
## CONTRIBUTORS ## CONTRIBUTORS
* Tomtom * Tomtom (author)
* Jean-Christian Denis * Jean-Christian Denis
You are welcome to contribute to this code. You are welcome to contribute to this code.

View File

@ -18,7 +18,7 @@ $this->registerModule(
"Dotclear's logs", "Dotclear's logs",
'Displays Dotclear logs', 'Displays Dotclear logs',
'Tomtom and Contributors', 'Tomtom and Contributors',
'1.5', '1.6',
[ [
'requires' => [ 'requires' => [
['php', '8.1'], ['php', '8.1'],
@ -26,8 +26,8 @@ $this->registerModule(
], ],
'permissions' => null, 'permissions' => null,
'type' => 'plugin', 'type' => 'plugin',
'support' => 'https://github.com/JcDenis/' . basename(__DIR__), 'support' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/issues',
'details' => 'https://plugins.dotaddict.org/dc2/details/' . basename(__DIR__), 'details' => 'https://git.dotclear.watch/JcDenis/' . basename(__DIR__) . '/src/branch/master/README.md',
'repository' => 'https://raw.githubusercontent.com/JcDenis/' . basename(__DIR__) . '/master/dcstore.xml', '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/"> <modules xmlns:da="http://dotaddict.org/da/">
<module id="dcLog"> <module id="dcLog">
<name>Dotclear's logs</name> <name>Dotclear's logs</name>
<version>1.5</version> <version>1.6</version>
<author>Tomtom and Contributors</author> <author>Tomtom and Contributors</author>
<desc>Displays Dotclear logs</desc> <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:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/dcLog</da:details> <da:details>https://git.dotclear.watch/JcDenis/dcLog/src/branch/master/README.md</da:details>
<da:support>https://github.com/JcDenis/dcLog</da:support> <da:support>https://git.dotclear.watch/JcDenis/dcLog/issues</da:support>
</module> </module>
</modules> </modules>

View File

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