0
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #52 from codekoala/master More... about 7 years ago
Merge pull request #56 from bryant1410/master More... about 7 years ago
Fix broken Markdown headings More... about 7 years ago
Merge remote-tracking branch 'upstream/master' More... almost 9 years ago
Update Travis.yml with before_script and script configuration. More... over 9 years ago
Updated Karma config. Updated package.json with required dependencies for latest version of Karma. Updated travis.yml with npm test command. More... over 9 years ago
Set progressbar text More... about 10 years ago
Adding an adapter for xtype progressbar More... about 10 years ago
Fixed typo in equivalent function More... over 10 years ago
Updated all throw '<message>' to throw new Error('<message>') pattern. More... over 10 years ago
Update README.md More... almost 11 years ago
Added .travis.yml in preparation for setting up GluJS on Travis CI. Added karma config files for ExtJS-3x, ExtJS-4x and Touch-2x. More... almost 11 years ago
Added 'glubind' event fired from any bound components immediately after binding. Useful where you want to do additional custom listening in a view and need a reference to the view model (_vm). More... almost 11 years ago
Added new method .indexOfKey (and made alias .getAtKey for existing .getById to keep naming consistent) More... almost 11 years ago
Added 'autoDetach' flag to list (defaults to false) so that removal of a view model from a list signals it to stop listening on any external reference. It will be automatically re-attached if you add to another list, but in general autoDetach is for scenarios in which view models are disposable and you don't want to worry about cleanup. More... almost 11 years ago
Added 'attach' and 'detach' to view model. These allow you to truly make a view model "stop listening on all external view models" for better garbage collection. This is only necessary when using viewmodel references other than parentVM/rootVM, since those are cleaned up by autoParent:true. More... almost 11 years ago
Fixed assets example (temporarily broken by autoParent default change) More... almost 11 years ago
Fixed broken specs due to changing of default auto-parent behavior More... almost 11 years ago
Fixed failing grid specs when using ExtJS 4.2. More... about 11 years ago
Fixed minor bug in assets example More... about 11 years ago
Cleaned up window opening behavior More... about 11 years ago
Changed default behavior of lists to no longer auto-parent added VMs (it was too annoying) More... about 11 years ago
Merge pull request #48 from b-long/patch-1 More... about 11 years ago
Added semicolon More... about 11 years ago
Updated advisory engine fields in package.json More... about 11 years ago
Updated toUuglifyJS 2.2.5 to fix build problem with later versions of Uglify 1.x. More... about 11 years ago
Updated Jasmine to 1.3.1 More... about 11 years ago
Added a guard statement to prevent item binder from removing an item at an illegal index More... about 11 years ago
The enter key handler shortcut in Textfield now passes the field in. More... about 11 years ago
Fixed so items helper works with component collections other than just those named 'items'. This enables components to have separate chld lists without having to encapsulate each in a single sub-component. More... about 11 years ago