1. 21 May, 2013 36 commits
  2. 20 May, 2013 4 commits
    • code style and UI improvements to requirements checker · 6a1b226c
      Carsten Brandt authored
      also changed PHP Intl support to optional.
    • Merge branch 'master' of github.com:yiisoft/yii2 · a77bfea2
      Carsten Brandt authored
      * 'master' of github.com:yiisoft/yii2: (31 commits)
        Finished bootstrap Widget and Modal.
        PHP Intl extension has been added to default Yii requirements.
        moved optional packages to "suggest", updated platform requirements
        "vendor-dir": "vendor" is default, removed
        Fixes issue #320: Module::createController() will fail with a route with trailing slash.
        Fixed test break about AssetController.
        requirements css.php twitter bootstrap update to 2.3.2
        Twitter bootstrap updated to 2.3.2
        Modified the IAssetConvert interface.
        hashing the key for registerCss and registerJs.
        Update AccessRule.php
        refactored code after feedback
        Fixed framework path.
        Added support for View::POS_READY.
        new proposed structure
        remove from master (update track)
        minor fixes
        updated the README file of the bootstrap app.
        Inflector class
        readjusting files for the framework package.
        ...