- May 20, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
IE can't deal with Docs.view.class so renamed to Docs.view.cls. Also started a production build rake task
-
- May 19, 2011
-
-
Rene Saarsoo authored
No more managing the long list of javascript files in index.html. Somehow I couldn't get the loading of Docs.History to work... We'll see about that later...
-
Rene Saarsoo authored
It just hanged there at the center of the page.
-
Rene Saarsoo authored
Using this.menus only worked by pure chance - the initial array was added to the prototype and so it was shared by all instances. Better make this behavior explicit.
-
Rene Saarsoo authored
Added some missing doc-comments.
-
Rene Saarsoo authored
And add some missing semicolons.
-
Rene Saarsoo authored
Moved syntax highlighting to separate class, so it can be called from multiple places.
-
Rene Saarsoo authored
Also move History.js too inside app/ directory.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Merge in updated mvc with history support and other fixes.
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Turns off warnings, of which there are currenly a lot. Created Logger class for managing the warnings centrally.
-
- May 18, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Rene Saarsoo authored
Instead of the whole original {@link ...}
-
Rene Saarsoo authored
Running JsDuck on ExtJS SDK will generate a whole slew of warnings.
-
Rene Saarsoo authored
The previously hardcoded values are now in sdk-vars.rb, which is ignored by git.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- May 17, 2011
-
-
Rene Saarsoo authored
This is a real quick-and-dirty solution, but works :)
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Resizing the browser window wasn't working due to a scope error on the resize timeout. Using Ext.Function.defer to be able to easily bind scope to the deferred function.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Don't need this for now.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Simply ignoring this tag for now.
-