Sergey Motornyuk
7eda31b181
Unify config vars
2021-02-10 11:09:12 +07:00
Sergey Motornyuk
8d9ea6cd49
Support custom resource.download handlers
2021-02-10 11:00:30 +07:00
Sergey Motornyuk
02dc6f22a5
Standard version check
2021-02-10 09:41:18 +07:00
Sergey
cbee3f06d6
Merge pull request #50 from scottlimmer/feature/49-builtins-compatibility
...
[#49 ] Use of builtins module in controller breaks CKAN Version: >= 2.…
2020-11-23 17:15:05 +02:00
Scott Limmer
27969ba3cc
[ #49 ] Use of builtins module in controller breaks CKAN Version: >= 2.7, <=2.9 compatibility
...
Added version check to controller to control builtins import
2020-11-13 11:12:34 +11:00
Sergey Motornyuk
3e620b574a
fix py2
2020-10-22 00:38:13 +03:00
Sergey
541bef42bc
Update README.rst
2020-09-01 13:57:05 +03:00
Sergey Motornyuk
d11e2efe45
remove future
2020-07-28 23:14:15 +03:00
Sergey
4f99da6122
Merge pull request #47 from ckan/py3
...
Py3
2020-07-09 20:34:48 +03:00
Sergey Motornyuk
fd296c6a36
Update version requirements
2020-01-17 10:53:25 +02:00
Sergey Motornyuk
382e5e0620
Encode strings before hashing
2020-01-15 10:47:22 +02:00
Sergey Motornyuk
23abbe05de
remove unused prop from plugin
2020-01-15 09:51:06 +02:00
Sergey Motornyuk
83f40f6a0f
Do not use pylons
2020-01-15 09:48:16 +02:00
Sergey Motornyuk
1b6e26f5ce
IClick support
2019-12-13 16:44:52 +02:00
Sergey Motornyuk
f67777c547
Add webassets / some clean-up
2019-12-09 15:23:33 +02:00
Sergey Motornyuk
0951971783
Replace urllib.request with requests
2019-12-06 13:28:13 +02:00
Sergey Motornyuk
c8089d7017
Migrate cli
2019-11-22 18:08:02 +02:00
Sergey Motornyuk
ec9465654e
Futurize codebase
2019-11-22 17:02:26 +02:00
Sergey Motornyuk
a5be073c04
2.9 support
2019-11-22 16:59:22 +02:00
Konstantin Sivakov
a365fcdf6d
Merge pull request #37 from kmbn/remove-unused-code
...
Remove unused imports
2019-02-25 16:06:39 +01:00
Konstantin Sivakov
1ca9431336
Merge pull request #34 from ViderumGlobal/master
...
Fix error that causes downloading stats from GA to fail
2019-02-25 16:06:27 +01:00
Sergey Motornyuk
274428fe90
Resource download link without filename raises an error
...
Current extension wraps `resource_download` action but wrapper
makes `filename` argument required, whereas originally it was optional.
Make `filename` optional, update wrapper's name, remove unused imports.
2019-01-10 15:47:08 +02:00
Sergey
63d9dcb847
Merge pull request #40 from jahow/setup-add-data
...
Add a MANIFEST.in file to allow using the plugin through `pip install`
2018-12-03 15:32:18 +02:00
Olivier Guyot
4c952816a1
Add a MANIFEST.in file to allow installing the plugin
2018-11-26 13:50:26 +01:00
Sergey
bc89eef50b
Merge pull request #9 from dadosgovbr/master
...
fix #5 (global name 'Authorizer' is not defined)
2018-08-23 11:36:27 +03:00
Augusto Herrmann
dc31c37683
remove instantiation of deprecated class that wasn't used anyway
2018-08-21 09:26:13 -03:00
Aleksandar Jovanov
cea55f290c
Merge pull request #1 from ViderumGlobal/implement-user-id
...
Implement User-ID feature
2018-03-14 16:22:27 +01:00
Aleksandar Jovanov
9431e5b8dd
Fix broken link
2018-03-14 16:03:12 +01:00
Aleksandar Jovanov
ebd2d214af
Implement User-ID feature
2018-03-14 15:59:59 +01:00
kmbn
2074c14c35
Remove unused imports
2017-11-13 11:20:08 +01:00
kmbn
3feb7e7f7f
Fix variable referenced before assignment error
2017-07-25 14:56:40 +02:00
Sergey
7c805cd7b2
Merge pull request #32 from gleb-rudenko/tracking_interface
...
#22 / no interface needed, function _post_analytics modified
2017-05-04 13:14:53 +03:00
Gleb
e49e8bbac7
#22 / no interface needed, function _post_analytics modified
2017-03-27 15:43:39 +03:00
Sergey
4ace99329f
Merge pull request #31 from gleb-rudenko/url-ga-parameter
...
#30 / Extension adds ?_ga=... parameters to all external links
2017-03-27 14:57:45 +03:00
Gleb
3a589bf40e
feedback alt
2017-03-27 14:57:12 +03:00
Sergey
6dfadd61d0
Merge pull request #28 from gleb-rudenko/extension-does-not-respect-custom-uploader-implementations
...
Extension does not respect custom uploader implementations
2017-03-27 14:53:39 +03:00
Gleb
437c4a8646
#30 / Extension adds ?_ga=... parameters to all external links
2017-03-13 15:46:38 +02:00
Sergey
f57820fcb2
Merge pull request #27 from insertjokehere/linked_domains_invalid_json
...
Fix a bug introduced in #25
2017-02-14 11:37:02 +02:00
Gleb
b7238dc8c8
#16 / ga works with default uploader
2017-02-14 10:04:34 +02:00
Gleb
1165fdf22f
#16 / reworking google analytics resource download tracking
2017-02-13 15:56:10 +02:00
Sergey
302aa3116f
Merge pull request #26 from smotornyuk/use-service-account
...
Use google service account instead of temporary tokens
2017-02-13 14:56:19 +02:00
William Hughes
812b6e6098
Fix a bug introduced in #25
...
Setting a googleanalytics_fields key to `True` as in #25 causes the
resulting Javascript to also include the literal `True`, which is not
valid. This works around that by setting the key to `'true'` which
when evaluated in an if statement is truthy, serving the same purpose
2017-02-09 16:23:31 +13:00
Sergey Motornyuk
90bc97a326
Use google service account instead of temporary tokens
2017-02-08 15:06:52 +02:00
Sergey
8e36a4fcd2
Merge pull request #25 from insertjokehere/ga_linked_domains
...
Add support for Google Analytics domain linking
2017-02-06 14:02:07 +02:00
William Hughes
798bf28b95
Add support for Google Analytics domain linking
...
This allows for cross-domain tracking. See Google documentation for more detail:
https://support.google.com/analytics/answer/1034342?hl=en
2017-02-03 14:32:49 +13:00
Sergey
ece14b8e43
Merge pull request #21 from miguelbgouveia/20-remove-genshi-reference
...
Remove genshi reference
2017-01-29 00:30:43 +02:00
Sergey
148d52fe9f
Merge pull request #19 from aptivate/fields-config
...
Allow fields to be specified when creating the tracker
2017-01-29 00:22:17 +02:00
Sergey
e7a8219456
Merge pull request #24 from ckan/revert-23-master
...
Revert "Added custom dimensions"
2017-01-25 16:19:26 +02:00
Sergey
59cff2f0b1
Revert "Added custom dimensions"
2017-01-25 16:18:57 +02:00
Sergey
1f096549d2
Merge pull request #23 from Engerrs/master
...
Added custom dimensions
2017-01-25 16:01:13 +02:00