Commit Graph

62 Commits

Author SHA1 Message Date
David Sauve
a42a9ca543 Filter out null values in signature data
Null values in the signature data will cause the compute box calculation to fail. Filter them out during json.loads
2022-01-17 09:12:03 +01:00
kygoh
9e81795f99 Fix django tarball url 2021-10-10 18:37:33 +02:00
kygoh
7fe2560910 Use environment markers to install pyquery based on python version 2021-10-10 18:37:33 +02:00
kygoh
e92132349c Accept float x,y values 2021-10-10 18:37:33 +02:00
Sebastien Corbin
a740767a06 Release 0.10 0.10 2020-07-26 15:58:33 +02:00
Sebastien Corbin
ea249473f1 Add full example of front-office usage 2020-07-26 15:58:12 +02:00
Sebastien Corbin
bea517d746 Add a template filter for displaying signature as base64 2020-07-26 15:55:51 +02:00
Sebastien Corbin
4dd9e5f25f Improve coverage 2020-04-18 21:08:09 +02:00
Sebastien Corbin
72e9f3d6da Fix setup.py classifiers 2020-04-18 21:04:30 +02:00
Sebastien Corbin
7601258ea8 Improve setup.py for next time 2020-04-18 21:01:55 +02:00
Sebastien Corbin
3f5d877b6a Release 0.9 0.9 2020-04-18 20:51:52 +02:00
Sebastien Corbin
cf2ad535e1 Add tests for admin usage 2020-04-18 20:48:06 +02:00
Sebastien Corbin
2be2c4dcc6 Update jSignature lib 2020-04-18 20:22:14 +02:00
Sebastien Corbin
d08e0ba276 Handle both admin and not admin usages 2020-04-18 20:22:04 +02:00
Sebastien Corbin
a6946d160d Include example project 2020-04-18 20:20:26 +02:00
Sebastien Corbin
ac8c20abb3 Remove dependency over six 2020-04-18 19:04:25 +02:00
Sebastien Corbin
622f3ea10b Rework test matrix and structure 2020-04-18 18:53:42 +02:00
Sébastien Corbin
c5f7c10d23 Merge pull request #12 from adremides/master
Fix jquery dependency for Django >2.2 version
2020-03-11 10:51:39 +01:00
Unknown
d0ae3a9c43 Fix jquery dependency for Django >2.2 version
Django changed the way media assets are merged, now using a topological sort algorithm. Dependencies are now needed to be added in the media so they are recognized by the algorithm.
2019-10-03 20:38:25 -03:00
Florent Lebreton
39f2ba9533 Merge pull request #11 from notanumber/master
Updated to fix an error when using jSignature field with Django 2
2019-07-03 16:55:36 +02:00
David Sauve
33b43b98b0 Added renderer=None to render call 2019-04-03 14:28:43 -07:00
David Sauve
9923614d6a Updated JSignatureField to remove SubfieldBase 2019-04-03 14:25:11 -07:00
Florent Lebreton
6da81f2115 Release 0.8 0.8 2014-12-04 13:58:40 +01:00
Florent Lebreton
d12b1e80ac Merge pull request #5 from Gagaro/master
Python3 / Django1.7 support & better testing
2014-12-04 13:50:38 +01:00
Gagaro
880033d3a5 fix: django.utils.six not available before django 1.6 2014-12-04 12:34:49 +01:00
Gagaro
c15074873b fix: python 3 compatibility 2014-12-04 12:27:25 +01:00
Gagaro
8e912f9738 tests: improve testing by splitting tests + use six for basestring python3 compatibility 2014-12-04 12:18:53 +01:00
Gagaro
70b4f2e9b6 fix: .travis.yml matrix exclude 2014-12-04 10:31:30 +01:00
Gagaro
124fe21d06 tests: upgrade quicktest.py + improve travis configuration 2014-12-04 10:22:31 +01:00
Florent Lebreton
738eb869fc Merge pull request #4 from Gagaro/master
splitted widgets tests
2014-12-03 12:45:50 +01:00
Gagaro
32566873a4 splitted widgets tests 2014-12-03 11:18:28 +01:00
Florent Lebreton
bbde0d7005 Package for pypi 0.7.6 2014-11-27 10:58:52 +01:00
Florent Lebreton
11ae827643 Add a template example in README (@jsayles) 2014-11-26 19:21:12 +01:00
Florent Lebreton
337a8f9a08 Add a setting for reset button (@jsayles) 2014-11-26 19:19:03 +01:00
Florent Lebreton
51005db0ca South is not required (@jsayles) 2014-11-26 18:44:38 +01:00
Florent Lebreton
02e78b1a6c Better rendering and javascript initialization (@andybak / #2) 2014-11-26 18:44:26 +01:00
Robert Rouhani
b29c5964af Fix bug where form value is never set if the name contains an underscore. 2014-04-22 00:44:06 -04:00
Florent Lebreton
5c7f1d7037 PEP8 clean-up 2013-11-20 15:59:14 +01:00
Florent Lebreton
7666e781e5 Widget should not behave as a hidden field 2013-11-20 15:46:40 +01:00
Florent Lebreton
27eeca4f8f Update README 2013-11-20 15:30:20 +01:00
Florent Lebreton
a8bf966933 Update README 2013-09-29 15:30:51 +02:00
Florent Lebreton
202df097b0 Update .travis.yml to use coveralls 2013-09-29 14:52:51 +02:00
Florent Lebreton
0de152f292 Use coverage and add missing test 2013-09-29 14:46:05 +02:00
Florent Lebreton
1fd41a622a Update README 2013-09-29 12:19:02 +02:00
Florent Lebreton
b87ba745e7 Update README 2013-09-29 12:13:57 +02:00
Florent Lebreton
69e81bd808 Change README 2013-09-29 12:11:35 +02:00
Florent Lebreton
91b0e4d400 Move quicktest script 2013-09-29 11:37:32 +02:00
Florent Lebreton
a86cc67520 Fix travis.yml 2013-09-29 11:37:32 +02:00
Florent Lebreton
271b4239a2 Remove django from requirements to fix travis build 2013-09-29 11:26:01 +02:00
Florent Lebreton
ca5ba2d0f8 Fix bugs in draw_signature and add tests 2013-09-29 11:18:00 +02:00