Skip to content
Snippets Groups Projects
  1. Apr 24, 2018
    • L. Ivanovich Harrison's avatar
      Add simple catch-all to left install.php div · 7ac1baa0
      L. Ivanovich Harrison authored
      Background: I was trying to install DokuWiki in my chrooted OpenBSD webserver. The install seemed funky (generated config but not ACLs), and the installer page, instead of even showing any errors, was just blank after submitting initial parameters. Long story short, I edited install.php to approximately this effect, and finally got a visible error, which let me find out that I needed to create $CHROOT/dev/{a,u,s,}random. I would have found that out a lot sooner and torn out a lot less of my beautiful hair if something like this were already in place. After all, the installation phase is where one expects many edge cases and whatnot. Would help newcomers with strange environments to make more actionable forum posts crying for help. Please consider.
      Unverified
      7ac1baa0
  2. Mar 21, 2018
  3. Feb 14, 2018
    • Andreas Gohr's avatar
      try to display an error when installer is run without php · ac251797
      Andreas Gohr authored
      When a server has no PHP support enabled, it will either prompt to
      download a PHP file or may display it as HTML instead. When a user tries
      to run install.php with a server that does the latter, they will see
      some weird garbage with the browser trying to interpret raw PHP as HTML.
      This pathc adds a warning at the top, telling the user what is going on.
      ac251797
  4. Dec 06, 2017
  5. Aug 01, 2017
  6. Mar 31, 2017
  7. Feb 20, 2017
  8. Feb 19, 2017
  9. Jun 26, 2016
  10. Jun 14, 2016
  11. Aug 10, 2015
  12. Jul 12, 2015
  13. Jan 07, 2015
    • Andreas Gohr's avatar
      Remove error supression for file_exists() · 79e79377
      Andreas Gohr authored
      In an older version of PHP a file_exists() call would issue a warning
      when the file did not exist. This was fixed in later PHP releases. Since
      we require PHP 5.3 now, there's no need to supress any error here
      anymore. This might even give a minor performance boost.
      79e79377
  14. Oct 14, 2014
  15. Oct 01, 2014
  16. Sep 29, 2014
  17. Jun 21, 2014
    • Andreas Gohr's avatar
      allow config presets with installer · 2613efa1
      Andreas Gohr authored
      this adds the ability to place a install.conf file next to the
      install.php which contains additional config options to be written to
      conf/local.php on completion of the installer. The install.conf is
      automatically deleted then.
      
      This is useful for automated DokuWiki installers or downloaders that
      take care of downloading DokuWiki and then drop the user in the default
      install dialog for initial setup. These tools may set up host specific
      things options like rewrites, image magic path or file permission
      settings in this preset.
      2613efa1
  18. May 24, 2014
  19. May 05, 2014
  20. Dec 08, 2013
  21. Nov 18, 2013
  22. Nov 17, 2013
  23. Nov 09, 2013
  24. Oct 29, 2013
  25. Jul 21, 2013
  26. Jun 02, 2013
  27. May 10, 2013
  28. Apr 19, 2013
  29. Mar 31, 2013
  30. Mar 06, 2013
  31. Feb 16, 2013
  32. Dec 16, 2012
  33. Dec 07, 2012
  34. Sep 14, 2012
  35. Sep 10, 2012
  36. Jul 28, 2012
Loading