Skip to content
Snippets Groups Projects
  1. Jun 01, 2018
    • Andreas Gohr's avatar
      introduce INFO_DEPRECATION_LOG event · 44455016
      Andreas Gohr authored
      This adds an event to dbg_deprecated(). This allows plugins to handle
      deprecation warnings. One example would be @cosmocode/dokuwiki-plugin-sentry
      
      One thing I don't like, but don't know how to avaoid is that this
      function used to abort super early when $conf['allowdebug'] wasn't set.
      
      However for the sentry plugin you probably would want logs, but still do
      not show any debugging to end users (which allow debug would do).
      
      So now the backtrace is always built, the event triggered and then
      everything is sent to dbglog() which may simply throw everything away.
      
      Suggestions on how to improve this welcome.
      44455016
  2. May 24, 2018
  3. May 22, 2018
  4. May 18, 2018
  5. May 17, 2018
  6. May 16, 2018
  7. May 14, 2018
  8. May 13, 2018
  9. May 11, 2018
  10. May 08, 2018
  11. May 07, 2018
  12. May 04, 2018
  13. May 03, 2018
  14. May 02, 2018
    • Andreas Gohr's avatar
      fix draft recovering · 1362c8af
      Andreas Gohr authored
      The actual draft text got lost when we changed to showing the diff
      instead of the full draft.
      1362c8af
Loading