|
49961c4896
|
change Console::confirm() output to use stdout
|
2014-10-22 23:21:39 +02:00 |
|
|
b560c9bc90
|
Fixes #4457: Added support for using noscript for css files registered through asset bundles and Html helper
|
2014-10-19 19:30:38 +04:00 |
|
|
48ec791e4a
|
Fixes #5587: json_encode is now used with JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE where it makes sense, also it is now default for Json::encode()
|
2014-10-19 18:50:46 +04:00 |
|
|
be2828d593
|
Fixes #5484: Fixed potential string suffix detection failure on 5.5.11
|
2014-10-11 09:35:55 -04:00 |
|
|
3e3948d8ea
|
fix breaking changes in markdown for console and API
API is not finished.
issue #5082
|
2014-10-10 19:40:53 +02:00 |
|
|
03b88dd618
|
Fixes #5424: Html::addCssStyle() wasn't correctly setting style passed in array
|
2014-10-08 14:39:13 +04:00 |
|
|
ef127f6855
|
Fixes #5316: Added startsWith() and endsWith() to yii\helpers\StringHelper . Methods are binary-safe, multibyte-safe and optionally case-insensitive
|
2014-10-05 13:58:56 +04:00 |
|
|
bf97adbf64
|
Expand abnormally used ternary operator to if
|
2014-10-01 12:25:08 +02:00 |
|
|
2eda2725d0
|
Fixes #5164: Added Inlfector::$transliterator that can be used to customize intl transliteration
|
2014-09-24 23:55:55 +04:00 |
|
|
93496bf8fd
|
Fixes #5058: yii\helpers\Html::activeCheckbox() and activeRadio() will generate labels by default using the corresponding attribute labels
|
2014-09-18 12:15:54 -04:00 |
|
|
ef2f6a0887
|
Merge pull request #5027 from yiisoft/date-format-convert
[WIP] extracted date format converting to a helper class
|
2014-09-17 18:42:35 +02:00 |
|
|
074c1f6c53
|
Merge branch 'master' into new-asset
Conflicts:
apps/basic/composer.json
composer.json
|
2014-09-16 20:03:53 -04:00 |
|
|
3ff548a442
|
Refactored DateValidator to support ICU format
|
2014-09-16 22:53:12 +02:00 |
|
|
be655d4f39
|
extracted date format converting to a helper class
adding and reworking the conversion of:
- ICU to PHP
- PHP to ICU
- ICU to JUI
- PHP to JUI
|
2014-09-16 19:48:52 +02:00 |
|
|
443779d693
|
Merge commit '81c3c48c53d5087be681fc5472a837bc4660ca12' into console-gii
Conflicts:
framework/console/controllers/HelpController.php
|
2014-09-14 14:22:43 -04:00 |
|
|
6a9b3c7774
|
Finished console Gii.
|
2014-09-14 14:15:16 -04:00 |
|
|
b835422479
|
Fixes #4897: Added `yii\helpers\FileHelper::mimeMagicFile
|
2014-09-10 14:17:16 -04:00 |
|
|
ed251d8993
|
Html::button() type is button by default
|
2014-09-09 23:32:00 +04:00 |
|
|
fadfdf690a
|
Refactored help system. [skip ci]
|
2014-09-04 19:47:52 -04:00 |
|
|
61284ed405
|
Fixes #3910: Removed the container option from Html::checkbox() and Html::radio()
|
2014-09-04 14:36:30 -04:00 |
|
|
f51a263570
|
new asset management WIP
|
2014-08-27 16:44:00 -04:00 |
|
|
3786440288
|
Fixes #4762: Reverted automatic ID fix.
|
2014-08-25 17:05:14 -04:00 |
|
|
0bf16497af
|
Convert 'caseless' option into 'caseSensitive' option at yii\helpers\BaseFileHelper::findFiles()
|
2014-08-19 17:33:11 +03:00 |
|
|
6461523aca
|
Added 'caseless' option to yii\helpers\BaseFileHelper::findFiles()
|
2014-08-19 14:52:56 +03:00 |
|
|
9b6f84ca58
|
BaseHtmlPurifier config can now be a closure
`$config` can now be a closure that will have the `$configInstance` passed as the first param.
updated docs.
close #4656
|
2014-08-12 00:33:29 +02:00 |
|
|
7728274ce6
|
Fixes #4122: Html::error() and Html::errorSummary() are now accepting encode option. If set to false it prevents encoding of error messages
|
2014-08-12 02:13:34 +04:00 |
|
|
1c3e61ec26
|
Fixes #4591: yii\helpers\Url::to() will no longer prefix relative URLs with the base URL
|
2014-08-05 11:06:54 -04:00 |
|
|
91e0a3c8ee
|
fix typo in define $flavors['gfm-comment']
fix typo Markdown->GithubMarkdown in $flavors['gfm-comment']
|
2014-08-03 21:42:38 +04:00 |
|
|
7af92173b1
|
length arg of byteSubstr is now optional
|
2014-07-30 13:29:01 +02:00 |
|
|
cde71f4318
|
Added encoding to StringHelper::byteSubst() fallback
|
2014-07-30 15:11:20 +04:00 |
|
|
94dc27a30e
|
Fixes #4497: Bad Request, Unable to verify your data submission
|
2014-07-30 09:37:03 +02:00 |
|
|
3a1e0f3a5c
|
property codestyle framework
|
2014-07-30 00:21:31 +02:00 |
|
|
1c414caace
|
Improved checks where substr_compare is used, replaced more substr + comapre cases with substr_compare
|
2014-07-30 02:15:08 +04:00 |
|
|
77e4a80edc
|
Removed unused code
|
2014-07-25 17:34:16 +04:00 |
|
|
0edd8bc65a
|
Fixed missing and incorrect phpdoc
|
2014-07-25 17:26:35 +04:00 |
|
|
07f01bcf2b
|
Used substr_compare instead of substr when we don't care about result
|
2014-07-23 16:37:49 +04:00 |
|
|
92c64994cd
|
Improved strtr calls
|
2014-07-23 16:19:28 +04:00 |
|
|
e17e99d332
|
Fixes #3887
|
2014-07-22 19:35:44 +04:00 |
|
|
6a6caf717b
|
dropDownList encodeSpaces for subgroups
fixes #4105, close #4376
|
2014-07-20 22:11:15 +02:00 |
|
|
e5a87af234
|
Fixes #4331: yii\helpers\Url now uses UrlManager to determine base URL when generating URLs
|
2014-07-17 21:51:37 -04:00 |
|
|
61b627a6fc
|
Fixes #4318: yii\helpers\Html::ul() and ol() will return an empty list tag if an empty item array is given
|
2014-07-16 21:49:35 -04:00 |
|
|
502c5891a1
|
Fixes #4205 [skip ci]
|
2014-07-04 22:07:16 -04:00 |
|
|
b96be063da
|
Merge branch 'feature/issue-1160'
|
2014-07-03 15:35:36 +02:00 |
|
|
8666504a4f
|
fixed typo [skip ci]
|
2014-07-03 15:34:34 +02:00 |
|
|
a799eeb9ce
|
code style
|
2014-07-03 01:57:22 +02:00 |
|
|
7c04ff048f
|
moved functionality to behavior, added tests
|
2014-07-03 00:05:48 +02:00 |
|
|
3fc4d5ebc9
|
fixes #1160
|
2014-07-01 23:20:35 +02:00 |
|
|
74843ccbf4
|
make fileinfo optional requirement
|
2014-06-30 11:31:15 +02:00 |
|
|
648b9b70f5
|
Merge pull request #4089 from klimov-paul/87-security-component-3
Fix #87: security helper converted into component and improved
|
2014-06-29 00:04:03 +03:00 |
|
|
9bc8c3304b
|
https://github.com/yiisoft/yii2/pull/4091#discussion_r14296860
|
2014-06-27 21:07:12 +06:00 |
|