genemu / GenemuFormBundle

Extra Form : Captcha GD, Tinymce, Recaptcha, JQueryDate, JQueryAutocomplete, JQuerySlider, JQueryFile, JQueryImage
587 stars 263 forks source link

Is this project active? #348

Closed DIOHz0r closed 6 years ago

DIOHz0r commented 10 years ago

There are a lot of push request (fixes and improvements) on this bundle and Genemu hasn't have show any activity in more than a month. Is someone working on this? :(

BTW the TinyMCE isn't working with the last version 4

WedgeSama commented 10 years ago

I hope this bundle is still active too.

To answer to you about TinyMCE 4, I used it with the bundle without any problem. If you have so question, maybe I can help you (create a new issue for that).

DIOHz0r commented 10 years ago

When I try to use the tinymce (ver.4) the editor doesn't show. The textarea change to visibility hidden and at the source code is the script for init the editor but this bundle use the code for the TinyMCE 3.x (that's a shame). I tried to use the last ver.3 but It won't start and it's throwing the error "this.getdoc() is undefined"

WedgeSama commented 10 years ago

Yes, I remember, I had one problem when I want to use TinyMCE first. By default, this bundle init TinyMCE's theme at advanced but this theme does not exist in the default v4 pack. You have to set it to lightgray.

Tell me if this solve your problem.

DIOHz0r commented 10 years ago

Actually I tried it (the v4's default theme is modern), and change the source code of the block tinymce at the layout of the bundle from {% set configs = configs|merge({ "mode": "exact", "elements": id }) %} to {% set configs = configs|merge({ "selector": "#" ~ id }) %} with no results :(

WedgeSama commented 10 years ago
DIOHz0r commented 10 years ago

Hello,

I finally got working the editor. I didn't use the script_url option or JQuery TinyMCE.

Afert download the TinyMCE I made a personal bundle to overwrite this bundle (http://symfony.com/doc/master/cookbook/bundles/inheritance.htm).

I've changed the tinymce block for the jquery_layout.html.twig to work with TinyMCE V4 and pass the JS via assetic <script src="{{ asset('bundles/mybundle/js/tinymce/tinymce.min.js') }}"></script>

soullivaneuh commented 9 years ago

This issue seems to be actual. No commit since december 2014.

@bamarni @genemu is this project still maintained? Do you need help?

I can join contributors team to give me my help and move up this project if you want.

Regards.

webdevilopers commented 9 years ago

:+1: @Soullivaneuh ! It would be nice to see some Sonata Admin contributors helping with this bundle. I love the Sonata Core form field types like Autocompleter with Select2 which feels like a standard by now.

Would be nice to have it in other bundles too btw:

soullivaneuh commented 8 years ago

ping

bamarni commented 8 years ago

Sorry guys for the delay, indeed the project isn't maintained since a while.

To make the project up and running again I think the priority is to fix the test suite first, I'll take a look at it as soon as possible, if someone feels like submitting a PR for it feel free too.

@Soullivaneuh I'd really like to have you as a maintainer if you're still interested, unfortunately I cannot add you, as I'm not the owner. Could you try to ping @genemu and ask him?

soullivaneuh commented 8 years ago

@Soullivaneuh I'd really like to have you as a maintainer if you're still interested, unfortunately I cannot add you, as I'm not the owner. Could you try to ping @genemu and ask him?

Seems you already did right now. :-)