0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update CRUD controller to have easily overridable onUpdateSuccess, onUpdateFailure, onCreateSuccess and onCreateFailure methods More... about 16 years ago
Fixes to crud controller and index scaffold, made REST Adapter read server response for model instance field data More... about 16 years ago
Changed an event name from 'add' to 'new' as it was clashing with Ext.Container's built in event More... about 16 years ago
Updated REST adapter to honour conditions send to find() More... about 16 years ago
Updated REST adapter to make it more configurable More... about 16 years ago
Fixed a bug with Abstract Adapter, updated Crud controller + scaffold to show invalid fields after client side validations More... about 16 years ago
Refactored Crud Controller to allow view listener configs to be specified via functions getBuildViewListeners, getEditViewListeners and getIndexViewListeners More... about 16 years ago
Refactored REST Adapter to make it easier to extend. Refactored scaffold Index to again make easier to extend, added search field More... about 16 years ago
Updated scaffold form events, made REST Adapters actually load the data when loading a single record from the server More... about 16 years ago
Updated Scaffold forms to apply field defaults more sensibly More... about 16 years ago
Updated CRUD controller to redirect to index after successful update or create, fixed grid refresh bug More... about 16 years ago
Updated the Crud Controller and REST JSON adapter More... about 16 years ago
Made scaffold form apply defaults (anchor and xtype) even when supplying FormFields manually More... about 16 years ago
Fixed a bug in Model.newRecord() More... about 16 years ago
Made REST adapter send Content-Type: application/json More... about 16 years ago
Updated Crud Controller and Scaffolding to be properly event based. Still work to be done to complete that though. Removed actions and the old renderView method from Controller and replaced it with a simpler render function. More... about 16 years ago
Imported the update script More... about 16 years ago
Refactored OS code into ExtMVC.App, updated stats and builder scripts More... about 16 years ago
Merge branch 'master' of [email protected]:extmvc/extmvc More... about 16 years ago
First stab at a Memory Adapter... not quite there yet More... about 16 years ago
Removed old rakefile More... about 16 years ago
Associations plugin now creating HasMany and BelongsTo associations on models More... about 16 years ago
Adds an adapter capable of sending RESTful JSON data More... about 16 years ago
Small adapter changes More... about 16 years ago
Got the layout of new Adapter classes in place, REST adapter partly implemented More... about 16 years ago
Updated suite.html's reference to the Associations spec More... about 16 years ago
Integrated Validations plugin, all tested and working. Temporarily added Ext3.0RC1.1 into vendor to test against - all specs passing as normal. There is currently one spec that passes in isolation but fails as part of the suite... everything else fine More... about 16 years ago
Added basic associations classes More... about 16 years ago
Added specs for validation Errors class More... about 16 years ago
Added a couple more validations, fixed MVC build script and added Array toSentence method More... about 16 years ago