1. 31 Jul, 2014 1 commit
  2. 25 Jul, 2014 1 commit
  3. 24 Jul, 2014 1 commit
  4. 23 Jul, 2014 1 commit
  5. 19 Jul, 2014 2 commits
  6. 11 Jul, 2014 1 commit
  7. 10 Jul, 2014 5 commits
  8. 08 Jul, 2014 1 commit
    • IdentityInterface::findIdentity should return active users · 6ec0b60a
      Serge Postrash authored
      ```
      interface IdentityInterface
      {
          /**
           * Finds an identity by the given ID.
           * @param string|integer $id the ID to be looked for
           * @return IdentityInterface the identity object that matches the given ID.
           * Null should be returned if such an identity cannot be found
           * or the identity is not in an active state (disabled, deleted, etc.)
           */
          public static function findIdentity($id);
      ```
  9. 02 Jul, 2014 3 commits
  10. 01 Jul, 2014 1 commit
  11. 30 Jun, 2014 2 commits
  12. 29 Jun, 2014 1 commit
  13. 27 Jun, 2014 1 commit
  14. 26 Jun, 2014 2 commits
  15. 25 Jun, 2014 1 commit
  16. 20 Jun, 2014 2 commits
  17. 16 Jun, 2014 1 commit
  18. 13 Jun, 2014 1 commit
  19. 09 Jun, 2014 6 commits
  20. 04 Jun, 2014 1 commit
  21. 29 May, 2014 2 commits
  22. 24 May, 2014 1 commit
  23. 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
      ```
  24. 16 May, 2014 1 commit