1. 22 Nov, 2014 1 commit
  2. 06 Nov, 2014 1 commit
  3. 25 Oct, 2014 1 commit
  4. 16 Oct, 2014 2 commits
  5. 10 Oct, 2014 1 commit
  6. 04 Oct, 2014 1 commit
  7. 29 Sep, 2014 1 commit
  8. 22 Sep, 2014 1 commit
  9. 05 Sep, 2014 1 commit
  10. 15 Aug, 2014 1 commit
  11. 31 Jul, 2014 1 commit
  12. 29 Jul, 2014 2 commits
  13. 28 Jul, 2014 2 commits
  14. 25 Jul, 2014 3 commits
  15. 21 Jul, 2014 1 commit
  16. 17 Jul, 2014 1 commit
  17. 14 Jul, 2014 1 commit
  18. 29 Jun, 2014 1 commit
  19. 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.
  20. 20 Jun, 2014 1 commit
  21. 12 Jun, 2014 1 commit
  22. 21 May, 2014 1 commit
  23. 20 May, 2014 1 commit
  24. 07 May, 2014 1 commit
  25. 06 May, 2014 4 commits
  26. 26 Apr, 2014 1 commit
  27. 18 Apr, 2014 1 commit
  28. 17 Apr, 2014 2 commits
  29. 16 Apr, 2014 2 commits
  30. 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()`