- Jun 04, 2013
-
- May 31, 2013
-
-
Rene Saarsoo authored
The backwards-compatibility fix for code like: Here's the code example:<pre><code> alert("Blah"); </code></pre> was a bit too lose. So tightened it up to only apply in case where the <pre> or <pre><code> is at the end of line. Fixes: #380
-
- May 30, 2013
-
-
Rene Saarsoo authored
There was a conflict with one method looping over array while other deleting items from it at the same time. Fixes: #378
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The existing code for skipping constructors had become outdated.
-
- May 24, 2013
-
-
Rene Saarsoo authored
Fixes: #376
-
Rene Saarsoo authored
Previously these old-style links were rendered disfunctional.
- May 21, 2013
-
-
Rene Saarsoo authored
This contains a fix for the changed newline handling in IE10. Fixes: #373
- May 17, 2013
-
-
Rene Saarsoo authored
Related to: #374
-
- May 15, 2013
-
-
Rene Saarsoo authored
Previously there were installation problems with therubyracer 0.11.x, especially in OSX. But these are now gone with later versions of therubyracer, so we can safely remove this restriction from JSDuck dependencies. Fixes: #371
-
- May 10, 2013
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The URL gets now returned by the search server in correct format.
- May 09, 2013
-
-
Rene Saarsoo authored
But this time instead of re-running the search every time we need to navigate to a new page, just remember the search results and only render the page.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Avoid searching at all when search term hasn't changed. Do a basic search after small delay and then improve the results of it with a guides search after a bit longer delay.
-
Rene Saarsoo authored
- Drop body text shortening (fragsize param takes care of that). - Instead of shortening URL, prepend the #!. - Add params to query. - Collapse continuous whitespace.
-
Rene Saarsoo authored
Used the wrong method and didn't test :(
-
- May 07, 2013
-
-
Rene Saarsoo authored
Fix CSS to only target actual links.
-
Rene Saarsoo authored
Instead of numeric myguide-section-3 we now get derive heading ID-s from heading text. For example: myguide-section-getting-started Also added testsuite for GuideToc.
-
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
-