Documentation

Markers

Table of Contents

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/Filter/Date.php 1
app/code/core/Mage/Adminhtml/Block/Widget/Grid/Column/Filter/Datetime.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/Email.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/Page/Block/Html/Pager.php 1
app/code/core/Mage/Payment/Model/Recurring/Profile.php 1
app/code/core/Mage/Paypal/Controller/Express/Abstract.php 1
app/code/core/Mage/Paypal/controllers/HostedproController.php 2
app/code/core/Mage/Paypal/Model/Cart.php 1
app/code/core/Mage/Paypal/Model/Express/Checkout.php 2
app/code/core/Mage/Paypal/Model/Ipn.php 1
app/code/core/Mage/Paypal/Model/Pro.php 2
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/Block/Reorder/Sidebar.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/Mage/Usa/Model/Shipping/Carrier/Dhl/Label/Pdf/PageBuilder.php 1
lib/Varien/Data/Form/Element/Collection.php 1
lib/Varien/Data/Tree/Dbp.php 1
lib/Varien/Data/Tree/Node.php 1
lib/Varien/Io/Ftp.php 1
lib/Varien/Simplexml/Config.php 1
lib/Varien/Simplexml/Element.php 4

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

Date.php

Type Line Description
TODO 19 date format

Datetime.php

Type Line Description
TODO 19 date format

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 339 Use with Flat Resource

Product.php

Type Line Description
TODO 408 implement full validation process with errors returning which are ignoring now
TODO 1394 - 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 175 multi stock

Onepage.php

Type Line Description
TODO 832 send recurring profile emails

Config.php

Type Line Description
TODO 1146 get global dir config

Email.php

Type Line Description
TODO 47 move to config

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 84 LTS add tags URL

Country.php

Type Line Description
TODO 84 is it still used?

Abstract.php

Type Line Description
TODO 585 connect between joined attributes of same entity
TODO 928 make batch save directly from collection
TODO 941 make batch delete directly from collection

Db.php

Type Line Description
TODO 71 check user roles

Server.php

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

Pager.php

Type Line Description
TODO 16 Separate order, mode and pager

Profile.php

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

Abstract.php

Type Line Description
TODO 151 verify if this logic of order cancellation is deprecated

HostedproController.php

Type Line Description
TODO 20 some actions with order
TODO 35 clarify return logic whether customer will be returned in iframe or in parent window

Cart.php

Type Line Description
TODO 428 nominal item for order

Checkout.php

Type Line Description
TODO 597 send recurring profile emails
TODO 614 break;

Ipn.php

Type Line Description
TODO 503 there is no way to close a capture right now

Pro.php

Type Line Description
TODO 219 pass 'NOTE' to API
TODO 351 DP fields

Environment.php

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

Form.php

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

Recent.php

Type Line Description
TODO 23 add full name logic

Sidebar.php

Type Line Description
TODO 48 add filter by current website

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 390 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 223 add full name logic

Abstract.php

Type Line Description
TODO 395 implement rollback logic

PageBuilder.php

Type Line Description
TODO 239 Add reference data rendering

Collection.php

Type Line Description
TODO 105 get it straight with $after

Dbp.php

Type Line Description
TODO 277 Use adapter for generate conditions

Node.php

Type Line Description
TODO 180 LTS implement

Ftp.php

Type Line Description
TODO 148 implement $mode and $recursive

Config.php

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

Element.php

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

Search results