]> git.mxchange.org Git - city.git/commit
Added verifications, if the user has already founded a city and if the city name
authorRoland Haeder <roland@mxchange.org>
Fri, 17 Apr 2015 20:46:21 +0000 (22:46 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 17 Apr 2015 20:46:21 +0000 (22:46 +0200)
commit41dd7b2bcb65c88911235dd34276994556a75f00
tree633cf01479b5929e0856848e4865c2edcaafdea3
parenta18210ed2a9311a8828f0b2965a1a5fb9962f38e
Added verifications, if the user has already founded a city and if the city name
is already taken. If the first city shall be founded, a dummy region must be
created, too. Then the city needs to be assigned with it.

The region is more an organizational way of handling more than one city, for
example the user then can apply policies to an entire region and not just a city
or a district.

Signed-off-by: Roland Haeder <roland@mxchange.org>
application/city/config.php
application/city/interfaces/manager/city/class_ManageableCity.php
application/city/main/commands/html/class_HtmlCityMapCommand.php
application/city/main/database/frontend/city/class_CityInformationDatabaseWrapper.php
application/city/main/factories/manager/.htaccess [new file with mode: 0644]
application/city/main/factories/manager/class_ManagerFactory.php [new file with mode: 0644]
application/city/main/filter/verifier/.htaccess [new file with mode: 0644]
application/city/main/filter/verifier/class_CityNameVerifierFilter.php [new file with mode: 0644]
application/city/main/manager/city/class_CityManager.php
application/city/main/manager/class_BaseManager.php
application/city/templates/de/code/action_city_login_city_map.ctp