Klimov Paul
7f636fc525
yii\console\controllers\AssetController::actionTemplate() advanced to include jsCompressor and cssCompressor to the template.
2014-04-17 12:57:35 +03:00
Klimov Paul
72aba34210
yii\console\controllers\AssetController fixed to respect data URL resources
2014-04-17 12:11:34 +03:00
Alexander Makarov
650440d941
Added info about theming widget views. Fixes #3142
2014-04-17 12:29:47 +04:00
Alexander Makarov
0842c4a723
Adjusted statc pages docs
2014-04-17 11:56:40 +04:00
Alexander Makarov
e842dec5f6
Merge pull request #3141 from githubjeka/patch-3
...
Add static page
2014-04-17 11:49:41 +04:00
Evgeniy Tkachenko
2edc895342
Update view.md
2014-04-17 09:29:36 +03:00
Qiang Xue
a3632dbb51
Fixes #3129 : added RBAC documentation.
2014-04-16 22:51:12 -04:00
Qiang Xue
66842a4806
Fixes test break.
2014-04-16 22:05:20 -04:00
Qiang Xue
14b782cf01
Added $user as the first parameter of yii\rbac\Rule::execute()
2014-04-16 21:52:46 -04:00
Qiang Xue
e5f9edbfaf
Merge pull request #3138 from thiagotalma/inspections
...
Correction of many warnings code inspection.
2014-04-16 19:11:28 -04:00
Thiago Talma
8546b41bb8
Update error.php
2014-04-16 19:59:25 -03:00
Thiago Talma
57692cd448
Update error.php
2014-04-16 19:47:28 -03:00
Thiago Talma
c1445871f4
Correction of many errors code inspection.
...
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
Qiang Xue
664d2aa007
Supported adding a new response formatter without the need to reconfigure existing formatters
2014-04-16 14:55:33 -04:00
Qiang Xue
5fbb65ad81
Fixes #3121 : yii\base\Application::bootstrap may fail to load some components if they are specified as class names
2014-04-16 12:17:55 -04:00
João José
377b01d2c1
Typecast model Id so that urls don't break when using MongoDB object Id's
2014-04-16 15:54:55 +01:00
Qiang Xue
665aefbb55
Fixes #3042 : yii\widgets\Pjax should end application right after it finishes responding to a pjax request
2014-04-16 10:25:03 -04:00
Qiang Xue
ce9a8f209a
Fixes #3132 : yii\rbac\PhpManager now supports more compact data file format
2014-04-16 10:17:28 -04:00
Qiang Xue
65dfedf0fd
Fixes #3127 : added more doc [skip ci]
2014-04-16 09:10:12 -04:00
Qiang Xue
8ac8d487ad
Fixes #3128 : Fixed the bug that defaultRoles set in RBAC manager was not working as specified
2014-04-16 08:52:41 -04:00
Alexander Makarov
8ca7fa8df3
Merge pull request #3122 from mikehaertl/update-bootstrap-guide
...
Add yii\bootstrap\ActiveForm to the bootstrap guide
2014-04-16 13:07:53 +04:00
Michael Härtl
50d4d93bdf
Add yii\bootstrap\ActiveForm to the bootstrap guide
2014-04-16 10:58:40 +02:00
Carsten Brandt
cb95efe8b9
Added info about assets dir
...
http://www.yiiframework.com/forum/index.php/topic/53430-appasset-questions-getting-404-error-on-asset-files/page__gopid__246055#entry246055
2014-04-16 07:20:54 +02:00
Qiang Xue
991a894596
Added missing ROWS token when building limit/offset for MSSQL.
2014-04-15 21:01:45 -04:00
Qiang Xue
1fd0068378
Fixes #3066 : yii\db\mssql\Schema::getTableSchema() should return null when the table does not exist.
2014-04-15 20:50:43 -04:00
Qiang Xue
a60d295253
Added support for using sub-queries when building a DB query with IN condition
2014-04-15 20:20:18 -04:00
Qiang Xue
46cbe63cc7
Merge pull request #3114 from thiagotalma/patch-1
...
Update ActiveQuery.php
2014-04-15 19:35:52 -04:00
Thiago Talma
563e7e0174
Update ActiveQuery.php
...
PHPDoc comment does not match function or method signature
Update PHPDoc Comment
Adjust code standard
2014-04-15 19:58:06 -03:00
Qiang Xue
c3f4e0057d
Refactored yii\rbac\PhpManager
...
Replaced `clearAll()` and `clearAllAssignments()` in `yii\rbac\ManagerInterface` with `removeAll()`, `removeAllRoles()`, `removeAllPermissions()`, `removeAllRules()` and `removeAllAssignments()`
2014-04-15 16:45:29 -04:00
Qiang Xue
12c3b59b9b
log fixes [skip ci]
2014-04-15 14:44:11 -04:00
Qiang Xue
b0b8056f6c
Fixes #3108 : Added yii\debug\Module::enableDebugLogs to disable logging debug logs by default
2014-04-15 14:43:09 -04:00
Qiang Xue
740f53256f
Merge pull request #3110 from tof06/rbac-php-manager
...
Implement new RBAC PhpManager
2014-04-15 13:32:32 -04:00
tof06
22596ca248
Implement new RBAC PhpManager
2014-04-15 16:10:04 +02:00
Qiang Xue
d552bc2664
Merge pull request #3099 from thiagotalma/patch-1
...
Update ActiveRelationTrait.php
2014-04-15 08:17:43 -04:00
Alexander Makarov
d79d01278a
Merge pull request #3102 from githubjeka/origin/patch-2
...
Update gii guide.
2014-04-15 13:59:21 +04:00
Alexander Makarov
b568c904ea
Updated changelog
2014-04-15 13:57:15 +04:00
Alexander Makarov
cfba38e130
Merge pull request #3103 from githubjeka/patch-3
...
Hide debug toolbar when media = print
2014-04-15 13:55:19 +04:00
Alexander Makarov
ca07eae0c8
Merge pull request #3105 from githubjeka/patch-4
...
Update model.md
2014-04-15 13:54:49 +04:00
Evgeniy Tkachenko
846433bcfe
Update model.md
2014-04-15 12:20:19 +03:00
Evgeniy Tkachenko
89ae09f75f
Update model.md
...
Add `whenClient` description
2014-04-15 12:10:41 +03:00
Evgeniy Tkachenko
b45409327d
Hide debug toolbar when media = print
...
fix https://github.com/yiisoft/yii2/issues/3050
2014-04-15 11:47:12 +03:00
githubjeka
242d1d94df
upd image
2014-04-15 11:11:07 +03:00
Evgeniy Tkachenko
b2f906c796
Update gii.md
...
fixes for https://github.com/yiisoft/yii2/issues/951#issuecomment-25934549
2014-04-15 10:44:07 +03:00
Thiago Talma
544243d517
Update ActiveRelationTrait.php
2014-04-15 01:33:42 -03:00
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
2014-04-14 20:07:16 -04:00
Qiang Xue
1be6698569
Merge pull request #3097 from Skullcrasher/master
...
updated appd-advanced.md
2014-04-14 20:03:34 -04:00
Andreas Allgaier
bff3868e07
updated appd-advanced.md
...
added predefined path aliases of advanced yii application template
2014-04-15 01:14:29 +02:00
Carsten Brandt
c501ae4f4d
debug: fix highlight of redirect HTTP status
...
1xx status is not that common.
2014-04-14 14:52:36 +02:00
Carsten Brandt
94d6fb1804
Fixed view path in debug mail panel
2014-04-14 14:45:10 +02:00
Carsten Brandt
0054cdea26
Merge pull request #3085 from plusodinminus/patch-2
...
small typos changes
2014-04-14 10:45:38 +02:00