Commit Graph

5079 Commits

Author SHA1 Message Date
Paul Klimov
5ad6ba5c9e Fix from e719ff5 moved to yii\sphinx\Query 2014-12-23 18:39:52 +02:00
Paul Klimov
e719ff5854 yii\db\Query::queryScalar() fixed to use static when creating subquery 2014-12-23 18:17:17 +02:00
Kazylla Iwasaki
37349fc152 collect ja translation 2014-12-23 17:26:57 +09:00
artyhedgehog
4e5b3b043e Update QueryInterface.php
A back quote sign in docblock missed.
2014-12-22 11:14:16 +03:00
Carsten Brandt
8943a97671 Merge pull request #6608 from pana1990/6605-requirements
Fix #6605
2014-12-21 22:19:29 +01:00
pana1990
274b92b6a3 Fix #6605 2014-12-21 17:34:07 +01:00
Carsten Brandt
2081d0e80c Merge pull request #6587 from creocoder/yii-grid-action-column-php-doc
\yii\grid\ActionColumn better phpDoc.
2014-12-19 13:41:34 +01:00
Alexander Kochetov
9ee3627891 \yii\grid\ActionColumn better phpDoc. 2014-12-19 15:39:16 +03:00
Alexander Kochetov
98d4650f12 \yii\grid\ActionColumn better phpDoc. 2014-12-19 14:51:57 +03:00
Alexander Makarov
0e7652b67f Merge pull request #6584 from creocoder/yii-grid-action-column-incomplete-signature-fixes
\yii\grid\ActionColumn incomplete anonymous functions signature fix
2014-12-19 12:32:25 +03:00
Alexander Kochetov
267da3cc3f \yii\grid\ActionColumn incomplete anonymous functions signature fix. 2014-12-19 09:26:58 +03:00
Qiang Xue
03a9ed70b2 Fixes #6557: Link URLs generated by yii\widgets\Menu are not encoded 2014-12-17 22:08:20 -05:00
Carsten Brandt
eeb4e29d55 improve gridview phpdoc 2014-12-17 09:18:00 +01:00
Qiang Xue
b6be7111c6 Fixes #6488: Support changing yii\base\Theme::basePath during runtime 2014-12-16 23:29:52 -05:00
wenbin1989
2202ae6cb8 Fixes #6080: Oracle DB schema did not load column types correctly 2014-12-16 23:21:11 -05:00
Carsten Brandt
bbbeae95a1 fixed wrong bracket setting
introduced in bf206efc66
2014-12-17 00:30:58 +01:00
Alexander Makarov
bf206efc66 Fixes #6427: In case of invalid route web application now throws exception with "Page not found" instead of "Invalid Route" 2014-12-17 00:52:43 +03:00
Alexander Makarov
ab0033542b Fixes #6247: Logger and error handler are now using slightly less memory 2014-12-17 00:39:54 +03:00
Qiang Xue
58516ae8a9 Fixes #6434: Added yii\behaviors\SluggableBehavior::immutable to support keeping the generated slug unchanged 2014-12-15 22:19:09 -05:00
Eugine Terentev
4dd15a669f Adds immutable property fit SluggableBehavior fixes #6430 2014-12-15 22:02:49 -05:00
Qiang Xue
8956626845 Fixes #6518 [skip ci] 2014-12-14 19:06:18 -05:00
Qiang Xue
fa0a3aefae Fixes #6467: ActiveForm will scroll to the nearest visible element when the first error input is hidden 2014-12-13 19:53:18 -05:00
Carsten Brandt
23e51edfc6 use a monospace font in error details on exception page
better readability
2014-12-13 16:28:34 +01:00
Tobias Munk
bb4629dd2a require PHP mcrypt extension
eg. used in /var/www/app/vendor/yiisoft/yii2/base/Security.php at line 465
2014-12-12 19:21:44 +01:00
nabi
b76b85ac90 #4, Add new translation messages and translate that for fa-IR language.
Signed-off-by: nabi <nabikaz@gmail.com>
2014-12-11 21:49:34 +03:30
Serge Postrash
748007ce6a Fixes #6404: advanced application template Alert widget was generating duplicate IDs in case of multiple flashes 2014-12-10 00:08:10 +03:00
Qiang Xue
b16ac9a05a Fixes #6391 2014-12-08 22:36:32 -05:00
Qiang Xue
7881bba26c prepare for next release. 2014-12-07 11:46:05 -05:00
Qiang Xue
84b42abad0 prepare for 2.0.1 release 2014-12-07 11:42:41 -05:00
Qiang Xue
8809d422dc Fixes #5005: Added support to suppress loading the same CSS files in AJAX responses 2014-12-06 10:09:47 -05:00
Qiang Xue
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
Qiang Xue
7929ac6f25 Fixes #6381: Client-side file validation should be disabled if the browser does not support it 2014-12-06 08:54:43 -05:00
Tomek Romik
daddc61e7b Add File API detection to client file validator
Fixes #6345
2014-12-06 08:53:14 -05:00
Qiang Xue
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
Alexander Makarov
29ef5693d8 Added Ragazzo to CHANGELOG 2014-12-04 21:32:49 +03:00
Paul Klimov
4013b81d5a CHANGELOG enty about #4791 updated 2014-12-04 20:10:13 +02:00
Paul Klimov
e796d1fa27 Plain echo replaced by stdout() at yii\console\HelpController 2014-12-04 20:05:47 +02:00
Paul Klimov
a3af271edf Color output added to yii\console\MessageController and yii\console\AssetController 2014-12-04 19:58:23 +02:00
Paul Klimov
8632882312 Plain echo replaced by stdout() at yii\console\MessageController 2014-12-04 18:37:52 +02:00
Paul Klimov
19e79ad4b4 Plain echo replaced by stdout() at yii\console\AssetController 2014-12-04 18:27:45 +02:00
Paul Klimov
70ca76d4a3 Added yii\web\AssetConverter::$forceConvert 2014-12-04 17:47:21 +02:00
Qiang Xue
875e2c3acb Fixes #4395: Added $checkAjax parameter to yii\web\Response::redirect() to support default redirection behavior for AJAX/PJAX requests 2014-12-03 10:07:09 -05:00
Qiang Xue
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
Carsten Brandt
379319d144 updated german translation 2014-12-03 14:32:41 +01:00
Carsten Brandt
6e7dc26b38 added support for DateTimeImmutable to Formatter
fixes #5503
2014-12-02 04:23:26 +01:00
Nikola Basic
95586f243c Fixed docblock for htmlEncode and htmlDecode [skip ci] 2014-12-01 11:47:39 +01:00
Carsten Brandt
073982ab0a Update BaseActiveRecord.php
The exceptions thrown on error are db exceptions.
2014-11-30 21:02:43 +01:00
Carsten Brandt
58becaceab suppress warning thrown by IntlDateFormatter::parse()
Works around PHP Bug https://bugs.php.net/bug.php?id=68528

fixes #5962
2014-11-30 17:56:23 +01:00
Qiang Xue
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
Qiang Xue
83b0b3d480 Fixes #6311: Optimistic lock for ActiveRecord does not work as expected 2014-11-29 20:10:53 -05:00