Skip to content
  1. Jun 04, 2013
  2. May 31, 2013
    • Rene Saarsoo's avatar
      Allow backtick-quoting of <pre> tags. · e026049b
      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
      e026049b
  3. May 30, 2013
  4. May 24, 2013
  5. May 21, 2013
  6. May 17, 2013
  7. May 15, 2013
    • Rene Saarsoo's avatar
      Allow therubyracer 0.11.x. · 49da9f19
      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
      49da9f19
  8. May 10, 2013
  9. May 09, 2013
  10. May 07, 2013
  11. May 06, 2013
    • Rene Saarsoo's avatar
      Integrate guides full text search. · 1ca89ea2
      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.
      1ca89ea2
  12. May 03, 2013
  13. Apr 30, 2013
  14. Apr 23, 2013