Secure Site needs to be updated for Drupal 5. NaX, is the 4.7 branch stable enough to be ported?

CommentFileSizeAuthor
#2 securesite.info144 bytesNaX

Comments

NaX’s picture

Assigned: Unassigned » NaX

Yes 4.7 is stable enough to be ported to 5. I was planning to do that a few weeks back but I have been struggling to find the time.

NaX’s picture

StatusFileSize
new144 bytes

From what I can tell securesite should be easy to upgrade.

At first glance this is what needs to be done.

1. Create a .info file
2. Remove hook_help
3. create hook_menu to support the new way of handling settings pages.

We also need to decide where we are going to put the settings page for securesite. If you look here http://drupal.org/node/64279#administration we have a few options.
For me their are 3 real options.

  • admin/build
  • admin/user
  • admin/settings

I have attached a quick first attempt at a .info.

NaX’s picture

Sorry, I forgot to add that I think the settings page should stay were it is, admin/settings.

NaX’s picture

Status: Active » Closed (fixed)