105 Commits

Author SHA1 Message Date
Adrian Moennich
8d062bfc2c Piwik: Use plugin JS i18n 2015-03-12 10:32:08 +01:00
Adrian Moennich
5884b752e1 Piwik: Use new i18n functions 2015-03-11 18:27:50 +01:00
Adrian Moennich
ee2d9eb88d Piwik: Remove mutable default argument 2015-03-05 17:32:20 +01:00
Adrian Moennich
f959995d67 Chat, Piwik, VC/Vidyo: Fix modif key handling
canUserAccess doesn't check modification keys
2015-03-05 15:27:32 +01:00
Adrian Moennich
b1e971c029 Piwik: Fix site id migration 2015-03-04 00:10:06 +01:00
Adrian Moennich
7685c6768f Piwik: Don't break on invalid event id 2015-03-03 23:48:59 +01:00
Alejandro Avilés
5fca94f038 Piwik: Do not try to track non-existing contribs 2015-03-03 23:44:47 +01:00
Adrian Moennich
3a92527ef3 Chat, Piwik: Use canUserModify instead of canModify 2015-03-03 11:30:10 +01:00
Adrian Moennich
daf3d37163 Chat, Piwik: Rename _pluginMenuItems to extra_menu_items 2015-03-03 09:46:25 +01:00
Adrian Moennich
c1ab1f9f46 Piwik: Don't use ExternalOperationsManager 2015-02-27 18:48:53 +01:00
Indico Team
79c567eab0 Unify file headers and bump copyright year to 2015 2015-01-22 12:07:32 +01:00
Adrian Moennich
84f4bd8816 Rename ~IndicoPlugin.hidden => .configurable 2015-01-19 13:34:08 +01:00
Adrian Moennich
84f89c8671 Don't use getValue() in ZODB importer
Using methods of legacy objects there is unsafe because they will
eventually be removed and the migrations still need to work.
2015-01-14 09:51:58 +01:00
Ilias Trichopoulos
a912a226b7 Assign categories to plugins 2015-01-08 17:51:27 +01:00
Adrian Moennich
863edb8e2d Piwik: Only show side menu link if user has access 2015-01-05 15:21:46 +01:00
Adrian Moennich
c59e98c96a Update setup.py urls 2014-11-26 10:01:05 +01:00
Adrian Moennich
b330b3d367 Use new signal namespaces 2014-11-20 16:26:22 +01:00
Alejandro Avilés
cba7196247 Absolute imports 2014-11-19 16:54:54 +01:00
Alejandro Avilés
dd5210deee Move base query classes to base.py 2014-11-19 16:54:54 +01:00
Alejandro Avilés
460a9d9e37 Move PiwikPlugin class to plugin.py file 2014-11-19 16:54:54 +01:00
Adrian Moennich
9c1f76a2c2 Remove obsolete gitignore/license files 2014-11-19 16:05:44 +01:00
Adrian Moennich
c32b0e8e4f Convert settings to unicode just in case 2014-11-13 14:39:07 +01:00
Adrian Moennich
34b415fd4b Migrate settings from ZODB 2014-11-13 14:36:19 +01:00
Adrian Moennich
1edcb92bc7 Remove redundancy from the plugin title/description 2014-10-29 16:37:39 +01:00
Adrian Moennich
84b3506202 Remove test css rule 2014-10-29 15:52:59 +01:00
Adrian Moennich
a53790ab82 Add kwargs to signal callbacks 2014-10-29 15:52:51 +01:00
Adrian Moennich
541dc87399 Add MANIFEST.in 2014-10-29 15:52:16 +01:00
Adrian Moennich
00bd4a7664 Add license information 2014-10-29 15:52:10 +01:00
Adrian Moennich
ba42c1059e Rename page-header hook to html-head 2014-10-23 17:51:30 +02:00
Alejandro Avilés
7f3a9a5efd Use default logger 2014-10-22 11:35:10 +02:00
Alejandro Avilés
69ada1ddcf Addapt to new behavior of plugin_url_rule_to_js 2014-10-22 11:21:43 +02:00
Alejandro Avilés
4583c259cf Use plugin_url_rule_to_js helper 2014-10-15 15:14:30 +02:00
Alejandro Avilés
8240a2c73b Always pass query_params in call methods 2014-10-15 14:41:38 +02:00
Alejandro Avilés
502e08d50e Fix segmentation in Piwik API queries 2014-10-15 14:41:38 +02:00
Alejandro Avilés
9dc709dc95 Handle Piwik error response 2014-10-15 14:41:38 +02:00
Alejandro Avilés
ca33b238b6 Fix custom variables 2014-10-15 12:21:38 +02:00
Alejandro Avilés
19cb62da4e Display contributions and improve building params 2014-10-15 11:39:44 +02:00
Alejandro Avilés
41b6de3b78 Add ajax call to event material tree 2014-10-15 11:30:08 +02:00
Alejandro Avilés
4ae1f8bc76 Wrap event material tree in PiwikReport 2014-10-15 11:29:22 +02:00
Alejandro Avilés
860c6c857d Refactor statistics.js 2014-10-15 10:42:15 +02:00
Alejandro Avilés
945d24e482 Fix 'Modify Query' toggle wrong name 2014-10-15 09:08:51 +02:00
Alejandro Avilés
f07cd333d2 Load downloads statistics 2014-10-14 19:35:24 +02:00
Alejandro Avilés
cfbead0bac Draw visits chart 2014-10-14 19:09:40 +02:00
Alejandro Avilés
275f2a1aac Add more url rules to vars.js 2014-10-14 18:57:16 +02:00
Alejandro Avilés
cb08fc409f Allow disabling query segmentation 2014-10-14 18:51:19 +02:00
Alejandro Avilés
a8c0f517ae Load graphs from Piwik server 2014-10-14 17:03:19 +02:00
Alejandro Avilés
6d6c33fd14 Rename endpoints and add url prefix 2014-10-14 15:50:25 +02:00
Alejandro Avilés
e976e108d1 Fix query calls and report rendering 2014-10-14 09:10:17 +02:00
Alejandro Avilés
f24a2b059b Default to https for api url if no schema provided 2014-10-14 09:10:17 +02:00
Alejandro Avilés
59ef42c3ab Rename template 2014-10-14 09:10:17 +02:00