Skip to content
Snippets Groups Projects
  1. Mar 03, 2006
  2. Mar 02, 2006
  3. Feb 28, 2006
  4. Feb 26, 2006
  5. Feb 24, 2006
  6. Feb 23, 2006
  7. Feb 19, 2006
    • Andreas Gohr's avatar
      some TOC fixes · e41c4da9
      Andreas Gohr authored
      darcs-hash:20060219164726-7ad00-eb637e1db83e2f3b6c3629da18214b6587590b24.gz
      e41c4da9
  8. Feb 18, 2006
    • Andreas Gohr's avatar
      create unique IDs for sections · c5a8fd96
      Andreas Gohr authored
      This patch finally completes the support for unique section IDs.
      
      To achive this the mechanism how the TOC is build was changed. The
      TOC now is build in the renderer only. Currently the TOC will be
      rendered in the end_document function and is then prepended to the
      doc. This should ensure compatibility with the rest of the code.
      
      Adding support for separating the TOC from the page should now be a
      simpler task in the future.
      
      TODO:
        - Update base class
        - remove commented old TOC code
        - make sure no other parts of the code use any of the old TOC
          code
      
      darcs-hash:20060218230744-7ad00-40c5463d93f8ae1c543fb4fed747b2047b4c1302.gz
      c5a8fd96
  9. Feb 17, 2006
  10. Feb 10, 2006
    • Andreas Gohr's avatar
      romanization support in utf8 library · 8a831f2b
      Andreas Gohr authored
      This patch addes basic romanization support to the utf-8 library. It
      converts non-latin languages to ASCII.
      
      The transliteration tables used where gathered from various places
      on the net. I do not speak any of those languages so I can't say how
      good they are. Any recommendations and fixes are welcome!
      
      This can be enabled for ID cleaning by setting the deaccent option to 2.
      It is also used in the XHTML renderer to generate section ids based
      on the header titles. Leading digits and any remaining non-ASCII chars
      are removed as well. This is the first step to make section ID always
      XHTML compatible. Making sure they are unique is not implemented yet.
      
      darcs-hash:20060210200627-7ad00-61a633563bb92a00ef4a3f699d73117139cbf367.gz
      8a831f2b
  11. Feb 05, 2006
  12. Jan 27, 2006
  13. Jan 21, 2006
    • Andreas Gohr's avatar
      urlencode -> rawurlencode (related to #685) · b6c6979f
      Andreas Gohr authored
      This changes nearly all occurences of urlencode to rawurlencode. The latter
      encodes spaces as %20 while the former uses a + sign. For the use in browser
      URLs %20 is the correct form.
      
      darcs-hash:20060121192747-7ad00-6563b77368a41f071609495c6a145982938a8301.gz
      b6c6979f
  14. Jan 15, 2006
  15. Jan 14, 2006
  16. Dec 12, 2005
  17. Dec 10, 2005
  18. Nov 11, 2005
  19. Nov 06, 2005
    • hfuecks's avatar
      get_tests_running_1 · fc1c55b1
      hfuecks authored
      darcs-hash:20051106233800-e96b6-90328f1b6cc5c8b25c6e02f113cf80475789d297.gz
      fc1c55b1
    • hfuecks's avatar
      xhtmlsummary_patch · 6b7b33dc
      hfuecks authored
      darcs-hash:20051107000554-e96b6-1a7ae7a9d5e820d3c52629570ff33f8e75bc4a46.gz
      6b7b33dc
  20. Nov 05, 2005
  21. Nov 03, 2005
  22. Oct 30, 2005
  23. Oct 22, 2005
  24. Oct 21, 2005
  25. Oct 18, 2005
  26. Oct 15, 2005
    • Andreas Gohr's avatar
      more unobstrusive javascript · 5e163278
      Andreas Gohr authored
      The edit form now is free of inline event handlers. There are still other
      places where inline javascript and even document.write is used which should
      be fixed as well. Currently the window.onload event is used to initialize
      everything which may not the best way to do so. Dean Edwards may have a
      solution: http://dean.edwards.name/weblog/2005/09/busted/
      
      darcs-hash:20051015184404-7ad00-2404744d008e5ea7e1b5800c96800824b532ff47.gz
      5e163278
  27. Oct 14, 2005
  28. Sep 30, 2005
  29. Sep 27, 2005
  30. Sep 22, 2005
  31. Sep 17, 2005
  32. Sep 16, 2005
  33. Sep 14, 2005
    • joe.lapp's avatar
      Added media 'nolink' and 'direct' options · dc673a5b
      joe.lapp authored
      {{image.jpg?nolink}}
      
      darcs-hash:20050915032348-36b45-f298b21de05001cd9a56b4859bf265079b57bf69.gz
      dc673a5b
    • Andreas Gohr's avatar
      fix for acronyms, but still buggy · 8e266198
      Andreas Gohr authored
      The last change introduced a bug where acronyms inside words where
      marked. This fixes it partly. However there is still a bug - the
      following line gets both occurences of 'spec' marked as acronym and
      I don't know why:
      
      This is the specification also called spec.
      
      Only the last occurence of spec should be marked but both are. If
      the latter is missing the first one isn't marked as well.
      
      Any help appreciated.
      
      darcs-hash:20050914144810-7ad00-9e486e207cb856524a044a1d6d3ed07dbb534864.gz
      8e266198
Loading