Skip to content
Snippets Groups Projects
  1. Oct 11, 2008
  2. Aug 23, 2008
  3. Aug 15, 2008
  4. May 04, 2008
  5. Mar 31, 2008
  6. Feb 27, 2008
  7. 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
  8. Aug 06, 2007
  9. Jul 25, 2007
  10. Jul 09, 2007
  11. Jun 26, 2007
  12. May 24, 2007
  13. May 11, 2007
  14. Jan 04, 2007
  15. Jan 02, 2007
  16. Nov 06, 2006
  17. Nov 05, 2006
  18. Oct 23, 2006
  19. Oct 19, 2006
  20. 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
  21. Oct 10, 2006
  22. Oct 08, 2006
  23. Oct 04, 2006
    • Andreas Gohr's avatar
      better datachecking in install.php · e2386079
      Andreas Gohr authored
      This patch automatically lowercases the superuser name like DokuWiki will
      do itself later on. It also fixes the email check and requires it to have
      at least an @ character.
      
      darcs-hash:20061004183516-7ad00-791df13131c2484cb08c840812688d83bdf807fa.gz
  24. 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
  25. Sep 28, 2006
  26. Sep 23, 2006
  27. 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
  28. Aug 02, 2006
  29. 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
  30. 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
  31. Jul 24, 2006
    • Andreas Gohr's avatar
      fixed syntax error in install.php · a5bc8bc1
      Andreas Gohr authored
      darcs-hash:20060724195807-7ad00-3e07556811afa544b35b3e0c11661bef947ed762.gz
      a5bc8bc1
    • chris's avatar
      installation script · 5cfb8815
      chris authored
      This installation script doesn't so much install DokuWiki as configure
      a brand new DokuWiki installation for first use by:
      - setting the Wiki name
      - turning on ACL
      - creating the super user
      - creating the changes.log file
      
      darcs-hash:20060724185404-9b6ab-5b9dd6d0231db6522388a860b72da608c21df691.gz
      5cfb8815
Loading