Markers
Table of Contents
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 |