Markers (TODO / FIXME)
routing/AgaviRouting.class.php3
| Type | Line | Description |
|---|---|---|
| todo | 453 | useful comment here |
| todo | 489 | error handling - route with the given name does not exist |
| todo | 493 | error handling - we couldn't find some of the nonstopping rules |
date/AgaviCalendar.class.php2
| Type | Line | Description |
|---|---|---|
| todo | 988 | check if we can change this to float to support a larger range |
| todo | 1022 | see above |
date/AgaviTimeZoneDataParser.class.php1
| Type | Line | Description |
|---|---|---|
| todo | 422 | we probably don't need to add the first rule at all, check this! |
date/AgaviSimpleTimeZone.class.php1
| Type | Line | Description |
|---|---|---|
| todo | 1035 | implement properly |
date/AgaviDateFormat.class.php3
| Type | Line | Description |
|---|---|---|
| todo | 421 | there are lots of rules in the ldml spec which could be covered here too |
| todo | 662 | let user chose calendar type when more calendars exist |
| todo | 1020 | change this to match to longest match and not the first one. |
date/AgaviOlsonTimeZone.class.php2
| Type | Line | Description |
|---|---|---|
| todo | 143 | this should probably contain at least one item |
| todo | 208 | we need to compare finalyear and the transitions and finalzone |
config/AgaviTranslationConfigHandler.class.php2
| Type | Line | Description |
|---|---|---|
| todo | 68 | is this really optional? according to the schema: yes... |
| todo | 96 | fallback stuff |
config/AgaviXmlConfigParser.class.php4
| Type | Line | Description |
|---|---|---|
| todo | 228 | support future namespaces |
| todo | 246 | use our own classes here that extend DOM* |
| todo | 261 | I bet this leaks memory due to the nodes being taken out of the docs. beware circular refs! |
| todo | 668 | spec mandates that external XSLs be processed first! |
config/util/dom/AgaviXmlConfigDomElement.class.php2
| Type | Line | Description |
|---|---|---|
| todo | 73 | or textContent? |
| todo | 112 | shouldn't this be static? |
controller/AgaviExecutionContainer.class.php2
| Type | Line | Description |
|---|---|---|
| todo | 51 | check if this can actually be protected |
| todo | 258 | cleanup and merge with createActionInstance once Exceptions have been cleaned up and specced properly so that the two error conditions can be told apart |
view/AgaviStreamTemplateLayer.class.php2
| Type | Line | Description |
|---|---|---|
| fixme | 79 | a simple workaround for broken ubuntu and debian packages (fixed already), we can remove that for final 0.11 |
| fixme | 92 | (should they fix it): don't add file:// because suhosin's include whitelist is empty by default, does not contain 'file' as allowed uri scheme |