Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
Removed unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Jun 23, 2015
1 parent e6b7525 commit 2aa14c0
Show file tree
Hide file tree
Showing 56 changed files with 2 additions and 625 deletions.
15 changes: 0 additions & 15 deletions COPYRIGHT

This file was deleted.

5 changes: 0 additions & 5 deletions src/mgate/CommentBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

class DefaultController extends Controller
{
public function indexAction($name)
{
return $this->render('mgateCommentBundle:Default:index.html.twig', array('name' => $name));
}

public function maintenanceAction()
{
$em = $this->getDoctrine()->getManager();
Expand Down
5 changes: 0 additions & 5 deletions src/mgate/CommentBundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('mgate_comment');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.

return $treeBuilder;
}
Expand Down
24 changes: 0 additions & 24 deletions src/mgate/CommentBundle/Entity/CommentRepository.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/mgate/CommentBundle/Entity/ThreadRepository.php

This file was deleted.

4 changes: 0 additions & 4 deletions src/mgate/CommentBundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
mgateCommentBundle_homepage:
pattern: /hello/{name}
defaults: { _controller: mgateCommentBundle:Default:index }

mgateCommentBundle_maintenance:
pattern: /comment/maintenance
defaults: { _controller: mgateCommentBundle:Default:Maintenance }
Empty file.
11 changes: 0 additions & 11 deletions src/mgate/CommentBundle/Resources/translations/messages.fr.xlf

This file was deleted.

This file was deleted.

38 changes: 0 additions & 38 deletions src/mgate/CommentBundle/Tests/Controller/DefaultControllerTest.php

This file was deleted.

5 changes: 0 additions & 5 deletions src/mgate/DashboardBundle/Controller/DefaultController.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@

class DefaultController extends Controller
{
public function indexAction()
{
return $this->render('mgateDashboardBundle:Default:index.html.twig');
}

public function navbarAction()
{
$em = $this->getDoctrine()->getManager();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('mgate_dashboard');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.

return $treeBuilder;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ public function load(array $configs, ContainerBuilder $container)
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
}
}
4 changes: 0 additions & 4 deletions src/mgate/DashboardBundle/Resources/config/routing.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
mgate_dashboard_homepage:
pattern: /
defaults: { _controller: mgateDashboardBundle:Default:index }

mgate_dashboard_navbar:
pattern: /navbar/
defaults: { _controller: mgateDashboardBundle:Default:navbar }
7 changes: 0 additions & 7 deletions src/mgate/DashboardBundle/Resources/config/services.yml

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('mgate_formation');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.

return $treeBuilder;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ public function load(array $configs, ContainerBuilder $container)
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
}
}
7 changes: 0 additions & 7 deletions src/mgate/FormationBundle/Resources/config/services.yml

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions src/mgate/PersonneBundle/Controller/DefaultController.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,6 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('mgate_personne');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
// more information on that topic.

return $treeBuilder;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ public function load(array $configs, ContainerBuilder $container)
$config = $this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
}
}
2 changes: 1 addition & 1 deletion src/mgate/PersonneBundle/Entity/Employe.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* mgate\PersonneBundle\Entity\Employe.
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="mgate\PersonneBundle\Entity\EmployeRepository")
* @ORM\Entity
*/
class Employe
{
Expand Down
24 changes: 0 additions & 24 deletions src/mgate/PersonneBundle/Entity/EmployeRepository.php

This file was deleted.

2 changes: 1 addition & 1 deletion src/mgate/PersonneBundle/Entity/Poste.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* mgate\PersonneBundle\Entity\Poste.
*
* @ORM\Table()
* @ORM\Entity(repositoryClass="mgate\PersonneBundle\Entity\PosteRepository")
* @ORM\Entity
*/
class Poste
{
Expand Down
24 changes: 0 additions & 24 deletions src/mgate/PersonneBundle/Entity/PosteRepository.php

This file was deleted.

Loading

0 comments on commit 2aa14c0

Please sign in to comment.