128 Commits

Author SHA1 Message Date
Adrian Moennich
23bf1380d2 Piwik: Mark sidemenu entry as active 2015-09-30 15:25:28 +02:00
Adrian Moennich
dee1953652 Adapt to menu changes (argument instead of tuple) 2015-09-29 17:52:42 +02:00
Adrian Moennich
ae93c2707c Use new Event object in menu signals 2015-09-28 14:53:40 +02:00
Pedro Ferreira
a88530a640 Moved plugins to new menu sections
Also fixed a couple of small issues
2015-09-28 14:37:00 +02:00
Pedro Ferreira
d0ef6cb677 Put menu items into sections 2015-09-02 18:00:08 +02:00
Adrian Moennich
5782b9ee6f Piwik: Do not track attachment downloads from preview
We already tracked it when opening the preview
2015-07-17 17:55:36 +02:00
Alejandro Avilés
0693b91093 Piwik: Fetch material list from new backend 2015-07-16 15:28:31 +02:00
Adrian Moennich
a5eda594b6 Piwik: Honor the enabled_for_downloads setting 2015-07-10 10:45:29 +02:00
Jacques Dafflon
177d324fd1 Piwik: Handle new attachment_accessed signal 2015-07-06 15:42:11 +02:00
Alejandro Avilés
b03777487a Piwik: Track only base url of downloaded material
Closes #14
2015-06-11 10:54:32 +02:00
Alejandro Avilés
9060fa83f3 Piwik: Add documentation and improve forms 2015-06-09 15:25:36 +02:00
Pedro Ferreira
d5043a5554 Piwik: Using requests instead of urllib2 2015-06-03 09:25:53 +02:00
Pedro Ferreira
23745977c9 Piwik: Catch timeout exception 2015-06-03 09:25:42 +02:00
Jacques Dafflon
381278fcc1 Piwik: Celery task for tracking requests 2015-05-22 17:27:45 +02:00
Adrian Moennich
425f46433a Bump some plugin versions & indico requirements 2015-05-11 14:11:51 +02:00
Adrian Moennich
ed2e6a5048 Piwik: Use new users 2015-05-08 14:16:28 +02:00
Adrian Moennich
2a75be9b1f Piwik: Simply ignore link materials with empty URL 2015-05-05 10:04:54 +02:00
Adrian Moennich
ebf0729643 session.user -> .avatar, session.new_user -> .user 2015-04-20 18:44:20 +02:00
Alejandro Avilés
81e9b7e7aa Piwik: remove unnecesary assignment 2015-04-09 09:23:34 +02:00
Indico Team
8930bfd486 Updated *.pot files for i18n (extract) 2015-04-01 11:12:35 +02:00
Indico Team
203dfb2fad Added translation files from Transifex (fr_FR)
Author: Pedro Ferreira <pedro.ferreira@cern.ch>
2015-04-01 11:12:35 +02:00
Alejandro Avilés
3504f576e3 Piwik: Make tracking code work with Piwik v2.2.0 2015-03-25 14:08:53 +01:00
Alejandro Avilés
01623b9df0 PEP8 2015-03-24 17:42:05 +01:00
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