c3de3450a7
Fixes #3939 : \yii\Inflector::slug() improvements:
...
- Added protected `\yii\Inflector::transliterate()` that could be replaced with custom translit implementation.
- Added proper tests for both intl-based slug and PHP fallback.
- Removed character maps for non-latin languages.
- Improved overall slug results.
- Added note about the fact that intl is required for non-latin languages to requirements checker.
2014-06-19 20:33:52 +04:00
24257e76c8
Fixes #3909 : Html::to() should not prefix base URL to URLs that already contain scheme
2014-06-17 15:41:01 -04:00
084819b84c
refactored file validator.
2014-06-14 16:21:59 -04:00
42643e3747
type validation adjusted
2014-06-14 12:42:12 +04:00
6b799d392d
Fixes #3358 : Removed automatic CSRF meta tag generation by View. Added Html::csrfMetaTags() and its call to main layout files
2014-06-13 10:04:48 -04:00
718d114828
file helper adjusted , upgrade notes added
2014-06-11 21:43:51 +04:00
efbd23b52e
refactored logger to support array values out of the box.
...
fixes #3245 , #3244
2014-06-09 14:58:36 +02:00
36e4930dcd
Fixes #3669 : added note about using ArrayHelper::getValue with objects
2014-06-09 01:34:11 +04:00
09e6a13e8f
Fixed tests
2014-06-08 12:14:42 +04:00
f8e05fbf4f
Improved yii\helpers\Inflector::slug to support more cases for Russian, Hebrew and special characters
2014-06-08 05:44:31 +04:00
44476d985e
Merge pull request #3479 from lynicidn/patch-4
...
fix #3478
2014-06-06 10:57:18 +03:00
44273f0790
Revert "Merge pull request #3445 from Alex-Code/getValue"
...
This reverts commit a5846fa26983c53b9e98f10902e648140c322164, reversing
changes made to 2a6e064acadc1e80a083cbc86e3182920662bbe5.
2014-06-01 00:14:44 +04:00
a5846fa269
Merge pull request #3445 from Alex-Code/getValue
...
Check if property is set
2014-05-31 13:07:59 +04:00
0b248dff81
Merge PR #3643 branch 'mime-types-from-apache' of github.com:yiisoft/yii2
...
* 'mime-types-from-apache' of github.com:yiisoft/yii2:
changelog
generated mimeType detection file from apache http mime.types file
Conflicts:
framework/CHANGELOG.md
2014-05-30 16:58:07 +02:00
e5713c8e12
generated mimeType detection file from apache http mime.types file
...
MimeTypeController generates a map of file extensions to MIME types
It uses `mime.types` file from apache http located under
http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=markup
This file has been placed in the public domain for unlimited
redistribution,
so we can use it and ship it with Yii.
see also yiisoft/yii#2851 and yiisoft/yii#2857
2014-05-30 15:54:51 +02:00
f19a97e308
Fix yii\helpers\FileHelper::copyDirectory() pattern not working
2014-05-30 14:50:11 +03:00
d7a251bbec
Removed unused imports, added missing phpdoc
2014-05-30 11:55:17 +06:00
c792e0d07f
Hotfix for #3597
2014-05-27 02:34:32 +03:00
3048fdf66f
Improve array support for "data" attribute in renderTagAttributes()
2014-05-26 23:14:42 +03:00
4de6e8c6b2
fix #3501 replace . when generating input ids
2014-05-25 18:51:06 +02:00
305e8cbdba
refactored Html.
2014-05-22 14:01:52 -04:00
5771dfc48e
Merge pull request #3529 from skotos/3522-normalizepath-current-path
...
#3522 normalizepath to allow current path
2014-05-21 19:43:41 -04:00
330f4609bf
Implemented qiangxue's solution as it is much simpler.
2014-05-22 08:23:26 +10:00
0aff05850c
Merge branch 'patch-4' of github.com:kartik-v/yii2 into kartik-v-patch-4
...
Conflicts:
framework/CHANGELOG.md
2014-05-21 14:46:58 -04:00
16f279ebe3
Fix #3472 : Configurable option to encode spaces in dropdowns
2014-05-22 00:06:06 +05:30
39265da4f5
Code style fix & CHANGELOG typo fix for bug #3522
2014-05-21 22:24:49 +10:00
be89ff97d3
fixed normalizePath to keep a '.' path when necessary.
2014-05-21 20:55:52 +10:00
1abd0ab486
Fix #3472 : Configurable option to encode spaces in dropdowns
2014-05-20 23:53:37 +05:30
0e40dfdd6e
Fix #3472 : Configurable option to encode spaces in dropdowns
2014-05-20 23:42:49 +05:30
be164e45db
Handle invalid code sequences in Html::encode()
2014-05-20 15:44:23 +02:00
2b26dd3285
Improved doc [skip ci]
2014-05-20 08:34:28 -04:00
0ed190e995
Fix #3472 : Configurable option to encode spaces in dropdowns
2014-05-19 21:32:13 +05:30
6f3ffae7d6
Merge branch 'master' of github.com:yiisoft/yii2 into 3232-var-export
2014-05-19 18:34:07 +03:00
8d0fb916c0
VarDumper::exportAsString() removed
2014-05-19 18:33:49 +03:00
3cbf1adbae
guide WIP [skip ci]
2014-05-18 19:51:44 -04:00
18d1de61fe
fix #3478
...
it correct work with integer keys of list
2014-05-15 06:46:32 +04:00
274828839b
Check if property is set
...
```getValue``` didn't check if the property on an object exists so wouldn't return the default value.
2014-05-12 16:31:44 +01:00
e11ecad1ce
Object handling at BaseVarDumper::export() reworked
2014-05-09 15:32:09 +03:00
3469b47114
Issue #3232 added to CHANGELOG
2014-05-09 14:54:46 +03:00
b94b18337b
Doc comments for BaseVarDumper::export() added
2014-05-09 14:51:57 +03:00
7c69c9141c
BaseVarDumper::export() added
2014-05-09 14:47:57 +03:00
d6f6b7b6f2
guide WIP [skip ci]
2014-05-08 20:40:40 -04:00
6099e85160
HHVM compatibility Fixes for Yii 2 Console Application
2014-05-06 01:18:37 -05:00
5ea81a91c9
Fixed document for multisort in BaseArrayHelper
...
Fixed
2014-05-05 16:33:08 +08:00
a4c644d3a3
Fixes #3325 : fixed generated markup for conditional comments
...
No changelog line since feature was introduced after beta
2014-05-02 15:29:26 +04:00
a620342315
Adjusted phpdoc, tests and changelog for StringHelper::truncate and StringHelper::truncateWords
2014-04-29 18:23:48 +04:00
8d18d722b2
Merge branch 'stringhelper-truncate' of github.com:Alex-Code/yii2 into Alex-Code-stringhelper-truncate
...
Conflicts:
framework/CHANGELOG.md
2014-04-29 18:03:44 +04:00
4fcd5003de
Fixes #2906 : Added support for using conditional comments for js and css files registered through asset bundles and Html helper
2014-04-26 20:25:48 -04:00
4f9e4e2c78
ensure assetmanager and baseurl to handle relative urls correctly
2014-04-25 04:06:07 +02:00
78a8694eb5
file helper did not preserve relative paths
2014-04-25 04:06:07 +02:00