Commit Graph

3974 Commits

Author SHA1 Message Date
Carsten Brandt
949fe449cc Merge pull request #3607 from Ragazzo/limit_feature_for_migrations
limit applied to migration
2014-05-29 19:41:22 +02:00
Mark
09eb9a3619 CHANGELOG line added 2014-05-29 18:22:16 +04:00
makroxyz
1a95df09ac Update yii.php 2014-05-29 11:30:57 +02:00
Klimov Paul
9e320dafc6 Doc comments for the 'mutex' classes extended 2014-05-29 11:43:23 +03:00
zqrt
ff042196f3 Fix Arabic translation 2014-05-29 00:46:42 +03:00
Qiang Xue
d1ab9f72ae Finished application guide [skip ci] 2014-05-28 13:40:41 -04:00
Qiang Xue
0174caf424 Fixed hashKey [skip ci] 2014-05-28 10:18:35 -04:00
Mark
1414f9ab6b limit condition changed 2014-05-28 18:06:11 +04:00
Qiang Xue
7f7546485d Fixes #3601: Fixed the bug that the refresh URL was not generated correctly by Captcha 2014-05-28 09:55:44 -04:00
Qiang Xue
5210573622 guide WIP [skip ci] 2014-05-28 08:44:39 -04:00
Klimov Paul
0267d55c50 CHANGELOG.md updated 2014-05-28 13:09:38 +03:00
Klimov Paul
8ac309849d Url encoding for the route param added 2014-05-28 13:07:33 +03:00
Sergey Gonimar
9b31870286 Fix ErrorHandler 2014-05-28 12:34:05 +06:00
Mark
d229cb8206 limit applied to migration 2014-05-27 18:36:41 +04:00
armab
c792e0d07f Hotfix for #3597 2014-05-27 02:34:32 +03:00
Qiang Xue
f23b7ac57e Fixes #3564 2014-05-26 19:12:56 -04:00
armab
25c95045cd Add #3597 to CHANGELOG.md 2014-05-26 23:51:29 +03:00
armab
3048fdf66f Improve array support for "data" attribute in renderTagAttributes() 2014-05-26 23:14:42 +03:00
Carsten Brandt
c8f6baf5ba Update Response.php
typo
2014-05-26 17:23:11 +02:00
Andrey Smirnov
4bdaa09da0 Update CHANGELOG.md 2014-05-26 17:01:09 +04:00
Andrey Smirnov
b470ee0da7 Update CHANGELOG.md 2014-05-26 16:17:07 +04:00
Andrey Smirnov
1aeb306d00 Fix incomplete obsolete filling in i18n db extractor
Obsolete keys searching isn't work when we have serveral categories for tranlation with DbMessageSource. Obsolete array filled with last message category only, because it'll always overwritten.
2014-05-26 15:33:37 +04:00
Paweł 'Zibi' Zaremba
b1cf051a73 Adding rotateByCopy to yii\log\FileTarget #3562 2014-05-26 10:25:15 +02:00
Carsten Brandt
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
Alexander Makarov
d9a3f39941 Merge branch 'master'
Conflicts:
	framework/CHANGELOG.md
2014-05-25 22:52:46 +04:00
Carsten Brandt
ee2b968b7f fixed argument display in errorHandler 2014-05-25 20:30:26 +02:00
Carsten Brandt
18190b7348 fixes #3473, allow precision in pgsql abstract timestamp 2014-05-25 19:20:57 +02:00
Carsten Brandt
4de6e8c6b2 fix #3501 replace . when generating input ids 2014-05-25 18:51:06 +02:00
Carsten Brandt
6fd25815ba added more types to pgsql schema, better detection
fixes #3578
2014-05-25 10:21:23 +02:00
Alexander Makarov
c11ca0873d Fixed asset controller tests 2014-05-25 04:11:41 +04:00
Alexander Makarov
1122da950c Adjustments according to comments on #3575 2014-05-25 03:49:15 +04:00
Alexander Makarov
d84898a73d Fixes #2898: yii\console\controllers\AssetController is now using hashes instead of timestamps 2014-05-24 18:39:22 +04:00
Alexander Makarov
8ee7f5d7dc Merge branch 'origin/master' 2014-05-24 18:16:51 +04:00
Alexander Makarov
e682909096 Fixed changelog 2014-05-24 18:16:08 +04:00
Alexander Makarov
07f30cb04c Fixes #3542: Removed requirement to specify extensions in application config 2014-05-24 18:11:59 +04:00
Qiang Xue
50c6b690dd updated upgrade info [skip ci] 2014-05-24 09:12:39 -04:00
Qiang Xue
3372785976 Merge pull request #3544 from MDMunir/patch-1
Add $key to function parameter
2014-05-24 09:08:16 -04:00
Andrea Panattoni
433110e22e Changelog updated 2014-05-24 14:54:54 +02:00
zeeke
5174ea6dfb SQLite support for disable integrity check
This is a porting from yii framework version 1.
I need it to run functional tests with fixtures.
2014-05-24 14:19:11 +02:00
Leandro Gehlen
7df876c80e Updated pt-BR translation 2014-05-23 17:13:27 -03:00
Qiang Xue
313437f3c0 Fixes #3284: Added support for checking multiple ETags by yii\filters\HttpCache. 2014-05-23 15:53:49 -04:00
Qiang Xue
05525f1810 Merge pull request #3569 from creocoder/range-validator-typo-fix
RangeValidator typo fix
2014-05-23 15:42:08 -04:00
Carsten Brandt
12a0a4eb35 another @see 2014-05-23 19:19:17 +02:00
Carsten Brandt
44d7d5fdd8 fixed wrong usage of @see 2014-05-23 19:18:25 +02:00
Carsten Brandt
e899406494 improved docs about application and module namespace
fixes #3539
2014-05-23 19:14:36 +02:00
Alexander Kochetov
d3dd1352b9 RangeValidator typo fix 2014-05-23 20:06:56 +04:00
Qiang Xue
6d4196d3bf #3521: Added yii\filters\HttpCache::sessionCacheLimiter 2014-05-23 12:03:27 -04:00
Carsten Brandt
b7e493fca0 Tabs to spaces to be consistent
```
vendor/bin/indent --spaces -r framework/
vendor/bin/indent --tabs -r . --pattern=*.json
vendor/bin/indent --spaces -r . --pattern=*.md
vendor/bin/indent --spaces -r . --pattern=yii.*.js
vendor/bin/indent --spaces -r . --pattern=*.css
```
2014-05-23 16:58:21 +02:00
Qiang Xue
f5dbd9a084 Fixes #3564: Fixed the bug that primary key columns should not take default values from schema 2014-05-23 10:35:20 -04:00
Qiang Xue
6e7713ec13 Fixes #3567: Fixed the bug that smallint was treated as string for PostgreSQL 2014-05-23 10:25:16 -04:00