Alexander Makarov
b2f5739781
Merge pull request #7407 from sidtj/7301-check-icu-version-in-requirements
...
#7301 adds checking of the icu version in requirements
2015-02-24 14:22:40 +03:00
tom--
4512833fac
Fixes #7215 : Uses OpenSSL crypto lib instead of Mcrypt. Added testing of encrypted data compatibility, both backward and forward
2015-02-24 14:03:41 +03:00
Qiang Xue
a3ea7b774d
Fixes #7350 : Added yii\helpers\Html::$dataAttributes to support customizing data attributes.
2015-02-23 21:30:45 -05:00
Sidney Lins - WMaior.com
183dc43b6f
Merge branch 'master' of github.com:yiisoft/yii2 into 7301-check-icu-version-in-requirements
2015-02-23 21:08:24 -03:00
Sidney Lins - WMaior.com
61e695b39b
Solve conflicts on upstream merging
2015-02-23 21:07:44 -03:00
Alexander Makarov
a5b9aec6cd
Fixed phpdoc typo
2015-02-24 03:05:43 +03:00
Sidney Lins - WMaior.com
f0cc302802
[i18n, #7301 ] Check ICU version in requirements warning when < 49
2015-02-23 20:45:31 -03:00
Alexander Makarov
02f8f7ef9d
Fixes #7332 : Added ability to remove yii\widgets\Menu container tag by setting options['tag'] to false
2015-02-24 02:06:42 +03:00
Boudewijn Vahrmeijer
e385f323eb
Update Menu.php
...
The feature:
http://getbootstrap.com/components/#list-group-linked
Currently, Menu isnt capable of creating a bootstraps list-group-linked because:
- Menu forces a item container around the link
Menu does allow:
- defining the tag of the menu container
- defining the tag of the item container
- defining the template of the link
This means, that it is a small step to enable a menu like the list-group-linked in which:
- menu container is a DIV
- there are no item containers
- there are only links which should get the correct status by the (link)template
I provided a patch in which you can set the item-tag on false. When this is done,
the item tag is ignored and no LI is created, which is necessary for the list-group-linked.
2015-02-24 01:52:00 +03:00
Carsten Brandt
6dc45276b5
Added hint about safeUp/safeDown
2015-02-23 21:19:53 +01:00
Qiang Xue
e56bf03130
Fixed test break.
2015-02-22 19:33:23 -05:00
Qiang Xue
57c298a523
Fixes #7361 : The trim validator now works on the client side too
2015-02-22 19:25:06 -05:00
Carsten Brandt
63af984d7c
improved framework README
2015-02-22 22:01:34 +01:00
Qiang Xue
07403d3f9d
Fixes #3723 : yii\filters\PageCache now supports caching response headers as well as non-HTML response content
2015-02-21 19:45:44 -05:00
Qiang Xue
56dbd4cefa
Fixes #7357 : Refactored yii\db\ColumnSchema by adding typecast() method to decouple phpTypecast() from dbTypecast()
2015-02-20 22:03:39 -05:00
Alexander Makarov
00aafc82ef
Fixes #7258 : Response was sending HTML content type when formatter was set to JSON or XML, nulls were handled wrong
2015-02-21 02:32:09 +03:00
slavcodev
9028bc5aa7
Fixed header Content-Type when response is empty
2015-02-21 02:05:03 +03:00
Qiang Xue
1088fd496d
Added support to yii\di\Container to instantiate and configure an object that implements yii\base\Configurable.
2015-02-19 22:46:49 -05:00
Paul Melekhov
86891f9f82
Fixes #7358 : Fix trimming PHPDoc prefix with TAB indent in yii\console\Controller::parseDocCommentSummary()
2015-02-19 22:26:30 +03:00
Carsten Brandt
2b6de9665e
adjusted docs about #7347
2015-02-19 13:44:05 +01:00
lynicidn
84052d15df
Used yii\di\Instance::ensure() in MigrateController instead of doing the same without it
2015-02-19 02:28:09 +03:00
lynicidn
a71423cf2a
Fixes #7269 : yii\console\controllers\BaseMigrateController now throws exception if directory specified doesn't exist and action isn't create
2015-02-19 02:23:45 +03:00
Klimov Paul
690b6f7e6c
'Dividing asset bundles into group' docs added
2015-02-17 12:01:06 +02:00
Qiang Xue
7b5cdf041d
Fixes #7255 : Added support to allow widgets that use text input to specify input types
2015-02-15 22:26:33 -05:00
Jose
4e6b1fd5c6
Local loop variable added to fix #7271 bug
2015-02-15 17:25:43 -05:00
Jose Lorente
98759201ac
Fixed bug #7271 . Classes that call '*::populateRecord()' after retrieving data from ddbb call now the method on the class of the model returned by '*::instantiate()'. Tests for mysql, elasticsearch and mongodb attached.
2015-02-15 17:25:43 -05:00
Qiang Xue
d9117a67b1
Fixes #7227 : Query builder should respect column alias setting when yii\db\Expression is being selected
2015-02-14 10:36:19 -05:00
Qiang Xue
6e33bef238
Fixes #7266
2015-02-13 14:02:54 -05:00
Qiang Xue
d188dd10c0
Fixes #3168 : Improved the performance of yii\rbac\DbManager::checkAccess() by caching mechanism
2015-02-12 21:29:00 -05:00
Gabriel Homsi
ba7ccf2a0b
fixed example with wrong namespace at 'yii2/framework/widgets/MaskedInput.php' documentation
2015-02-12 15:12:09 -02:00
Qiang Xue
de6185811a
Fixes #5457 : yii\web\Cors should handle Access-Control-Request-Headers in a case-insensitive manner
2015-02-11 21:40:52 -05:00
Qiang Xue
ae305bb907
Fixes #7226 : yii\web\Request::getEtag() should strip off -gzip which may be added by Apache
2015-02-10 13:36:05 -05:00
Qiang Xue
21b87b67af
Fixes #7218 : yii\captcha\CaptchaAction should send response in JSON format
2015-02-09 20:33:05 -05:00
nkovacs
ada9abe6b1
Fix documentation of PhpMessageSource::$basePath
2015-02-09 16:11:39 +01:00
Qiang Xue
1a764e202a
Fixes #4710 : Added yii\web\AssetManager::appendTimestamp to support cache busting for assets
2015-02-08 22:29:40 -05:00
Qiang Xue
a6608ba334
Merge branch 'master' of git://github.com/yiisoft/yii2
2015-02-08 22:28:09 -05:00
Qiang Xue
0068a94af1
Fixes #4710 : added cache busting support for assets
2015-02-08 22:28:03 -05:00
Carsten Brandt
40c232df92
enhanced widget documentation
2015-02-08 18:02:31 +01:00
Alexander Makarov
2ba573bfb5
Fixes #6883 : yii\base\ErrorHandler::logException() is now public
2015-02-08 18:36:55 +03:00
Alexander Makarov
6481d13494
Optimized checks order in conditions
2015-02-08 17:56:36 +03:00
Alexander Makarov
af7ae33d5b
Use (array) cast instead of !is_array check for both readability and performance
2015-02-08 17:56:14 +03:00
Qiang Xue
4efb36d309
Make Cors more robust.
2015-02-07 22:02:24 -05:00
Qiang Xue
c2eabe3145
Merge pull request #7156 from apaoww/master
...
Bahasa Melayu translations
2015-02-06 21:46:05 -05:00
Apa Oww
46372bb4f0
Change ms-MY to ms
2015-02-06 09:28:45 +08:00
nkovacs
208b3a23c2
Fix missing end of string
2015-02-05 15:24:17 +01:00
apaoww
9e1e3ff512
Create yii.php
...
Translate into Bahasa Melayu
2015-02-04 10:07:05 +08:00
apaoww
6fdb1baef1
Update config.php
...
Add ms-MY code in config
2015-02-04 10:01:47 +08:00
Qiang Xue
667169c044
Fixes #7130 : Changed the signature of ActiveRecord::findByCondition() to simplify the implementation and usage
2015-02-03 16:33:44 -05:00
Angel Faryshta Guevara
ffe940180c
simplify findByCondition
2015-02-03 16:31:00 -05:00
Carsten Brandt
8c3dce88dd
fixed phpdoc
2015-02-03 00:03:13 +01:00