Closed (fixed)
Project:
SSH Key
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2011 at 14:32 UTC
Updated:
2 Jan 2014 at 21:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pwolanin commentedComment #2
pwolanin commentedHete's the 6.x-2.x version.
Comment #3
pwolanin commentedNeeds a re-roll for #1026444: Alter or explain comment stripping? since key comments are not stripped, we should just print the original key
Comment #4
pwolanin commentedHere's a re-roll for D6 which also fixes the call to drupal_set_header()
Comment #5
pwolanin commentedHere's the 7.x version
Comment #6
dave reidWe don't need the 'modal' => TRUE line on the menu callback as this is not something that would open in a modal UI for editing.
This should probably check sshkey_access('view'). Also take out 'modal' => FALSE. And I think the current code has a variable with the base URI of the sshkey so it doesn't have to be a long string join.
Comment #7
dave reidCommitted to 7.x-2.x with additional updates to the Views integration. Also backported to 6.x-2.x.
http://drupalcode.org/project/sshkey.git/commit/103734f (7.x-2.x)
http://drupalcode.org/project/sshkey.git/commit/119feb4 (6.x-2.x)
Comment #12
dave reid