1. 18 Apr, 2017 1 commit
  2. 17 Apr, 2017 2 commits
  3. 16 Apr, 2017 3 commits
  4. 13 Apr, 2017 1 commit
  5. 12 Apr, 2017 12 commits
  6. 10 Apr, 2017 2 commits
  7. 07 Apr, 2017 5 commits
  8. 06 Apr, 2017 1 commit
  9. 05 Apr, 2017 3 commits
  10. 04 Apr, 2017 4 commits
  11. 03 Apr, 2017 1 commit
  12. 02 Apr, 2017 2 commits
  13. 30 Mar, 2017 1 commit
  14. 29 Mar, 2017 2 commits
    • Franco Fichtner's avatar
      plugins: simplify this before next step · 8d745baa
      Franco Fichtner authored
      8d745baa
    • Franco Fichtner's avatar
      plugins: lose the eval(), switch to include_once · ddcc54f4
      Franco Fichtner authored
      Note that require_once is bad as well here, because it throws another
      uncatched error as opposed to a warning when a file has not been found.
      Now it is better in recovery, although 99% of the time this is supposed
      to deal with syntax errors during bad core/plugin updates or manual
      user edits.
      
      It's also useful to note that the errors/warnings still make their way
      to the crash reporter so we can do something about them.
      
      Suggested by: @fabianfrz
      ddcc54f4