1. 07 Aug, 2014 1 commit
  2. 05 Aug, 2014 1 commit
  3. 28 Jul, 2014 2 commits
  4. 21 Jul, 2014 1 commit
  5. 19 Jul, 2014 2 commits
  6. 15 Jul, 2014 1 commit
  7. 10 Jul, 2014 1 commit
  8. 01 Jul, 2014 1 commit
  9. 29 Jun, 2014 2 commits
  10. 28 Jun, 2014 1 commit
    • Fixes #4072: `\yii\rbac\PhpManager` adjustments · 3eee7b8e
      Alexander Makarov authored
      - Data is now stored in three separate files for items, assignments and rules. File format is simpler.
      - Removed `authFile`. Added `itemsFile`, `assignmentsFile` and `rulesFile`.
      - `createdAt` and `updatedAt` are now properly filled with corresponding file modification time.
      - `save()` and `load()` are now protected instead of public.
      - Added unit test for saving and loading data.
  11. 27 Jun, 2014 5 commits
  12. 26 Jun, 2014 1 commit
  13. 25 Jun, 2014 2 commits
  14. 24 Jun, 2014 2 commits
  15. 14 Jun, 2014 2 commits
  16. 13 Jun, 2014 1 commit
  17. 11 Jun, 2014 2 commits
  18. 09 Jun, 2014 1 commit
  19. 24 May, 2014 2 commits
  20. 21 May, 2014 4 commits
  21. 19 May, 2014 1 commit
  22. 06 May, 2014 1 commit
  23. 22 Apr, 2014 1 commit
  24. 17 Apr, 2014 1 commit
  25. 15 Apr, 2014 1 commit
    • Refactored `yii\rbac\PhpManager` · c3f4e005
      Qiang Xue authored
      Replaced `clearAll()` and `clearAllAssignments()` in `yii\rbac\ManagerInterface` with `removeAll()`, `removeAllRoles()`, `removeAllPermissions()`, `removeAllRules()` and `removeAllAssignments()`