A number of the form labels and menu titles go against Drupal coding standards by being all upper-case, ie, Manage Registrations, where it should be Manage registrations.
If you're receptive to this change I'll create a patch right now.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | code-cleanup-1490982.patch | 42.11 KB | dpi |
Comments
Comment #1
dpiThere is an overall issue of general Drupal coding standards compliance, even after you account for grammar issues.
This is a bigger issue, and it is probably better if a Coder run is made at some point in time. Preferably before 1.0 release to minimize patch disruption.
Comment #2
levelos commentedIn short, sure, I'll welcome any coding standards patches.
Comment #3
seanberto commented@dpi,
@levelos isn't likely to be touching the module this weekend. If you wanted to submit a patch after running Coder, this weekend would be a great time to avoid conflicts.
Bumping to "major" priority so that this stays at the top of our list.
Comment #4
dpiCode run through Coder strict and documentation cleaned up a little to match standards.
Some things of note that should be addressed (patch does not include):
Comment #5
levelos commentedThanks @dpi. The coder output and your suggested list are taken care of.