Pi Delport
c2a11ce794
Add initial Hotjar tracking code support
2018-11-15 17:37:33 +02:00
Pi Delport
2d8cbd25bd
Address flake8 W605 (invalid escape sequence)
2018-11-15 15:05:38 +01:00
Joost Cassee
128c535550
Merge pull request #130 from pjdelport/enable-intercom-anonymous-users
...
Enable Intercom for anonymous users
2018-08-22 16:32:14 +02:00
Pi Delport
c34d429f57
Enable Intercom for anonymous users
...
Update tests to add conventional test_render_internal_ip.
2018-08-22 16:17:25 +02:00
Pi Delport
0a549c8ee6
Drop Python 3.3, add Python 3.7 and Django 2.1
...
This is a combination of 5 commits.
Commit message #1 :
Drop support for Python 3.3
Setuptools and Tox no longer support or work on Python 3.3.
Commit message #2 :
Tox / Travis: Add Python 3.7 and Django 2.1
Commit message #3 :
Tox: Django 2.1 drops support for Python 3.4
Commit message #4 :
Travis: Add workaround for Python 3.7
Upstream issue: https://github.com/travis-ci/travis-ci/issues/9815
Commit message #5 :
Travis: Enable pip caching
2018-08-22 15:50:32 +02:00
Nikolay Korotkiy
926b46dc03
docs: Piwik is now Matomo
2018-08-20 19:31:06 +02:00
Pi Delport
8f4a62ac6d
Intercom docs: Fix broken link for custom data
2018-08-20 19:03:36 +02:00
Joost Cassee
ac66302ddc
Update changelog and bump version to 2.4.0
2017-12-07 09:19:19 +01:00
Peter Bittner
3653b388fd
Beautification (fix a missing blank)
2017-12-05 23:53:07 +01:00
Joost Cassee
dfc8baf2ee
Merge pull request #121 from Anteru/master
...
Use user.is_authenticated for Django 2.0 compatibility.
2017-12-05 09:37:28 +01:00
Matthäus G. Chajdas
a9d0befa46
Add support for Django <2 and 2; update tox test matrix.
2017-12-03 18:28:38 +01:00
Matthäus G. Chajdas
4c72289ac8
Use user.is_authenticated for Django 2.0 compatibility.
2017-12-02 22:39:03 +01:00
Joost Cassee
7bc1467374
Merge pull request #119 from bittner/master
...
Use more targeted approach for README conversion check
2017-11-24 20:39:12 +01:00
Peter Bittner
2e9329dbb8
Use more targeted approach for README conversion check
2017-11-23 00:56:11 +01:00
Joost Cassee
be7b530f7e
Merge pull request #118 from bittner/feature/add-checkdocs-tox-target
...
Check PyPI package description generation w/ tox
2017-11-18 22:41:08 +01:00
Peter Bittner
ef44d0ccf1
Check PyPI package description generation w/ tox
2017-11-18 19:56:33 +01:00
Peter Bittner
9738f31688
Move package description to module docstring
2017-10-22 14:28:25 +02:00
Peter Bittner
4e8644fbdc
Fix non-critical issues forgotten for v2.3.0
2017-10-22 14:28:25 +02:00
Joost Cassee
347df54502
Use readthedocs.io instead of pythonhosted.org
2017-10-19 00:36:50 +02:00
Joost Cassee
77e1d6f95a
Bump version to 2.3.0 and update changelog
2017-10-18 23:50:02 +02:00
Joost Cassee
6f71ddf04f
Merge pull request #115 from pjdelport/add-facebook-pixel-support
...
Add Facebook Pixel support
2017-10-18 21:06:52 +02:00
Joost Cassee
5f0b1128f2
Merge pull request #114 from pjdelport/update-tests-for-django-1.11
...
Update tests for Django 1.10 & 1.11
2017-10-18 21:06:11 +02:00
Pi Delport
2ea2f824e8
Add some remaining test coverage
...
This should bring the facebook_pixel module up to 100%.
2017-10-18 12:36:18 +02:00
Pi Delport
be564dd2b8
(Ignore coverage for intentionally unimplemented property)
2017-10-18 12:34:22 +02:00
Pi Delport
621d207944
(Use more compact format, for readability)
2017-10-18 10:47:59 +02:00
Pi Delport
969377b39a
Tox: Expand Django versions in envlist
2017-10-17 17:29:11 +02:00
Pi Delport
a7246fbe44
Add initial Facebook Pixel docs
2017-10-17 16:46:14 +02:00
Pi Delport
70b2ff9081
README: Add Facebook Pixel
2017-10-17 16:07:40 +02:00
Pi Delport
d19e1bfdb7
Package classifiers: Add Python 3.6, Django 1.10 & 1.11
2017-10-17 16:02:40 +02:00
Pi Delport
cd9394467e
Add initial Facebook Pixel support
2017-10-17 16:00:54 +02:00
Pi Delport
2ee99a656b
(Update my name, while here)
2017-10-17 14:12:35 +02:00
Pi Delport
4157c55e26
Tox, Travis: Update for Python 3.6, Django 1.10 & 1.11
2017-10-17 14:07:20 +02:00
Pi Delport
4ada8ff81a
Test settings: Add TEMPLATES for Django 1.10+
2017-10-17 13:35:38 +02:00
Peter Bittner
c7b14bdf5c
Drop Python 3.2 support
...
Refactor Travis CI configuration
Add flake8 checks, address all complaints
2017-10-16 12:11:23 +02:00
Joost Cassee
bec45403ee
Merge pull request #112 from bogdanbodnar/patch-2
...
Fix holding config variable in database through proxy objects
2017-08-17 16:52:49 +02:00
Bodnar Bogdan
9df1182877
Fix exception message
2017-08-16 10:41:09 +02:00
Bodnar Bogdan
22403f9a03
Fix uservoice tests
...
Rewrite test_empty_key in the same way as in the other modules.
Delete test_overridden_empty_key, because the Node (In this case, the UserVoiceNode) should not be created if there is no configuration initially.
2017-08-16 10:40:56 +02:00
Bodnar Bogdan
add3baff74
Fix holding config variable in database through proxy objects
...
A config variable may not necessarily be None when not configured. Can be stored in the database with the help of proxy objects, which can return the None value when accessed.
For example, to integrate with jazzband/django-constance.
2017-08-15 17:52:12 +02:00
Joost Cassee
e1d060398c
Merge pull request #111 from bogdanbodnar/patch-1
...
Fix `CHARTBEAT_USER_ID` variable name in documentation.
2017-08-15 16:06:54 +02:00
Bodnar Bogdan
eaa9610cca
Fix variable name
2017-08-15 15:54:20 +02:00
Martey Dodoo
8785a55a5a
Fix "Version 2.2.2" heading in CHANGELOG.
2017-03-21 01:40:01 +01:00
Joost Cassee
0b38497524
Merge pull request #105 from Vitiell0/master
...
Updated regex for Intercom APP_ID and tests for Intercom
2017-02-22 15:11:11 +01:00
Daniel Vitiello
67ee8bdb50
Updated regex for Intercom APP_ID and tests for Intercom
2017-02-15 16:32:29 -06:00
Peter Bittner
7da975c08c
Merge pull request #102 from bittner/feature/overhaul-docs-syntax-and-spacing
...
Overhaul reST syntax of documents in docs home
2017-01-29 22:41:10 +01:00
Peter Bittner
7d96f8e618
Use code-block directive for snippets
...
Correct spacing between sentences.
Update URLs (http -> https)
2017-01-29 21:55:27 +01:00
Joost Cassee
e8e2d84158
Merge pull request #101 from garrettr/fix-piwik-tracking-pixel-insecure-origin
...
Use protocol-relative URL for Piwik fallback img
2017-01-20 22:41:59 +01:00
Garrett Robinson
6f1db73026
Address review comments from @bittner
...
- Remove comments from Piwik tracking JS
- Remove unnecessary wrapping from lines in tests
2017-01-13 18:09:01 -08:00
Garrett Robinson
7ef1c9fd31
Update Piwik tracking code
...
Updates Piwik TRACKING_CODE to be based on the latest tracking code from
https://developer.piwik.org/guides/tracking-javascript-guide .
2017-01-13 12:48:09 -08:00
Garrett Robinson
6eeb809ea2
Fix unit tests
2017-01-11 20:22:34 -05:00
Garrett Robinson
212394a30d
Use protocol-relative URL for Piwik fallback img
...
Avoids mixed content issues when using django-analytical on sites served
over HTTPS. Using a protocol-relative URL is also recommended in the
Piwik documentation: https://issues.piwik.org/344 .
Fixes #96 .
2017-01-11 19:45:15 -05:00