cosmetics
This commit is contained in:
parent
33c2855e3b
commit
b0e2547f1d
@ -2,8 +2,10 @@
|
|||||||
- [ ] fix disallow self blog feeds
|
- [ ] fix disallow self blog feeds
|
||||||
- [ ] add plugin muppet support (request Mathieu M.)
|
- [ ] add plugin muppet support (request Mathieu M.)
|
||||||
- [ ] add log for errors
|
- [ ] add log for errors
|
||||||
- [ ] add generic filters
|
- add generic filters
|
||||||
- [ ] add user pref for columns and filters options
|
- add user pref for columns and filters options
|
||||||
|
- fix redirections, page title, posts feed form
|
||||||
|
- update translation
|
||||||
|
|
||||||
2021.09.16
|
2021.09.16
|
||||||
- fix Dotclear 2.19 compatibility
|
- fix Dotclear 2.19 compatibility
|
||||||
|
@ -64,7 +64,7 @@ class zcfsAdminBehaviors
|
|||||||
__('Date') => 'feed_upddt',
|
__('Date') => 'feed_upddt',
|
||||||
__('Name') => 'lowername',
|
__('Name') => 'lowername',
|
||||||
__('Frequency') => 'feed_upd_int',
|
__('Frequency') => 'feed_upd_int',
|
||||||
__('Date of update') => 'feed_upd_last',
|
__('Update date') => 'feed_upd_last',
|
||||||
__('Status') => 'feed_status'
|
__('Status') => 'feed_status'
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('DC_CONTEXT_ADMIN')) {
|
if (!defined('DC_CONTEXT_ADMIN')) {
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -268,6 +267,12 @@ class zcfsEntriesList extends adminGenericList
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @ingroup DC_PLUGIN_ZONECLEARFEEDSERVER
|
||||||
|
* @brief Feeds server - Posts list filters methods
|
||||||
|
* @since 2.20
|
||||||
|
* @see adminGenericFilter for more info
|
||||||
|
*/
|
||||||
class adminZcfsPostFilter extends adminGenericFilter
|
class adminZcfsPostFilter extends adminGenericFilter
|
||||||
{
|
{
|
||||||
public function __construct(dcCore $core)
|
public function __construct(dcCore $core)
|
||||||
|
Loading…
Reference in New Issue
Block a user