Alexander Makarov
c8f9479a75
Merge pull request #3236 from pgaultier/bugfix/dateNormalize
...
Bugfix/date normalize
2014-04-24 20:07:23 +04:00
Alexander Makarov
8c79c4f08b
Fixed typo
2014-04-24 19:49:24 +04:00
Philippe Gaultier
4727ecdb1b
Set correct ticked ID
2014-04-24 17:10:02 +02:00
Philippe Gaultier
f0acb178b3
Update changelog
2014-04-24 17:06:56 +02:00
Philippe Gaultier
20e96cca05
Fix DateTime cast
2014-04-24 17:06:44 +02:00
Paul Kofmann
38cea05b55
setting writable folders in init-script
...
It is said, that these folders are handled already by composer.json, what is definitely true. But if I can't (or don't want to) call composer create-project command, I have to run post-create-project-cmd manually like `composer run-script post-create-project-cmd`. IMHO, it's consistent to make such preparations in init script.
2014-04-24 16:44:21 +02:00
Paul Klimov
264cf81e81
Merge pull request #3231 from mikehaertl/fix-assetbundle
...
Fix call to AssetConverter::convert() in AssetBundle
2014-04-24 14:06:22 +03:00
Michael Härtl
1e3989e5d1
Fix call to AssetConverter::convert() in AssetBundle
2014-04-24 13:01:05 +02:00
Qiang Xue
904c32eb05
Merge pull request #3227 from xterr/patch-1
...
Update Response.php
2014-04-23 20:50:20 -04:00
Ceana Razvan
48635c2d3e
Update Response.php
...
$_SERVER['SERVER_PROTOCOL'] returns 'HTTP/1.0' or 'HTTP/1.1'
2014-04-24 03:42:23 +03:00
Qiang Xue
3e3e443544
Refactored the fix for #3222 .
2014-04-23 19:36:56 -04:00
Qiang Xue
0480fcc21a
Merge pull request #3222 from horizons2/patch-1
...
use tableprefix on gii model generator
2014-04-23 19:30:39 -04:00
Qiang Xue
78e3eee2f1
Merge pull request #3223 from it3rmit/master
...
Just fixing small misspelling
2014-04-23 11:18:48 -04:00
it3rmit
774b2fe5c7
Just fixing small misspelling
...
Small misspelling
2014-04-23 18:05:13 +03:00
horizons2
b68f5b617f
removed unused code
...
removed unused code $patterns
2014-04-23 16:16:41 +02:00
horizons2
8ff55d1a28
correct typo
...
useTablePefix => useTablePrefix
2014-04-23 15:57:22 +02:00
horizons2
1d9e6b6f8b
use tableprefix on gii model generator
...
use tableprefix on gii model generator
2014-04-23 15:41:25 +02:00
Qiang Xue
cbcc7b6a48
Fixes #2264 : CookieCollection::has() will return false for expired or removed cookies
2014-04-23 09:28:05 -04:00
Alexander Makarov
84d4cd280b
Merge pull request #3219 from mitalcoi/patch-1
...
Update AutoloadExample.php
2014-04-23 15:34:51 +04:00
Sorokin Victor
d8652a52ee
Update AutoloadExample.php
...
typo fix
2014-04-23 14:23:07 +03:00
Carsten Brandt
3f7779a26a
phpdoc
...
[ci skip]
2014-04-23 04:22:13 +02:00
Carsten Brandt
119f0f0172
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Refactored filter error display for GridView.
Fixes #3008 : Added `Html::errorSummary()`
2014-04-23 03:25:44 +02:00
Carsten Brandt
fe14f0c5e3
fixed all the PHPdoc in extensions
2014-04-23 03:25:11 +02:00
Carsten Brandt
91965fd391
phpdoc formatting issues
2014-04-23 02:55:17 +02:00
Qiang Xue
c15aceb094
Refactored filter error display for GridView.
2014-04-22 20:46:23 -04:00
Carsten Brandt
12d34849cc
improved phpdoc command
2014-04-23 02:13:53 +02:00
Qiang Xue
7ca1be3504
Fixes #3008 : Added Html::errorSummary()
2014-04-22 19:55:13 -04:00
Carsten Brandt
83a63f2346
fixed wrong client validation issue in numbervalidator
...
fixes #3118
2014-04-23 01:29:53 +02:00
Qiang Xue
4f6e1d305f
Refactored the code for #3154
2014-04-22 18:56:05 -04:00
Carsten Brandt
61841345eb
Merge pull request #3164 from ivan-kolmychek/3154-gridview-filter-error-indication
...
GridView filter error indication added (#3154 )
2014-04-23 00:25:11 +02:00
Qiang Xue
f1ff318abc
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-04-22 14:54:12 -04:00
Qiang Xue
051b4194e9
Fixes #3216 .
2014-04-22 14:54:02 -04:00
Carsten Brandt
2b593da08f
phpdoc issue
...
[ci skip]
2014-04-22 20:14:49 +02:00
Qiang Xue
d859fca569
Fixes #3216 : Fixed the bug that yii.activeForm.destroy() did not remove submit event handlers
2014-04-22 12:46:37 -04:00
Qiang Xue
30afb5145e
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-04-22 12:43:01 -04:00
Qiang Xue
b55ce76479
Fixes #1263 : Fixed the issue that Gii and Debug modules might be affected by incompatible asset manager configuration
2014-04-22 12:42:51 -04:00
Carsten Brandt
4466df7d4c
install bootstrap 3.1 by default but allow 3.0.x
2014-04-22 17:55:38 +02:00
Qiang Xue
9c5429740d
Fixes #3212 : removed unnecessary prepare() call.
2014-04-22 11:51:28 -04:00
Ivan Kolmycheck
bb4e8eb736
DataColumn - error detection moved into renderFilterCellContent()
2014-04-22 18:47:11 +03:00
Qiang Xue
480114e820
Fixes #3036 : Upgraded Twitter Bootstrap to 3.1.x
2014-04-22 11:40:40 -04:00
Ivan Kolmycheck
cd1152acb5
GridView/DataColumn - moved error list display into GridView
2014-04-22 18:04:43 +03:00
Carsten Brandt
f6f0e66598
ensure gridview query is reusable
...
apply pagination and sorting to a clone of it.
2014-04-22 15:50:32 +02:00
Ivan Kolmycheck
031fddd48c
GridView - error rendering scheme changed
2014-04-22 14:56:56 +03:00
Ivan Kolmycheck
7eaf83ba9e
BaseListView - errors rendering added
2014-04-22 14:55:56 +03:00
Carsten Brandt
0a3f4e85f1
made grid\DataColumn::getDataCellValue() public
...
allow using it from the gridview directly
2014-04-22 13:51:54 +02:00
Alex-Code
46f381daf9
Changelog update
2014-04-22 10:56:11 +01:00
Alex-Code
ca6583a045
Update BaseStringHelper.php
2014-04-22 10:01:03 +01:00
Qiang Xue
7b908aa8a3
Fixes #2853 : ActiveRecord did not handle resource-typed columns well
2014-04-21 20:16:16 -04:00
Qiang Xue
bea8f94683
Fixes #3208
2014-04-21 15:01:41 -04:00
Qiang Xue
4eb7906a3e
Fixes #3204 : yii\di\Container did not handle the $config parameter well in case when it does not have a default value
2014-04-21 14:58:10 -04:00