Active
Project:
Group Admin
Version:
6.x-2.2-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2011 at 19:39 UTC
Updated:
13 Dec 2011 at 13:24 UTC
Jump to comment: Most recent file
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | filenames-1367210-1.patch | 57.55 KB | Thomas_Zahreddin |
Comments
Comment #1
Thomas_Zahreddin commented(version 6.x-2.x)
Comment #2
andy inman commentedThanks 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 :)