1. 27 Jun, 2014 3 commits
  2. 25 Jun, 2014 4 commits
  3. 21 Jun, 2014 1 commit
  4. 20 Jun, 2014 1 commit
  5. 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.
  6. 17 Jun, 2014 1 commit
  7. 14 Jun, 2014 2 commits
  8. 13 Jun, 2014 1 commit
  9. 11 Jun, 2014 1 commit
  10. 09 Jun, 2014 1 commit
  11. 08 Jun, 2014 3 commits
  12. 31 May, 2014 1 commit
  13. 30 May, 2014 3 commits
  14. 26 May, 2014 2 commits
  15. 25 May, 2014 1 commit
  16. 22 May, 2014 1 commit
  17. 21 May, 2014 4 commits
  18. 20 May, 2014 4 commits
  19. 19 May, 2014 2 commits
  20. 18 May, 2014 1 commit
  21. 15 May, 2014 1 commit
    • fix #3478 · 18d1de61
      lynicidn authored
      it correct work with integer keys of list
  22. 12 May, 2014 1 commit
    • Check if property is set · 27482883
      Alex-Code authored
      ```getValue``` didn't check if the property on an object exists so wouldn't return the default value.