Commit Graph

7316 Commits

Author SHA1 Message Date
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
6647709113 generate PDF file chapters from README.md structure 2014-05-26 18:36:44 +02:00
Carsten Brandt
d52299baa2 first approach to a PDF guide 2014-05-26 18:05:40 +02:00
Carsten Brandt
c8f6baf5ba Update Response.php
typo
2014-05-26 17:23:11 +02:00
Alexander Makarov
4b7191be85 Merge pull request #3591 from advsm/patch-1
Incomplete obsolete filling in i18n db extractor
2014-05-26 15:09:21 +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
Carsten Brandt
c6201fb5ca fixed cubrid test case 2014-05-26 13:43:42 +02: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
Paul Klimov
e503a3649d Merge pull request #3586 from klimov-paul/2020-doc-cross-dbms-relations
Fix for #2020: docs about cross-DBMS relations
2014-05-26 14:04:11 +03:00
Klimov Paul
29ff0cb21b Fix 'db-active-record.md' 2014-05-26 14:03:43 +03:00
Carsten Brandt
ac19508509 Merge pull request #3588 from klimov-paul/3429-docs-app-asset-location
Fix #3429: Incorrect path to AppAssets at docs
2014-05-26 12:58:47 +02:00
Klimov Paul
cf994133c8 Incorrect path to AppAssets at docs fixed 2014-05-26 13:48:27 +03:00
Klimov Paul
b4c79f2b55 Example code consistency fix 2014-05-26 13:06:10 +03:00
Klimov Paul
b5ae614624 Docs about cross-DBMS relations added 2014-05-26 13:05:26 +03:00
Carsten Brandt
d1a3d40014 added test case to acually create cols with virtual type
verify issue #3473
2014-05-26 11:53:06 +02:00
Paul Klimov
a55d9ba876 Merge pull request #3585 from pawzar/dev
Adding rotateByCopy to yii\log\FileTarget #3562
2014-05-26 12:14:39 +03:00
Paweł 'Zibi' Zaremba
b1cf051a73 Adding rotateByCopy to yii\log\FileTarget #3562 2014-05-26 10:25:15 +02:00
Qiang Xue
4b6b9d413d guide WIP [skip ci] 2014-05-25 22:45:06 -04:00
Larry Ullman
d53299543f Edited up to event handlers 2014-05-25 20:08:10 -04:00
Larry Ullman
caba264df5 Basic edits
Looks good!
2014-05-25 20:08:06 -04:00
Larry Ullman
586b412756 Basic edits
Question: Not sure about the point being made with components and
DatePicker. Please clarify if I misinterpreted.
2014-05-25 20:08:04 -04:00
Carsten Brandt
d75f0c7288 removed @link tags from apidoc and replaced with markdown 2014-05-25 22:29:31 +02:00
Carsten Brandt
85f49e0cfe fixed apidoc short description
fixes #2797
2014-05-25 22:29:31 +02:00
Alexander Makarov
e3ee1b0700 Merge pull request #3575 from yiisoft/extensions-autoloading
Fixes #3542: Removed requirement to specify `extensions` in application config
2014-05-25 20:52:58 +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
d3cb54bcf2 ignore composer.lock in applications (yii2-dev only) 2014-05-25 19:27:32 +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
293d933395 Merge pull request #3579 from DaSourcerer/travis-ci
[Travis CI] Include nightly HHVM builds into the build matrix
2014-05-25 18:00:05 +02:00
DaSourcerer
b9d66623c7 Include nightly HHVM builds into the build matrix 2014-05-25 17:28:15 +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
84f6329540 Merge branch 'zeeke-patch-1' 2014-05-24 18:16:32 +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
Alexander Makarov
1182654777 Merge pull request #3571 from leandrogehlen/master
[ci skip] Updated pt-BR translation
2014-05-23 22:53:26 +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