3716 Commits (4f6e1d305f1d5239b743d6011ea90a47a0157c5c)

Author SHA1 Message Date
Thiago Talma c1445871f4 Correction of many errors code inspection. 11 years ago
Qiang Xue 664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 11 years ago
Qiang Xue 5fbb65ad81 Fixes #3121: `yii\base\Application::bootstrap` may fail to load some components if they are specified as class names 11 years ago
Qiang Xue 665aefbb55 Fixes #3042: `yii\widgets\Pjax` should end application right after it finishes responding to a pjax request 11 years ago
Qiang Xue ce9a8f209a Fixes #3132: `yii\rbac\PhpManager` now supports more compact data file format 11 years ago
Qiang Xue 8ac8d487ad Fixes #3128: Fixed the bug that `defaultRoles` set in RBAC manager was not working as specified 11 years ago
Qiang Xue 991a894596 Added missing `ROWS` token when building limit/offset for MSSQL. 11 years ago
Qiang Xue 1fd0068378 Fixes #3066: `yii\db\mssql\Schema::getTableSchema()` should return null when the table does not exist. 11 years ago
Qiang Xue a60d295253 Added support for using sub-queries when building a DB query with `IN` condition 11 years ago
Thiago Talma 563e7e0174 Update ActiveQuery.php 11 years ago
Qiang Xue c3f4e0057d Refactored `yii\rbac\PhpManager` 11 years ago
Qiang Xue 12c3b59b9b log fixes [skip ci] 11 years ago
Qiang Xue b0b8056f6c Fixes #3108: Added `yii\debug\Module::enableDebugLogs` to disable logging debug logs by default 11 years ago
tof06 22596ca248 Implement new RBAC PhpManager 11 years ago
Thiago Talma 544243d517 Update ActiveRelationTrait.php 11 years ago
Qiang Xue a4809bca1b Fixes #3091: Fixed inconsistent treatment of `Widget::run()` when a widget is used as a container and as a self-contained object 11 years ago
Алексей f2d5ddab4f Update UniqueValidator.php 11 years ago
pappfer b0d312f833 Some fixes for #3074 Hungarian translation 11 years ago
Qiang Xue f4c38faf74 prepare for next release. 11 years ago
Qiang Xue 8bbcff70db prepare for 2.0.0-beta release. 11 years ago
Carsten Brandt 8eddf5606e fixed changelog about languages 11 years ago
Carsten Brandt 85d32c75a3 Update CHANGELOG.md 11 years ago
Qiang Xue a6136e1b16 Renamed `yii\web\User::checkAccess()` to `yii\web\User::can()` 11 years ago
Qiang Xue 7bc52f32a4 Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped `yii\rbac\PhpManager`. 11 years ago
pappfer a2bc50920c Removed unnecessary app.php file. 11 years ago
pappfer 3a75098213 #3073 added Hungarian translation 11 years ago
Qiang Xue f7396fa024 Minor refacotring of bootstrap active field and form. 11 years ago
Qiang Xue 8ac79a35ae support hiding error and label tags via error(false) and label(false). 11 years ago
Carsten Brandt 33a00ecd7c updated base AR phpdoc for findOne() and findAll() 11 years ago
Carsten Brandt b1f4d5d4bf allow . in input name 11 years ago
Anatoli Vladev a891aeeece Bulgarian translation 11 years ago
Carsten Brandt 3c400dbca8 fixed file PHPdoc 11 years ago
Qiang Xue ea75177abc Refactored app bootstrap logic. 11 years ago
Qiang Xue 4674f5b74c Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true 11 years ago
Jani Mikkonen 3397e7e7b2 Update finnish translation 11 years ago
resurtm 1991c4cbbd Add ODBC support to yii\db\Connection 11 years ago
Qiang Xue 055455d814 updated error handler and requirement checker links. 11 years ago
Qiang Xue 0b29c9607d fixed broken API links [skip ci] 11 years ago
Qiang Xue eeb9f6026d added more doc [skip ci] 11 years ago
Qiang Xue 5751b58180 update class map. 11 years ago
Qiang Xue 134d3d4610 Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation 11 years ago
Carsten Brandt fa767ceaca renamed attributes to attributeNames in model 11 years ago
Carsten Brandt 3fdcf11f24 updated phpdoc 11 years ago
Qiang Xue 586f5b87b0 Removed `Application::preload` in favor of `Application::bootstrap` 11 years ago
Qiang Xue c4af1569a3 typo fix [skip ci] 11 years ago
Qiang Xue aec1b8172b Added `HtmlResponseFormatter` and `JsonResponseFormatter` 11 years ago
Alexander Makarov f6eb5e69bc Fixes #2998: Added `framework\log\SyslogTarget` that is able to write log to syslog 11 years ago
Qiang Xue e59b2d8948 refactored rule execution. [skip ci] 11 years ago
Qiang Xue a404e00b02 simplified rule execution [skip ci] 11 years ago
Carsten Brandt 93d18dcbdd Update IdentityInterface.php 11 years ago