Commit Graph

7316 Commits

Author SHA1 Message Date
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
Carsten Brandt
85d32c75a3 Update CHANGELOG.md 2014-04-13 14:27:25 +02:00
Qiang Xue
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00
Qiang Xue
8fbe10acfd removed PhpManagerTest 2014-04-12 17:08:49 -04:00
Qiang Xue
7bc52f32a4 Re-implemented RBAC by following more closely to the original NIST RBAC model. Dropped yii\rbac\PhpManager. 2014-04-12 16:55:50 -04:00
pappfer
a2bc50920c Removed unnecessary app.php file. 2014-04-12 20:33:10 +02:00
pappfer
3a75098213 #3073 added Hungarian translation 2014-04-12 19:54:42 +02:00
Qiang Xue
f7396fa024 Minor refacotring of bootstrap active field and form. 2014-04-11 20:09:43 -04:00
Qiang Xue
8ac79a35ae support hiding error and label tags via error(false) and label(false). 2014-04-11 20:09:19 -04:00
Qiang Xue
b5f351b688 Merge pull request #3038 from mikehaertl/master
Implement ActiveForm and ActiveField
2014-04-11 19:28:35 -04:00
Carsten Brandt
33a00ecd7c updated base AR phpdoc for findOne() and findAll() 2014-04-11 17:45:22 +02:00
Carsten Brandt
8881c0c666 fixed wrong example. 2014-04-11 15:06:46 +02:00
Carsten Brandt
323937f2c6 Merge pull request #3061 from yiisoft/grid-view-relations
add guide about filtering and sorting related columns
2014-04-11 13:57:53 +02:00
Carsten Brandt
b1f4d5d4bf allow . in input name 2014-04-11 13:37:31 +02:00
Carsten Brandt
31d0538a8b added not about joinWith background 2014-04-11 11:45:44 +02:00
Carsten Brandt
f939300f9e add guide about filtering and sorting related columns
fixes #1581 and #3013
2014-04-11 11:32:34 +02:00
Carsten Brandt
3cdf95d5f8 Update data-grid.md 2014-04-11 10:53:21 +02:00
Michael Härtl
7364249ff6 Issue #3029: Implement ActiveForm and ActiveField 2014-04-11 10:49:51 +02:00
Carsten Brandt
5985896ca4 added docs about gridview filtering 2014-04-11 10:35:36 +02:00
Carsten Brandt
7946f453ac typo 2014-04-11 10:14:49 +02:00
Carsten Brandt
cc05b5f068 Update data-overview.md 2014-04-11 10:14:17 +02:00
Carsten Brandt
e9363b4e41 Looks like GridView has its own section... :)
added a hint and link
2014-04-11 10:10:20 +02:00
Carsten Brandt
a271a712db Merge pull request #3060 from avladev/lang_bg
Bulgarian translation
2014-04-11 10:05:01 +02:00
Carsten Brandt
5dbf6c94bb Some docs on GridView 2014-04-11 10:04:20 +02:00
Anatoli Vladev
a891aeeece Bulgarian translation 2014-04-11 10:49:56 +03:00
Larry Ullman
fbc7695a94 Most trivial edit 2014-04-10 23:04:52 -04:00