mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-01 14:20:11 +01:00
2023-05-14 Fred Gleason <fredg@paravelsystems.com>
* Added a 'FEEDS.CDN_PURGE_PLUGIN_PATH' field to the database. * Incremented the database version to 369. * Added ' RDFeed::cdnPurgePluginPath()' and 'RDFeed::setCdnPurgePluginPath()' methods. * Removed the RD_MODULES_DIR #define from 'lib/rd.h'. * Changed the RD_PYPAD_SCRIPT_DIR #define in 'lib/rd.h' to be a static value of "/usr/lib/rivendell/pypad". * Added a 'CDN Purge Plug-In' control to the 'Feed' dialog in rdadmin(1). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -61,6 +61,8 @@ class EditFeed : public RDDialog
|
||||
void copyHeaderXmlData();
|
||||
void copyChannelXmlData();
|
||||
void copyItemXmlData();
|
||||
void selectCdnPurgePlugin();
|
||||
void clearCdnPurgePlugin();
|
||||
void okData();
|
||||
void cancelData();
|
||||
|
||||
@@ -136,6 +138,10 @@ class EditFeed : public RDDialog
|
||||
QLabel *feed_channel_description_label;
|
||||
QLabel *feed_channel_image_label;
|
||||
RDImagePickerBox *feed_channel_image_box;
|
||||
QLabel *feed_cdn_purge_plugin_path_label;
|
||||
QLineEdit *feed_cdn_purge_plugin_path_edit;
|
||||
QPushButton *feed_cdn_purge_plugin_path_select_button;
|
||||
QPushButton *feed_cdn_purge_plugin_path_clear_button;
|
||||
QLabel *feed_base_url_label;
|
||||
QLabel *feed_base_preamble_label;
|
||||
QLabel *feed_purge_url_label;
|
||||
|
||||
Reference in New Issue
Block a user