697 Commits

Author SHA1 Message Date
Alejandro Avilés
07efefc863 VC/Vidyo: fix calling as_event in Event obj 2016-12-12 17:34:28 +01:00
Ruben Gaspar
9dfa647223 VC/Vidyo: retrieve right room 2016-12-12 17:34:28 +01:00
Pedro Ferreira
e91120a18f Search: pass object type to engine
So that it can know a little bit more about the context of the search.
2016-12-08 14:28:07 +01:00
Adrian Moennich
2996571f53 Chat: Use proper EXISTS query 2016-12-01 18:06:02 +01:00
Alejandro Avilés
f9f1955e14 Search: Fix search bar style in conference pages 2016-11-28 17:27:45 +01:00
Adrian Moennich
3b3559c12f Merge branch 'v1.9.8' 2016-10-06 18:47:30 +02:00
David Andreev
df4c20021e Chat: Move chat forms from page to dialog
Part of issue: indico/indico#2596
2016-10-06 10:03:24 +02:00
Adrian Moennich
1060d1f4c5 VC/Vidyo: Use IndicoRegexp validator 2016-09-29 10:49:37 +02:00
David Andreev
c1c84a1e44 Search: Use GET instead of POST in Search Form
Closes #33
2016-09-06 10:05:35 +02:00
Adrian Moennich
84b564fd87 Add *.mo to gitignore 2016-09-05 16:51:39 +02:00
David Andreev
a17502ccae Payment/Manual: Remove hardcoded text
Closes #26
2016-09-05 16:46:28 +02:00
Adrian Moennich
96531f9446 Use pytest instead of py.test 2016-08-29 11:47:29 +02:00
Indico Team
a450292342 Update translation files 2016-08-29 11:00:27 +02:00
Adrian Moennich
b0da54ff30 Piwik: Return bytes, not text
We get image data from Piwik sometimes which can't be stored as
unicode...
2016-08-24 10:31:15 +02:00
Adrian Moennich
9e092d3c00 Piwik: Fix unicode issues in settings form 2016-08-24 10:28:21 +02:00
Adrian Moennich
617ef695b3 Piwik: Encode title when building query string 2016-08-23 21:26:38 +02:00
Adrian Moennich
3c9f281b40 Piwik: Use unicode for titles 2016-08-23 20:36:56 +02:00
Pedro Ferreira
72bc839a49 Livesync: fix unit tests 2016-08-22 17:38:23 +02:00
Pedro Ferreira
3d4a6068a8 Livesync: refactor simplify() + docs 2016-08-22 17:36:33 +02:00
Pedro Ferreira
397fea4cc7 Unused import 2016-08-22 17:09:52 +02:00
Pedro Ferreira
b7d39f12c0 Livesync: fix wrong naming of attributes 2016-08-22 17:09:52 +02:00
Pedro Ferreira
a853d254ee Livesync: cascade deletes, using fast DB queries 2016-08-22 17:09:52 +02:00
Adrian Moennich
13a3c81b31 Chat: Prevent sys.setdefaultencoding() 2016-08-19 18:25:18 +02:00
Adrian Moennich
b3fa588a1d VC/Dummy: Remove useless dependency
Copy&Paste ftw
2016-08-19 18:25:02 +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
Pedro Ferreira
9e9ab8213e Add missing files
Lost during rebase
2016-08-12 15:15:22 +02:00
Adrian Moennich
ee28ee7bcd LiveSync: Fix order of CHECK constraint criteria
They are sorted alphabetically
2016-08-12 14:00:56 +02:00
Pedro Ferreira
3361b28d3e LiveSync: Explain --force 2016-08-12 11:53:17 +02:00
Pedro Ferreira
305e7a6f62 LiveSync: fixed unit tests 2016-08-12 11:34:50 +02:00
Pedro Ferreira
230848dbd9 LiveSync: add sessions, use proper DB queries 2016-08-12 11:34:50 +02:00
Pedro Ferreira
8929042f2a LiveSync: use fkey in category_id (queues) 2016-08-12 11:17:41 +02:00
Adrian Moennich
73520f11b4 LiveSync: fix category check for attachment events 2016-08-12 11:17:41 +02:00
Adrian Moennich
4505f78024 LiveSync: Remove obsolete imports
It's still defunct but that way it does not break at import time or when
running a zodb importer
2016-07-27 14:19:18 +02:00
Adrian Moennich
91a68b0bf9 Search: Initialize JS on dom ready
Otherwise it messes up datepickers in some cases since creating a
datepicker immediately appends the datepicker container to the body, and
it should always come after the main content, not before it.
2016-07-27 14:18:28 +02:00
Adrian Moennich
2c6d826e62 Search/Invenio: Adapt to new objects
This is untested (no invenion instance to test against),
but most likely works.
2016-07-27 14:18:28 +02:00
Adrian Moennich
bd940c2ac2 Search: Adapt to new objects 2016-07-27 14:18:28 +02:00
Adrian Moennich
2b4bef6cae LiveSync: comment out another obsolete signal handler 2016-07-27 14:18:28 +02:00
Adrian Moennich
425b7e5235 LiveSync: Do not check for legacy category 2016-07-27 14:18:28 +02:00
Adrian Moennich
281d564190 Search: Fix header search box 2016-07-27 14:18:28 +02:00
Adrian Moennich
a00826990b LiveSync: comment out obsolete signal handlers
That way we know what to adapt later but don't fail when the signals are
called with new objects
2016-07-27 14:18:28 +02:00
Adrian Moennich
6aa12b226b Search: Use chain_titles column property 2016-07-27 14:18:28 +02:00
Adrian Moennich
3e8396f5ae LiveSync: Fix category check for attachment events 2016-07-27 14:18:28 +02:00
Adrian Moennich
65e66f282e Search: Use new category object for title search 2016-07-27 14:16:26 +02:00
Alejandro Avilés
3585e0a11d Send the actual object on attachment update 2016-06-21 17:05:38 +02:00
Adrian Moennich
1b6ce55111 Piwik: Fix event tracking 2016-06-15 11:04:15 +02:00
Adrian Moennich
3db12862b7 Remove serializable arg from PrincipalListField 2016-05-27 13:42:11 +02:00
Adrian Moennich
997b096a60 VC/Vidyo: Do not use serializable principal field 2016-05-27 13:34:48 +02:00
Adrian Moennich
5e569373e5 Importer: Hide button if there are no importers 2016-05-20 17:11:59 +02:00
Florian Vessaz
9d2db9abec Fix optional redirection after import 2016-05-20 13:55:37 +02:00
Florian Vessaz
b3ee9b0037 Refresh only when closing the importer dialog 2016-05-20 11:57:28 +02:00