1. 28 Apr, 2017 2 commits
  2. 05 Apr, 2017 1 commit
    • ejn's avatar
      Check ini_get is not disabled before using it · 3c7677d5
      ejn authored
      As described in #492, ini_get may often be disabled in production environments, causing warnings to be generated (and NULL) to be returned. This change checks that ini_get is usable (otherwise function_exists will return FALSE) before using it, preventing the warnings while introducing no functional change.
      3c7677d5
  3. 05 Mar, 2017 3 commits
  4. 24 Feb, 2017 1 commit
  5. 16 Feb, 2017 1 commit
  6. 15 Feb, 2017 2 commits
  7. 02 Feb, 2017 5 commits
  8. 31 Jan, 2017 6 commits
  9. 11 Jan, 2017 1 commit
  10. 26 Dec, 2016 4 commits
  11. 23 Dec, 2016 4 commits
  12. 21 Dec, 2016 1 commit
  13. 20 Dec, 2016 5 commits
  14. 17 Dec, 2016 1 commit
  15. 16 Dec, 2016 1 commit
  16. 15 Dec, 2016 1 commit
  17. 09 Dec, 2016 1 commit
    • sokai's avatar
      Update plugins.md · dd906f66
      sokai authored
      small fix for non-working external links ("wikilink")
      dd906f66