Lionel

Results 8 issues of Lionel

Env = SF2.3 / Propel 1.6.9 schema.xml: ``` ``` I've populated the 2 foreign tables without problem and want some random datas for the crossRef table: ``` Acme\Model\Follow: number: 150...

I'm (always) using Propel1 and got some errors w. MySQL 5.7 seems Doctrine2 had the same problem > https://github.com/doctrine/doctrine2/issues/5622 The problem seems raised when I tried to make an "order...

1.x

Env: ``` "symfony/symfony": "2.7.*" or "2.8.*", "propel/propel-bundle": "1.4.*", ``` The **first time** I call a page or a SF command line after having **clear the cache**, I've got this error:...

Env SF2.7.4 / Propel1 I've created a choice form type like that: ``` $builder->add('mychoice', 'model', array( 'class' => 'Foo\\Bar', 'query' => FooBarQuery::create()->filterBySomething(true), 'group_by' => 'example', 'property' => 'title', 'multiple' =>...

Bug
Forms

How could I sort a media.search listing result in created desc order? `$res = $cloudkey->media->search(array( 'per_page' => 6, 'page' => 1, 'fields' => array('id', 'meta.title'), 'sort' => array(array('-created')), 'query' =>...

I'm using the `media.search` api call for displaying paginated list, is there a way to get the number of pages depending of a query search and the number of items...

I'm getting troubles to bind the ```uploadFailed``` event if errors occurs during file processing in the server. This JSON response binds the ```fileuploadfail``` blueimp-jquery-fileupload event: ``` statusCode: 400 responseText: 'error'...

easy first bug

Use of fill() function generates a "Fatal error: Call to undefined function class_name()" (sfImageFillGD line 118). don't you mean "get_class()" instead of "class_name()"?