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 |
|
Qiang Xue
|
cd898c1b41
|
Merge pull request #3558 from creocoder/range-validator-js-enh
[WIP] Additional RangeValidator fixes
|
2014-05-23 09:42:12 -04:00 |
|
Alexander Kochetov
|
12a143bdac
|
RangeValidator client side type conversion to array
|
2014-05-23 15:30:37 +04:00 |
|
Alexander Kochetov
|
a4e8829717
|
Additional RangeValidator fixes
|
2014-05-23 15:26:09 +04:00 |
|
Carsten Brandt
|
020960380b
|
added example to ActionColumn
|
2014-05-23 13:10:06 +02:00 |
|
Alexander Kochetov
|
b1ba2439a6
|
[WIP] Additional RangeValidator fixes
|
2014-05-23 01:56:51 +04:00 |
|
Qiang Xue
|
431d8864f9
|
refactored RangeValidator.
|
2014-05-22 16:32:00 -04:00 |
|
Qiang Xue
|
10889474dd
|
Merge pull request #3549 from creocoder/range-validator-enh
Improve `in` validator to properly support array attributes.
|
2014-05-22 14:20:38 -04:00 |
|
Qiang Xue
|
305e8cbdba
|
refactored Html.
|
2014-05-22 14:01:52 -04:00 |
|
Alexander Kochetov
|
ca4a228b55
|
RangeValidator bugfix
|
2014-05-22 21:29:18 +04:00 |
|
Alexander Kochetov
|
d479f31748
|
CHANGELOG
|
2014-05-22 20:05:38 +04:00 |
|
Alexander Kochetov
|
3de8630fd3
|
Code readability fix
|
2014-05-22 20:05:25 +04:00 |
|
MDMunir
|
ff4307bede
|
Merge pull request #2 from yiisoft/master
merge
|
2014-05-22 21:56:02 +07:00 |
|
MDMunir
|
8f8ec23d52
|
Log for pull request #3544
|
2014-05-22 21:15:44 +07:00 |
|
Qiang Xue
|
9fcd4f2469
|
Fixed allowance for ratelimiter. [skip ci]
|
2014-05-22 10:04:13 -04:00 |
|
MDMunir
|
f55a59a2b9
|
Update CHANGELOG.md
|
2014-05-22 20:55:58 +07:00 |
|
Alexander Kochetov
|
af09fe16df
|
Improve in validator to properly support array attributes.
|
2014-05-22 17:51:17 +04:00 |
|
Qiang Xue
|
cbf27d1458
|
Fixes #3548: Fixed the bug that X-Rate-Limit-Remaining header is always zero when using RateLimiter
|
2014-05-22 09:35:53 -04:00 |
|
MDMunir
|
53e193049f
|
Add $key to function parameter
I think it's better to enclose `$key` as function parameter.
|
2014-05-22 17:57:30 +07:00 |
|
artur
|
5a1702e77c
|
Refactor
|
2014-05-22 13:40:55 +03:00 |
|
artur
|
94e2f7fc1e
|
Merge branch 'master' of github.com:yiisoft/yii2
|
2014-05-22 13:25:47 +03:00 |
|
artur
|
6c25675d7e
|
Changed param name
|
2014-05-22 10:18:06 +03:00 |
|
artur
|
e860f218cf
|
Add param for configuring rendering result with one page
|
2014-05-22 03:01:58 +03:00 |
|
Qiang Xue
|
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 |
|