Philippe O. Wagner

Results 54 comments of Philippe O. Wagner

I fixed it using: ``` $ cd /usr/local $ curl -OL https://raw.github.com/nvie/gitflow/develop/contrib/gitflow-installer.sh $ mkdir -p /usr/local/gitflow $ git clone [email protected]:nvie/shFlags.git $ cd .. $ chmod +x gitflow-installer.sh $ sudo ./gitflow-installer.sh...

Thanks @browniebroke for your PR. Will check that...

This would be indeed a great feature. The replay subject, message, from email, .. should be customised like the other form parts. A PR is welcomed.

A PR that does not break compatibility is welcomed :)

ALTER TABLE cmsplugin_contact_plus_extrafield ADD `placeholder` varchar(250) AFTER initial;

There was a typo in a previous version `````` ALTER TABLE cmsplugin_contactplus CHANGE `reciepient_email` `recipient_email` varchar(75) NOT NULL; ``` ``````

I did this to solve a problem I had today. Sadly I do not have time to invest in this. If the PR does not fit, please feel free to...

I would love to see this feature. This could be extremely useful for server migrations.

@urtzurd has been a while. I'm not familiar with django-nonrel. Does this PR (still) work in production and does this still have a relevance? Should we review and integrate your...