1. 24 Jul, 2014 4 commits
  2. 23 Jul, 2014 1 commit
  3. 22 Jul, 2014 1 commit
  4. 21 Jul, 2014 2 commits
  5. 20 Jul, 2014 4 commits
  6. 19 Jul, 2014 2 commits
  7. 18 Jul, 2014 2 commits
  8. 17 Jul, 2014 2 commits
  9. 15 Jul, 2014 1 commit
  10. 12 Jul, 2014 2 commits
  11. 11 Jul, 2014 1 commit
  12. 10 Jul, 2014 7 commits
  13. 04 Jul, 2014 1 commit
  14. 02 Jul, 2014 2 commits
  15. 01 Jul, 2014 1 commit
  16. 30 Jun, 2014 1 commit
  17. 29 Jun, 2014 4 commits
  18. 28 Jun, 2014 2 commits
    • 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.
    • Reverted #4098. · 09b00c5c
      Qiang Xue authored