release 2023.08.13

This commit is contained in:
Jean-Christian Paul Denis 2023-08-13 21:20:39 +02:00
parent a969f1b66a
commit 9a9496edcb
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
4 changed files with 88 additions and 70 deletions

View File

@ -1,52 +1,70 @@
2023.05.13 saba 2023.08.13
- require dotclear 2.26 ===========================================================
- cleanup for dotclear 2.26 stable * Require Dotclear 2.27
* Require PHP 7.4
* Upgrade to Dotclear 2.27
* Move third party repository
* Use Dotclear style for CHANGELOG
2023.04.25 saba 2023.05.13
- require dotclear 2.26 ===========================================================
- use namespace * require dotclear 2.26
- move templates to standard path * cleanup for dotclear 2.26 stable
- add plugin Uninstaller features
- add plugin activityReport features
2022.12.22 saba 2023.04.25
- enhance search ===========================================================
- add error 404 to plugi activityReport * require dotclear 2.26
- use SVG icon * use namespace
- use abstract plugin id * move templates to standard path
- remove currywurst template * add plugin Uninstaller features
- fix right template seletion * add plugin activityReport features
- fix dblayer error
- fix permissions
- code review
2022.11.20 saba 2022.12.22
- fix compatibility with Dotclear 2.24 (required) ===========================================================
* enhance search
* add error 404 to plugi activityReport
* use SVG icon
* use abstract plugin id
* remove currywurst template
* fix right template seletion
* fix dblayer error
* fix permissions
* code review
2021.08.21.1 saba 2022.11.20
- fix widget empty context ===========================================================
- clean up again... * fix compatibility with Dotclear 2.24 (required)
2021.08.21 saba 2021.08.21.1
- update license ===========================================================
- fix query * fix widget empty context
- move to PSR-2 coding style and short array * clean up again...
- move config to widget
- move template to widget
- use default template for search
- use custom template for 404
- fix public translation
2013.10.28 saba 2021.08.21
- Switch to Dotclear 2.6 ===========================================================
- Add french help * update license
* fix query
* move to PSR-2 coding style and short array
* move config to widget
* move template to widget
* use default template for search
* use custom template for 404
* fix public translation
2013.07.12 saba 2013.10.28
- Enhanced template for search page ===========================================================
* Switch to Dotclear 2.6
* Add french help
2013.06.30 saba 2013.07.12
- Fixed 404 template ===========================================================
- Added options to disabled public filters * Enhanced template for search page
0.1 20100909 saba 2013.06.30
- First lab release ===========================================================
* Fixed 404 template
* Added options to disabled public filters
saba 0.1 20100909
===========================================================
* First lab release

View File

@ -1,15 +1,14 @@
# README # README
[![Release](https://img.shields.io/github/v/release/JcDenis/saba)](https://github.com/JcDenis/saba/releases) [![Release](https://img.shields.io/badge/release-2023.08.13-a2cbe9.svg)](https://git.dotclear.watch/JcDenis/saba/releases)
[![Date](https://img.shields.io/github/release-date/JcDenis/saba)](https://github.com/JcDenis/saba/releases) [![Date](https://img.shields.io/badge/date-2023.08.13-c44d58.svg)](https://git.dotclear.watch/JcDenis/saba/releases)
[![Issues](https://img.shields.io/github/issues/JcDenis/saba)](https://github.com/JcDenis/saba/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.26-blue.svg)](https://fr.dotclear.org/download) [![Dotaddict](https://img.shields.io/badge/dotaddict-official-9ac123.svg)](https://plugins.dotaddict.org/dc2/details/saba)
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/saba) [![License](https://img.shields.io/github/license/JcDenis/saba)](https://git.dotclear.watch/JcDenis/saba/blob/master/LICENSE)
[![License](https://img.shields.io/github/license/JcDenis/saba)](https://github.com/JcDenis/saba/blob/master/LICENSE)
## WHAT IS SABA ? ## WHAT IS SABA ?
saba : Search Across Blog's Archive is a plugins for the open-source _saba_ : Search Across Blog's Archive is a plugins for the open-source
web publishing software called Dotclear. web publishing software called Dotclear.
It replaces public search page and 404 page by a custom page that It replaces public search page and 404 page by a custom page that
@ -17,10 +16,11 @@ show related entries to visitor.
## REQUIREMENTS ## REQUIREMENTS
saba requires: _saba_ requires:
* administrator permissions * administrator permissions
* Dotclear 2.26 * Dotclear 2.27
* PHP 7.4
* Custom templates if default theme is not used. * Custom templates if default theme is not used.
## USAGE ## USAGE
@ -38,8 +38,8 @@ You can find exemple in plugins/saba/default-tempaltes.
## MORE ## MORE
* 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/saba) * Source & contribution : [Gitea Page](https://git.dotclear.watch/JcDenis/saba) or [GitHub Page](https://github.com/JcDenis/saba)
* Packages & details : [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba) * Packages & details: [Gitea Page](https://git.dotclear.watch/JcDenis/saba/releases) or [Dotaddict Page](https://plugins.dotaddict.org/dc2/details/saba)
## CONTRIBUTORS ## CONTRIBUTORS

View File

@ -10,7 +10,7 @@
* @copyright Jean-Christian Denis * @copyright Jean-Christian Denis
* @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html * @copyright GPL-2.0 https://www.gnu.org/licenses/gpl-2.0.html
*/ */
if (!defined('DC_RC_PATH') || is_null(dcCore::app()->auth)) { if (!defined('DC_RC_PATH')) {
return null; return null;
} }
@ -18,15 +18,15 @@ $this->registerModule(
'saba', 'saba',
'Search across blog archive', 'Search across blog archive',
'Jean-Christian Denis and Contributors', 'Jean-Christian Denis and Contributors',
'2023.05.13', '2023.08.13',
[ [
'requires' => [['core', '2.26']], 'requires' => [['core', '2.27']],
'permissions' => dcCore::app()->auth->makePermissions([ 'permissions' => dcCore::app()->auth->makePermissions([
dcCore::app()->auth::PERMISSION_ADMIN, dcCore::app()->auth::PERMISSION_ADMIN,
]), ]),
'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="saba"> <module id="saba">
<name>saba</name> <name>saba</name>
<version>2023.05.13</version> <version>2023.08.13</version>
<author>Jean-Christian Denis and Contributors</author> <author>Jean-Christian Denis and Contributors</author>
<desc>Search across blog archive</desc> <desc>Search across blog archive</desc>
<file>https://github.com/JcDenis/saba/releases/download/v2023.05.13/plugin-saba.zip</file> <file>https://git.dotclear.watch/JcDenis/saba/releases/download/v2023.08.13/plugin-saba.zip</file>
<da:dcmin>2.26</da:dcmin> <da:dcmin>2.27</da:dcmin>
<da:details>https://plugins.dotaddict.org/dc2/details/saba</da:details> <da:details>https://git.dotclear.watch/JcDenis/saba/src/branch/master/README.md</da:details>
<da:support>https://github.com/JcDenis/saba</da:support> <da:support>https://git.dotclear.watch/JcDenis/saba/issues</da:support>
</module> </module>
</modules> </modules>