52 Commits

Author SHA1 Message Date
Indico Team
05ba82ba75 Happy new year 2024 🎆 2024-01-02 20:51:21 +01:00
Adrian Moennich
b54f135a2a Switch to single quotes 2023-11-22 17:53:56 +01:00
Indico Team
8e5bbfb2d4 Happy new year 2023 🎆 2023-01-08 17:37:48 +01:00
Indico Team
7276ea793e Happy new year 2022 🎆 2022-01-05 11:41:25 +01:00
Adrian Moennich
65361fa851 Piwik: Remove unreliable/broken download tracking 2021-04-08 15:15:08 +02:00
Adrian Moennich
63213dc04f Adapt to confId -> event_id change
See indico/indico#4676
2021-01-29 18:39:20 +01:00
Adrian Moennich
26e1981705 Get rid of find() and its friends
see indico/indico#4684
2021-01-19 19:44:03 +01:00
Adrian Moennich
490f86b498 Merge branch '2.3-maintenance' 2021-01-05 14:31:54 +01:00
Indico Team
81802aa297 Happy new year 2021 🎆 2021-01-05 12:30:39 +01:00
Adrian Moennich
c70e6804df Fix urlparse imports 2020-11-12 14:47:29 +01:00
Indico Team
f2755b4be4 Run modernize, pyupgrade, autoflake and isort 2020-11-12 14:47:29 +01:00
Indico Team
43c703e1b4 Happy new year 2020 🎆 2020-01-16 11:32:21 +01:00
Indico Team
4b39714dbf Update license headers (and add missing) 2019-05-08 15:41:55 +02:00
Pedro Ferreira
11606355b4 Piwik: move to webpack 2018-05-16 14:43:18 +02:00
Indico Team
44e2d03c3b Happy new year 2018 🎆 2018-01-09 14:03:14 +01:00
Adrian Moennich
88b8a188f6 Piwik: Do not choke on malformed URLs 2017-12-07 16:02:38 +01:00
Michal Kolodziejski
dc577364cf Piwik: Hide event integration if site_id missing 2017-10-18 14:21:43 +02:00
Adrian Moennich
b8aca1b58a isort everything 2017-09-14 17:47:45 +02:00
Adrian Moennich
983e24d36f Adapt all plugins to strict_settings 2017-06-30 12:10:22 +02:00
Adrian Moennich
88304176e8 Piwik: Remove obsolete/unused template hook arg 2017-03-28 13:25:17 +02:00
Adrian Moennich
5587b15da2 Remove user guide references 2017-03-22 09:24:06 +01:00
Indico Team
4515d8c0a6 Happy new year 2017! 2017-01-10 15:03:10 +01:00
Adrian Moennich
3c9f281b40 Piwik: Use unicode for titles 2016-08-23 20:36:56 +02:00
Adrian Moennich
1306573e7d Piwik: Disable by default
It makes no sense to have it enabled by default with no configuration
etc.
2016-08-15 10:33:22 +02:00
Adrian Moennich
1b6ce55111 Piwik: Fix event tracking 2016-06-15 11:04:15 +02:00
Adrian Moennich
5f6dd627c0 Piwik: Adapt to new contributions etc. 2016-04-20 16:38:00 +02:00
Indico Team
b16a368ba1 Happy new year 2016!
Bump license headers to 2016
2016-01-01 04:59:45 +01: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
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
Jacques Dafflon
381278fcc1 Piwik: Celery task for tracking requests 2015-05-22 17:27:45 +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
Adrian Moennich
5884b752e1 Piwik: Use new i18n functions 2015-03-11 18:27:50 +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
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
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
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
b330b3d367 Use new signal namespaces 2014-11-20 16:26:22 +01:00