There are a wealth of coding standards bugs reported via Coder.
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | coding-standard-fix-3444839-8.patch | 9.38 KB | nagy.balint |
| #6 | comma-fix-3444839-6.patch | 343 bytes | nagy.balint |
Issue fork views-3444839
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
damienmckennaI've committed the initial changes, but additional work is needed.
Comment #5
damienmckennaComment #6
nagy.balint commented@DamienMcKenna
Hi!
There is an issue with the previous commit, as there is an extra comma which causes:
ParseError: syntax error, unexpected ')', expecting variable (T_VARIABLE) in drupal_load() (line 2620 of views.module)
Attached patch.
Comment #7
nagy.balint commentedThe commit in #4 also broke ajax in the views admin, since TRUE and FALSE are not valid in javascript.
Seems to be several issues with this commit :(
Comment #8
nagy.balint commentedComment #9
nagy.balint commentedI put it on needs review, since the dev release in the current state is not really useable...
Comment #11
damienmckennaThank you for the fixes, I've committed patch #8.
Comment #12
damienmckenna