* upstream:
Enhanced the detection of secure connection.
Refactored Modal.
< PHP 5.3 compatibility for req checker
code style and UI improvements to requirements checker
readded accidentally removed .gitignore file
Changed Yii.php case in some files where it was wrong
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
fixed auth manager unit test to not expect generic exception
fixed range requests, tests improved
* '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.
...
- better throw http exception on not satisfiable range request
- constitent header names
- fixed range end when range request is to the end
- added unit test
related to #275, fixes#148
* 'unittest-app-dependency' of https://github.com/bwoester/yii2:
mod: incorporate suggestions - rename requireApp() to mockApplication() - always destroy app on tearDown() - eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN - mockApplication() becomes a lot easier. Destroying app on each tearDown means creating it on every call is fine. No more checking if it already exists and if it has been created from the same config. - \yii::$app should have been \Yii::$app
add: new key for unit tests config named "className". Allows to run the tests using different Application instances (consoleApp/ webApp) mod: TestCase::getParam accepts second param $default=null
mod: don't create app in bootstrap script, unit tests do it themselves add: option to destroy app after each test to find unit tests that fail to require an app
allow unit tests to requireApp() on setUp()
Conflicts:
tests/unit/data/config.php