diff options
| author | Tristan Darricau <github@nicofuma.fr> | 2014-11-19 20:04:00 +0100 |
|---|---|---|
| committer | Tristan Darricau <github@nicofuma.fr> | 2014-11-20 21:13:21 +0100 |
| commit | ac0ff219c61bd187dd3fbde5b6808624bd8ef077 (patch) | |
| tree | f0eb838eaa923c01c0f9dfa728550fc70e0fb13a | |
| parent | dd4f2387fd2f4df0e1513c251c9044f5bef60618 (diff) | |
| download | forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.gz forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.bz2 forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.tar.xz forums-ac0ff219c61bd187dd3fbde5b6808624bd8ef077.zip | |
[ticket/12620] Move the routing.yml file to routing/environment.yml
PHPBB3-12620
| -rw-r--r-- | phpBB/config/default/routing/routing.yml (renamed from phpBB/config/default/routing.yml) | 0 | ||||
| -rw-r--r-- | phpBB/config/development/routing/environment.yml (renamed from phpBB/config/development/routing.yml) | 0 | ||||
| -rw-r--r-- | phpBB/config/production/routing/environment.yml (renamed from phpBB/config/production/routing.yml) | 0 | ||||
| -rw-r--r-- | phpBB/config/test/routing/environment.yml (renamed from phpBB/config/test/routing.yml) | 0 | ||||
| -rw-r--r-- | tests/controller/config/test/routing/environment.yml (renamed from tests/controller/config/test/routing.yml) | 0 | ||||
| -rw-r--r-- | tests/controller/ext/vendor2/bar/config/test/routing/environment.yml (renamed from tests/controller/ext/vendor2/bar/config/test/routing.yml) | 0 | ||||
| -rw-r--r-- | tests/pagination/config/test/routing/environment.yml (renamed from tests/pagination/config/test/routing.yml) | 0 |
7 files changed, 0 insertions, 0 deletions
diff --git a/phpBB/config/default/routing.yml b/phpBB/config/default/routing/routing.yml index d8e890d063..d8e890d063 100644 --- a/phpBB/config/default/routing.yml +++ b/phpBB/config/default/routing/routing.yml diff --git a/phpBB/config/development/routing.yml b/phpBB/config/development/routing/environment.yml index 9ee3e5ae3a..9ee3e5ae3a 100644 --- a/phpBB/config/development/routing.yml +++ b/phpBB/config/development/routing/environment.yml diff --git a/phpBB/config/production/routing.yml b/phpBB/config/production/routing/environment.yml index 9ee3e5ae3a..9ee3e5ae3a 100644 --- a/phpBB/config/production/routing.yml +++ b/phpBB/config/production/routing/environment.yml diff --git a/phpBB/config/test/routing.yml b/phpBB/config/test/routing/environment.yml index 9ee3e5ae3a..9ee3e5ae3a 100644 --- a/phpBB/config/test/routing.yml +++ b/phpBB/config/test/routing/environment.yml diff --git a/tests/controller/config/test/routing.yml b/tests/controller/config/test/routing/environment.yml index 175b11f130..175b11f130 100644 --- a/tests/controller/config/test/routing.yml +++ b/tests/controller/config/test/routing/environment.yml diff --git a/tests/controller/ext/vendor2/bar/config/test/routing.yml b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml index 85c93b453f..85c93b453f 100644 --- a/tests/controller/ext/vendor2/bar/config/test/routing.yml +++ b/tests/controller/ext/vendor2/bar/config/test/routing/environment.yml diff --git a/tests/pagination/config/test/routing.yml b/tests/pagination/config/test/routing/environment.yml index dd667274cd..dd667274cd 100644 --- a/tests/pagination/config/test/routing.yml +++ b/tests/pagination/config/test/routing/environment.yml |
