diff --git a/ChangeLog b/ChangeLog index 59547951..c8b222d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19544,7 +19544,7 @@ rdadmin(1). 2020-02-11 Fred Gleason * Added a 'FEEDS.IS_SUPERFEED' field to the database. - * Added a 'FEED_KEY_NAMES' table to the database. + * Added a 'SUPERFEED_MAPS' 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). @@ -19586,3 +19586,6 @@ static methods. * Added logic to rdcastmanager(1) to insert the author's e-mail contact automatically when posting a new episode. +2020-02-21 Fred Gleason + * Tweaked controls to be disabled for superfeeds in the 'Edit Feed' + dialog in rdadmin(1). diff --git a/docs/tables/superfeed_maps.txt b/docs/tables/superfeed_maps.txt new file mode 100644 index 00000000..e69de29b diff --git a/utils/rddbmgr/revertschema.cpp b/utils/rddbmgr/revertschema.cpp index 11f89209..5a4598cf 100644 --- a/utils/rddbmgr/revertschema.cpp +++ b/utils/rddbmgr/revertschema.cpp @@ -63,7 +63,7 @@ bool MainObject::RevertSchema(int cur_schema,int set_schema,QString *err_msg) // Revert 315 // if((cur_schema==315)&&(set_schema