- Sep 06, 2011
-
-
Rene Saarsoo authored
Ensure it's run before all the main export tasks. Also run it before :sdk task.
-
Rene Saarsoo authored
This task is now run *before* other tasks. So we first compress the contents of template/ dir into template-min/ and from then on use the template-min/ dir as our template. To perform sencha build, I added build-js.html file that is like template.html but contains only bare minumum of JavaScript links that we need to build into one file. The purpose of all this is to run the :compress before building gem for release version of JSDuck. For this reason we also don't concatenate data.js with app.js, as the jsduck gem wants to generate its own data.js. The default value for --template option is now "template-min/", only in development related tasks :sdk and :touch do we replace it with "template/".
-
Rene Saarsoo authored
Previously when active tab was closed, the next tab got activated, but the page associated with the tab was not loaded. Now fixed.
-
Rene Saarsoo authored
Reported the bug to ExtJS bug tracker. But that's only half of it. Can't really figure out what causes the other part of the problem. The whole thing started with SDK commit: 6c272018d764b5993791df7b5ad94f114733cff0
-
Rene Saarsoo authored
The prettify lib is used by view-source.
-
- Sep 02, 2011
-
-
Rene Saarsoo authored
- Use button instead of div.cls-group - just to have one class less. - Don't do the switching when clicking on already selected button. The old code contained a check for it, but it didn't work as selected and clicked were always different.
-
Rene Saarsoo authored
-
- Sep 01, 2011
-
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
Nick Poulden authored
-
- Aug 31, 2011
-
-
Rene Saarsoo authored
When type definition names a known class, it's converted to link into that class.
-
- Aug 29, 2011
-
-
Rene Saarsoo authored
Add CSS files to touch rake task.
-
Rene Saarsoo authored
It's not fully correct, but at least it makes the @member tag work as expected.
-
- Aug 27, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Also some refactoring of the other rake tasks. live_docs task is now renamed to live_sdk.
-
Rene Saarsoo authored
The --title now specifies both the <title> and the contents of the header at the very top of docs app. The new default is "Sencha Docs - Ext JS". The title is no more used in classes index page. This has now static heading "API Documentation". Also the guides, videos, examples index pages have headings without "Ext JS" in them - so the headings will work also for Touch and whatever else. Finally the title is also used in print version. For this did some refactoring with writing the template files in app.rb.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Makes it possible to say "Ext.data.*" in categories file and have all the classes included automatically, instead of listing them all manually.
-
- Aug 26, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
List of multiple classes can be now provided to --external option. The Error class is now automatically included to externals list.
-
Rene Saarsoo authored
Stuff like: "Some string\ continues here". It's rarely used, but I encountered it in some Jasmine tests.
-
- Aug 25, 2011
-
-
Rene Saarsoo authored
Class tree bugfix
-
Ondrej Jirman authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The number of static tabs now depends on if --welcome, --guides, --videos and/or --examples options were specified. Only the classes tab is always on.
-
Rene Saarsoo authored
Also remove the <tpl> tag... leftover from JS version.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
comment-to-markdown formatting has to be done after writing source files, because doing the formatting in parallel breaks links between doc-objects and source files.
-
Rene Saarsoo authored
Again makes things quite a bit faster as we don't write as big files.
-
Rene Saarsoo authored
Created ClassFormatter for doing this. This speeds things up about 2x.
-
- Aug 24, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Remove code for using phantomjs entirely.
-