Commit Graph

15391 Commits

Author SHA1 Message Date
Riyyi
03d55e35ac Update tutorial-core-validators.md
The maxSize validator validates in bytes, so the example was incorrect (it was 1GB instead of 1MB).
2015-02-26 16:18:03 +01:00
Alexander Makarov
cbda88a01c Merge pull request #7459 from creocoder/fix-applications
Fix application templates and official extensions `composer.json`
2015-02-26 13:03:31 +03:00
Alexander Makarov
61b28b137c Merge pull request #7447 from yiisoft/log-db-target-timestamp
Fixes #7383: Fix precision loss in log timestamps when using `yii\log\DBTarget`
2015-02-26 13:02:21 +03:00
Qiang Xue
5a63ae324e Fixes #7211: Query caching should properly deal with the case when query result is false 2015-02-25 23:06:42 -05:00
Alexander Kochetov
cae5adea8b Fixed twig extension composer.json 2015-02-26 04:22:33 +03:00
Alexander Kochetov
796aaf8c92 Fixed swiftmailer extension composer.json 2015-02-26 04:22:25 +03:00
Alexander Kochetov
a993431bf3 Fixed sphinx extension composer.json 2015-02-26 04:22:11 +03:00
Alexander Kochetov
b2b5e27c1b Fixed smarty extension composer.json 2015-02-26 04:21:55 +03:00
Alexander Kochetov
0cce4c4621 Fixed redis extension composer.json 2015-02-26 04:21:46 +03:00
Alexander Kochetov
08cd8fcffb Fixed mongodb extension composer.json 2015-02-26 04:21:35 +03:00
Alexander Kochetov
ba4e10c94b Fixed jui extension composer.json 2015-02-26 04:21:19 +03:00
Alexander Kochetov
65a4166f87 Fixed imagine extension composer.json 2015-02-26 04:21:09 +03:00
Alexander Kochetov
d5ff4df1ef Fixed gii extension composer.json 2015-02-26 04:20:58 +03:00
Alexander Kochetov
75911261ed Fixed faker extension composer.json 2015-02-26 04:20:48 +03:00
Alexander Kochetov
d99e094b3b Fixed elasticsearch extension composer.json 2015-02-26 04:20:37 +03:00
Alexander Kochetov
5d39d88e8a Fixed debug extension composer.json 2015-02-26 04:20:20 +03:00
Alexander Kochetov
13c32b6281 Fixed codeception extension composer.json 2015-02-26 04:20:09 +03:00
Alexander Kochetov
6654f578cf Fixed bootstrap extension composer.json 2015-02-26 04:19:57 +03:00
Alexander Kochetov
42ee8c1c4f Fixed authclient extension composer.json 2015-02-26 04:19:46 +03:00
Alexander Kochetov
5793ec478d Fixed apidoc extension composer.json 2015-02-26 04:19:34 +03:00
Alexander Kochetov
89adf30256 Fixed composer.json for benchmark app 2015-02-26 04:11:42 +03:00
Alexander Makarov
796a0e6156 Fixes #7383: Fix precision loss in log timestamps when using yii\log\DBTarget 2015-02-26 04:11:27 +03:00
Alexander Kochetov
ebe52ccd66 Fixed composer.json for basic app template 2015-02-26 04:11:27 +03:00
Alexander Kochetov
19fa99993d Fixed composer.json for advanced app template 2015-02-26 04:11:16 +03:00
Alexander Makarov
e30b6e1d5b Merge branch 'master' into log-db-target-timestamp 2015-02-26 04:07:34 +03:00
Alexander Makarov
1decbb854d Merge pull request #7446 from yiisoft/add-double-to-schema
Added Schema::DOUBLE to represent ANSI SQL Double Precision
2015-02-26 04:06:30 +03:00
Alexander Makarov
7d0173db80 Added CHANGELOG 2015-02-26 02:48:18 +03:00
Alexander Makarov
187322052d Fixed converting double to PHP type 2015-02-26 02:37:47 +03:00
Alexander Makarov
c0e448bacb Changed CUBRID type for Double 2015-02-26 02:28:59 +03:00
Carsten Brandt
49bb1fcb07 run tests against PHP 7.0 nightly 2015-02-25 22:37:32 +01:00
Alexander Makarov
384607832f Added failing test for #7384 2015-02-25 16:04:12 +03:00
Alexander Makarov
5870a74672 Added Schema::DOUBLE to represent ANSI SQL Double Precision 2015-02-25 16:01:37 +03:00
Alexander Makarov
787ec74b92 Fixes #7328: Changed the way CRUD generator translates "Create X". Now it's a whole string because of translation difficulties 2015-02-25 13:49:26 +03:00
Amir Basiri
b65006a469 Fixes #7438: Changed the Farsi messages directory name to be generalized 2015-02-25 13:31:31 +03:00
Qiang Xue
0f79732b8a Fixes #7425: yii\widgets\ActiveField::radio() should not generate the label twice 2015-02-24 21:37:01 -05:00
justinvoelker
f2523cb5d7 Update ActiveField.php
Update radio() to set $options['label'] to null rather than using unset. Fixes issue #7425.
2015-02-24 21:35:19 -05:00
Diego Rodríguez
78c2bda0ff Update start-installation.md nginx config
Fixes the nginx configuration file which led to nginx: [emerg] unknown log format "main" in /etc/nginx/sites-enabled/a.luloapp.com:12 on nginx 1.6.2
2015-02-24 17:24:16 -05:00
pana1990
c9cbfa036b Remove double slash in the comment [skip ci]
close #7429
2015-02-24 20:58:47 +01:00
Carsten Brandt
2897257ec1 fixed wrong docs about loadDefaultValues() and init()
fixes #7373
2015-02-24 20:51:47 +01:00
Carsten Brandt
db37d03e32 added more tests for russian plurals 2015-02-24 20:42:51 +01:00
Alexander Makarov
7721baae1f Used StringHelper for byte operations 2015-02-24 19:20:28 +03:00
Alexander Makarov
94d6e139b9 Added more info to UPGRADE 2015-02-24 17:27:06 +03:00
Alexander Makarov
575b0e3807 Merge pull request #7419 from SamMousa/fix-issue-7417
Fixed widgets using echo in their run. #7417
2015-02-24 17:21:48 +03:00
Alexander Makarov
e882f6803c Merge pull request #7422 from softark/docs-guide-ja-test-rev
Docs guide ja test rev [ci skip]
2015-02-24 17:11:50 +03:00
Nobuo Kihara
83954bac36 docs/internals-ja/design-decisions.md updated [ci skip] 2015-02-24 23:08:56 +09:00
Nobuo Kihara
02a5624c9f docs/guide-ja/test reviewed [ci skip] 2015-02-24 23:08:18 +09:00
Nobuo Kihara
26aed13290 docs-guide-ja updates [ci skip] 2015-02-24 23:08:17 +09:00
Sam
7a4dc49a45 Re-added line endings to pass tests. 2015-02-24 15:00:57 +01:00
Sam
b918e8ea12 Fixed widgets using echo in their run. #7417 2015-02-24 14:44:39 +01:00
Alexander Makarov
51f25cac62 Fixes #7417: Used return in Tabs widgets instead of echo 2015-02-24 16:05:00 +03:00