Commit Graph

6941 Commits

Author SHA1 Message Date
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
Алексей
f2d5ddab4f Update UniqueValidator.php 2014-04-14 11:40:01 +03:00
Carsten Brandt
543ba27829 Merge pull request #3084 from pappfer/hungarian-translation-fix
Some fixes for #3074 Hungarian translation
2014-04-14 10:20:44 +02:00
Carsten Brandt
3bc70ac133 do not throw exception if db component is not set
without this the form does not allow choosing a different connection id
2014-04-14 10:19:06 +02:00
Carsten Brandt
cd4b3f7827 Gii model generator did not add correct db connection
if component id is different from 'db'
2014-04-14 10:17:01 +02:00
pappfer
b0d312f833 Some fixes for #3074 Hungarian translation 2014-04-14 10:15:43 +02:00
Qiang Xue
f4c38faf74 prepare for next release. 2014-04-13 21:22:29 -04:00
Qiang Xue
8bbcff70db prepare for 2.0.0-beta release. 2.0.0-beta 2014-04-13 17:58:59 -04:00
Qiang Xue
9da6423a71 Merge pull request #3080 from castea-webdev/patch-1
Update apps-advanced.md
2014-04-13 17:46:37 -04:00
Castea Min
cf9795baf8 Update apps-advanced.md
just a type correction and suggestion on adding a comma and one word (ie 'by') to make it more easily to be understand.
2014-04-14 04:40:03 +07:00
Carsten Brandt
8eddf5606e fixed changelog about languages 2014-04-13 14:37:40 +02:00
Carsten Brandt
11112e3f7d Merge pull request #3074 from pappfer/pappfer
#3073 added Hungarian translation
2014-04-13 14:32:17 +02:00