OSDN Git Service

Причёсывание кода. Исправлен QR-код при редактировании предмета/оборудования
authorDmitry Dobryshin <dimkainc@mail.ru>
Sat, 5 Sep 2020 10:43:26 +0000 (13:43 +0300)
committerDmitry Dobryshin <dimkainc@mail.ru>
Sat, 5 Sep 2020 10:43:26 +0000 (13:43 +0300)
commitd948be5f7e9d647d864747917d12559cf408befa
tree1d6a6edf374c08d9d51f97e17138600ea467498a
parent244c07ea2c0bfbd17b74d4d3823d38e960d1fbfa
Причёсывание кода. Исправлен QR-код при редактировании предмета/оборудования
72 files changed:
config/web.php
controllers/ItemsController.php
controllers/LocationsController.php
controllers/MovingController.php
controllers/RegionsController.php
controllers/SiteController.php
controllers/TypesController.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
migrations/m200826_081002_create_moving_table.php
migrations/m200902_095218_change_items_table.php
models/ContactForm.php
models/ItemsSearch.php
models/LocationsSearch.php
models/LoginForm.php
models/Moving.php
models/MovingSearch.php
models/Regions.php
models/RegionsSearch.php
models/Status.php
models/StatusSearch.php
models/Types.php
models/TypesSearch.php
models/User.php
runtime/debug/index.data
runtime/logs/app.log
views/items/_form.php
views/items/_search.php
views/items/create.php
views/items/index.php
views/items/print.php
views/items/update.php
views/items/view.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/moving/_form.php
views/moving/_search.php
views/moving/create.php
views/moving/index.php
views/moving/update.php
views/moving/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/index.php
views/site/login.php
views/site/say.php [deleted file]
views/status/_form.php
views/status/_search.php
views/status/create.php
views/status/index.php
views/status/update.php
views/status/view.php
views/types/_form.php
views/types/_search.php
views/types/create.php
views/types/index.php
views/types/update.php
views/types/view.php