Skip to content
  1. Mar 19, 2013
  2. Feb 27, 2013
  3. Feb 26, 2013
  4. Feb 25, 2013
  5. Feb 20, 2013
  6. Feb 18, 2013
  7. Feb 08, 2013
  8. Feb 07, 2013
    • Rene Saarsoo's avatar
      Remove min-width constraints from docs app. · b373b507
      Rene Saarsoo authored
      For some reason the docs app had an hard-coded minimum with.
      This severely impacted the usability on iPad where the browser window
      width was smaller than our min-width, resulting in text going off the
      screen and there being no way to get to it.
      b373b507
  9. Jan 28, 2013
  10. Jan 23, 2013
  11. Jan 22, 2013
  12. Jan 21, 2013
    • Rene Saarsoo's avatar
      Add width and height attributes to expanded @img tags. · e573ea09
      Rene Saarsoo authored
      Include the Dimensions gem to retrieve image width/height meta-data.
      
      Additional %w an %h placeholders to --img-tpl template.
      e573ea09
    • Rene Saarsoo's avatar
      Warn when referencing missing images from guides. · ed82556b
      Rene Saarsoo authored
      Achieving this required extensive refactoring of how the images get
      processed.  Previously the existance of images was looked up after
      all the @img tag had been replaced.  Now the check for existance is
      part of expanding the @img tag, so the check happens also for images
      in guides, for which the check didn't occour previously as there is
      no images copy step in there.
      
      The old Images class has been replaced with ImageDir and ImageDirSet.
      ed82556b
  13. Jan 17, 2013
  14. Jan 16, 2013
    • Rene Saarsoo's avatar
      Allow Markdown file to be used with --welcome. · 826a77f9
      Rene Saarsoo authored
      Added additional styles for the welcome page so that when it's
      rendered from Markdown, the default result will look OK.
      826a77f9
    • Rene Saarsoo's avatar
      Show "Nothing found" text when search fails. · 96048f41
      Rene Saarsoo authored
      That's much better than the previous flickering where before performing
      the search the dropdown was shown and after getting no results it was
      hidden again.
      
      Better to just show a message "Nothing found" - this will also make
      clear to the user that the search found no results and didn't just fail
      for whatever reason.
      96048f41
    • Rene Saarsoo's avatar
      Ignore hidden members when counting new ones. · 43bcbaec
      Rene Saarsoo authored
      The Class#find_members(:local=>true) previously also returned
      the hidden members.  This resulted from the fact that internally
      it was using #global_by_id and #local_by_id indexes from MembersIndex
      class.  As these maps are also used internally inside MembersIndex
      I'm now exposing #all_global and #all_local methods which return
      the arrays instead of hashes and both without any hidden members.
      43bcbaec
    • Rene Saarsoo's avatar
      Add :touch2 --import testing code to Rakefile. · 5e1c2820
      Rene Saarsoo authored
      In commented out form, to be used when needed.
      5e1c2820
  15. Jan 11, 2013
  16. Jan 09, 2013
  17. Jan 08, 2013
  18. Jan 07, 2013
Loading