forked from UnionOfRAD/lithium
-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
nateabele edited this page Feb 7, 2012
·
4 revisions
This is the set of features that the Lithium team is focusing on in the near-term. If your must-have feature or favorite new technology doesn't appear here, don't fret: Lithium is very flexible and has a robust plugin API. Extending the core framework is trivial, and it's possible that someone has already developed a project that meets your needs.
A strategy to encrypt cookie data
- Support for automatically and manually mapping SQL query results
- Finishing support for relationships
Schema caching
Implement JSON display formats for test data- Switch to Xdebug's ignored lines filter
- Aggregate multiple filters applied to the same method
- Integrate handlers with filtering system
- Integration tests
- Class documentation
CSRF support- Integration tests for the HTTP adapter
- Support for
libedit
/readline
More information about Globalization in Lithium can be found in the specification.
- Support for retrieving plural functions via
Catalog
forCldr
andGettext
adapters. - Uniform plural functions (in
Cldr
,Gettext
andMemory
adapters). - Support for direction.
- Caching in Catalog (replacing caching in Message)?
-
Inflector
integration
Note: Inflector
already supports a decent set of conversions. Making some of those conversion g11n resources and adding them on a per locale basis — if needed — to the Inflector
would be nice to have but isn't required.
- Support for number and date formatting
- Date and Number Helpers using ext/intl?
- Date and Number Formatting at model level?
- The
lithium\analysis\Parser
class has only very rudimentary support for recognizing code patterns. Possibility: implement an object-oriented abstract syntax tree.
Adapter support for FirePHP
- Collection constraints
- Built-in entity/resource routing
- Namespaced cache keys
- CAS
Multi-key support for read/write/delete operations
- Multi-key support for read/write/delete operations
- Check connections of any configured database/cache/other external resource adapters
Check system support for various database / cache adapters