Hugo Osvaldo Barrera
b833f37f95
Tests migrate instead of syncdb
...
The latter is obsolete and have been replaced by the former.
2015-12-21 14:26:39 -03:00
Hugo Osvaldo Barrera
7f039cce3f
Remove bogus import
2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
5a336088f6
List missing dependencies
2015-12-06 11:37:11 -03:00
Hugo Osvaldo Barrera
8742050a0c
Eliminate race condition during test startup
2015-12-06 11:37:11 -03:00
Peter Bittner
1909663966
Avoid u-prefix for unicode strings (Python 3.2 compatibility)
2015-09-26 23:47:05 +02:00
Joost Cassee
6ccc5327f3
Merge pull request #65 from bittner/feature/remove-django19-deprecation-warning
...
Fix RemovedInDjango19Warning (django.utils.importlib)
2015-09-16 09:49:32 +02:00
Peter Bittner
e2ad1ceced
Fix flake8 complaints (E225, E261, E302, W291, W292, W293)
2015-09-08 22:35:06 +02:00
Peter Bittner
87bb09c66e
Fix RemovedInDjango19Warning (django.utils.importlib)
2015-09-08 18:46:35 +02:00
Joost Cassee
11507a9a3f
Bump version and update changelog
2015-08-24 15:34:01 +02:00
Alexandre Pocquet
a6c91d19d4
Reformat Piwik docstring
2015-08-24 11:32:54 +02:00
Alexandre Pocquet
903ad4eb04
Update code style
2015-08-21 11:05:59 +02:00
Alexandre Pocquet
f27d946ccf
Add support for Piwik user identity tracking
...
The 'piwik_identity' (or the default 'analytical_identity') context variables are used to call Piwik's 'setUserId' function.
If neither are found, use what is returned by get_identity.
2015-08-19 16:55:32 +02:00
Alexandre Pocquet
8af3181752
Fix rendered javascript indentation
2015-08-19 15:25:51 +02:00
Alexandre Pocquet
89f51ab594
Add Piwik user variables support
2015-08-19 15:06:46 +02:00
Joost Cassee
c6f24decb5
Add changelog entry for last commit, bump version
2015-05-17 15:13:51 +02:00
Peter Bittner
58d83fe5aa
Indentation corrections (PEP8)
...
Correct all flake8 complaints except: in tests, in templatetags, E501 line too long
2015-04-20 23:08:19 +02:00
Joost Cassee
e44141be80
Update Clickmap id regular expression
2015-04-19 11:08:26 +02:00
Joost Cassee
adb184adfd
Update changelog and bump version
2015-04-19 10:49:25 +02:00
Eric Amador
67f29fdb2b
Use assertRaisesRegex when available.
2015-04-18 00:42:54 -04:00
Eric Amador
dcf51bc6ca
assertEqual was deprecated in python 3.2
2015-04-18 00:33:56 -04:00
Eric Amador
dc031d9e01
Make exception handling python 3 compatible.
2015-04-18 00:22:38 -04:00
Joost Cassee
31b06af0ce
Update changelog, authors and version
2015-03-09 20:51:14 +01:00
Joost Cassee
54d922496d
Merge pull request #50 from mgaitan/mixpanel_identify
...
update mixpanel indetify code.
2015-03-09 20:36:13 +01:00
Joost Cassee
fe608af67c
Merge pull request #49 from craigbruce/master
...
Add Django 1.7 support
2015-03-09 20:34:09 +01:00
Joost Cassee
abb8e4cbbf
Merge pull request #48 from mgaitan/uservoice_identify_users
...
Identifying authenticated users in Uservoice
2015-03-09 20:32:45 +01:00
Martín Gaitán
e1bfe4c40a
send user properties
2014-09-19 13:22:50 -03:00
Martín Gaitán
b8f1203bca
update test
2014-09-09 09:02:42 -03:00
Martín Gaitán
6992f170de
update test
2014-09-09 09:01:43 -03:00
Martín Gaitán
3f31081113
update mixpanel indetify code. See https://mixpanel.com/help/reference/javascript-full-api-reference#mixpanel.identify for reference
2014-09-09 08:58:56 -03:00
Craig Bruce
51a08742c5
removed custom override_settings, using django instead. Removed with/without app decorators as only use in a few places. Updated all tests to use django provided override_settings.
2014-09-05 12:26:08 -07:00
Craig Bruce
c929410aef
incorrect variable names/syntax (this should not of worked)
2014-09-05 11:40:00 -07:00
Craig Bruce
38b9cc70e6
fixed various typos, this would of failed previously
2014-09-05 11:23:20 -07:00
Craig Bruce
7ccd84d1d3
added default middleware for django 1.7
2014-09-05 11:22:25 -07:00
Craig Bruce
33af2c6184
minor pep8 fix
2014-09-05 10:32:10 -07:00
Martín Gaitán
3c1206db11
Identifying users
2014-08-25 22:33:53 -03:00
Scott Adams
228244cf94
Account for possible foreign characters in name
2014-08-13 18:27:17 +02:00
Scott Adams
b383b178bf
Fixes #44
...
By passing olark_fullname and/or olark_email contexts it will pre-fill the olark full name and email fields.
2014-08-13 11:59:06 +02:00
Joost Cassee
7ac9b38ee5
Small fixes after Piwik merge
...
- Update changelog and add Peter Bittner to authors
- Fix documentation typo
- Bump version
2014-07-06 21:21:49 +02:00
Peter Bittner
6cf24c4709
Added tests for Piwik
2014-07-05 00:32:59 +02:00
Peter Bittner
e49da10e01
Added Piwik open source web analytics
2014-07-05 00:02:16 +02:00
Joost Cassee
8770c37b33
Bump version to 0.18.0 and credit Craig Bruce
2014-06-01 22:45:37 +02:00
Craig Bruce
1ebe4f676b
Updated HubSpot tracking code. Updated test/docs/changelog to reflect this. HUBSPOT_DOMAIN is no longer required.
2014-05-26 16:57:49 -06:00
Joost Cassee
60c2d03c50
Merge pull request #37 from greenkahuna/master
...
Fixes default name key for intercom.
2014-05-01 17:01:07 +02:00
skoczen
dc13c2a89f
Version bump.
2014-04-30 16:29:42 -07:00
skoczen
f24f03c3f8
Fixes full_name -> name.
...
That's embarrassing.
2014-04-30 16:27:57 -07:00
Joost Cassee
170f8babad
Fix Travis and comment out failing test
...
Django 1.6 does not allow dynamic changes to the install apps list
anymore, at least not in the same way as 1.5 did. No time to fix the
test, so cowardly commenting it out.
2014-04-29 01:45:47 +02:00
Joost Cassee
cef2956edb
Merge branch 'master' of github.com:greenkahuna/django-analytical into greenkahuna-master
2014-04-29 01:05:22 +02:00
skoczen
7751777b4e
Fixes up extra slashes.
2014-04-28 15:54:39 -07:00
skoczen
559cd3677f
sort_keys all the things!
2014-04-28 15:52:36 -07:00
Joost Cassee
0ba4bc4456
Remove reference to simplejson
2014-04-28 23:19:44 +02:00