GXEngine/Loaders/CrossCuttingLoader/CrossCuttingLoader.inc.php 1

Type Line Description
TODO 33 Move to CrossCuttingLoaderSettings

GXMainComponents/Loaders/GXCoreLoader/GXCoreLoader.inc.php 4

Type Line Description
TODO 274 Delegate to GXServiceFactory
TODO 579 Check connection errors
TODO 579 Escape special characters in mysqli connection string.
TODO 579 Use the GXDatabaseAccessorInterface.

GXMainComponents/Controllers/Api/v2/ProductsApiV2Controller.inc.php 1

Type Line Description
TODO 244 This filter must be refactored to filter on database and not at the array

GXMainComponents/Controllers/Api/v2/EmailsApiV2Controller.inc.php 1

Type Line Description
TODO 257 Do not throw an error if a record does not exist. Because this is what other controllers do.

GXMainComponents/Controllers/Api/HttpApiV2Controller.inc.php 1

Type Line Description
TODO 36 Add _cacheResponse() helper function which will cache request data and it will provide the required headers.

GXMainComponents/Controllers/HttpView/Admin/AppStoreController.inc.php 1

Type Line Description
TODO 37 APP URL ändern

GXMainComponents/Controllers/HttpView/Admin/ShipcloudController.inc.php 1

Type Line Description
TODO 132 get this data from OrderService

GXMainComponents/Controllers/HttpView/ShopAjax/CartShippingCostsController.inc.php 2

Type Line Description
TODO 43 use GET and POST REST-API like
TODO 43 get rid of old AjaxHandler

GXMainComponents/Controllers/HttpView/ShopAjax/WishListController.inc.php 5

Type Line Description
TODO 26 use GET and POST REST-API like
TODO 39 use GET and POST REST-API like
TODO 62 use GET and POST REST-API like
TODO 75 use GET and POST REST-API like
TODO 88 use GET and POST REST-API like

GXMainComponents/Controllers/HttpView/ShopAjax/FilterController.inc.php 2

Type Line Description
TODO 26 use GET and POST REST-API like
TODO 61 use GET and POST REST-API like

GXMainComponents/Controllers/HttpView/ShopAjax/CartController.inc.php 6

Type Line Description
TODO 40 use GET and POST REST-API like
TODO 53 use GET and POST REST-API like
TODO 86 use GET and POST REST-API like
TODO 132 use GET and POST REST-API like
TODO 145 use GET and POST REST-API like
TODO 158 use GET and POST REST-API like

GXMainComponents/Controllers/HttpView/ShopAjax/CheckStatusController.inc.php 4

Type Line Description
TODO 27 use GET and POST REST-API like
TODO 27 get rid of old AjaxHandler
TODO 90 use GET and POST REST-API like
TODO 90 get rid of old AjaxHandler

GXMainComponents/Controllers/HttpView/ShopAjax/LiveSearchController.inc.php 2

Type Line Description
TODO 27 use GET and POST REST-API like
TODO 27 get rid of old AjaxHandler

GXMainComponents/Controllers/HttpView/ShopAjax/CartDropdownController.inc.php 2

Type Line Description
TODO 72 use GET and POST REST-API like
TODO 72 get rid of old AjaxHandler

GXMainComponents/Controllers/HttpView/ShopAjax/CheckQuantityController.inc.php 2

Type Line Description
TODO 26 use GET and POST REST-API like
TODO 51 use decimal point from current currency instead of , for all currencies

GXMainComponents/Controllers/HttpView/AdminAjax/AdminFavoritesAjaxController.inc.php 1

Type Line Description
TODO 55 Use _getQueryParameter. The method had a bug which wouldn't return the value of the GET parameter.

GXMainComponents/Controllers/HttpView/AdminAjax/QuickEditSpecialPricesAjaxController.inc.php 1

Type Line Description
TODO 102 Implement tooltip functionality for the special prices table.

GXMainComponents/Controllers/HttpView/Shop/ParcelshopfinderController.inc.php 1

Type Line Description
TODO 412 To be refactored as soon as CountryService::findCountryByIso2() becomes available

GXMainComponents/Controllers/HttpView/Shop/CreateRegistreeController.inc.php 1

Type Line Description
TODO 81 replace new KeyValueCollection(array()) with something meaningful

GXMainComponents/Controllers/HttpView/Shop/CreateGuestController.inc.php 1

Type Line Description
TODO 15

GXMainComponents/Controllers/HttpView/Shop/PayPalController.inc.php 1

Type Line Description
TODO 522 : replace once services for orders and order status history are available

GXMainComponents/Controllers/HttpView/Shop/SharedShoppingCartController.inc.php 2

Type Line Description
TODO 133 handle exception properly
TODO 154 handle exception properly

GXMainComponents/Services/Core/QuickEdit/Repositories/Reader/QuickEditProductPropertiesReader.inc.php 1

Type Line Description
TODO 22 Improve values_price filtering.

GXMainComponents/Services/Core/Customer/CustomerReader.inc.php 1

Type Line Description
TODO 191 If date of birth is null in the database then: $customerDataArray['customers_dob'] = '0000-00-00 00:00:00' and then the getDateOfBirth() will return wrong results ($customer->getDateOfBirth() >> -0001-11-30 00:00:00).

GXMainComponents/Services/Core/InfoBox/Repositories/Deleter/InfoBoxRepositoryDeleter.php 1

Type Line Description
TODO 117 Find a better solution to delete the rows.

GXMainComponents/Services/Core/Product/ProductWriteService.inc.php 1

Type Line Description
TODO 188 Implement the last three arguments when finished in UML.

GXMainComponents/Services/Core/Product/Entities/ProductListItem.inc.php 1

Type Line Description
TODO 245 Remove optional methods from this constructor for v3.5.1.0. Deprecation Notice: The optional parameters of this constructor are deprecated as of v3.3.1.0 and will be removed in v3.5.1.0. Please use the setter methods instead.

GXMainComponents/Services/Core/Category/CategoryWriteService.inc.php 1

Type Line Description
TODO 199 Implement the last four arguments when finished in UML.

GXMainComponents/View/ThemeContentViews/products/ProductInfoThemeContentView.inc.php 2

Type Line Description
TODO 105 move to control
TODO 904 move out of view into control

GXMainComponents/View/ThemeContentViews/withdrawals/WithdrawalFormThemeContentView.inc.php 1

Type Line Description
TODO 18

GXMainComponents/View/ThemeContentViews/core/ThemeContentView.inc.php 1

Type Line Description
TODO 19 rename in max_deprecation_level

GXMainComponents/View/ThemeControl.inc.php 1

Type Line Description
TODO 190 SPRINT #42: HIER SOLLTE SPÄTER EINMAL DER THEME SERVICE VERWENDET WERDEN