1602 Commits

Author SHA1 Message Date
6534911e56 Merge pull request #6570 from yiisoft/date-picker-fallback
Added fallback for datepicker language files
2014-12-18 20:50:09 +01:00
ce01de423f Update CHANGELOG.md 2014-12-18 20:48:23 +01:00
0b125bb88a Added fallback for datepicker language files 2014-12-18 17:14:14 +01:00
a739e6fcd2 fixed redis connection to deal with large data
fixes #6547
close #6482
2014-12-17 10:00:00 +01:00
c808932c24 Fixes #4820: Fixed reading incomplete debug index data in case of high request concurrency 2014-12-17 01:58:29 +03:00
2aa3949963 Fixes #3665: Improved Gii CRUD generated code to support setting initial conditions via initializing search model 2014-12-17 01:36:38 +03:00
e1371661ee fixed namespace collision
AssetBundle can not be imported because the class already exists in this namespace.

fixes #6475
2014-12-12 16:31:17 +01:00
59b8cea525 Fixes #6463: The Gii controller generator generates incorrect controller namespace 2014-12-11 12:44:39 -05:00
3a5e802c24 Fix for #6463 2014-12-11 12:43:11 -05:00
b493a0ab8a composer: create directory if it does not exists
may happen if yii is installed globally.

fixes #6402
2014-12-08 18:50:10 +01:00
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
ca5b874561 Fixes #5494: Added support for specifying a menu header as a configuration array in yii\bootstrap\Dropdown 2014-12-06 09:36:42 -05:00
ecb0e5790e doc fix [skip ci] 2014-12-04 15:12:08 -05:00
d7c3e7815b Fixes #6367: Added yii\gii\generators\crud\Generator to support customizing view path for the generated CRUD controller 2014-12-04 15:11:54 -05:00
fefd3d9be0 Fixes #6366 2014-12-03 21:10:04 -05:00
97e4813929 Fixes #5070: Gii controller generator should use controller class name instead of controller ID to specify new controller 2014-12-03 09:52:56 -05:00
0497ba4c91 Fixes #6335 2014-12-02 13:33:48 -05:00
97b1de1060 Error in documentation
Method clientLink no returns data. In the example of the use of manual output clients in the loop you need to use <?php instead of <?=
2014-12-02 02:21:27 +02:00
19224e74b5 Elasticsearch, allow custom options for update+delete
including support for optimistic locking (#1313)

fixes #5758
2014-12-01 00:50:51 +01:00
544981a41c Fixes #6318: Made widgets more error-tolerant and user-friendly when certain option values are null 2014-11-29 21:29:53 -05:00
19af264530 Enh: yii fixture command now offers help if no arguments are provided instead of crashing 2014-11-28 00:32:38 +03:00
e41d670ab0 Fixed phpdoc 2014-11-27 16:30:06 +03:00
992db0efef apidoc minor fixes: phpdoc, use statements, comments 2014-11-27 15:15:32 +03:00
de8adda565 Fixes #5748: Smarty {path was generating absolute URLs instead of relative ones 2014-11-27 00:16:26 +03:00
c2ef433ef9 Fixes #4146: Added yii\bootstrap\ButtonDropdown::$containerOptions 2014-11-26 23:41:36 +03:00
e6450be665 Fixes #6150: yii\bootstrap\Tabs dropdown IDs were generated incorrectly 2014-11-26 22:22:53 +03:00
c0de9cd5ae yii\redis\Connection - Added support for unix socket
fixes #3714
close #6186
2014-11-25 00:08:56 +01:00
d44c23bb00 ported fix for #6164 to sphinx
was already supported for BETWEEN but not for LIKE

fixes #6164
2014-11-23 01:54:33 +01:00
e92482f554 Typo in word 2014-11-22 02:58:56 +03:00
db82518d54 fixed apidoc wrong property definedBy
fixes #5899
2014-11-20 12:19:55 +01:00
5cb9349273 Fixes #6113: Improved debugger configuration and request UI
- Responsive tables.
- Route is displayed by default, action is available as tooltip.
- Better config table display.
- PHP extensions are sorted alphabetically.
2014-11-20 12:28:05 +03:00
5526cad17f use css class to indicate broken links in generated guide/api docs. [skip ci] 2014-11-19 16:23:13 -05:00
c98950442c Allow customizing GuideRenderer::apiUrl [skip ci] 2014-11-18 23:19:12 -05:00
3090d28038 Allow customizing GuideRenderer::guideUrl. 2014-11-18 10:09:54 -05:00
6cd885e88e Update README.md 2014-11-17 23:05:41 +01:00
f9d83661e4 add guidePrefix option for apidoc 2014-11-17 23:01:40 +01:00
b809f93b69 ensure apidoc works with relative paths 2014-11-17 22:35:37 +01:00
df023545c9 Fixed yii\mongodb\ActiveRecord saves null as _id, if attributes are empty 2014-11-17 17:53:48 +02:00
439c2e4d11 Fixes #4450: Added yii\bootstrap\Nav::renderDropdown() 2014-11-16 12:57:10 -05:00
38d0570843 fixed unlink() for array valued attributes
return value would not be a valid array when json encoded after unlink().

fixes #6065
2014-11-15 21:42:36 +01:00
cfe874607f fixed return type for redis simple strings
fixes #4745
2014-11-13 16:44:06 +01:00
f23ba6cbdc explicitly set the language for elasticsearch script
groovy is now always on in ES 1.3.0

fixes #5662
2014-11-13 15:39:36 +01:00
b7012ca935 Fixes #5799: yii\bootstrap\ButtonGroup::buttons can take all options that are supported by yii\bootstrap\Button 2014-11-12 14:54:03 -05:00
fly
d36bf9e8a8 Pass all the button's config array to Button::widget() instead of creating new one item by item. Now allowed to pass in ButtonGroup button's configs any possible attributes(like tagName, encodeLabel, etc). 2014-11-12 14:51:21 -05:00
1605905fc1 Fixed CCS for yii\authclient\widgets\AuthChoice does not loaded if popupMode disabled 2014-11-11 13:37:39 +02:00
cac70705b0 UPGRADE.md for 'mongodb' extension added 2014-11-08 14:14:14 +02:00
12f9180b40 Method 'oneWithModify' renamed to 'modify' at yii\mongodb\Query 2014-11-08 14:09:13 +02:00
214d41e08b Merge pull request #5971 from mongosoft/controller
No need to return from __construct
2014-11-07 20:23:44 -05:00
9553237777 No need to return from __construct 2014-11-08 01:41:01 +03:00