Project

General

Profile

Revision 90a1f4ab

ID90a1f4abfe75d4d53f5669d0c9f0ca2ba321964f
Parent d8937f15
Child 1070d60b

Added by Aurelien BOMPARD over 13 years ago

Ajout des copyrights manquants

git-svn-id: https://vigilo-dev.si.c-s.fr/svn@6846 b22e2e97-25c9-44ff-b637-2e5ceca36478

View differences:

setup.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2011 CS-SI
4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3 5

  
4 6
import os
5 7

  
vigigraph/config/deployment.ini_tmpl
3 3
#
4 4
# The %(here)s variable will be replaced with the parent directory of this file
5 5
#
6
# Copyright (C) 2006-2011 CS-SI
7
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
8

  
6 9
[DEFAULT]
7 10
# WARGING == If debug is not set to false, you'll get the interactive
8 11
# debugger on production, which is a huge security hole. 
vigigraph/config/middleware.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim: set fileencoding=utf-8 sw=4 ts=4 et :
3
# Copyright (C) 2006-2011 CS-SI
4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5

  
3 6
"""WSGI middleware initialization for the vigigraph application."""
4 7

  
5 8
from vigigraph.config.app_cfg import base_config
vigigraph/controllers/root.py
1 1
# -*- coding: utf-8 -*-
2 2
# vim:set expandtab tabstop=4 shiftwidth=4:
3
# Copyright (C) 2006-2011 CS-SI
4
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
5

  
3 6
"""Vigigraph Controller"""
4 7

  
5 8
import logging
vigigraph/controllers/rpc.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""RPC controller for the combobox of vigigraph"""
3 6

  
4 7
import time, urlparse, urllib2
vigigraph/public/js/graph.js
1
// Copyright (C) 2006-2011 CS-SI
2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3

  
1 4
var refresh_delay = 30;
2 5
var graphs = [];
3 6

  
vigigraph/public/js/toolbar.js
1
// Copyright (C) 2006-2011 CS-SI
2
// License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
3

  
1 4
Jx.Button.SelectorFlyout = new Class({
2 5
    Extends: Jx.Button.Flyout,
3 6

  
vigigraph/tests/__init__.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""Unit and functional test suite for vigigraph."""
3 6

  
4 7
from os import path
vigigraph/tests/functional/test_authentication.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Integration tests for the :mod:`repoze.who`-powered authentication sub-system.
4 7

  
vigigraph/tests/functional/test_fullhostpage.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Tests les accès à la page rpc/fullHostPage
4 7
permettant d'afficher tous les graphes
vigigraph/tests/functional/test_graph_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Suite de tests de l'arbre de sélection des graphes et groupes de graphes.
4 7
"""
vigigraph/tests/functional/test_host_selection_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Suite de tests de l'arbre de sélection des hôtes et groupes d'hôtes.
4 7
"""
vigigraph/tests/functional/test_opensearch.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Teste l'utilisation du module de recherche
4 7
OpenSearch intégré au navigateur.
vigigraph/tests/functional/test_search_form.py
1 1
# -*- coding: utf-8 -*-
2
# Copyright (C) 2006-2011 CS-SI
3
# License: GNU GPL v2 <http://www.gnu.org/licenses/gpl-2.0.html>
4

  
2 5
"""
3 6
Suite de tests du formulaire de recherche de VigiGraph.
4 7
"""

Also available in: Unified diff