diff --git a/Controller/ApiAttributeController.php b/Controller/ApiAttributeController.php index e278123..1e9dc98 100644 --- a/Controller/ApiAttributeController.php +++ b/Controller/ApiAttributeController.php @@ -377,7 +377,7 @@ final class ApiAttributeController extends Controller * * @api * - * @todo: implement + * @todo Implement API function * * @since 1.0.0 */ @@ -448,7 +448,7 @@ final class ApiAttributeController extends Controller */ public function apiItemAttributeValueDelete(RequestAbstract $request, ResponseAbstract $response, array $data = []) : void { - // @todo: I don't think values can be deleted? Only Attributes + // @todo I don't think values can be deleted? Only Attributes // However, It should be possible to remove UNUSED default values // either here or other function? // if (!empty($val = $this->validateAttributeValueDelete($request))) { diff --git a/Controller/ApiController.php b/Controller/ApiController.php index eadaf87..8669fec 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -97,7 +97,7 @@ final class ApiController extends Controller ); /* - @todo: BIG TODO. + @todo BIG TODO. This is the query I want to be used internally: select itemmgmt_item.itemmgmt_item_no, itemmgmt_item_l11n.itemmgmt_item_l11n_description diff --git a/Controller/BackendController.php b/Controller/BackendController.php index a7ad188..6d2e41f 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -391,7 +391,7 @@ final class BackendController extends Controller // Get item profile image // It might not be part of the 5 newest item files from above - // @todo: It would be nice to have something like this as a default method in the model e.g. + // @todo It would be nice to have something like this as a default method in the model e.g. // ItemManagement::getRelations()->with('types')->where(...); // This should return the relations and NOT the model itself $query = new Builder($this->app->dbPool->get()); @@ -417,7 +417,7 @@ final class BackendController extends Controller $view->data['itemImage'] = $itemImage; - // @todo: this one should already be loaded in the backend application no????????? + // @todo this one should already be loaded in the backend application no????????? /** @var \Model\Setting $settings */ $settings = $this->app->appSettings->get(null, [ SettingsEnum::DEFAULT_LOCALIZATION, diff --git a/ICAL.txt b/ICAL.txt index 019045f..f1b55ed 100755 --- a/ICAL.txt +++ b/ICAL.txt @@ -1,6 +1,6 @@ # Individual Contributor License Agreement ("CLA") 1.0 -Thank you for your interest in Karaka-Management (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. +Thank you for your interest in Jingga e. K. (the "Company"). In order to clarify the intellectual property license granted with Contributions from any person or entity, the Company must provide a Contributor License Agreement ("CLA") on file that has been made available to each Contributor. This license is for your protection as a Contributor as well as the protection of the Company and its users; it does not change your rights to use your own Contributions for any other purpose. By contributing to the Company You accept and agree to the following terms and conditions for Your present and future Contributions submitted to the Company. In return, the Company shall not use Your Contributions in a way that is contrary to the public benefit or inconsistent with its bylaws in effect at the time of the Contribution. Except for the license granted herein to the Company and recipients of software distributed by the Company, You reserve all right, title, and interest in and to Your Contributions. diff --git a/Models/ItemMapper.php b/Models/ItemMapper.php index 2eb2084..85b3078 100755 --- a/Models/ItemMapper.php +++ b/Models/ItemMapper.php @@ -109,7 +109,7 @@ final class ItemMapper extends DataMapperFactory * * @return array * - * @todo: experimental (not 100% working) + * @todo experimental (not 100% working) * * @since 1.0.0 */ diff --git a/Theme/Backend/item-profile.tpl.php b/Theme/Backend/item-profile.tpl.php index 7423c8b..8f84da3 100755 --- a/Theme/Backend/item-profile.tpl.php +++ b/Theme/Backend/item-profile.tpl.php @@ -520,7 +520,7 @@ echo $this->data['nav']->render();
- +
@@ -683,7 +683,7 @@ echo $this->data['nav']->render();
- +
diff --git a/Theme/Backend/sales-item-profile.tpl.php b/Theme/Backend/sales-item-profile.tpl.php index f7b7105..b4a1e93 100755 --- a/Theme/Backend/sales-item-profile.tpl.php +++ b/Theme/Backend/sales-item-profile.tpl.php @@ -595,7 +595,7 @@ echo $this->data['nav']->render(); - + @@ -715,7 +715,7 @@ echo $this->data['nav']->render(); - +