Commit Graph

2962 Commits

Author SHA1 Message Date
Carsten Brandt
0cfd41a21a let application exit with code 1 on error/exception in console
fixes #2233
2014-01-31 15:01:05 +01:00
Qiang Xue
ff521fd7e0 updated pjax doc. 2014-01-30 22:38:42 -05:00
Qiang Xue
07c7236bc7 GridView filter now works with Pjax. 2014-01-30 22:04:47 -05:00
Qiang Xue
e63a82471d Added Pjax::scrollTo. 2014-01-30 21:12:39 -05:00
Qiang Xue
2b507253aa Merge pull request #2225 from thiagotalma/master
Allow to set an attribute as the value of the cell, unlike the column attribute
2014-01-30 13:36:44 -08:00
Paul Klimov
04f381eba0 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-30 23:12:17 +02:00
Qiang Xue
afefcd6ebe support form submission by pjax. 2014-01-30 16:04:31 -05:00
Qiang Xue
1367a7b560 update pjax plugin to 1.8.0 2014-01-30 16:03:39 -05:00
Paul Klimov
518954dafe Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-30 23:03:05 +02:00
Thiago Talma
8c49dabb1b Change condition 2014-01-30 17:04:16 -02:00
Thiago Talma
5a2323346d Test if value is instance of \Closure 2014-01-30 17:01:26 -02:00
Thiago Talma
f906b3a10b Adjust doc 2014-01-30 16:02:24 -02:00
Thiago Talma
a35fcbbf92 Adjust tab as space 2014-01-30 15:56:44 -02:00
Thiago Talma
632a537ab8 Allow to set an attribute as the value of the cell, unlike the column attribute. 2014-01-30 15:51:09 -02:00
Asetss
7e94383bd3 kazakh language 2014-01-30 16:09:48 +04:00
Carsten Brandt
64c238a2d9 doc note about forms in pjax, fixes #2214 2014-01-30 09:11:03 +01:00
Qiang Xue
8e11629a65 Fixes #2160: SphinxQL does not support OFFSET
Improved `QueryBuilder::buildLimit()` to support big numbers
2014-01-29 22:42:56 -05:00
Qiang Xue
d53f4dd9ea Fixes #2139: error found while sending response is not displayed. 2014-01-29 21:35:07 -05:00
Qiang Xue
2046563849 Revert "Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block"
This reverts commit 7ae4695d0c.
2014-01-29 20:33:24 -05:00
Qiang Xue
7ae4695d0c Fixes #1856: The default CSS class for hint generated by ActiveField is changed to help-block 2014-01-29 18:39:07 -05:00
Qiang Xue
f5e1fbc532 Fixes #2212: yii\gridview\DataColumn generates incorrect labels when used with nosql DB and there is no data 2014-01-29 18:09:58 -05:00
Qiang Xue
823227fce3 Added Pjax::timeout and clientOptions. 2014-01-29 16:38:34 -05:00
Qiang Xue
f5f5538df8 Reverted the change to gridview regarding filter submission. 2014-01-29 16:15:10 -05:00
Qiang Xue
8ecceb395f Fixes #2210: Mysql driver will now treat tinyint(1) as integer instead of boolean 2014-01-29 13:54:17 -05:00
Alexander Makarov
62290c130f Merge pull request #2205 from Haran/latvian-translation
Latvian translation
2014-01-29 04:18:48 -08:00
Shader
749b2dc7f8 Latvian translation 2014-01-29 13:57:21 +02:00
Carsten Brandt
5c26f01f84 fixed doc links 2014-01-29 12:22:30 +01:00
Qiang Xue
c35359e31f Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 23:27:47 -05:00
Qiang Xue
6bc4a8cf94 Fixes #706: Added yii\widgets\Pjax and enhanced GridView to work with Pjax to support AJAX-update 2014-01-28 23:27:24 -05:00
Qiang Xue
197bf52a0f Use a hidden link to support grid filtering. 2014-01-28 23:07:48 -05:00
Qiang Xue
4433a67f8e Added yii\web\View::clear() 2014-01-28 22:06:22 -05:00
Carsten Brandt
a7459c6aa2 updated readmes 2014-01-29 02:34:59 +01:00
Carsten Brandt
3519c14e60 throw exceptions in case of invalid response content
fixes #1842
2014-01-29 00:59:41 +01:00
Qiang Xue
6ab97d92cd pjax WIP 2014-01-28 16:19:18 -05:00
Qiang Xue
91be6e9e2b added changelog. 2014-01-28 14:08:11 -05:00
Qiang Xue
7f882d3a39 Merge branch 'master' of git://github.com/yiisoft/yii2 2014-01-28 14:03:45 -05:00
Qiang Xue
02b908bd9c Fixes #938: added yii\web\View::renderAjax and yii\web\Controller::renderAjax. 2014-01-28 14:03:39 -05:00
Carsten Brandt
32b9f87bdf removed id property from Block widget
fixes #2196
2014-01-28 18:05:47 +01:00
Carsten Brandt
f26dcafbed Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Added `yii\web\View::POS_LOAD`
2014-01-28 18:03:16 +01:00
Carsten Brandt
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
Qiang Xue
861c2b2f9c Added yii\web\View::POS_LOAD 2014-01-28 11:21:15 -05:00
Carsten Brandt
e2b34f2c63 updated outdated docs 2014-01-28 15:30:43 +01:00
Carsten Brandt
e27c3872ed doc improvements 2014-01-28 15:17:11 +01:00
Carsten Brandt
f93054a486 fixed possible problem with realpath and false value
realpath(false) = current working directory.
This can cause problems with getAlias() which returns false.

see yiisoft/yii#3113
2014-01-28 14:28:39 +01:00
Alexander Makarov
208d5eaca7 Fixes #2195 2014-01-28 16:44:08 +04:00
Carsten Brandt
296fc72d63 more clear docs about html options
fixes yiisoft/yii#2844
2014-01-28 11:40:19 +01:00
Carsten Brandt
f9dee9c951 Fixed an issue with Filehelper and not accessable directories
which resulted in endless loop

http://www.yiiframework.com/forum/index.php/topic/50982-cfilehelper-bug-security-flaw/
2014-01-28 11:09:41 +01:00
Alexander Makarov
f1a674b921 Added yii\web\Request::get($name = null, $defaultValue = null) and yii\web\Request::post($name = null, $defaultValue = null) 2014-01-28 14:02:03 +04:00
Alexander Makarov
8c7ae47e58 Merge pull request #2181 from cebe/request-body-default-post-params
removed getPostParam() from Request, body is $_POST by default
2014-01-28 01:53:56 -08:00
Qiang Xue
df52510f88 fixed potential problem about using unset variables.
CS fix.
2014-01-27 21:06:36 -05:00