Skip to content
rolandschuetz edited this page Nov 29, 2011 · 48 revisions

Beta-Release (current release)

  1. Fixed issues with data mapping
  2. Provided saveFields method to all Bancha models
  3. Fixed php tests and added new ones.
  4. Fixed issues crud issues
  5. Fixed issues with formHandler
  6. Added basic support for dates
  7. Fixed validation range rule (cake and ext have different understandings)
  8. Updated samples

1.0 Release

  1. Testing in all mayor browsers
  2. Recognize cake validation errors and push them to extjs (see BanchaBahviour::saveFields)

1.1 Release

  1. Extends date and datetime support (+debug messages on dev failures)
  2. Enhance scaffolding to use associations to generate selectboxes
  3. Force consistent requests (basic level).
  4. Enable file uploads (concepts are already prepared)

1.2 Release

  1. Fully support the consistent model.
  2. Add internationalization support for Bancha.js (simple refactoring)
  3. Enable Bancha to expose Controller methods

later

  1. Enhance scaffolding to understand placeholders like '[save_button]'
  2. Setup Hudson and Phing for automatic builds
  3. Enable implicitIncludes in read responses (?)
  4. Native support for Ext.data.TreeStore with server-side TreeBehavior