There are a wealth of coding standards bugs reported via Coder.

Issue fork views-3444839

Command icon 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

DamienMcKenna created an issue. See original summary.

damienmckenna’s picture

I've committed the initial changes, but additional work is needed.

damienmckenna’s picture

Assigned: damienmckenna » Unassigned
Status: Active » Needs work
nagy.balint’s picture

StatusFileSize
new343 bytes

@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.

nagy.balint’s picture

The 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 :(

nagy.balint’s picture

StatusFileSize
new9.38 KB
nagy.balint’s picture

Status: Needs work » Needs review

I put it on needs review, since the dev release in the current state is not really useable...

damienmckenna’s picture

Thank you for the fixes, I've committed patch #8.

damienmckenna’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.