1. 15 Nov, 2013 2 commits
  2. 13 Nov, 2013 1 commit
  3. 12 Nov, 2013 2 commits
  4. 09 Nov, 2013 1 commit
  5. 06 Nov, 2013 2 commits
  6. 03 Nov, 2013 1 commit
  7. 31 Oct, 2013 1 commit
  8. 30 Oct, 2013 1 commit
  9. 25 Oct, 2013 1 commit
  10. 24 Oct, 2013 1 commit
  11. 18 Oct, 2013 1 commit
  12. 03 Oct, 2013 2 commits
  13. 06 Sep, 2013 1 commit
  14. 26 Aug, 2013 1 commit
  15. 25 Aug, 2013 1 commit
  16. 24 Aug, 2013 1 commit
  17. 23 Aug, 2013 1 commit
  18. 22 Aug, 2013 1 commit
  19. 21 Aug, 2013 1 commit
  20. 20 Aug, 2013 2 commits
  21. 17 Aug, 2013 2 commits
  22. 16 Aug, 2013 1 commit
  23. 15 Aug, 2013 1 commit
  24. 22 May, 2013 1 commit
  25. 15 May, 2013 1 commit
  26. 09 May, 2013 1 commit
  27. 05 May, 2013 1 commit
    • Add Newlines · 4be9e195
      Zander Baldwin authored
      Appended newlines to every PHP document that did not have a newline as the last character in the file.
  28. 01 Apr, 2013 1 commit
  29. 04 Mar, 2013 1 commit
  30. 12 Feb, 2013 1 commit
    • More on error handling: · 2d5db951
      Alexander Makarov authored
      - Correct exit code for require errors in CLI mode. It was 0 even in case of error.
      - Solved handling fatals and displaying custom error template w/o output buffering.
      - If XDEBUG is available, error screen will display trace (implementation inspired by Kohana and Nette).
      - Added ErrorException to store/display type of the error and user-friendly messages.
      - Fatals are still logged in PHP log.
      - Turned off native display_errors since we're now catching all errors.
      - Added reserving memory (256kb) . Can be removed safely. In case of removal we're losing only memory exhausted error when allocating last very small chunk of memory.
      - Properly handled errors in __toString (exception can't be thrown in this case).
      - In the YII_DEBUG===false mode it's bad to display exception name even in page title.
      - In the YII_DEBUG===true mode it's still useful to get user-friendly message additionally to exception name.
  31. 05 Feb, 2013 1 commit
  32. 04 Feb, 2013 2 commits
  33. 01 Feb, 2013 1 commit