OSDN Git Service

Внесены исправления в алгоритм формирования стартовой страницы. Внесены коррективы...
authorDmitry Dobryshin <dimkainc@mail.ru>
Tue, 25 Aug 2020 08:11:21 +0000 (11:11 +0300)
committerDmitry Dobryshin <dimkainc@mail.ru>
Tue, 25 Aug 2020 08:11:21 +0000 (11:11 +0300)
commit9788de720837b34d5f8098fc87422a1ad824d412
tree98c0453343aa778c687339af7c2a630b0281a2bb
parent4eb641200919615b8cd30a1b8c3bb7af4200a723
Внесены исправления в алгоритм формирования стартовой страницы. Внесены коррективы в трансляцию надписей. Код приведён к общему виду.
61 files changed:
.gitignore
config/web.php
controllers/ItemsController.php
controllers/LocationsController.php
controllers/RegionsController.php
controllers/SiteController.php
controllers/StatusController.php
controllers/TypesController.php
messages/ru-RU/app.php
messages/ru-RU/contact.php
messages/ru-RU/error.php
messages/ru-RU/items.php
messages/ru-RU/locations.php
messages/ru-RU/regions.php
messages/ru-RU/types.php
migrations/m200804_115556_create_items_table.php
migrations/m200806_061656_update_items_table.php
migrations/m200810_082546_create_status_table.php
migrations/m200818_045741_create_types_table.php
migrations/m200818_123015_create_locations_table.php
models/ContactForm.php
models/Items.php
models/ItemsSearch.php
models/Locations.php
models/LocationsSearch.php
models/LoginForm.php
models/Regions.php
models/Site.php [new file with mode: 0644]
models/Status.php
models/Types.php
models/TypesSearch.php
models/User.php
views/items/_form.php
views/items/_search.php
views/items/create.php
views/items/index.php
views/items/update.php
views/layouts/main.php
views/locations/_form.php
views/locations/_search.php
views/locations/create.php
views/locations/index.php
views/locations/update.php
views/locations/view.php
views/regions/_form.php
views/regions/_search.php
views/regions/create.php
views/regions/index.php
views/regions/update.php
views/regions/view.php
views/site/about.php
views/site/contact.php
views/site/error.php
views/site/index.php
views/site/login.php
views/status/_form.php
views/status/_search.php
views/status/index.php
views/status/update.php
views/types/_form.php
views/types/_search.php