1. 12 Nov, 2012 2 commits
    • csillag's avatar
      Made URLs in the annotation bodies clickable, as requested in issue #155. · 28c9a595
      csillag authored
      Changes made:
      
      Until so far, the "details" and "summary" Handlebars templates referenced
      the "text" field of the annotation object, and they automatically
      HTML-escaped the content found there.
      
      Since now we are placing HTML unsafe content there (the links),
      this had to be changed. So now the templates are using triple-stash
      (which means no automatic escaping), and reference the "rendered_text"
      field of the annotation object.
      
      This rendered_text is filled by manually escaping the text of the
      annotation body, plus making the URLs clickable.
      28c9a595
    • csillag's avatar
      7684f6fe
  2. 06 Nov, 2012 2 commits
  3. 30 Oct, 2012 1 commit
  4. 29 Oct, 2012 30 commits
  5. 25 Oct, 2012 2 commits
  6. 24 Oct, 2012 2 commits
  7. 20 Oct, 2012 1 commit