Closed (won't fix)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Nov 2009 at 21:41 UTC
Updated:
18 Oct 2018 at 20:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
magicyril commentedthanks.
Comment #2
avpadernoComment #3
avpadernoSchema description should not be passed to
t()anymore.The first argument of
t()is a literal string, not a dynamic value; differently, the script to extract the strings to translate will not extract the string.check_plain()is used when showing a string, not when saving it.Comment #4
magicyril commentedThanks for the feedback. I updated the code, and I deleted the LICENSE.txt file.
Comment #5
matt2000 commented- You missed #1 above. it's in your hook_schema.
-You're still running check_plain() on input; you just moved it to a different function. check_plain() should only be run on output.
Comment #6
avpadernoPlease read the following links as this is very important information about CVS applications.
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for these applications. Please read Migrating from CVS Applications to (Git) Full Project Applications and Applying for permission to opt into security advisory coverage on how this affects and benefits you and the application process. In short, every user has now the permissions necessary to create new projects, but they need to apply for opt into security advisory coverage. Without applying, the projects will have a warning on projects that says:
Comment #7
avpaderno