61 Commits

Author SHA1 Message Date
Adrian Moennich
21186d686d Chat: Remove unused code 2015-02-11 16:16:25 +01:00
Adrian Moennich
b49fdbbd28 Chat: Use new dropdown on /chat page
Not very pretty due to the button being higher than normal text lines,
but it'll eventually be adapted to the style for videoconference rooms.
2015-02-11 15:46:08 +01:00
Ilias Trichopoulos
b5ce5531d4 Chat: Improve chat rooms rows layout 2015-02-11 15:44:27 +01:00
Indico Team
79c567eab0 Unify file headers and bump copyright year to 2015 2015-01-22 12:07:32 +01:00
Adrian Moennich
691e40bec9 Chat: Use StringField instead of TextField 2015-01-19 15:21:58 +01:00
Adrian Moennich
0ac7945969 Remove strip_whitespace filters
They are not automatically added by IndicoForm
2015-01-19 15:08:05 +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
Alejandro Avilés
cfc29f0149 PEP8 2014-12-05 10:59:30 +01:00
Adrian Moennich
c59e98c96a Update setup.py urls 2014-11-26 10:01:05 +01:00
Adrian Moennich
18001b89fe Chat: Use form_rows macro 2014-11-21 15:07:36 +01:00
Ilias Trichopoulos
447548cbd9 Chat: Use form fieldset
fixes #2
2014-11-21 15:07:28 +01:00
Ilias Trichopoulos
b96818c03a Chat: Improve chat details layout in event page 2014-11-20 17:46:41 +01:00
Ilias Trichopoulos
f993c714ed Chat: Add info message if the table has no rows 2014-11-20 17:46:41 +01:00
Adrian Moennich
b330b3d367 Use new signal namespaces 2014-11-20 16:26:22 +01:00
Ilias Trichopoulos
5c0e092133 Beautify interface 2014-11-19 17:34:28 +01:00
Adrian Moennich
9c1f76a2c2 Remove obsolete gitignore/license files 2014-11-19 16:05:44 +01:00
Adrian Moennich
0223ace7e9 Add missing stuff to MANIFEST.in 2014-10-29 15:45:44 +01:00
Alejandro Avilés
8765c4651b Use default plugin logger 2014-10-22 11:44:10 +02:00
Adrian Moennich
854c167e06 Fix setup.py url 2014-10-21 09:57:52 +02:00
Adrian Moennich
6c23b4390e Add missing **kwargs to signal handler 2014-10-14 09:31:57 +02:00
Adrian Moennich
c03aa17074 Use to_unicode helper to convert to unicode
Future-proof in case we already get unicode and falls back to latin1
if it gets invalid utf8
2014-10-14 09:30:37 +02:00
Adrian Moennich
514a646877 Add help entries to indico help index
The actual help is still in core for now since it's not trivial to move
it into plugins (it's built using sphinx).
2014-10-09 15:22:54 +02:00
Adrian Moennich
fe7a05cd17 Fix event management access for chat admins 2014-10-09 14:12:59 +02:00
Adrian Moennich
4d80889ba9 Don't show current chatrooms header with no rooms 2014-10-09 11:23:02 +02:00
Adrian Moennich
2f99f4b972 Add email notifications 2014-10-09 11:22:55 +02:00
Adrian Moennich
f06cfaaa59 More controller restructuring 2014-10-08 18:05:32 +02:00
Adrian Moennich
face476b09 Import log_url during zodb migration 2014-10-08 17:53:20 +02:00
Adrian Moennich
5f33ff4dfc s/chat-new/chat/ 2014-10-08 17:50:23 +02:00
Adrian Moennich
3d976f6b1c Properly handle chatrooms on external servers 2014-10-08 17:42:29 +02:00
Adrian Moennich
1fc1de771d Show the room JID (since it differs from the name) 2014-10-08 17:32:22 +02:00
Adrian Moennich
47c88e41f9 Add i18n 2014-10-08 17:26:55 +02:00
Adrian Moennich
a1c0a54a39 Split controllers.py 2014-10-08 17:13:04 +02:00
Adrian Moennich
674721513b Let tempfile handle the deletion of the temp file 2014-10-08 17:02:09 +02:00
Adrian Moennich
027b0a0e9c Let users attach chat logs as event material 2014-10-08 17:00:39 +02:00
Adrian Moennich
f503b62834 Add log retrieval/deletion functions 2014-10-08 14:25:14 +02:00
Adrian Moennich
e9bf612656 Fix typo 2014-10-08 14:00:24 +02:00
Adrian Moennich
bbca108d52 Don't overwrite all settings when editing a room 2014-10-08 11:31:22 +02:00
Adrian Moennich
8e51e06ac2 Show nice deletion reason 2014-10-08 11:31:10 +02:00
Adrian Moennich
f3ce183709 Use a better default name/JID
name is the event title, jid is the name plus the event start date
2014-10-08 11:25:56 +02:00
Adrian Moennich
065924e7fa Refresh chatroom data from the server 2014-10-08 10:46:31 +02:00
Adrian Moennich
3df1105854 Add function to get the current room config 2014-10-07 19:26:23 +02:00
Adrian Moennich
15615b50ba Add XMPP integration (create/update/delete) 2014-10-07 19:06:59 +02:00
Adrian Moennich
af3f3c6b36 Remove xmpp deletion in __committed__
While that method executes we cannot issue any SQL queries, so settings
are unavailable, too.
2014-10-07 19:06:14 +02:00
Adrian Moennich
4dda648bc0 Handle event deletion 2014-10-07 16:51:28 +02:00
Adrian Moennich
7969b63457 Handle event cloning 2014-10-07 16:27:50 +02:00
Adrian Moennich
cf91ca9cec Add ChatroomEventAssociation.find_for_event method 2014-10-07 13:33:52 +02:00
Adrian Moennich
0242a9790c Properly handle JIDs 2014-10-07 12:06:51 +02:00
Adrian Moennich
f650f4225e Chatroom management (and some more stuff) 2014-10-07 11:00:31 +02:00
Adrian Moennich
4671d85df7 Import all settings 2014-10-03 11:40:21 +02:00