1. 15 May, 2013 1 commit
  2. 12 May, 2013 1 commit
  3. 11 May, 2013 16 commits
  4. 10 May, 2013 4 commits
    • Initial Gettext support. · 124b1533
      resurtm authored
    • Unit tests fix · 4b8bcd43
      Alexander Kochetov authored
    • Unit tests · bea449f8
      Alexander Kochetov authored
    • mod: incorporate suggestions · f23a677b
      Benjamin Wöster authored
      - rename requireApp() to mockApplication()
      - always destroy app on tearDown()
        - eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN
        - mockApplication() becomes a lot easier. Destroying app on each tearDown
          means creating it on every call is fine. No more checking if it already
          exists and if it has been created from the same config.
      - \yii::$app should have been \Yii::$app
  5. 09 May, 2013 11 commits
  6. 07 May, 2013 2 commits
  7. 06 May, 2013 4 commits
  8. 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.