Git commit 3ca2f0b850eb99978ae536a23503eafe8bae6416 by Allen Winter. Committed on 21/05/2025 at 15:30. Pushed by winterz into branch 'master'.
Remove last traces of uploading Hot New Stuff The feature to upload calendars to Hot New Stuff was disabled a long time ago. M +0 -32 doc/index.docbook M +1 -4 src/data/korganizer_part.rc M +1 -4 src/data/korganizerui.rc https://invent.kde.org/pim/korganizer/-/commit/3ca2f0b850eb99978ae536a23503eafe8bae6416 diff --git a/doc/index.docbook b/doc/index.docbook index 3ab9eace8..851c511df 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -578,12 +578,6 @@ do not wish to view them in the to-do lists, consider <sect1 id="managing-get-hot-new-stuff"> <title>Downloading Using Get Hot New Stuff</title> -<!--para>If you have a calendar containing events of public interest, such as -a conference or championship schedule, you can upload it (or check if there -is something worth downloading) using the -<ulink url="http://ghns.berlios.de/">get hot new stuff framework</ulink>. -</para--> - <para> To open the <guilabel>Get Hot New Stuff</guilabel> dialog, which offers a list of calendars to download, choose the @@ -593,16 +587,6 @@ If you select one of the calendars, a dialog with the list of events from the calendars will appear. To merge the displayed events with your default resource, press <guilabel>Merge</guilabel>.</para> -<!--para> -To open the <guilabel>Upload Hot New Stuff</guilabel> dialog, which allow you -to export calendars containing events which may be useful to other people, such -as a conference program, a list of holidays, special events, &etc;, -choose the <menuchoice><guimenu>File</guimenu><guisubmenu>Export</guisubmenu> -<guimenuitem>Upload Hot New Stuff...</guimenuitem></menuchoice>.</para> - -<para>Before uploading the events, make sure you have -<link linkend="filters-view">filtered out</link> all unrelated data.</para--> - </sect1> </chapter> @@ -2868,22 +2852,6 @@ file.</para> </listitem> </varlistentry> -<!--not in 4.6.0 -varlistentry id="menu-file-export-ghns"> -<term><menuchoice> -<guimenu>File</guimenu> -<guisubmenu>Export</guisubmenu> -<guimenuitem>Upload Hot New Stuff...</guimenuitem> -</menuchoice></term> -<listitem><para>This action will open the <guilabel>Upload Hot New Stuff</guilabel> -dialog, which allow you to export calendars containing events which may be -useful to other people, such as a conference program, a list of holidays, -special events, &etc;</para> -<para>For more information about this action, please refer to -<xref linkend="managing-get-hot-new-stuff" />.</para> -</listitem> -</varlistentry--> - <varlistentry id="menu-file-archive-old"> <term><menuchoice> <guimenu>File</guimenu> diff --git a/src/data/korganizer_part.rc b/src/data/korganizer_part.rc index 95e1585be..42c67735a 100644 --- a/src/data/korganizer_part.rc +++ b/src/data/korganizer_part.rc @@ -1,5 +1,5 @@ <!DOCTYPE gui> -<gui name="korganizer" version="446" translationDomain="korganizer"> +<gui name="korganizer" version="447" translationDomain="korganizer"> <MenuBar> <Menu name="file"><text>&File</text> <Merge/> @@ -17,9 +17,6 @@ </Menu> <Menu name="export"><text>&Export</text> <Action name="export_icalendar"/> - <Merge/> - <Separator/> - <Action name="uploadnewstuff"/> </Menu> <Separator/> <Action name="file_archive"/> diff --git a/src/data/korganizerui.rc b/src/data/korganizerui.rc index 2432e2106..912ae9265 100644 --- a/src/data/korganizerui.rc +++ b/src/data/korganizerui.rc @@ -1,6 +1,6 @@ <?xml version="1.0"?> <!DOCTYPE gui> -<gui name="korganizer" version="444" translationDomain="korganizer"> +<gui name="korganizer" version="445" translationDomain="korganizer"> <MenuBar> <Menu name="file"> <text>&File</text> @@ -15,9 +15,6 @@ <Menu name="export"> <text>&Export</text> <Action name="export_icalendar"/> - <Merge/> - <Separator/> - <Action name="uploadnewstuff"/> </Menu> <Separator/> <Action name="file_archive"/>
