Marius Wilms

Results 46 comments of Marius Wilms

Until we find a clean solution for this, try reregistering the `json` handler with `'cast'` set to `false`. That only works if you always hand JsonSerializable objects to the view.

@jails Are you working on this? Just asking as you've assigned yourself to the issue.

Given an invoice hasMany positions, this is how you can get the number of positions an invoice has as `'positions_count'` for each Invoice. `'group'` does the trick here. ``` $results...

Fields in relationship definitions are not taken into account as described, I assume the problem lies within `Database::$_strategies['joined']`. That strategy does not seem to copy the relationships fields into the...

Now targeting 1.1. We will also need to change the API (in a BC way) of the Session class, forcing to be explicit about the configuration which gets used. Additionally...

Thanks for opening the issue. I guess you're looking at one of the many `array_filter()` uses in: - https://github.com/UnionOfRAD/lithium/blob/master/net/http/Request.php#L241 The corresponding tests are here: - https://github.com/UnionOfRAD/lithium/blob/master/tests/cases/net/http/RequestTest.php#L99-L137 - https://github.com/UnionOfRAD/lithium/blob/master/tests/cases/net/http/RequestTest.php#L358-L371 At a...

A few questions that allow us to decide if this feature is needed: - Can you describe your use case/s? - What is your current workaround?

@farhadi Thanks for detailing use case and workaround. This will need further discussion - as that takes time - the next potential integration point would be after 1.0.

Thanks for providing a patch for this issue. As this tends to be more like a bugfix, can you please submit against the 1.0 branch and use long array syntax....