Documentation

Markers

Table of Contents

app/bootstrap.php 1
app/code/core/Mage/Adminhtml/Block/Report/Shopcart/Customer/Grid.php 1
app/code/core/Mage/Adminhtml/Block/System/Config/Form/Fieldset/Modules/DisableOutput.php 1
app/code/core/Mage/Adminhtml/Block/System/Config/Form/Fieldset/Order/Statuses.php 1
app/code/core/Mage/Adminhtml/Block/System/Convert/Gui/Edit/Tab/Wizard.php 1
app/code/core/Mage/Adminhtml/Block/Tag/Grid/Customers.php 1
app/code/core/Mage/Adminhtml/Block/Widget/Breadcrumbs.php 1
app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Renderer/Concat.php 1
app/code/core/Mage/Adminhtml/Model/Search/Order.php 1
app/code/core/Mage/Api2/Model/Multicall.php 2
app/code/core/Mage/Catalog/Block/Seo/Sitemap/Tree/Pager.php 1
app/code/core/Mage/Catalog/Model/Category.php 1
app/code/core/Mage/Catalog/Model/Product.php 2
app/code/core/Mage/Catalog/Model/Template/Filter.php 1
app/code/core/Mage/CatalogInventory/Model/Stock/Item.php 1
app/code/core/Mage/Checkout/Model/Type/Onepage.php 1
app/code/core/Mage/Core/Model/Config.php 1
app/code/core/Mage/Core/Model/Input/Filter/MaliciousCode.php 1
app/code/core/Mage/Core/Model/Log/Adapter.php 1
app/code/core/Mage/Core/Model/Resource/File/Storage/File.php 1
app/code/core/Mage/Core/Model/Resource/Transaction.php 1
app/code/core/Mage/Customer/Block/Account/Dashboard.php 1
app/code/core/Mage/Directory/Model/Country.php 1
app/code/core/Mage/Eav/Model/Entity/Collection/Abstract.php 3
app/code/core/Mage/Install/Model/Installer/Db.php 1
app/code/core/Mage/Oauth/Model/Server.php 1
app/code/core/Mage/Payment/Model/Recurring/Profile.php 1
app/code/core/Mage/Rule/Model/Environment.php 1
app/code/core/Mage/Sales/Block/Adminhtml/Recurring/Profile/Edit/Form.php 1
app/code/core/Mage/Sales/Block/Order/Recent.php 1
app/code/core/Mage/Sales/Model/Order/Api.php 1
app/code/core/Mage/Sales/Model/Order/Payment.php 2
app/code/core/Mage/Sales/Model/Order/Shipment/Api.php 1
app/code/core/Mage/Sales/Model/Recurring/Profile.php 1
app/code/core/Mage/Sales/Model/Resource/Collection/Abstract.php 1
app/code/core/Mage/Shipping/Model/Shipping.php 1
app/code/core/Mage/Tag/Model/Resource/Customer/Collection.php 1
app/code/core/Mage/Usa/Model/Shipping/Carrier/Abstract.php 1
app/code/core/Maho/FeedManager/Block/Adminhtml/Destination/Edit/Tab/General.php 2
app/code/core/Maho/FeedManager/Model/Destination.php 2
app/code/core/Maho/Giftcard/Block/Adminhtml/Sales/Order/Invoice/Totals.php 1
lib/Maho/Data/Form/Element/Collection.php 1
lib/Maho/Data/Tree/Dbp.php 1
lib/Maho/Data/Tree/Node.php 1
lib/Maho/Db/Adapter/Pdo/Sqlite.php 1
lib/Maho/Io/Ftp.php 1
lib/Maho/Simplexml/Config.php 1
lib/Maho/Simplexml/Element.php 4

bootstrap.php

Type Line Description
TODO 28 Migrate all core Maho code from Varien_* to Maho\* namespace, then change the default value to 0

Grid.php

Type Line Description
TODO 34 add full name logic

DisableOutput.php

Type Line Description
TODO 76 move as property of form

Statuses.php

Type Line Description
TODO 53 move as property of form

Wizard.php

Type Line Description
TODO 98 check remove int from param value

Customers.php

Type Line Description
TODO 28 add full name logic

Breadcrumbs.php

Type Line Description
TODO 53 - Moved to Beta 2, no breadcrumbs displaying in Beta 1

Concat.php

Type Line Description
TODO 30 run column type renderer

Order.php

Type Line Description
TODO 42 add full name logic

Multicall.php

Type Line Description
TODO 120 implement strict mode
TODO 123 Refactor partial success idintification process

Pager.php

Type Line Description
TODO 19 Separate order, mode and pager

Category.php

Type Line Description
TODO 336 Use with Flat Resource

Product.php

Type Line Description
TODO 410 implement full validation process with errors returning which are ignoring now
TODO 1404 - duplicate product on all stores of the websites it is associated with

Filter.php

Type Line Description
TODO 18 Needs to be reimplemented to get rid of the copypasted methods

Item.php

Type Line Description
TODO 176 multi stock

Onepage.php

Type Line Description
TODO 763 send recurring profile emails

Config.php

Type Line Description
TODO 1123 get global dir config

MaliciousCode.php

Type Line Description
TODO 103 when the minimum PHP version reaches 8.4, replace this whole

Adapter.php

Type Line Description
TODO 74 replace whole data

File.php

Type Line Description
TODO 290 - replace with native PHP?

Transaction.php

Type Line Description
TODO 16 need collect connection by name

Dashboard.php

Type Line Description
TODO 81 LTS add tags URL

Country.php

Type Line Description
TODO 84 is it still used?

Abstract.php

Type Line Description
TODO 584 connect between joined attributes of same entity
TODO 908 make batch save directly from collection
TODO 921 make batch delete directly from collection

Db.php

Type Line Description
TODO 57 check user roles

Server.php

Type Line Description
TODO 326 Implement check for expiration (after it implemented in token model)

Profile.php

Type Line Description
TODO 296 implement proper logic with invoking payment method instance

Environment.php

Type Line Description
TODO 26 make it not dependent on checkout module

Form.php

Type Line Description
TODO 85 implement $this->_isReadonly setting

Recent.php

Type Line Description
TODO 23 add full name logic

Api.php

Type Line Description
TODO 58 add full name logic

Payment.php

Type Line Description
TODO 719 implement multiple refunds per capture
TODO 1292 linking transaction with the sales document

Api.php

Type Line Description
TODO 31 add full name logic

Profile.php

Type Line Description
TODO 389 make it abstract from amounts

Abstract.php

Type Line Description
TODO 141 implement join functionality if necessary

Shipping.php

Type Line Description
TODO 96 make it ordered

Collection.php

Type Line Description
TODO 178 add full name logic

Abstract.php

Type Line Description
TODO 396 implement rollback logic

General.php

Type Line Description
TODO 65 Uncomment when API upload is implemented
TODO 115 Add 'google_api', 'facebook_api' back when API upload is implemented

Destination.php

Type Line Description
TODO 129 Implement Google Merchant Centre API upload
TODO 131 Implement Facebook/Meta Catalog API upload

Totals.php

Type Line Description
TODO 28 Allow partial invoicing with gift cards

Collection.php

Type Line Description
TODO 113 get it straight with $after

Dbp.php

Type Line Description
TODO 284 Use adapter for generate conditions

Node.php

Type Line Description
TODO 184 LTS implement

Sqlite.php

Type Line Description
TODO 2875 Once Doctrine DBAL fixes this bug, remove the index fixing workaround below

Ftp.php

Type Line Description
TODO 151 implement $mode and $recursive

Config.php

Type Line Description
TODO 404 check this, as there are no caches that implement remove() method

Element.php

Type Line Description
TODO 95 Do we need to make it xpath look-a-like?
TODO 95 Check if we still need all this and revert to plain XPath if this makes any sense
TODO 95 param string $path Subset of xpath. Example: "child/grand[@attrName='attrValue']/subGrand"
TODO 27 make use of spl_object_hash to keep global array of simplexml elements to emulate complicated attributes

Search results