noiselabs / SmartyBundle

Smarty3 template engine bundle for Symfony
http://smartybundle.readthedocs.io/
GNU Lesser General Public License v3.0
51 stars 36 forks source link

Forms and assetic #15

Closed Bersman closed 2 years ago

Bersman commented 12 years ago

Hi,

do you have any idea when you will continue with building for the form and assetic extension ?

vitorbrandao commented 12 years ago

Yes, assetic is currently in master. Do you have any issues using it? Please use a version of assetic-bundle compatible with the one declared in smarty-bundle composer.json.

About forms I'm currently working on them in twitter-bootstrap branch but will only focus on symfony-2.1 forms. Also support for mopa-bootstrap and knp-menu will be included. Are you requiring this for a hobby project or a professional one?

I'm currently on vacations and will return to coding next Monday, but I'll check email/github once a day.

As a final note just a heads up that smarty-bundle docs for bleeding edge branch are now available in smartybundle.noiselabs.org

Bersman commented 12 years ago

We are working with the 2.1 forms also :) We would like to us it with smarty on a professional project. We have adapt Syfonoy2 as our new framework and starting working to get all our old functionality working on this new platform. It would be great if you want to finish the forms :)

vitorbrandao commented 12 years ago

I've updated form-extension branch to include latest developments (includes twitter-bootstrap integration too).

Form developments will only reach master when this becomes stable, fully documented and with a test suite. In the meantime you'll need to switch to the form-extension branch to try those developments (and become a bleeding edge user :).

vitorbrandao commented 12 years ago

@Bersman I've started a little section in the documentation about form extension. I'll add more this week. You can find it here: http://smartybundle.noiselabs.org/extensions.html#form-extension.

vitorbrandao commented 11 years ago

Just a reminder that all SmartyBundle documentation moved to smartybundle.readthedocs.org.

davidfuhr commented 8 years ago

Are there any plans merging the form-extension branch into master? Is it still missing documentation and test suite?

vitorbrandao commented 8 years ago

@davidfuhr not just documentation but also the implementation is incomplete. @belka-ew has progressed further but I'm entirely aware of the current status of his work.

vitorbrandao commented 2 years ago

Forms and Assetic support has been dropped in the main branch. Closing.