- Sep 12, 2011
-
-
Nick Poulden authored
-
Rene Saarsoo authored
foo: Ext.baseCSSPrefix + "name" will be interpreted as: foo: "x-name"
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Render meta-data section at the bottom of class documentation. Treat @author and @docauthor as meta-tags. For these tags strip e-mail addresses from content. For now this ability is not supported for user-defined tags. Probably some formatting will be useful for custom tags too - I'd just like to gather some real-world usage info on this, so marking this option currently as experimantal.
-
- Sep 11, 2011
-
-
Rene Saarsoo authored
Allows detecting Ext.define and Ext.extend when Ext is wrapped inside another namespace and the code uses Foo.define instead.
-
- Sep 09, 2011
-
-
Nick Poulden authored
-
- Sep 08, 2011
-
-
Rene Saarsoo authored
Oh, what a silly mistake...
-
Rene Saarsoo authored
-
Rene Saarsoo authored
At the moment just hard-coding the version, but I'd like to find a better approach, so I could store the version number in only one place, say, the gemspec file.
-
Rene Saarsoo authored
Over time we have used localStorage for favorites and history which are no more, but the entries to localStorage remain. Time to clean up before we hit a size limit.
-
Rene Saarsoo authored
Bad regex caused {local_storage_db} to be left unreplaced. It managed to match "{localStorageDb: {local_storage_db}" for which it didn't find any replacement. Now with stricter regex such errors should be no more.
-
Rene Saarsoo authored
Takes care of the silly case where member contains no other documentation than a @deprecated tag.
-
- Sep 07, 2011
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Mostly useful for developers outside Sencha.
-
Rene Saarsoo authored
Use "" instead of null for baseCls cfg.
-
Rene Saarsoo authored
Created JsDuckRunner class inside the Rakefile to manage all the options we are passign to JSDuck. Instead of a myriad of different tasks, rake -D now only lists 4: - sdk - touch - gem - spec sdk and touch tasks accept arguments to allow creation of live and export versions. For example: $ rake sdk[live]
-
- 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
-