symphony-3 icon indicating copy to clipboard operation
symphony-3 copied to clipboard

Symphony 3.0 ftw

Results 68 symphony-3 issues
Sort by recently updated
recently updated
newest added

The Doctrine DBAL is an amazing piece of code that makes many things for the developer easier to happen. I invite you to take a look at the [architecture page](http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/architecture.html)...

Maybe it is time to get the `DateTimeObj` class to extend [PHP's DateTime class](http://php.net/manual/en/class.datetime.php) so that it becomes more powerful and allow for the elimination some of its code. Furthermore,...

It seems to me that the post data should be sent to canTrigger and trigger as a reference so that an event can change the data.

Several other delegates in Class AdministrativePage also return null contexts. And initalise is missing an i.

When attaching more than one data source to a view, I'm getting the following error when trying to render the view on the frontend: ``` in_array() expects parameter 2 to...

The ampersands in the dynamic XML datasources I've been creating are being re-encoded on every save.

At line 200 in extensions/ds_sections/lib/class.datasource.php "Acending" should be "Ascending."

Given a value of 2010-05, the S2 date filter would return all entries for the month of May in 2010. The S3 date filter doesn't appear to do that. Furthermore,...

e.g. 'overrides' => array ( 'account' => '{$event-save-user-account-id}', ), 'defaults' => array ( 'account' => '{$event-save-user-account-id}', ), When debugging the form submission for the above example the {$event-save-user-account-id} param has...

e.g. 'parameter' => '{$ds-read-user-account-by-id.system.id}', 'logic' => 'empty', Even if the specified parameter exists on the page, the DS is not run at all (at the least it should be an...