Closed (fixed)
Project:
Site verification
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Feb 2011 at 19:47 UTC
Updated:
29 Oct 2024 at 02:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidYeah definitely. Going to add it after the 1.0 version.
Comment #2
manarth commentedHere's a patch based on head.
The 2 new API functions are:
- site_verify_save($verification);
- site_verify_delete($svid);
The form handlers use the API functions, and there are a few new code-comments.
Comment #3
joachim commentedPatch has a lot of unrelated changes, some of which look like they would have been part of a D7 upgrade.
Comment #4
joachim commentedIt also no longer applies cleanly...
However, the patch contains has a lot of documentation improvements, which I'll commit now, as these are always a good thing. Thanks!
git commit -m "by manarth: Fixed missing function documentation; added comments to code." --author="manarth "
Commit b9f12c18835398e92896b7c81c40f250b4985055.
Comment #5
elc commentedThis appears to have been committed but not marked as fixed.
#3008860: Use ConfigEntityType for exportable SiteVerification storage would introduce a new method using ConfigEntity.