--- a/.buildpath Mon Feb 20 12:09:41 2012 +0100
+++ b/.buildpath Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+<!--
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+-->
<?xml version="1.0" encoding="UTF-8"?>
<buildpath>
<buildpathentry kind="src" path=""/>
--- a/.hgignore Mon Feb 20 12:09:41 2012 +0100
+++ b/.hgignore Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
syntax: regexp
^\.settings$
.*\.orig$
--- a/.project Mon Feb 20 12:09:41 2012 +0100
+++ b/.project Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+<!--
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+-->
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>wikitag</name>
--- a/Command/CreateSchemaDoctrineCommand.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Command/CreateSchemaDoctrineCommand.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,5 +1,4 @@
<?php
-
/*
* This file is part of the WikiTagBundle package.
*
--- a/Controller/WikiTagController.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Controller/WikiTagController.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,12 +1,12 @@
<?php
/*
-* This file is part of the WikiTagBundle package.
-*
-* (c) IRI <http://www.iri.centrepompidou.fr/>
-*
-* For the full copyright and license information, please view the LICENSE
-* file that was distributed with this source code.
-*/
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Controller;
--- a/DependencyInjection/Configuration.php Mon Feb 20 12:09:41 2012 +0100
+++ b/DependencyInjection/Configuration.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,5 +1,12 @@
<?php
-
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\DependencyInjection;
use Symfony\Component\Config\Definition\ScalarNode;
--- a/DependencyInjection/WikiTagExtension.php Mon Feb 20 12:09:41 2012 +0100
+++ b/DependencyInjection/WikiTagExtension.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\DependencyInjection;
--- a/Entity/Category.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/Category.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/CategoryRepository.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/CategoryRepository.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/DocumentRepository.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/DocumentRepository.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/DocumentTag.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/DocumentTag.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/DocumentTagRepository.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/DocumentTagRepository.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/Tag.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/Tag.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Entity/TagRepository.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Entity/TagRepository.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Entity;
--- a/Model/DocumentInterface.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Model/DocumentInterface.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,5 +1,4 @@
<?php
-
/*
* This file is part of the WikiTagBundle package.
*
--- a/Resources/config/doctrine/Category.orm.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/doctrine/Category.orm.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
IRI\Bundle\WikiTagBundle\Entity\Category:
type: entity
repositoryClass: IRI\Bundle\WikiTagBundle\Entity\CategoryRepository
--- a/Resources/config/doctrine/Document.orm.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/doctrine/Document.orm.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
IRI\Bundle\WikiTagBundle\Entity\Document:
type: entity
repositoryClass: IRI\Bundle\WikiTagBundle\Entity\DocumentRepository
--- a/Resources/config/doctrine/DocumentTag.orm.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/doctrine/DocumentTag.orm.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
IRI\Bundle\WikiTagBundle\Entity\DocumentTag:
type: entity
repositoryClass: IRI\Bundle\WikiTagBundle\Entity\DocumentTagRepository
--- a/Resources/config/doctrine/Tag.orm.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/doctrine/Tag.orm.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
IRI\Bundle\WikiTagBundle\Entity\Tag:
type: entity
repositoryClass: IRI\Bundle\WikiTagBundle\Entity\TagRepository
--- a/Resources/config/routing.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/routing.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
wikitag_home:
pattern: /
defaults: { _controller: WikiTagBundle:WikiTag:index }
--- a/Resources/config/services.yml Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/config/services.yml Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+##
+# This file is part of the WikiTagBundle package.
+#
+# (c) IRI <http://www.iri.centrepompidou.fr/>
+#
+# For the full copyright and license information, please view the LICENSE
+# file that was distributed with this source code.
+##
+
parameters:
# wiki_tag.example.class: IRI\Bundle\WikiTagBundle\Example
wiki_tag.document_listener.class: IRI\Bundle\WikiTagBundle\Listener\DocumentListener
--- a/Resources/public/css/clickmenu.css Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/public/css/clickmenu.css Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
div.cmDiv
{
border: 1px solid black;
--- a/Resources/public/css/wikiTag.css Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/public/css/wikiTag.css Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,12 @@
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
@charset "UTF-8";
.wikitag_hand_cursor, .wikitag_reset_wp_info {
--- a/Resources/public/js/wikiTag.js Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/public/js/wikiTag.js Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,13 @@
// -*- coding: utf-8 -*-
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
function wikitag_init_tags_events()
{
// Tag simple operations : activate/unactivate wp link, reset wp info, remove wp link, remove tag from list
--- a/Resources/translations/messages.fr.xliff Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/translations/messages.fr.xliff Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+<!--
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+-->
<?xml version="1.0"?>
<xliff version="1.2" xmlns="urn:oasis:names:tc:xliff:document:1.2">
<file source-language="en" datatype="plaintext" original="file.ext">
--- a/Resources/views/WikiTag/TagList.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/TagList.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
<form method="GET" action="">
<p>Chercher :
{% for k,v in search_def %}
--- a/Resources/views/WikiTag/TagListTable.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/TagListTable.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{% block tag_table %}
<table id="wikitag_alltags_table">
<tr><th>id</th>
--- a/Resources/views/WikiTag/contextSearchDiv.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/contextSearchDiv.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display for context search div #}
<div id="wikitag_context_div" class="wikitag_context_static wikitag_context_change">
<p>Choisissez le tag à ajouter<span style="float:right" class="wikitag_hand_cursor" id="wikitag_context_close" ><b>X</b></span></p>
--- a/Resources/views/WikiTag/css.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/css.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display to add the needed CSS #}
<link rel="stylesheet" href="{{ asset('bundles/wikitag/css/clickmenu.css') }}" type="text/css"/>
<link rel="stylesheet" href="{{ asset('bundles/wikitag/css/wikiTag.css') }}" type="text/css"/>
--- a/Resources/views/WikiTag/documentTags.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/documentTags.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display document's tags #}
{% block document_tags %}
<div id="tags_commands" style="float:left;width: 100%" >
--- a/Resources/views/WikiTag/javascript.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/javascript.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display to add the needed Javascript #}
<script type="text/javascript" src="{{ asset('bundles/wikitag/js/jquery.min.js') }}" ></script>
<script type="text/javascript" src="{{ asset('bundles/wikitag/js/jquery.qtip.min.js') }}" ></script>
--- a/Resources/views/WikiTag/javascriptForContextSearch.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/javascriptForContextSearch.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display to add the needed Javascript for context search #}
{# We suppose the all the JS (jquery and stuffs and wikiTag.js) have already been loaded. See javascript.html.twig #}
<script type="text/javascript">
--- a/Resources/views/WikiTag/tagTable.html.twig Mon Feb 20 12:09:41 2012 +0100
+++ b/Resources/views/WikiTag/tagTable.html.twig Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+{#
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+#}
{# partial display document's tags (table only) #}
<table id="wikitag_table">
<thead>
--- a/Tests/Controller/WikiTagControllerTest.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Tests/Controller/WikiTagControllerTest.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Tests\Controller;
--- a/Utils/WikiTagUtils.php Mon Feb 20 12:09:41 2012 +0100
+++ b/Utils/WikiTagUtils.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle\Utils;
--- a/WikiTagBundle.php Mon Feb 20 12:09:41 2012 +0100
+++ b/WikiTagBundle.php Tue Feb 21 15:15:22 2012 +0100
@@ -1,4 +1,12 @@
<?php
+/*
+ * This file is part of the WikiTagBundle package.
+ *
+ * (c) IRI <http://www.iri.centrepompidou.fr/>
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
namespace IRI\Bundle\WikiTagBundle;
--- a/phpunit.xml.dist Mon Feb 20 12:09:41 2012 +0100
+++ b/phpunit.xml.dist Tue Feb 21 15:15:22 2012 +0100
@@ -1,3 +1,11 @@
+<!--
+ This file is part of the WikiTagBundle package.
+
+ (c) IRI <http://www.iri.centrepompidou.fr/>
+
+ For the full copyright and license information, please view the LICENSE
+ file that was distributed with this source code.
+-->
<?xml version="1.0" encoding="UTF-8"?>
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->