Commit Graph

229 Commits

Author SHA1 Message Date
Amauri CHAMPEAUX ec91bcdbaa New domain name: tarteaucitron.io 2020-04-18 15:20:20 +02:00
Amauri CHAMPEAUX 88af745341 Revert #412 Fix #421 2020-03-28 06:29:27 +01:00
Amauri CHAMPEAUX dad64861c6 check outside the loop if thisScript is still null 2020-03-27 20:03:42 +01:00
Amauri CHAMPEAUX b7e4b632e5
Merge pull request #393 from mobyou/patch-1
Add a bodyPosition param
2020-03-04 16:45:44 +01:00
Carsten Meyer b274b32bd8 Default value for "bodyPosition"
"bodyPosition": "bottom" as default value wich produce body.appendChild(div, body)
2020-03-04 16:21:44 +01:00
Amauri CHAMPEAUX 082bbf6d66 Don't show the middle bar if we are on the privacy policy page 2020-03-04 12:14:00 +01:00
Amauri CHAMPEAUX d23fadd718
Merge pull request #412 from yaaax/master
fix(js): select the relevant script to define the correct path for file inclusion
2020-03-04 10:25:40 +01:00
Yaacov 28dbc2de75 fix(tarteaucitron) select the relevant script to define the right path (bis) 2020-03-04 00:54:18 +01:00
Yaacov f00200a6dd fix(js): select the relevant script to define the correct path for files inclusion
See https://stackoverflow.com/a/22745553/5487370
2020-02-25 09:41:22 +01:00
Mikkel Scheike b5954aca5b Danish translation
Added support for Danish
2020-02-07 12:35:47 +01:00
Amauri CHAMPEAUX b0d669a016
Merge pull request #398 from prudloff-insite/infobox-class
Don't use the same class for the disclaimer and tooltips
2020-02-05 11:37:46 +01:00
Amauri CHAMPEAUX 4d870d731d
Merge pull request #401 from nstCactus/patch-3
 Dispatch an event when a service is added.
2020-02-05 11:32:07 +01:00
nstCactus e58a6ab8d2 Dispatch an event when a service is added. 2020-01-29 20:00:29 +01:00
nstCactus f5df8620cc 🐛 Dispatch an event when a service is accepted
PR #363 introduced an event to detect when a service is accepted.
This is only dispatched when the page is loaded with the service
already accepted.

This commit ensures its also dispatched when the user click the
Allow button in the service engagement placeholder.
2020-01-29 19:22:00 +01:00
Pierre Rudloff b999f73c86 Don't use the same class for the disclaimer and tooltips 2020-01-27 15:41:59 +01:00
Amauri CHAMPEAUX da7272f60d Add a Deny all button on the middle bar 2020-01-20 16:54:22 +01:00
Carsten Meyer f2eb28fa0b
Add a bodyPosition param
For blind people, the cookie banner must appear first in the source code. For this reason a bodyPosition parameter with the default value "top" is specified to  manage #tarteaucitronRoot
2020-01-08 15:35:54 +01:00
Amauri CHAMPEAUX a8404b8389 Fix Chinese translation 2019-11-27 15:34:54 +01:00
Amauri CHAMPEAUX c7c231796b
Merge pull request #376 from prudloff-insite/useExternalJs
New useExternalJs option
2019-11-05 18:24:42 +01:00
Amauri CHAMPEAUX 08a585ae1a
Merge pull request #377 from prudloff-insite/true-false
Simplify true/false checks
2019-11-05 18:23:52 +01:00
Amauri CHAMPEAUX cc5eba4937 Partial add of Japan locale 2019-11-05 18:18:19 +01:00
Amauri CHAMPEAUX feb4477e3e Fix the background with the middle banner 2019-11-05 17:59:40 +01:00
Pierre Rudloff 79be5270e2 Simplify true/false checks 2019-10-31 16:51:08 +01:00
Pierre Rudloff b94a94f21a New useExternalJs option 2019-10-31 15:36:20 +01:00
Amauri CHAMPEAUX 8d86ad84e4 High privacy by default and new middle bar 2019-10-31 08:25:35 +01:00
Amauri CHAMPEAUX 9dfba82d98 Fix #236 2019-10-31 07:55:01 +01:00
Amauri CHAMPEAUX da584fe5b6
Remove the Wrapper, it break a lot of custom css 2019-10-30 09:44:28 +01:00
Amauri CHAMPEAUX ee2f2f4690
Merge pull request #363 from drobert8584/master
push event when service loaded
2019-10-29 17:34:36 +01:00
Amauri CHAMPEAUX 4f7f2be078
Update tarteaucitron.js 2019-10-29 17:00:33 +01:00
Amauri CHAMPEAUX 1dfda3889d
Merge pull request #372 from prudloff-insite/empty
Display a message when no services are enabled (fixes #368)
2019-10-29 16:57:46 +01:00
Amauri CHAMPEAUX 85a555fc0c
Update var for v. pro 2019-10-29 16:48:56 +01:00
Pierre Rudloff 3c3654750c Display a message when no services are enabled (fixes #368) 2019-10-21 17:26:40 +02:00
DrDam a7c96955e8 push event when service loaded 2019-09-26 09:29:56 +02:00
Cédric ffdda75c2c
Fix error with ie
"new Event" is not compatible with ie
2019-09-12 22:08:13 +02:00
Cédric 8d048bea87
Déplacer la correction de mainTop
Permet d'éviter un mainTop négatif.
2019-09-05 12:21:07 +02:00
Amauri CHAMPEAUX 4ef09977ee
Merge pull request #343 from prudloff-insite/anchor
Don't scroll to top of page when closing popin
2019-08-28 09:40:21 +02:00
Amauri CHAMPEAUX 79d71466d5
Merge pull request #344 from JasonBenett/lifecycle-events
Dispatch JS events at crucial display steps
2019-08-28 09:39:59 +02:00
Jason Benedetti c6e19d73b5
Increase the ask area capability to be extended
- Encapsulate the main ask area buttons into a current state class (same comportment that the existing one on each service line).
- Add simpler methods to add/remove classes on user interface on the same way that the existing "css" method.
2019-08-23 10:44:05 +02:00
Jason Benedetti b595ca0ce5
Add higher encapsulation level to enhance design abilities
FR : Ajout de plusieurs <div> et <span> non stylisées pour faciliter le travail d'intégration et de design simplement via du CSS, notamment sur l'apparence de boutons par rapport aux textes.

EN : Add some <div> and <span> "unstylished" to enhance the integration and design work via simple CSS rules, especially about the buttons appearance compared to the texts.
2019-08-22 14:58:35 +02:00
Jason Benedetti affafafe37
Dispatch JS events at crucial display steps
FR : Ajout d'évènements JS à différents moments du cycle de vie de tarteaucitron. Permet d'ajouter de la logique métier personnalisée à différentes étapes.

EN : Add JS events to many moments of tarteaucitron life cycle. Allow to add personalized business logic to different steps.
2019-08-22 14:49:16 +02:00
Pierre Rudloff 1b5aea63dc Don't scroll to top of page when closing popin 2019-08-19 15:03:26 +02:00
Amauri CHAMPEAUX 3996698dc9
Merge pull request #266 from Adysone/master
Remove the hardcoded colors from the JS
2019-06-13 09:05:07 +02:00
Amauri CHAMPEAUX 07dbc549b4
Merge pull request #320 from AnTSaSk/master
Enhance custom "Expire" value / Amélioration de la valeur personnalisée "Expire"
2019-06-13 08:59:04 +02:00
Yannik 42cee81cea
FIX - ForceLanguage when !navigator 2019-05-17 13:12:52 +02:00
Alexis Besson 9f3873303d Feature: Modify verification of tarteaucitronExpireInDay type's value 2019-04-08 11:46:11 +02:00
Alexis Besson fb2b675889 Feature: Add possibility for user to specify a hour(s)/day(s) value as a custom expire value 2019-04-08 11:36:12 +02:00
Carsten Meyer 4020cdb12d
HTML semantics
- type="button" on all buttons
- rel="noreferrer noopener" on all links
2019-03-18 16:54:58 +01:00
Cenatiempo Yannick 8d53cfdb17
Prevent error for navigator without language 2019-02-28 18:28:48 +01:00
Emilie Pistorius 01ffbac2a0 fix aria-level values 2019-02-14 09:34:08 +01:00
Amauri CHAMPEAUX be56f21919
Changes in how stats are calculated on the pro version 2019-01-24 10:45:51 +01:00