270 Commits

Author SHA1 Message Date
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
119f0f0172 Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2:
  Refactored filter error display for GridView.
  Fixes #3008: Added `Html::errorSummary()`
2014-04-23 03:25:44 +02:00
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00
c15aceb094 Refactored filter error display for GridView. 2014-04-22 20:46:23 -04:00
7ca1be3504 Fixes #3008: Added Html::errorSummary() 2014-04-22 19:55:13 -04:00
ca6583a045 Update BaseStringHelper.php 2014-04-22 10:01:03 +01:00
ab218addda Fixes #2563: Theming is not working if the path map of the theme contains ".." or "." in the paths 2014-04-18 15:13:50 -04:00
c7c708d454 Removed unused imports 2014-04-17 15:35:09 +04:00
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
b1f4d5d4bf allow . in input name 2014-04-11 13:37:31 +02:00