Commit Graph

5735 Commits

Author SHA1 Message Date
Carsten Brandt
cd0093f7bd rework grid/list/detail view guide and docs 2015-03-06 07:43:00 +01:00
Carsten Brandt
fc0d322e12 Updated dependency to cebe/markdown to version 1.0.x. 2015-03-06 06:50:07 +01:00
Carsten Brandt
08e0143c16 created Console::wrapText() to imrove console help output on small screens 2015-03-05 21:19:42 +01:00
callmez
f60da03e07 Fixes #7562, fixes #6841: yii help now lists all sub-commands by default 2015-03-05 19:17:22 +03:00
SilverFire
12fe0c7b85 Fixes #7488: Added StringHelper::explode to perform explode with trimming and skipping of empty elements 2015-03-05 19:10:38 +03:00
Carsten Brandt
624db0e678 updated Component::__isset() docs
close #7587
2015-03-05 14:57:29 +01:00
Brandon Kelly
6d2bc06bf4 Corrected the Component::__isset() docs
__isset() returns true if the property is set; not if it's null.
2015-03-05 14:51:54 +01:00
Carsten Brandt
1945738c8d improved and fixed Html helper and ActiveField phpdoc
fixes #7560
2015-03-04 03:51:00 +01:00
Alexander Makarov
0eecb6ab1e Fixes #7529: Fixed yii\web\Response::sendContentAsFile() that was broken in 2.0.3 2015-03-04 00:41:44 +03:00
lynicidn
1a81211a9a Update AssetManager #7535
#7535
2015-03-03 09:39:27 +03:00
Vasileios Lourdas
3f74319e26 Minor updates to Greek language. 2015-03-01 18:39:57 +02:00
Qiang Xue
82c1136613 prepare for next release. 2015-03-01 01:24:14 -05:00
Qiang Xue
985119350b 2.0.3 release. 2015-03-01 01:22:44 -05:00
Carsten Brandt
2aace3714c minor adjustments 2015-03-01 01:24:28 +01:00
Artem Belov
81bcd116a8 Added "submenuTemplate" property for "items" config in Menu widget
fixes #5681
close #5897
2015-03-01 00:33:00 +01:00
Alexander Makarov
d7346cbfaf Used PHP_OS instead of php_uname() to check for Linix 2015-03-01 02:31:13 +03:00
Brandon Kelly
7a37c47bb2 Fixed #7150 - support ICU single quote syntaxes
- When converting an ICU date/time format to PHP, text within single quotes will be replaced with backslashes in front of each character (the PHP date() method for escaping text), and double-single quotes will be replaced with single quotes.
- When converting an ICU date/time format to jQuery UI, text  within single quotes, and double-single quotes, will each be preserved (rather than parsed for date/time format symbols), as jQuery UI uses the same text escaping and single quote syntax as ICU.
- Add support for '' within 'escaped text' E.g. 'o''clock'

close #7151
2015-03-01 00:02:35 +01:00
Alexander Kochetov
29f5dc37a5 Correct phpDoc for return in several cases
close #6733
2015-02-28 23:49:16 +01:00
Carsten Brandt
ba6bce4e2d fixed DateValidator to work with multibyte strings
fixes #6835
2015-02-28 23:45:17 +01:00
Yoyon Cahyono
8b5e16ed56 compare position at which date value parsing ended with its string length to ensure validation when using php intl extension to parse date value
- fixes #6553
- Add additional testValidateAttributeICUFormat() test case using "2012-12-12foo" for "yyyy-MM-dd" date format
- close #6835
2015-02-28 23:33:17 +01:00
Pavel
5ed412495e Added dot symbol to Html::getInputId()
close #7209
2015-02-28 23:15:34 +01:00
Carsten Brandt
95cdd0905d fix case in asDatetime method references
close #7095
2015-02-28 23:09:10 +01:00
Nikolay Bogolubov
2e414632be fix EmailValidator - added unit tests
close #7183
fixes #7172
2015-02-28 23:04:12 +01:00
Alexander Makarov
4fffd8fcef Prevented Security from erroring in case of /dev/urandom or /dev/random aren't available 2015-02-28 23:04:19 +03:00
Carsten Brandt
68f78f25e0 Update CHANGELOG.md
fixed typo in issue number, 796a0e6156
2015-02-27 22:11:03 +01:00
Carsten Brandt
da50920ac8 improved wording in TimestampBehavior 2015-02-27 21:25:49 +01:00
Carsten Brandt
e742ba0ea1 updated docs about timestamp and refresh
fixes #7484
2015-02-27 11:31:45 +01:00
Qiang Xue
94564cd766 minor fix [skip ci] 2015-02-26 21:45:57 -05:00
Qiang Xue
0eb27981cd Fixes #7440: Added support to automatically set the maxlength attribute for Html::activeTextInput() 2015-02-26 21:45:02 -05:00
Leonardo Tietböhl
7f73d6a525 Use getAttributeName() 2015-02-26 21:25:33 -05:00
Leonardo Tietböhl
cdfd73a9ff Add maxlength option to activeTextInput
Issue [#7440](https://github.com/yiisoft/yii2/issues/7440)
2015-02-26 21:25:33 -05:00
Qiang Xue
f57a517f6d Fixes #7449: Added encode option to allow not encoding select options for Html::dropDownList() and Html::listBox() 2015-02-26 21:24:46 -05:00
Anton Ivanov
9a52aab0f1 Enh #7449: yii\helpers\Html::dropDownList() and yii\helpers\Html::listBox() now supports Unicode characters in option text (yapi68) 2015-02-26 21:09:33 -05:00
Carsten Brandt
30e45a4aea improve documentation about uncheck and unselect in activefield
fixes #7465
2015-02-26 19:06:51 +01:00
Carsten Brandt
e83b479dfb improved validator documentation
fixes #7472
2015-02-26 18:40:13 +01:00
Alexander Makarov
61b28b137c Merge pull request #7447 from yiisoft/log-db-target-timestamp
Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget`
2015-02-26 13:02:21 +03:00
Qiang Xue
5a63ae324e Fixes #7211: Query caching should properly deal with the case when query result is false 2015-02-25 23:06:42 -05:00
Alexander Makarov
796a0e6156 Fixes #7383: Fix precision loss in log timestamps when using yii\log\DBTarget 2015-02-26 04:11:27 +03:00
Alexander Makarov
7d0173db80 Added CHANGELOG 2015-02-26 02:48:18 +03:00
Alexander Makarov
187322052d Fixed converting double to PHP type 2015-02-26 02:37:47 +03:00
Alexander Makarov
c0e448bacb Changed CUBRID type for Double 2015-02-26 02:28:59 +03:00
Alexander Makarov
5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 2015-02-25 16:01:37 +03:00
Amir Basiri
b65006a469 Fixes #7438: Changed the Farsi messages directory name to be generalized 2015-02-25 13:31:31 +03:00
Qiang Xue
0f79732b8a Fixes #7425: yii\widgets\ActiveField::radio() should not generate the label twice 2015-02-24 21:37:01 -05:00
justinvoelker
f2523cb5d7 Update ActiveField.php
Update radio() to set $options['label'] to null rather than using unset. Fixes issue #7425.
2015-02-24 21:35:19 -05:00
Carsten Brandt
2897257ec1 fixed wrong docs about loadDefaultValues() and init()
fixes #7373
2015-02-24 20:51:47 +01:00
Alexander Makarov
7721baae1f Used StringHelper for byte operations 2015-02-24 19:20:28 +03:00
Alexander Makarov
94d6e139b9 Added more info to UPGRADE 2015-02-24 17:27:06 +03:00
Alexander Makarov
f7f838e9d0 Added upgrade not about Security 2015-02-24 15:49:09 +03:00
Carsten Brandt
89d1e55f91 phpdoc fix, close #7404 2015-02-24 13:26:01 +01:00