After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 553461 - [publish calendar] "SSH" service type should be called "Secure FTP (SSH)"
[publish calendar] "SSH" service type should be called "Secure FTP (SSH)"
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Plugins
2.22.x (obsolete)
Other Linux
: Normal minor
: ---
Assigned To: evolution-plugin-maintainers
Evolution QA team
Depends on: 168209
Blocks:
 
 
Reported: 2008-09-23 20:20 UTC by Paul Bolle
Modified: 2008-09-26 07:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly (2.84 KB, patch)
2008-09-23 22:21 UTC, Philip Withnall
committed Details | Review

Description Paul Bolle 2008-09-23 20:20:10 UTC
The "Publishing Location" tab in the "evolution" [*] dialog to add a calendar publishing location has a "Service type" item. One of its options is called "SSH".

For the reasons mentioned in (some comments on) bug #168209 this should be:
    "Secure FTP (SSH)"

Or one of the other suggestions of course. The important part here is that any resolution of that bug should be copied for this plugin. This is actually more of a "tracking" bug.

[*] Yes, that is another bug.
Comment 1 Philip Withnall 2008-09-23 22:21:07 UTC
Created attachment 119263 [details] [review]
Rename the "SSH" option to "Secure FTP (SSH)" and update the code accordingly

This patch changes the option as suggested, and also updates the enums in the code to better match the updated option.

The string change from bug #553389 is also in this patch, to save having a separate one-line patch.
Comment 2 Srinivasa Ragavan 2008-09-25 12:19:33 UTC
Just changing the glade file should be fine, instead of all the header/code. We might still use SSH internally. ANy reason, you modified the code also?
Comment 3 Philip Withnall 2008-09-25 16:02:00 UTC
I changed the code mainly so that the enum value matched the protocol used in the URI, since all the other TYPE_* enum values match their respective protocols.
Comment 4 Srinivasa Ragavan 2008-09-26 04:42:04 UTC
Ok :-). Commit to trunk
Comment 5 Philip Withnall 2008-09-26 06:41:25 UTC
2008-09-26  Philip Withnall  <philip@tecnocode.co.uk>

	** Fix for bug #553461 and bug #553389

	* publish-calendar.c (url_remove_clicked):
	* publish-calendar.glade:
	* url-editor-dialog.c (create_uri), (check_input),
	(publish_service_changed), (set_from_uri):
	* url-editor-dialog.h: Rename the "SSH" option to "Secure FTP (SSH)"
	and update the code accordingly. Also, change a related string to use
	better terminology.
Comment 6 Paul Bolle 2008-09-26 07:17:31 UTC
We now have to check (before the next release) whether the nautilus people will also use "Secure FTP (SSH)", otherwise we end up in the situation that the dialog used by this plugin and the corresponding dialog in nautilus diverge (making the net benefit of this change rather small).