Skip to content
Snippets Groups Projects
  1. Jun 29, 2010
  2. Jun 26, 2010
    • Andreas Gohr's avatar
      Added license chooser to installer FS#1926 · 06361442
      Andreas Gohr authored
      This adds a license chooser to the installer. The installer defaults to
      the more free CC-BY-SA. CC-NC-BY-SA is still the default in dokuwiki.php
      to keep backwards compatibility.
      
      The license array was reordered and Non-Derivative licenses removed
      (they don't make much sense for wiki content).
      06361442
  3. Jan 15, 2010
  4. Dec 25, 2009
  5. Dec 02, 2009
  6. Nov 27, 2009
  7. Nov 04, 2009
    • Adrian Lang's avatar
      Emit less E_NOTICEs and E_STRICTs · c66972f2
      Adrian Lang authored
        Changes of behaviour are:
        * Allow the user name, title & description \e2\80\9c0\e2\80\9d
        * Default to Port 443 if using HTTPS
        * Set $INFO['isadmin'] and $INFO['ismanager'] to \e2\80\9cfalse\e2\80\9d even if no user is
          logged in
        * Do not pass empty fragment field in the event data for event
          ACTION_SHOW_REDIRECT
        * Handle chunked encoding in HTTPClient
      
      darcs-hash:20091104100115-e4919-5cf6397d4a457e3f98a8ca49fbdab03f2147721d.gz
      c66972f2
  8. Oct 26, 2009
  9. Oct 20, 2009
    • Andreas Gohr's avatar
      Coding Standard Cleanup · db959ae3
      Andreas Gohr authored
      Ignore-this: 259cb5773c3144c6c706d87298dcf674
      
      darcs-hash:20091020212338-7ad00-6bf1c5c403491f136a1c02af5ecd9f84d7227107.gz
      db959ae3
  10. Jul 26, 2009
    • Andreas Gohr's avatar
      Updated version checks for PHP 5 · a6783fdb
      Andreas Gohr authored
      Ignore-this: 97d3d6fd8dc65d0cfce6b976cc2fad28
      
      The next release will require PHP 5, the related checks were upgraded to check
      for at least 5.0.0 (we might need to tune this)
      
      darcs-hash:20090726115255-7ad00-59d67b61739db8eea0288a8010d7cdf507ab867b.gz
      a6783fdb
  11. Feb 14, 2009
    • Andreas Gohr's avatar
      release preparations · b4353e51
      Andreas Gohr authored
      Ignore-this: 93da548cc8b7ac9371d391b9a78005a8
      
      darcs-hash:20090214120815-7ad00-a1245eb095dccb16a69c8928e22b6ae04cd80a5f.gz
      b4353e51
  12. Feb 06, 2009
  13. Jan 30, 2009
  14. Jan 26, 2009
  15. Oct 11, 2008
  16. Aug 23, 2008
  17. Aug 15, 2008
  18. May 04, 2008
  19. Mar 31, 2008
  20. Feb 27, 2008
  21. Sep 30, 2007
    • Andreas Gohr's avatar
      don't use fullpath() before initialized · d0a27cb0
      Andreas Gohr authored
      darcs-hash:20070930201133-7ad00-a35a6c40f880116009efd9e50cb002bd75733369.gz
      d0a27cb0
    • Andreas Gohr's avatar
      don't use realpath() anymore (FS#1261 and others) · 00976812
      Andreas Gohr authored
      The use of realpath() to clean up relative file names caused some
      trouble in certain setups relying on symlinks or having restricitve
      file structure setups.
      
      This patch replaces all realpath() calls with a PHP only replacement
      which should solve those problems.
      
      darcs-hash:20070930184250-7ad00-512ff04c95f57fc9eaf104f80372237a3c94286f.gz
      00976812
  22. Aug 06, 2007
  23. Jul 25, 2007
  24. Jul 09, 2007
  25. Jun 26, 2007
  26. May 24, 2007
  27. May 11, 2007
  28. Jan 04, 2007
  29. Jan 02, 2007
  30. Nov 06, 2006
  31. Nov 05, 2006
  32. Oct 23, 2006
  33. Oct 19, 2006
  34. 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
  35. Oct 10, 2006
  36. Oct 08, 2006
  37. Oct 04, 2006
  38. Sep 30, 2006
    • chris's avatar
      install.php updates · 70a6aa16
      chris authored
      - add retry button (as suggested by Diego Georgini)
      - correct error color, from green to red (spotted by Diego Georgini)
      - add utf8_decode and utf8_encode to required function list, when
        mb_string functions are not available.
      - remove extra backslash from reported file names.
      
      darcs-hash:20060930170121-9b6ab-d7b4a455b01d28f35b8c69385639439eaca8944e.gz
      70a6aa16
Loading