1. 04 Sep, 2014 2 commits
  2. 25 Aug, 2014 1 commit
  3. 19 Aug, 2014 2 commits
  4. 11 Aug, 2014 2 commits
  5. 05 Aug, 2014 1 commit
  6. 03 Aug, 2014 1 commit
  7. 31 Jul, 2014 1 commit
  8. 30 Jul, 2014 3 commits
  9. 29 Jul, 2014 2 commits
  10. 25 Jul, 2014 2 commits
  11. 23 Jul, 2014 2 commits
  12. 22 Jul, 2014 1 commit
  13. 20 Jul, 2014 1 commit
  14. 18 Jul, 2014 1 commit
  15. 17 Jul, 2014 1 commit
  16. 05 Jul, 2014 1 commit
  17. 03 Jul, 2014 1 commit
  18. 02 Jul, 2014 2 commits
  19. 01 Jul, 2014 1 commit
  20. 30 Jun, 2014 1 commit
  21. 27 Jun, 2014 4 commits
  22. 25 Jun, 2014 4 commits
  23. 21 Jun, 2014 1 commit
  24. 20 Jun, 2014 1 commit
  25. 19 Jun, 2014 1 commit
    • Fixes #3939: `\yii\Inflector::slug()` improvements: · c3de3450
      Alexander Makarov authored
      - Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation.
      - Added proper tests for both intl-based slug and PHP fallback.
      - Removed character maps for non-latin languages.
      - Improved overall slug results.
      - Added note about the fact that intl is required for non-latin languages to requirements checker.