gnat42
Repos
41
Followers
6
Following
4

Events

issue comment
Certain table HTML causes editor to crash with table column resize plugin enabled

we have the same issue with v35

Created at 3 weeks ago
issue comment
ERROR: Unable to extract uploader id

Looks like a duplicate of #31530 Changing /usr/lib/python3.11/site-packages/youtube_dl/extractor/youtube.py similar to ytb-dl did fixes it for me locally..

Created at 1 month ago
gnat42 create tag 7.0.3
Created at 1 month ago

Release of new version 7.0.3

Created at 1 month ago

added collection form extension to support the nsAddForm options

Bump nsbootstrap template tag

Created at 1 month ago
gnat42 create tag 6.1.2
Created at 1 month ago

Bump nsbootstrap template tag

Created at 1 month ago
gnat42 create tag 6.1.1
Created at 1 month ago
gnat42 create branch 6.1
Created at 1 month ago
gnat42 create tag 7.0.2
Created at 1 month ago

Support prepending new forms

Fix missing equality check

Release of new version 7.0.2

Created at 1 month ago
gnat42 create tag 6.0.6
Created at 1 month ago

Fix missing equality check

Created at 1 month ago
gnat42 create tag 6.0.5
Created at 1 month ago

Support prepending new forms

Created at 1 month ago
gnat42 create tag 7.0.1
Created at 1 month ago

Release of new version 7.0.1

Created at 1 month ago

Added save button block

Created at 1 month ago
gnat42 delete tag 6.1.0
Created at 1 month ago
gnat42 create tag 7.0.0
Created at 1 month ago

Fixed issue with initializing defaults outside of the init function

Release of new version 6.0.4

Implement fixed header

Release of new version 7.0.0

Created at 1 month ago
gnat42 create branch 6.0
Created at 1 month ago
Allow to use translate controller without sensio/framework-extra-bundle

Right, so this pr removed the requirement for the bundle that provides the template annotation, and the controllers were changed to properly return a response. As such, removing the inclusion of the template annotation in the controller IMO is safe and not a BC, its a broken artifact of the incomplete PR that was merged that didn't remove the annotation.

Created at 1 month ago
gnat42 create tag 6.0.4
Created at 1 month ago

Release of new version 6.0.4

Created at 1 month ago

Fixed issue with initializing defaults outside of the init function

Created at 1 month ago
gnat42 create tag 5.0.68
Created at 1 month ago

Fixed issue with initializing defaults outside of the init function

Created at 1 month ago
Allow to use translate controller without sensio/framework-extra-bundle

@deguif Fair enough about the BC break.

However, a couple of thoughts.

  1. Since this was merged Dec 19, 2022 I would consider it a bug of the PR.
  2. Additionally, I would consider using the @Template annotation an internal implementation. For examplesomeone including this bundle shouldn't care or depend on the annotation existing. Removing it and return the appropriate Response object makes the controller function the same in both ways.
Created at 1 month ago
Allow to use translate controller without sensio/framework-extra-bundle

I would remove all use of @Template annotation method and just use a return in the controller to return the response rendered. Its a very old way to deal with templates in Symfony projects and there's no real benefit.

Created at 1 month ago