rogamoore

Results 15 comments of rogamoore

If I understand correctly you can create your own set of templates/preset like here: https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-changelog-conventionalcommits

Maybe this helps - I had a similar problem and managed to skip looking for a package.json with the following settings in `.versionrc.json`: ``` { "packageFiles": [], "bumpFiles": [] }...

It would be nice if there were a possibility to add custom parameters to the column annotation: `* @GRID\Column(title="my own column name", size="120", type="text", my_custom_parameter="xyz")` With this you could set...

There could also be a container array: `* @GRID\Column(title="name", type="text", custom_params={createEditLink=true})` although I'm not sure if this syntax is correct for annotations. Then we don't need any magic - we...

Hello everybody! We would also be interested to have this feature and are happy to help making it happen. We noticed that there is already some logic in the current...

Hi, I was wondering if someone could give me a quick feedback. If there is interest I could start working on a PR.

@mario-fehr @Jelmer7 Please see the "Next steps?" section on my post. I need feedback from someone (Sulu Team) on the two subscribers that are failing. They are not part of...

@ThePixelDeveloper Would it possible to tag a new version 5.1.4 as suggested by @redjam13 ?

@alexander-schranz I just looked into the sorting problem and actually the `getFields` method here https://github.com/sulu/SuluFormBundle/blob/2.5/Entity/Dynamic.php#L148 and the call to `$this->form->getFields()` return the fields just in database order. In the `FormController`...

@alexander-schranz Sorry to ping you, but as we have some time available to contribute to this feature, I would like to ask for a quick opinion/feedback of the Sulu team...