Closed (won't fix)
Project:
Site verification
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Jan 2010 at 04:21 UTC
Updated:
17 Oct 2024 at 05:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
roam2345 commentedHere is a patch to do this.
Comment #2
roam2345 commentedComment #3
roam2345 commentedI have rerolled this patch with the addition of #1391860: Add validation for meta tags as they conflict.
Comment #4
roam2345 commentedFixed white space issue.
Comment #5
roam2345 commentedLast time, fixed issue when merged patches.
Comment #6
mrfelton commentedI think this is missing
db_drop_field('site_verify', 'file');. The schema module is reporting "file: unexpected column in database".Comment #7
roam2345 commentedIssues fixed.
- fixed meta verify was on wrong var.
- install schema fixed as pointed out by @mrfelton
- removed unneeded meta output at url.
Comment #8
roam2345 commentedComment #9
joachim commentedPatch no longer applies cleanly I'm afraid.
A few things that need work too:
Some blank lines are needed here to conform to docs standards.
'Prepare'?
What happens if I have not configured a private directory?
This is part of the patch at #1391860: Add validation for meta tags.
This looks like an unrelated change, at least partly. Why change from drw() to db_update()?
s/file/field/ ?
I don't follow this change.
Comment #10
joachim commentedAlso, compare with #1230956: Support for Exportables (Features), which is (I think) incompatible with the direction taken here.
Comment #11
elc commentedThis module doesn't use a stored managed file so this would be major change in functionality, and in D7 not compatible with #1230956: Support for Exportables (Features), although neither of these will most likely be implemented before D7 EOL.
It would also not be compatible with ConfigEntity and exportable config, a la #3008860: Use ConfigEntityType for exportable SiteVerification storage, as the filename and content need to be part of the configuration.