Project

General

Profile

Revision c25a3200

IDc25a32004a0765c183131ffb14f0b7960d53af2e
Parent 7971ab1a
Child 011743be

Added by Francois POIROTTE almost 4 years ago

[#2026] Changement de dénomination sociale

Change-Id: I93ffa92e577d5367beaf7b79e715562ce2efe57d
Refs: #2026

View differences:

app_cfg.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
doc/conf.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2011-2020 CS-SI
2
# Copyright (C) 2011-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
name = u'vigiboard'
pkg/vigilo-vigiboard.sh.in
1 1
#!/bin/sh
2
# Copyright (C) 2014-2020 CS-SI
2
# Copyright (C) 2014-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
ACK=-1
setup.cfg
10 10

  
11 11
[extract_messages]
12 12
add_comments = TRANSLATORS:
13
msgid_bugs_address = contact.vigilo@c-s.fr
13
msgid_bugs_address = contact.vigilo@csgroup.eu
14 14
output_file = vigiboard/i18n/vigiboard.pot
15 15
width = 80
16 16
keywords = l_
setup.py
1 1
#!/usr/bin/env python
2 2
# -*- coding: utf-8 -*-
3 3
# vim:set expandtab tabstop=4 shiftwidth=4:
4
# Copyright (C) 2006-2020 CS-SI
4
# Copyright (C) 2006-2020 CS GROUP – France
5 5
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
6 6

  
7 7
import os
......
35 35
    name='vigilo-vigiboard',
36 36
    version='5.2.0b1',
37 37
    author='Vigilo Team',
38
    author_email='contact.vigilo@c-s.fr',
38
    author_email='contact.vigilo@csgroup.eu',
39 39
    zip_safe=False, # pour pouvoir déplacer app_cfg.py
40 40
    license='http://www.gnu.org/licenses/gpl-2.0.html',
41 41
    description="Vigilo event board",
vigiboard/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""The vigiboard package"""
vigiboard/config/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
""" Fichiers de configuration spécifiques à Vigiboard """
vigiboard/config/middleware.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""WSGI middleware initialization for the vigiboard application."""
vigiboard/controllers/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Contrôleurs de VigiBoard."""
vigiboard/controllers/feeds.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Sample controller module"""
vigiboard/controllers/plugins/__init__.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/address.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/date.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/details.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/groups.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/hls.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/hostname.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/id.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/map.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/masked_events.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/occurrences.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/output.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/priority.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/servicename.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/state.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/status.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/plugins/test.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/controllers/root.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""VigiBoard Controller"""
vigiboard/controllers/silence.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Gère la planification des mises en silence."""
vigiboard/controllers/vigiboardrequest.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Gestion de la requête, des plugins et de l'affichage du Vigiboard"""
vigiboard/i18n/de/LC_MESSAGES/vigiboard.po
6 6
msgid ""
7 7
msgstr ""
8 8
"Project-Id-Version: vigiboard 2.0.0\n"
9
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
9
"Report-Msgid-Bugs-To: support.vigilo@csgroup.eu\n"
10 10
"POT-Creation-Date: 2010-11-19 10:22+0100\n"
11 11
"PO-Revision-Date: 2017-08-24 12:17+0200\n"
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
"Language-Team: de_DE <LL@li.org>\n"
12
"Last-Translator: support.vigilo@csgroup.eu\n"
13
"Language-Team: de_DE <support.vigilo@csgroup.eu>\n"
14 14
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
15 15
"MIME-Version: 1.0\n"
16 16
"Content-Type: text/plain; charset=utf-8\n"
vigiboard/i18n/en/LC_MESSAGES/vigiboard.po
7 7
msgid ""
8 8
msgstr ""
9 9
"Project-Id-Version: vigilo-vigiboard 4.1.0rc2\n"
10
"Report-Msgid-Bugs-To: contact.vigilo@c-s.fr\n"
10
"Report-Msgid-Bugs-To: support.vigilo@csgroup.eu\n"
11 11
"POT-Creation-Date: 2017-08-24 12:17+0200\n"
12 12
"PO-Revision-Date: 2017-08-24 12:17+0200\n"
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
"Language-Team: en <LL@li.org>\n"
13
"Last-Translator: support.vigilo@csgroup.eu\n"
14
"Language-Team: en <support.vigilo@csgroup.eu>\n"
15 15
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
16 16
"MIME-Version: 1.0\n"
17 17
"Content-Type: text/plain; charset=utf-8\n"
vigiboard/i18n/fr/LC_MESSAGES/vigiboard.po
6 6
msgid ""
7 7
msgstr ""
8 8
"Project-Id-Version: vigiboard 0.1\n"
9
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
9
"Report-Msgid-Bugs-To: support.vigilo@csgroup.eu\n"
10 10
"POT-Creation-Date: 2009-07-06 11:19+0200\n"
11 11
"PO-Revision-Date: 2017-08-24 12:17+0200\n"
12
"Last-Translator: Thomas ANDREJAK <thomas.andrejak@c-s.fr>\n"
13
"Language-Team: fr_FR <LL@li.org>\n"
12
"Last-Translator: support.vigilo@csgroup.eu\n"
13
"Language-Team: fr_FR <support.vigilo@csgroup.eu>\n"
14 14
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
15 15
"MIME-Version: 1.0\n"
16 16
"Content-Type: text/plain; charset=utf-8\n"
vigiboard/i18n/vigiboard.pot
8 8
msgid ""
9 9
msgstr ""
10 10
"Project-Id-Version: vigilo-vigiboard 4.1.0rc2\n"
11
"Report-Msgid-Bugs-To: contact.vigilo@c-s.fr\n"
11
"Report-Msgid-Bugs-To: support.vigilo@csgroup.eu\n"
12 12
"POT-Creation-Date: 2017-08-24 12:17+0200\n"
13 13
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15
"Language-Team: LANGUAGE <LL@li.org>\n"
14
"Last-Translator: support.vigilo@csgroup.eu\n"
15
"Language-Team: LANGUAGE <support.vigilo@csgroup.eu>\n"
16 16
"MIME-Version: 1.0\n"
17 17
"Content-Type: text/plain; charset=utf-8\n"
18 18
"Content-Transfer-Encoding: 8bit\n"
vigiboard/lib/__init__.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Bibliothèques utilitaires pour VigiBoard."""
vigiboard/lib/app_globals.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""The application's Globals object"""
vigiboard/lib/base.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Objets importés automatiquement dans les templates de TurboGears."""
vigiboard/lib/dateformat.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/lib/error_handler.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Fonction de gestion des messages d'erreur"""
vigiboard/lib/export_csv.py
1 1
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Fonction d'export des alertes au format CSV."""
vigiboard/public/js/main.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2020 CS-SI
4
 * Copyright (C) 2009-2020 CS GROUP – France
5 5
 */
6 6

  
7 7
var vigiloLog = new Log();
vigiboard/public/js/silence.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2020 CS-SI
4
 * Copyright (C) 2009-2020 CS GROUP – France
5 5
 */
6 6

  
7 7
// Fonction d'échappement
vigiboard/public/js/silence_form.js
1 1
/*
2 2
 * Vigiboard
3 3
 *
4
 * Copyright (C) 2009-2020 CS-SI
4
 * Copyright (C) 2009-2020 CS GROUP – France
5 5
 */
6 6

  
7 7
// Appelé au chargement de la page
vigiboard/public/js/tree.js
1 1
/**
2 2
 * VigiBoard, composant de Vigilo.
3
 * Copyright (C) 2009-2020 CS-SI
3
 * Copyright (C) 2009-2020 CS GROUP – France
4 4
 * Licence : GNU GPL v2 ou superieure
5 5
 *
6 6
 */
vigiboard/tests/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Unit and functional test suite for vigiboard."""
vigiboard/tests/functional/plugins/test_details_plugin.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/plugins/test_details_plugin_maps.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/plugins/test_plugin_hls.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
""" Test du plugin listant les services de haut niveau impactés. """
vigiboard/tests/functional/test_authentication.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_correvents_table.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/tests/functional/test_group_selection_tree.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_history_table.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/tests/functional/test_raw_events_table.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/tests/functional/test_root.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_search_form_host.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_search_form_misc.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_search_form_service.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_search_form_supitemgroup.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2020 CS-SI
2
# Copyright (C) 2006-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""
vigiboard/tests/functional/test_silence.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/tests/functional/test_sorting.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/tests/functional/utils.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2020 CS-SI
3
# Copyright (C) 2006-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""
vigiboard/websetup.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""Setup the vigiboard application"""
vigiboard/widgets/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2007-2020 CS-SI
2
# Copyright (C) 2007-2020 CS GROUP – France
3 3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4 4

  
5 5
"""The Vigiboard Widgets package"""
vigiboard/widgets/edit_event.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Le formulaire d'édition d'un événement."""
vigiboard/widgets/search_form.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2007-2020 CS-SI
3
# Copyright (C) 2007-2020 CS GROUP – France
4 4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5 5

  
6 6
"""Le formulaire de recherche/filtrage."""

Also available in: Unified diff