Todo List
activerecord
- methods for setting self::$creolePath
- remove / replace self::enumerateID method call
- Smarter way to handle primary key field count missmatch (instead of ARException)
- Smarter way to merge filters (from a query object and the one that is supplied as parameter)
- make some optimization and code formatting
application-model-system
activerecord-schema
- Think of a better way to handle circular references
activerecord-util-generator
activerecord-query-filter
- add ARFieldHandle (field object) instead of $fieldName (string)
application-helper-smarty-form
- Include javascript validator source
application-model-category
- calculate value position if needed
- Update product counts when category is moved
- fix potential bug: when using $this->load() in method, it might overwrite the data that was set during runtime
application-helper
- test with multibyte strings
application-model-delivery
application-controller-backend
- Save language preference in User Settings, so the language would be selected automatically for subsequent visits
library-locale
- document its working principles and probably refactor as well
- The mkdir stuff looks ugly
application-model-order
application-model-product
- move the SKU checking to insert() - otherwise seems to break some tests for now
framework-request
Services_JSON
- Ultimately, this should just call PEAR::isError()
- Ultimately, this class shall be descended from PEAR_Error