Bram de Leeuw

Results 3 issues of Bram de Leeuw

When using date fields in EditableColumns the field is not wrapped in a field holder but only a element. This causes the grey (disabled) background to appear. This PR does...

In the `Calendar`'s` RecentEvents` method the sorting is ignored after the `getEventList` method is called. ```php public function RecentEvents($limit = null, $filter = null) { $start_date = sfDate::getInstance(); $end_date =...