1. 14 May, 2012 6 commits
  2. 13 May, 2012 4 commits
  3. 29 Apr, 2012 1 commit
  4. 28 Apr, 2012 2 commits
  5. 27 Apr, 2012 3 commits
  6. 25 Apr, 2012 3 commits
  7. 24 Apr, 2012 11 commits
  8. 15 Apr, 2012 3 commits
  9. 12 Apr, 2012 2 commits
  10. 05 Apr, 2012 3 commits
  11. 03 Apr, 2012 2 commits
    • Fixes a Yii Exception on PHP5.4 with ERROR_ALL · 707c01ae
      François Gannaz authored
      BootMenu and BootDropdown both handles items supposing they were
      arrays. But an item can be the string '---', so array indices were
      used as string positions... until PHP refused this dangerous syntax.
      So on PHP 5.4, Yii throws an Exception in the main page of the demo.
    • updated the demo · 1a464dbc
      Crisu83 authored