12562 Commits

Author SHA1 Message Date
adc28bbbf0 url rename 2015-05-18 17:17:43 +06:00
24b919cb5b translate guide-ru helper-url 2015-05-18 15:15:42 +06:00
a73ce736ee improved unit test for date formatter 2015-05-18 02:15:59 +02:00
3c2bd76236 allow negative dates for date formatter
fixes #8451
2015-05-18 02:14:14 +02:00
e3cf8e2b2d fixed markdown rendering issue 2015-05-18 00:13:38 +02:00
2f2f2e6ab2 docs/internals/design-decisions.md fix typo
close #8450
2015-05-17 16:39:47 +02:00
b724341eb4 Merge pull request #8446 from lukos/patch-1
Extend the class description
2015-05-17 09:43:23 -04:00
5e08836272 Merge pull request #8447 from vchenin/docs_uk
docs/internals-uk Update Ukrainian translation
2015-05-17 08:24:42 -04:00
271a86aff3 Extend description
Help users understand the concept of massive assignment without relying on the Guide by extending the description for this type.
2015-05-17 13:21:29 +01:00
7134252074 docs/internals-uk Update Ukrainian translation 2015-05-17 15:18:05 +03:00
294dc4b278 Merge pull request #8440 from elysdir/guide-structure-controllers
Copyediting for Controllers page
2015-05-16 19:25:02 -04:00
c1fcd2956b added unit test for issue #8217
close #8217
2015-05-17 00:50:29 +02:00
72debbb852 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-structure-controllers 2015-05-16 15:49:51 -07:00
27e457e02e Changing numbered lists to use real numbers 2015-05-16 15:49:41 -07:00
968d59cd48 Add property $linkOptions into LinkSorter widget
close #8444
2015-05-17 00:39:24 +02:00
e313038ae6 Merge pull request #8443 from miramir/ru_translate_db_dao
Ru translation db dao docs [ci skip]
2015-05-17 00:05:13 +03:00
eed42fd3f8 Ru translation db dao docs [ci skip] 2015-05-16 22:05:04 +05:00
ea560cb578 Merge pull request #8441 from nineinchnick/oracle_unit_tests
Oracle unit tests
2015-05-16 12:56:17 +03:00
94acb2e126 add unit tests to check lastInsertId 2015-05-16 11:47:31 +02:00
01345874a3 add working QueryBuilder test for Oracle 2015-05-16 11:31:52 +02:00
d408682643 Merge branch 'master' of git://github.com/yiisoft/yii2 into guide-structure-controllers 2015-05-16 01:19:30 -07:00
1892ec53ca General copyediting of the Controllers page 2015-05-16 01:19:20 -07:00
7a894578c6 Merge pull request #8435 from yiisoft/hash-comparison
ensure primary key string comparison is made identical
2015-05-16 10:34:35 +03:00
4d6f3d553e Merge pull request #8438 from dungphanxuan/master
Vietnam guider translate [skip ci]
2015-05-16 10:31:45 +03:00
d253e0c26f Merge pull request #8436 from yiisoft/exception-logging
log the whole exception object to allow log targets to work with it
2015-05-15 22:44:56 -04:00
b9916b1718 log the whole exception object to allow log targets to work with it
fixes #6354
made possible by #7305
2015-05-16 00:32:01 +02:00
cca47b5469 ensure primary key string comparison is made identical
this is to avoid cases where string primary keys starting with '0e'.

See http://securityaffairs.co/wordpress/36732/hacking/php-hash-comparison-flaw.html

Other parts of Yii 2, escpecially the security and auth parts, are **not** affected.
2015-05-16 00:15:52 +02:00
dd1995551c convert exceptions to string before saving log messages
fixes #7305
2015-05-15 18:49:38 +02:00
a2e3e3b257 Merge pull request #8433 from alcirmonteiro/master
[yii2] docs/guide-pt-BR/concept-events.md - translate [ci skip]
2015-05-15 18:40:50 +03:00
67668b20da docs/guide-pt-BR/concept-components.md - translate [ci skip] 2015-05-15 11:44:45 -03:00
b92a84cccd docs/guide-pt-BR/concept-components.md - translate [ci skip] 2015-05-15 11:40:58 -03:00
d5d8219300 Merge pull request #8427 from miramir/ru_translate_tutorial_console
Ru translation code style docs [ci skip]
2015-05-15 13:20:54 +03:00
9321776ced Ru translation code style docs [ci skip] 2015-05-15 13:54:57 +05:00
11ddb6da7d updated the finder. [skip ci] 2015-05-14 22:07:47 -04:00
219bf07dbb 'ctype' PHP extension added to the requirements 2015-05-14 16:41:36 +03:00
3a39f8ab72 yii\helpers\Html allows correct rendering of conditional comments containing !IE 2015-05-14 16:22:26 +03:00
f0a4dc3b20 Merge pull request #8412 from davidsonalencar/master
docs/guide/runtime-requests.md - fixed comment [ci skip]
2015-05-14 15:17:31 +03:00
d7fe0e1361 Merge pull request #8413 from davidsonalencar/guide-pt-BR
Updated/translated guides pt-BR [ci skip]
2015-05-14 15:17:11 +03:00
75e36c9e06 docs/internals-pt-BR/runtime-requests.md - translate [ci skip] 2015-05-13 23:20:52 -03:00
912ccf494c docs/internals-pt-BR/translation-workflow.md - update [ci skip] 2015-05-13 23:00:23 -03:00
d9df4b5b79 docs/guide/runtime-requests.md - fixed comment [ci skip] 2015-05-13 22:03:49 -03:00
0a12094505 Merge pull request #8403 from nkovacs/7707-trim-client-side
Fix client-side trim validator.
2015-05-13 18:26:25 -04:00
790bb942f0 docs/*uk Update Ukrainian translation
[ci skip]

close #8287
2015-05-13 22:56:30 +02:00
adb0460ee1 yii\console\controllers\MessageController now sorts created messages, even if there is no new one, while saving to PHP file 2015-05-13 16:08:36 +03:00
72ec914992 yii\console\controllers\MessageController improved allowing extraction of nested translator calls 2015-05-13 15:49:00 +03:00
f64d00bdf0 Fix client-side trim validator.
Subsequent validators now use the trimmed value instead of the original value.

fixes #7707
2015-05-13 14:18:27 +02:00
32bc19ae9b Updated web/Controller.php, simplified code design
close #8387
2015-05-13 12:53:44 +02:00
cad9fd9d20 yii\behaviors\TimestampBehavior::touch() throws an exception if owner is new record 2015-05-13 13:19:46 +03:00
e9c1eb1a9d Merge pull request #8393 from elysdir/guide-structure-applications
Guide structure applications [ci skip]
2015-05-13 12:42:16 +03:00
aa341d4aaf Merge pull request #8395 from SilverFire/patch-2
Punctuation fix in internals-ru automation docs [ci skip]
2015-05-13 12:41:35 +03:00