2020-02-11 Fred Gleason <fredg@paravelsys tems.com>

* Added a 'FEEDS.IS_SUPERFEED' field to the database.
	* Added a 'FEED_KEY_NAMES' table to the database.
	* Incremented the database version to 315.
	* Added a 'Superfeed' column to the feed list in the 'Rivendell
	Feed List' dialog in rdadmin(1).
	* Added an 'Is Superfeed' dropdown to the 'Feed' dialog in
	rdadmin(1).
	* Added a 'Select Member Feeds' button to the 'Feed' dialog in
	rdadmin(1).
	* Added an 'RSS Superfeed' selection dialog to rdadmin(1).
This commit is contained in:
Fred Gleason
2020-02-11 09:44:10 -05:00
parent 03f4a4752d
commit b5c6e2e7a6
23 changed files with 746 additions and 172 deletions

View File

@@ -2,7 +2,7 @@
##
## Automake.am for rivendell/rdadmin
##
## (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
## (C) Copyright 2002-2020 Fred Gleason <fredg@paravelsystems.com>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License version 2 as
@@ -88,6 +88,7 @@ dist_rdadmin_SOURCES = add_feed.cpp add_feed.h\
edit_schedcodes.cpp edit_schedcodes.h\
edit_settings.cpp edit_settings.h\
edit_station.cpp edit_station.h\
edit_superfeed.cpp edit_superfeed.h\
edit_svc.cpp edit_svc.h\
edit_svc_perms.cpp edit_svc_perms.h\
edit_ttys.cpp edit_ttys.h\
@@ -168,6 +169,7 @@ nodist_rdadmin_SOURCES = global_credits.c\
moc_edit_schedcodes.cpp\
moc_edit_settings.cpp\
moc_edit_station.cpp\
moc_edit_superfeed.cpp\
moc_edit_svc.cpp\
moc_edit_svc_perms.cpp\
moc_edit_ttys.cpp\