phpbb / epv

Extension Pre-Validator
GNU General Public License v2.0
9 stars 17 forks source link

Vendor names from IST starting with phpbb (i.e. phpbbde) result in Errors #30

Closed gn36 closed 9 years ago

gn36 commented 9 years ago

Vendor names should be checked including the first dot, underscore or slash/backslash to see if it actually is phpbb. Otherwise vendornames such as phpbbnl or phpbbde will result in errors.

Error: The phpbb vendorname should only be used for official extensions in route names in ...ext\phpbbde\pastebin\config\routing.yml. Current service name: phpbbde_pastebin_main_controller Error: The phpbb vendorname should only be used for official extensions in service names in ...ext\phpbbde\pastebin\config\services.yml. Current service name: phpbbde.pastebin.functions.pastebin Error: The phpbb vendorname should only be used for official extensions in service names in ...ext\phpbbde\pastebin\config\services.yml. Current service name: phpbbde.pastebin.controller.main

bantu commented 9 years ago

https://github.com/phpbb/epv/blob/master/src/Tests/Tests/epv_test_validate_event_names.php#L51

iMattPro commented 9 years ago

Same with core as well then.

paul999 commented 9 years ago

It was already report here as well: phpbb/pre-validator/issues/1 will keep this one open for now, as it is in the right project.