Skip to content
Snippets Groups Projects
  1. Nov 12, 2006
  2. Nov 10, 2006
    • Andreas Gohr's avatar
      DOMlib removed · 6b379cbf
      Andreas Gohr authored
      The DOMlib javascript library was removed. It was only used for
      footnote tooltips and access key fixup.
      
      Removing the library creates a much smaller JavaScript footprint. The
      size of the compacted non-edit Javascript output was reduces from 56110
      bytes down to 29296 bytes.
      
      The footnote tooltip was completely rewritten and tested in FireFox
      2.0, IE 6 and Opera 9.02. Please test other browsers as well.
      
      The acces key fixup might beahve different now on Mac platforms.
      
      darcs-hash:20061110201541-7ad00-0dffad095193bc7e7c505796a99b0a0a010a6b0d.gz
      6b379cbf
    • Andreas Gohr's avatar
      OpenSearch support · da96af35
      Andreas Gohr authored
      This adds support for the OpenSearch specification to autodetect
      DokuWiki's search engine. The patch was submitted by Mike Frysinger
      some time ago.
      Some changes were made to the original patch. Only tested in FireFox 2.0
      
      darcs-hash:20061110151453-7ad00-298ad77603854a604a642c0afd3975a997b8dc09.gz
      da96af35
  3. Nov 06, 2006
    • Andreas Gohr's avatar
      language updates · 01e7a861
      Andreas Gohr authored
      darcs-hash:20061106175239-7ad00-1023b1f69c735637c972f862af379cd481f75ee3.gz
      01e7a861
  4. Nov 05, 2006
  5. Nov 04, 2006
  6. Nov 03, 2006
  7. Nov 01, 2006
  8. Oct 31, 2006
  9. Nov 01, 2006
  10. Oct 30, 2006
  11. Oct 28, 2006
  12. Oct 27, 2006
  13. Oct 26, 2006
  14. Oct 23, 2006
    • Ben Coburn's avatar
      synchronize changelog, attic, and external edits · 46844156
      Ben Coburn authored
      The changelog list and the attic now are kept in sync.
      This allows a changelog entry to be automatically constructed
      for a page that was manually edited from outside dokuwiki.
      
      darcs-hash:20061023052133-05dcb-11b8dbaee1da07fb1875bbe530e88d94871ed65d.gz
      46844156
  15. Oct 26, 2006
  16. Oct 23, 2006
  17. Oct 22, 2006
  18. Oct 20, 2006
  19. Oct 19, 2006
  20. Oct 18, 2006
  21. Oct 17, 2006
    • Andreas Gohr's avatar
      restrict fetch.php's download abilities · 894a80cc
      Andreas Gohr authored
      This patch changes fetch.php ability to download external files. It now checks
      for the returned MIME type and will only download images. For all other
      MIME types a redirect is sent back to the browser. This reduces the risc of
      being misused as open proxy.
      
      Additionally the download facility is disabled completly by default by setting
      the fetchsize option to 0. Users who want the feature need to overwrite the option
      in their local.php.
      
      Background: The ability to download external files is needed to resize external
      images on the server side. When disabled, a redirect is sent to the browser which
      will download the fullsize image and rescale it on the client side which is more
      bandwidth and CPU intensive.
      
      darcs-hash:20061017175329-7ad00-cd1b1bfa043a04540c51ca8380d28deaa14147d1.gz
      894a80cc
Loading