0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 08, 2024 — May 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
making the scaffold not using Ext.id() to set an id, which was added before. this caused the history manager to not check for views which have already be rendered which resulted in duplicate views More... about 15 years ago
updating formwindow view to use errors returned from the server, same as formpanel scaffold view More... about 15 years ago
fixing an issue where buttons in the scaffold form panel could not be disabled. currently the only way to disable they was to put buttons: [] - but this means the panel goes ahead and creates the footer anyway, and you cant disable it. now you can specify buttons: false and it will never create buttons in the scaffold views More... about 15 years ago
making the default id property in the scaffold index view use Ext.id() so no rendering issues are caused because of duplicate id's More... about 15 years ago
Fixed a bug in RESTAdapter where the failure function was called immediately if provided More... about 15 years ago
Rebuilt, fixed a merge conflict More... about 15 years ago
CRLF More... about 15 years ago
More CRLF More... about 15 years ago
Fixing a silly bug, where Failure fn is always called in the RESTAdapter More... about 15 years ago
Bug where if overrides was not defined, it would die when trying to fetch the overrides.xtype property. More... over 15 years ago
Updating the RESTAdaptor to use the user specified failureFn (doFind()). Also fixing a bug where scope is not used in the successFn (doFind()). More... over 15 years ago
Updating FormWindow view to have more control over the save + cancel buttons. Code mostly taken from ScaffoldFormPanel.js More... over 15 years ago
Updating initEvents in Scaffold FormPanel view to check for the 'monitorValid' config and run startMonitoring method if set to true (taken from Ext.form.FormPanel.initEvents). Also adding 'formBind' config to the save button which will enable/disable the button if the form is valid/invalid. More... over 15 years ago
Boot order fixes More... over 15 years ago
Altered boot order so that plugins load before overrides More... over 15 years ago
Fixed FormWindow bug which caused them not to close the second time they were instantiated and the cancel button clicked More... over 15 years ago
Added saving mask to FormWindow More... over 15 years ago
Merge conflicts More... over 15 years ago
Fixed tab panel render strategy bug More... over 15 years ago
Added helper functions for changing the URL (hash value) More... over 15 years ago
Fixed doc building More... over 15 years ago
Merge branch 'master' of [email protected]:extmvc/extmvc More... over 15 years ago
Fixed setup script More... over 15 years ago
Reverted default items change More... over 15 years ago
Use Ext.getFields on crud build and edit More... over 15 years ago
Allow string primary key on single find More... over 15 years ago
Fixed new FormWindow bug More... over 15 years ago
Added Ext.Component fix (xtypes aren't carried down the chain properly by default) More... over 15 years ago
Fixed booter bug where empty arrays of files were not loaded More... over 15 years ago
Dispatcher returns what the controller action returns, allowed Crud index to take a view config object More... over 15 years ago