release 2021.10.30
parent
bcf511a71c
commit
ad565493ff
|
@ -1,4 +1,5 @@
|
||||||
2021.10.23
|
2021.10.30
|
||||||
|
- required Dotclear 2.20
|
||||||
- add user pref filters for periods list
|
- add user pref filters for periods list
|
||||||
- add user pref columns for periods list
|
- add user pref columns for periods list
|
||||||
- add period columns to posts list and user pref
|
- add period columns to posts list and user pref
|
||||||
|
|
12
README.md
12
README.md
|
@ -3,13 +3,13 @@
|
||||||
[![Release](https://img.shields.io/github/v/release/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
|
[![Release](https://img.shields.io/github/v/release/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
|
||||||
[![Date](https://img.shields.io/github/release-date/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
|
[![Date](https://img.shields.io/github/release-date/JcDenis/periodical)](https://github.com/JcDenis/periodical/releases)
|
||||||
[![Issues](https://img.shields.io/github/issues/JcDenis/periodical)](https://github.com/JcDenis/periodical/issues)
|
[![Issues](https://img.shields.io/github/issues/JcDenis/periodical)](https://github.com/JcDenis/periodical/issues)
|
||||||
[![Dotclear](https://img.shields.io/badge/dotclear-v2.19-blue.svg)](https://fr.dotclear.org/download)
|
[![Dotclear](https://img.shields.io/badge/dotclear-v2.20-blue.svg)](https://fr.dotclear.org/download)
|
||||||
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/periodical)
|
[![Dotaddict](https://img.shields.io/badge/dotaddict-official-green.svg)](https://plugins.dotaddict.org/dc2/details/periodical)
|
||||||
[![License](https://img.shields.io/github/license/JcDenis/periodical)](https://github.com/JcDenis/periodical/blob/master/LICENSE)
|
[![License](https://img.shields.io/github/license/JcDenis/periodical)](https://github.com/JcDenis/periodical/blob/master/LICENSE)
|
||||||
|
|
||||||
## WHAT IS PERIODICAL ?
|
## WHAT IS PERIODICAL ?
|
||||||
|
|
||||||
"Periodical" is a plugin for the open-source
|
_Periodical_ is a plugin for the open-source
|
||||||
web publishing software called Dotclear.
|
web publishing software called Dotclear.
|
||||||
|
|
||||||
You can manage and publish automatically lists of posts
|
You can manage and publish automatically lists of posts
|
||||||
|
@ -18,7 +18,7 @@ and they will be publish ones after the others every week.
|
||||||
|
|
||||||
## REQUIREMENTS
|
## REQUIREMENTS
|
||||||
|
|
||||||
periodical requires:
|
_periodical_ requires:
|
||||||
|
|
||||||
* admin permissions to configure plugin
|
* admin permissions to configure plugin
|
||||||
* usage,contentadmin permissions to link feeds
|
* usage,contentadmin permissions to link feeds
|
||||||
|
@ -30,15 +30,15 @@ This plugin creates a new table on Dotclear database !
|
||||||
|
|
||||||
## USAGE
|
## USAGE
|
||||||
|
|
||||||
First install periodical, manualy from a zip package or from
|
First install _periodical_, manualy from a zip package or from
|
||||||
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
Dotaddict repository. (See Dotclear's documentation to know how do this)
|
||||||
|
|
||||||
Main settings are accessible from blog preference page.
|
Main settings are accessible from blog preference page.
|
||||||
|
|
||||||
When enabled you have a menu in main sidebar menu called "Periodical"
|
When enabled you have a menu in main sidebar menu called _Periodical_
|
||||||
under "Plugins" group, follow it to manage periods.
|
under "Plugins" group, follow it to manage periods.
|
||||||
|
|
||||||
When you edit a post you have a new sidebar option called "Periodical"
|
When you edit a post you have a new sidebar option called _Periodical_
|
||||||
to link this post to a period.
|
to link this post to a period.
|
||||||
|
|
||||||
You can also add or remove period to multiple posts from posts actions page.
|
You can also add or remove period to multiple posts from posts actions page.
|
||||||
|
|
|
@ -212,7 +212,6 @@ class adminPeriodical
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add columns period to posts list values.
|
* Add columns period to posts list values.
|
||||||
*
|
*
|
||||||
|
|
|
@ -19,7 +19,7 @@ $this->registerModule(
|
||||||
'Periodical',
|
'Periodical',
|
||||||
'Published periodically entries',
|
'Published periodically entries',
|
||||||
'Jean-Christian Denis and contributors',
|
'Jean-Christian Denis and contributors',
|
||||||
'2021.10.23',
|
'2021.10.30',
|
||||||
[
|
[
|
||||||
'requires' => [['core', '2.20']],
|
'requires' => [['core', '2.20']],
|
||||||
'permissions' => 'usage,contentadmin',
|
'permissions' => 'usage,contentadmin',
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
<modules xmlns:da="http://dotaddict.org/da/">
|
<modules xmlns:da="http://dotaddict.org/da/">
|
||||||
<module id="periodical">
|
<module id="periodical">
|
||||||
<name>Publications périodiques</name>
|
<name>Periodical</name>
|
||||||
<version>2021.09.02</version>
|
<version>2021.10.30</version>
|
||||||
<author>Jean-Christian Denis and contributors</author>
|
<author>Jean-Christian Denis and contributors</author>
|
||||||
<desc>Published periodically entries</desc>
|
<desc>Published periodically entries</desc>
|
||||||
<file>https://github.com/JcDenis/periodical/releases/download/v2021.09.02/plugin-periodical.zip</file>
|
<file>https://github.com/JcDenis/periodical/releases/download/v2021.10.30/plugin-periodical.zip</file>
|
||||||
|
<da:dcmin>2.20</da:dcmin>
|
||||||
<da:details>https://plugins.dotaddict.org/dc2/details/periodical</da:details>
|
<da:details>https://plugins.dotaddict.org/dc2/details/periodical</da:details>
|
||||||
<da:support>https://github.com/JcDenis/periodical</da:support>
|
<da:support>https://github.com/JcDenis/periodical</da:support>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in New Issue