1. 31 Jul, 2014 1 commit
  2. 25 Jul, 2014 1 commit
  3. 17 Jul, 2014 1 commit
  4. 01 Jul, 2014 1 commit
  5. 25 Jun, 2014 1 commit
  6. 20 Jun, 2014 1 commit
  7. 25 May, 2014 1 commit
  8. 23 May, 2014 1 commit
    • Tabs to spaces to be consistent · b7e493fc
      Carsten Brandt authored
      ```
      vendor/bin/indent --spaces -r framework/
      vendor/bin/indent --tabs -r . --pattern=*.json
      vendor/bin/indent --spaces -r . --pattern=*.md
      vendor/bin/indent --spaces -r . --pattern=yii.*.js
      vendor/bin/indent --spaces -r . --pattern=*.css
      ```
  9. 12 May, 2014 1 commit
  10. 29 Apr, 2014 1 commit
  11. 18 Apr, 2014 1 commit
  12. 16 Apr, 2014 3 commits
  13. 10 Apr, 2014 1 commit
  14. 30 Mar, 2014 1 commit
  15. 16 Mar, 2014 2 commits
  16. 24 Feb, 2014 1 commit
  17. 27 Jan, 2014 1 commit
  18. 23 Jan, 2014 1 commit
    • Fixes #2079: · 8bdc437b
      Alexander Makarov authored
      - i18n now falls back to `en` from `en-US` if message translation isn't found
      - View now falls back to `en` from `en-US` if file not found
      - Default `sourceLanguage` and `language` are now `en`
  19. 22 Jan, 2014 1 commit
  20. 21 Jan, 2014 1 commit
  21. 14 Jan, 2014 2 commits
  22. 11 Jan, 2014 1 commit
  23. 09 May, 2013 1 commit
  24. 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.
  25. 12 Apr, 2013 1 commit
  26. 25 Mar, 2013 1 commit
  27. 21 Mar, 2013 1 commit
  28. 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.
  29. 07 Feb, 2013 1 commit
  30. 06 Feb, 2013 1 commit
  31. 04 Feb, 2013 1 commit
  32. 10 Jun, 2012 1 commit
  33. 25 Apr, 2012 1 commit
  34. 21 Apr, 2012 2 commits