addd subrepository + new bundle
authorymh <ymh.work@gmail.com>
Thu, 06 Oct 2011 00:03:30 +0200
changeset 6 7ee9260b8c0e
parent 5 d8cb31543a3f
child 7 36080db2864e
child 8 062b0cefef7e
addd subrepository + new bundle
.hgsub
app/AppKernel.php
app/config/routing.yml
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/.hgsub	Thu Oct 06 00:03:30 2011 +0200
@@ -0,0 +1,1 @@
+vendor/bundles/IRI/Bundle/WikiTagBundle=https://www.iri.centrepompidou.fr/dev/hg/wikitag
\ No newline at end of file
--- a/app/AppKernel.php	Tue Oct 04 10:12:08 2011 +0200
+++ b/app/AppKernel.php	Thu Oct 06 00:03:30 2011 +0200
@@ -20,6 +20,7 @@
             new Company\BaseBundle\CompanyBaseBundle(),
         	new FOS\UserBundle\FOSUserBundle(),
             new Company\UserBundle\CompanyUserBundle(),
+            new IRI\Bundle\WikiTagBundle\WikiTagBundle(),
         );
 
         if (in_array($this->getEnvironment(), array('dev', 'test'))) {
--- a/app/config/routing.yml	Tue Oct 04 10:12:08 2011 +0200
+++ b/app/config/routing.yml	Thu Oct 06 00:03:30 2011 +0200
@@ -1,3 +1,7 @@
+WikiTagBundle:
+    resource: "@WikiTagBundle/Resources/config/routing.yml"
+    prefix:   /
+
 
 CompanyUserBundle:
     resource: "@CompanyUserBundle/Resources/config/routing.yml"