- May 07, 2013
-
-
Rene Saarsoo authored
Created GuideAchors class which transforms the hashes in links and ID-s in anchors so they don't interfere with Docs app #!-navigation. Relaxed the pattern matching of guide URL-s in Docs app and added support for navigating to <a name="..."> anchors.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
For classes we now always show the short name in tab title and full name in tooltip. For guides/videos/examples the title and tooltip are the same, with tooltip providing a way to see the title when it's too long to fit on the tab. Fixes: #369
-
Rene Saarsoo authored
We're going to use #shortName also inside Tabs class and want to share the code. #packageName is a related function and should be together with #shortName.
-
Rene Saarsoo authored
Previously it depended on whether you viewed classes by package or by inheritance.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Mike fixed the server side escaping, so we don't need this hack any more.
-
Rene Saarsoo authored
Only activate the external guides-search when --search-url option is used. Otherwise fall back to old search.
-
- May 06, 2013
-
-
Rene Saarsoo authored
Initial version of the UI - the search results are combined with API search and shown in the same old dropdown. This means there isn't quite enough room to show the full context of full text search matches and the search is also slower, but it fits nicely to the current UI. Plus it was easy to implement. The most questionable part is how the guide results are placed inside API search results. I'm drawing some arbitrary lines between the scores given by guides search to split the results into boxes like the API search does.
-
- May 03, 2013
-
- Apr 30, 2013
-
-
Rene Saarsoo authored
The problem arose from links produced by Marketo which took the following form: http://docs.sencha.com/architect/2-0/?mkt_tok=LONGHASH#!/guide Now we're stripping all URL parameters after the question mark, leaving just the path and hash-bang parameters.
-
- Apr 23, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Previously the order was pretty-much random.
-
Rene Saarsoo authored
Leave just small stars behind new classes. This way it's lot less cluttered. The new "New in this version" section covers the details of what's new much better and doesn't get on the way.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Instead of having the class names in headers be the links.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Use the Columns class to do the splitting in exactly the same way as in Categories.
-
Rene Saarsoo authored
Let it manage the columns splitting logic so we can also share it with new items list.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Apr 22, 2013
-
- Apr 12, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Vimeo now provides an iframe. The good part is that within this they do their own Flash detection and say to you when you are missing Adobe Flash. Also less code, althogh it's an iframe.
-
- Apr 10, 2013
-
-
Rene Saarsoo authored
As suggested by Meg.
-
- Apr 08, 2013
-
-
Rene Saarsoo authored
Forces exiting with code 2 when warnings present. Fixes: #347
-
Rene Saarsoo authored
To force terminal colors on/off. Fixes: #348
-
- Mar 25, 2013
-
-
Rene Saarsoo authored
Temporarily patch the Ext.dom.Element#getAttribute method.
- Mar 22, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
To easily insert current data and link to JSDuck homepage. Fixes: #343
-
Rene Saarsoo authored
This is to allow third-party packaging of JSDuck without the inconvenient dependency on therubyracer gem. Fixes: #339
-
Rene Saarsoo authored
Check if jsduck.json exists in current working dir, if yes, then read configuration from it. Fixes: #335
- Mar 19, 2013
-
-
Rene Saarsoo authored
Looks better IMHO. In the case of Touch examples, the separator is no more needed in this case.
-
Rene Saarsoo authored
Simply copy over the toolbar code from Touch example component and generalize the handler for the button.
-