Skip to content
Snippets Groups Projects
  1. Aug 02, 2015
    • Rufflewind's avatar
      Fix typo in Haddock.Backends.Xhtml.Layout: divSynposis -> divSynopsis · e190efe0
      Rufflewind authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
      Closes #408
      e190efe0
    • Rufflewind's avatar
      Link to the definitions to themselves · ecabf4e1
      Rufflewind authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
      Currently, the definitions already have an anchor tag that allows URLs
      with fragment identifiers to locate them, but it is rather inconvenient
      to obtain such a URL (so-called "permalink") as it would require finding
      the a link to the corresponding item in the Synopsis or elsewhere.  This
      commit adds hyperlinks to the definitions themselves, allowing users to
      obtain links to them easily.
      
      To preserve the original aesthetics of the definitions, we alter the
      color of the link so as to be identical to what it was, except it now
      has a hover effect indicating that it is clickable.
      
      Additionally, the anchor now uses the 'id' attribute instead of the
      (obsolete) 'name' attribute.
      
      Closes #407
      ecabf4e1
    • Rufflewind's avatar
      Avoid JavaScript error during page load in non-frame mode · 7656bf86
      Rufflewind authored and Mateusz Kowalczyk's avatar Mateusz Kowalczyk committed
      In non-frame mode, parent.window.synopsis refers to the synopsis div
      rather than the nonexistent frame.  Unfortunately, the script wrongly
      assumes that if it exists it must be a frame, leading to an error where
      it tries to access the nonexistent attribute 'replace' of an undefined
      value (synopsis.location).
      
      Closes #406
      7656bf86
  2. Jul 31, 2015
  3. Jul 30, 2015
    • randen's avatar
      Break the response file by line termination rather · 9affe8f6
      randen authored
      than spaces, since spaces may be within the parameters.
      This simple approach avoids having the need for any
      quoting and/or escaping (although a newline char will
      not be possible in a parameter and has no escape
      mechanism to allow it).
      9affe8f6
  4. Jul 22, 2015
  5. Jul 11, 2015
  6. Jul 07, 2015
  7. Jul 06, 2015
  8. Jul 05, 2015
  9. Jul 04, 2015
  10. Jul 02, 2015
  11. Jul 01, 2015
Loading