Commit Graph

33 Commits

Author SHA1 Message Date
Sebastien Corbin
cf9a37a009 Remove depreciations 2022-01-17 14:02:35 +01:00
Sebastien Corbin
382c824cca Flake8 2022-01-17 14:02:35 +01:00
David Sauve
ea3800375c Improved _remove_empty so that it doesn't remove 0, just None 2022-01-17 09:12:03 +01:00
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
e92132349c Accept float x,y values 2021-10-10 18:37:33 +02:00
Sebastien Corbin
bea517d746 Add a template filter for displaying signature as base64 2020-07-26 15:55:51 +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
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
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
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
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
32566873a4 splitted widgets tests 2014-12-03 11:18:28 +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
0de152f292 Use coverage and add missing test 2013-09-29 14:46:05 +02:00
Florent Lebreton
91b0e4d400 Move quicktest script 2013-09-29 11:37:32 +02:00
Florent Lebreton
ca5ba2d0f8 Fix bugs in draw_signature and add tests 2013-09-29 11:18:00 +02:00
Florent Lebreton
95860405f3 Use travis-ci 2013-09-29 10:24:18 +02:00
Florent Lebreton
a8ef50d8d0 Add tests 2013-09-19 16:23:57 +02:00
Florent Lebreton
5c17f753e7 Clean-up 2013-09-19 16:04:46 +02:00
Florent Lebreton
a19d0f9545 Add french translation 2013-09-18 11:14:52 +02:00
Florent Lebreton
c4bb0b8fd1 Improve handling of different values types 2013-09-18 10:50:19 +02:00
Florent Lebreton
082523eb47 First version 2013-09-13 12:17:26 +02:00