# HG changeset patch # User ymh # Date 1329833722 -3600 # Node ID 901463f9b11cfce0e0361463b51b1ca95b69292b # Parent 12fc4e8b6fded4420757682eec8b129804a01e20 add headers for public repository release diff -r 12fc4e8b6fde -r 901463f9b11c .buildpath --- a/.buildpath Mon Feb 20 12:09:41 2012 +0100 +++ b/.buildpath Tue Feb 21 15:15:22 2012 +0100 @@ -1,3 +1,11 @@ + diff -r 12fc4e8b6fde -r 901463f9b11c .hgignore --- 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 +# +# For the full copyright and license information, please view the LICENSE +# file that was distributed with this source code. +## syntax: regexp ^\.settings$ .*\.orig$ diff -r 12fc4e8b6fde -r 901463f9b11c .project --- a/.project Mon Feb 20 12:09:41 2012 +0100 +++ b/.project Tue Feb 21 15:15:22 2012 +0100 @@ -1,3 +1,11 @@ + wikitag diff -r 12fc4e8b6fde -r 901463f9b11c Command/CreateSchemaDoctrineCommand.php --- 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 @@ -* -* 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 + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Controller; diff -r 12fc4e8b6fde -r 901463f9b11c DependencyInjection/Configuration.php --- 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 @@ + * + * 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; diff -r 12fc4e8b6fde -r 901463f9b11c DependencyInjection/WikiTagExtension.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\DependencyInjection; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/Category.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/CategoryRepository.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/DocumentRepository.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/DocumentTag.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/DocumentTagRepository.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/Tag.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Entity/TagRepository.php --- 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 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace IRI\Bundle\WikiTagBundle\Entity; diff -r 12fc4e8b6fde -r 901463f9b11c Model/DocumentInterface.php --- 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 @@ +# +# 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/config/doctrine/Document.orm.yml --- 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 +# +# 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/config/doctrine/DocumentTag.orm.yml --- 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 +# +# 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/config/doctrine/Tag.orm.yml --- 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 +# +# 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/config/routing.yml --- 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 +# +# 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 } diff -r 12fc4e8b6fde -r 901463f9b11c Resources/config/services.yml --- 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 +# +# 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/public/css/clickmenu.css --- 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 + * + * 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; diff -r 12fc4e8b6fde -r 901463f9b11c Resources/public/css/wikiTag.css --- 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 + * + * 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 { diff -r 12fc4e8b6fde -r 901463f9b11c Resources/public/js/wikiTag.js --- 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 + * + * 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 diff -r 12fc4e8b6fde -r 901463f9b11c Resources/translations/messages.fr.xliff --- 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 @@ + diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/TagList.html.twig --- 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 + + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. +#}

Chercher : {% for k,v in search_def %} diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/TagListTable.html.twig --- 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 + + For the full copyright and license information, please view the LICENSE + file that was distributed with this source code. +#} {% block tag_table %} diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/contextSearchDiv.html.twig --- 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 + + 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 #}

Choisissez le tag à ajouterX

diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/css.html.twig --- 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 + + 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 #} diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/documentTags.html.twig --- 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 + + 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 %}
diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/javascript.html.twig --- 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 + + 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 #} diff -r 12fc4e8b6fde -r 901463f9b11c Resources/views/WikiTag/javascriptForContextSearch.html.twig --- 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 + + 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 #}
id