Skip to content
Snippets Groups Projects
  1. Jan 30, 2009
  2. Jan 26, 2009
  3. Oct 11, 2008
  4. Aug 23, 2008
  5. Aug 15, 2008
  6. May 04, 2008
  7. Mar 31, 2008
  8. Feb 27, 2008
  9. 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
  10. Aug 06, 2007
  11. Jul 25, 2007
  12. Jul 09, 2007
  13. Jun 26, 2007
  14. May 24, 2007
  15. May 11, 2007
  16. Jan 04, 2007
  17. Jan 02, 2007
  18. Nov 06, 2006
  19. Nov 05, 2006
  20. Oct 23, 2006
  21. Oct 19, 2006
  22. 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
  23. Oct 10, 2006
  24. Oct 08, 2006
  25. Oct 04, 2006
  26. 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
  27. Sep 28, 2006
  28. Sep 23, 2006
  29. Sep 17, 2006
    • Andreas Gohr's avatar
      disable debugging by default · f6e0e340
      Andreas Gohr authored
      darcs-hash:20060917183150-7ad00-1672f8ef23dc49b6cdfd43d29338dab6a14a928c.gz
      f6e0e340
    • chris's avatar
      install script update II · 523d7ea6
      chris authored
      - alter acl configuration to use @admin group as superuser
      
      darcs-hash:20060917154659-9b6ab-37145ebda1f04ad29ae430b463f7305eaccad9fd.gz
      523d7ea6
    • chris's avatar
      install script update I · 4c39371e
      chris authored
      - update hash for devel dokuwiki.php
      - remove changes.log creation, its no longer required
      - add allowdebug
      
      darcs-hash:20060917154208-9b6ab-612815c241dbff1c2c1c99f0ca1da8bce6c9538e.gz
      4c39371e
  30. Aug 02, 2006
  31. Jul 28, 2006
    • chris's avatar
      installer - fix policy 1 + two appearance changes · 9c70688a
      chris authored
      darcs-hash:20060728232930-9b6ab-78d8ccc570e1e62b8d5b958f70036ce0fd4f0d7b.gz
      9c70688a
    • chris's avatar
      i18n update · ca64d724
      chris authored
      set correct values for "lang" and "dir" when english "install.html" is substituted
      for missing text in the selected language.
      
      darcs-hash:20060728093913-9b6ab-376cdd98ba6c63597ff8ee25c84a4ba119f095cc.gz
      ca64d724
    • Andreas Gohr's avatar
      save language in installer · 0036aa89
      Andreas Gohr authored
      The language chosen for the installer is now saved to local.php as well.
      
      darcs-hash:20060728094028-7ad00-f6fe5ce9a41b6d8c364e361aa14fbb65902468e0.gz
      0036aa89
    • Andreas Gohr's avatar
      default policy for installer · 8af2e4bb
      Andreas Gohr authored
      darcs-hash:20060728093653-7ad00-fc481b0ae7707516de089bfd88dba3eee0f33f3d.gz
      8af2e4bb
    • chris's avatar
      add error_reporting sanity · 3545b2e0
      chris authored
      avoid many E_NOTICEs for those installations which run with E_ALL
      
      darcs-hash:20060728090404-9b6ab-0506bb5ad3af38456762bd578db3f230195505c1.gz
      3545b2e0
  32. Jul 26, 2006
    • Andreas Gohr's avatar
      installer updates · 47248316
      Andreas Gohr authored
      Restructured and cleaned up installer with full I18N support. Needs testing.
      
      darcs-hash:20060726201047-7ad00-e4f66cb356a47453d2f56ef948bc8e2194a8303d.gz
      47248316
Loading