Open Issues

ID #StatusCategoryDetails
209assignedFeaturephp 5.3 only features
replace dirname(__FILE__) with __DIR__
207assignedFeatureIpv6 implementation
based on geoipv6 database
205assignedBugsclean HTML for obsolete attributes
border cellpadding cellspacing
203assignedBugsUrldecode request parameters
Urldecode request parameters before adding them to $registry->request. remember to remove...
202assignedREFACTORdebug bar , microtime to use $get_as_float = true flag
refactor of timers , to use $get_as_float = true
200assignedBugsSession in Dot_GeoIp class
remove that session call from the class replace with try/catch or fatal error or something
199assignedBugsadmin tooltip selectable
for all admin tooltips, to be selectable -browser icon - OS icon and so on
198assignedREFACTOR@see and @since tags
for classes that depend of a parent class add a third bloc of comments /** * @see...
195assignedREFACTORDo not rely anymore on system clock // only UTC
independent of system time implement everywhere UTC time and timezones
189assignedREFACTORdk.php add verifications for php.ini
memory limit minimum 64MB ? register globals OFF safe_mode OFF other maybe ? date_time set ?
181assignedREFACTORadmin warning about external writable folder
maybe is better to be an info, not a red warning
193assignedREFACTORupgrade code documentation
once 1.5.1 is about to be released regenerated code documentation using latest DocBlox
192assignedREFACTORImplement APIdemia as an alternative
- for GeoIP - for Mobile device detection - for Carrier alternate usage , with...
191assignedREFACTORReplacing WURFL with Dotdevice
replace the libraries and the XML database
190assignedREFACTORproxy pattern for Dot_useragent class
implement the proxy pattern to avoid instantiation of expensive object like DotDevice
187assignedBugsif wurfl cache is not build, through a suggestive error
test what happens if cache is not built, or if cache folder is not writable and through a...
186assignedFeatureusage of fileinfo extension for file detections
http://cakephp-php.blogspot.com/2011/08/smart-file-type-detection-using-php.html 1. add to...
154assignedREFACTORPostgresql support
check to be sure postgresql support is working , using zend_db abstract
167assignedBugsOpera mini wurfl detection
record 8 and 9 from statisticVisitMobile is not returning the device width and height, not...
15assignedFeatureDot_Templates Cache
Implement an extension for Dot_Templates to use some cache system , based on Zend_Cache for...
164assignedREFACTORRefactor models / Doctrine integration
for example $user = new User($_POST); if ($user->isValid()) { $user->save(); } or $user...
161assignedREFACTORDot Plugin architecture
Prepare the plugin architecture. Define what is a plugin. and so on ** removed the following...
162assignedREFACTORNavigation menus refactor
using Zend_Navigation seem to be...
147assignedREFACTORgenerate graph with inclued
pecl install inclued
13assignedFeatureDealing with dependencies
http://www.slideshare.net/spriebsch/dealing-with-dependencies decoupling components
45assignedBugsIntegration of Zend Framework Proposal classes
when we want to use a class from Proposal repository where will be located ? how to load it...
27assignedFeatureZF 2.0 integration
Architecture modification to use ZF 2.x branch, PHP 5.3.x branch, namespaces and such

Comments are closed.