Markers
Table of Contents
MemcachedHandler.php
| Type | Line | Description |
|---|---|---|
| FIXME | 218 | third parameter isn't other handler actions. |
LocalizationSync.php
| Type | Line | Description |
|---|---|---|
| TODO | 178 | The value type may not match the original one |
BaseConnection.php
| Type | Line | Description |
|---|---|---|
| TODO | 609 | BC set $queryClass default as null in 4.1 |
Builder.php
| Type | Line | Description |
|---|---|---|
| TODO | 30 | auto check for TextCastToInt |
| TODO | 30 | auto check for InsertIndexValue |
| TODO | 30 | replace: delete index entries before insert |
| TODO | 176 | implement check for this instead static $insertKeyPermission |
Forge.php
| Type | Line | Description |
|---|---|---|
| TODO | 443 | Support for cascade |
| TODO | 47 | missing charset, collat & check for existent |
| TODO | 56 | missing charset & collat |
DownloadResponse.php
| Type | Line | Description |
|---|---|---|
| TODO | 251 | Do downloads need CSP or Cookies? Compare with ResponseTrait::send() |
Response.php
| Type | Line | Description |
|---|---|---|
| TODO | 153 | Recommend removing reliance on config injection |
ResponseInterface.php
| Type | Line | Description |
|---|---|---|
| TODO | 186 | Recommend moving to Pager |
ResponseTrait.php
| Type | Line | Description |
|---|---|---|
| TODO | 124 | Recommend moving to Pager |
| TODO | 274 | Recommend researching these directives, might need: 'private', 'no-transform', 'no-store', 'must-revalidate' |
RouteCollection.php
| Type | Line | Description |
|---|---|---|
| TODO | 30 | Implement nested resource routing (See CakePHP) |
Session.php
| Type | Line | Description |
|---|---|---|
| TODO | 87 | address memcache & redis needs IMPORTANT: You are REQUIRED to set a valid save path! |
MockConnection.php
| Type | Line | Description |
|---|---|---|
| TODO | 79 | BC set $queryClass default as null in 4.1 |
Cell.php
| Type | Line | Description |
|---|---|---|
| TODO | 267 | Determine if this can be refactored to use $this-getMethodParams(). |