Download & Extend

unusual naming of files, therefore strange reactions of other modules like potx or coder miss some files of the module

Project:Group Admin
Version:6.x-2.2-beta1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

the naming of some files like groupadmin.config.inc.php is not the way other drupal modules expect them to be named. Therefore strings of these modules are not recognized by potx or the translation server and also coder does not check these files.

Btw. coder is a valueable module.

So i suggest to change the names and include-statements.

Comments

#1

(version 6.x-2.x)

AttachmentSize
filenames-1367210-1.patch 57.55 KB

#2

Thanks for the input. Just FYI, naming include files as .inc.php used to be common practice for security reasons because Apache might otherwise display the contents of .inc files. But nowadays we can hopefully assume that Apache is properly configured :)