Comments

eric_a’s picture

Status: Active » Needs review
StatusFileSize
new1.95 KB
eric_a’s picture

Version: 7.x-7.x-dev » 6.x-2.x-dev
Status: Needs review » Patch (to be ported)

Committed #1 to the trunk.

eric_a’s picture

Status: Patch (to be ported) » Needs review
StatusFileSize
new1.56 KB
eric_a’s picture

Status: Needs review » Fixed

Committed #3 to DRUPAL-6--2.

eric_a’s picture

Title: Refactor notation processing to #pre_render » Remove chessboard_field()
Version: 6.x-2.x-dev » 7.x-7.x-dev
Status: Fixed » Needs review
StatusFileSize
new4.28 KB

We'll need the power to work with the complete element structure. Cleanup time.

eric_a’s picture

Version: 7.x-7.x-dev » 6.x-2.x-dev
StatusFileSize
new4.44 KB
eric_a’s picture

Status: Needs review » Fixed

Committed #5 to the trunk. Committed #6 to DRUPAL-6--2.

eric_a’s picture

Version: 6.x-2.x-dev » 7.x-7.x-dev
Status: Fixed » Needs review
StatusFileSize
new3.45 KB

With the elements available we can move the parameters into element properties matching the template variables rather than stuffing them into the item array.

eric_a’s picture

Version: 7.x-7.x-dev » 6.x-2.x-dev
StatusFileSize
new3.51 KB
eric_a’s picture

StatusFileSize
new3.51 KB

Bot problems. Reattaching.

eric_a’s picture

StatusFileSize
new3.55 KB

Git patch.

eric_a’s picture

Status: Needs review » Fixed

Tests pass locally. Committed to master and 6.x-2.x.

Status: Fixed » Closed (fixed)

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

eric_a’s picture

Version: 6.x-2.x-dev » 7.x-2.x-dev
Status: Closed (fixed) » Needs review
StatusFileSize
new3.94 KB

Status: Needs review » Needs work

The last submitted patch, chessboard-parameters-1060484-14.patch, failed testing.

eric_a’s picture

Status: Needs work » Needs review
StatusFileSize
new4 KB

The patch in #16 is more or less an undoing of the part in #1. So we're back to a simple version of the old D6 style chessboard_field(), outside of the render element.
While working on other issues it has become visible that certain knowledge and processing really should be left to the Filter API, Field API and friends. Custom client code that wants to use the render element directly should do its own preparation.
We can still provide some nice helpers though.

The failing of the patch in #14 showed us that we lack default values handling. In another issue we can expand the signature and use the Filter API for default settings.

eric_a’s picture

Version: 7.x-2.x-dev » 6.x-2.x-dev
StatusFileSize
new3.93 KB

Pushed #16 to 7.x-2.x.

eric_a’s picture

Status: Needs review » Fixed

Pushed #17 to 6.x-2.x.

Status: Fixed » Closed (fixed)

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