0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 20, 2024 — Jul 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added AdapterManager, filled in most of REST adapter, updated scaffolds to save correctly to server More... over 16 years ago
Updated scaffolding to allow form field partial to be specified More... over 16 years ago
Fixed a few scaffold bugs, allowed it to take config More... over 16 years ago
Updated controller - added launchView method More... over 16 years ago
First step to 0.5 - removed lots of old redundant stuff, refactored and restructered most other files More... over 16 years ago
Fixed controller naming bugs More... almost 17 years ago
Merge branch 'master' of [email protected]:edspencer/ext-mvc More... almost 17 years ago
More cleaning up of view libraries, additional documentation and added ServerSide State Provider (not working perfectly yet... weird encode/decode bug) More... almost 17 years ago
Re-wrote Router and LayoutManager. Router and Routes much cleaner and better documented, LayoutManager now independent of underlying HTML More... almost 17 years ago
Merge branch 'v0.4' More... almost 17 years ago
Small update to base.js - added plugin namespace More... almost 17 years ago
Fix to Local Combo Box More... almost 17 years ago
Fixed incorrect superclass name on LocalCombo More... almost 17 years ago
Updated README and CHANGELOG More... almost 17 years ago
Reorganised view directory, separated most classes into their own files. Still need to get rid of old classes such as BelongsToCombo More... almost 17 years ago
Fixed spec includes to ensure all specs run correctly More... almost 17 years ago
Added RequestExceptionHandler - global request exception handler which by default gives user meaningful messages when HTTP status codes 400, 401, 403, 404, 500, 502, 503 or 504 are returned. Handlers for any status code can be registered or overwritten. More... almost 17 years ago
Fixed merge conflicts More... almost 17 years ago
Updated documentation on String methods More... almost 17 years ago
Updated Ext.ux.MVC.Flash documentation More... almost 17 years ago
Updated flash to Ext.ux.MVC.Flash. Added Ext.ux.MVC.behaveLikeRails() to give easy access to params and flash More... almost 17 years ago
Added an update which changes the document title on each new view. Before this all pages had the same title - now they follow the pattern: View Users, Edit User, New User etc More... almost 17 years ago
Quick fix to make double-barrelled controller names work from left menu. Not nice though More... almost 17 years ago
Added camelize function, updated dispatcher to camelize controller names, added namespacing convenience method More... almost 17 years ago
Added defaultView config option to application.initialize More... almost 17 years ago
Merged Ext.History implementation, added README and CHANGELOG More... almost 17 years ago
Added History implementation - all seems to work More... almost 17 years ago
minor comment change... irrelevant More... almost 17 years ago
Improvements to flagged text field More... almost 17 years ago
Added Flagged Text Field More... almost 17 years ago