Commit Graph

15402 Commits

Author SHA1 Message Date
Alexander Makarov
01e37b0e5b Merge pull request #7206 from StephenMiracle/patch-1
Update SiteController Documentation
2015-02-09 09:28:55 +03:00
Stephen Miracle
c29a635b81 Update SiteController Documentation
This sitecontroller documentation can be improved. There are instances where you won't return in an email for Facebook (when someone registers via phone). In addition, you may not return a login as well therefore you get an error. I added a check to make sure that they returned. In my personal instance, I returned a message where they had to use another login/register method if it didn't have an email. I also used email as the login.
2015-02-09 00:05:05 -05:00
Qiang Xue
1a764e202a Fixes #4710: Added yii\web\AssetManager::appendTimestamp to support cache busting for assets 2015-02-08 22:29:40 -05:00
Qiang Xue
a6608ba334 Merge branch 'master' of git://github.com/yiisoft/yii2 2015-02-08 22:28:09 -05:00
Qiang Xue
0068a94af1 Fixes #4710: added cache busting support for assets 2015-02-08 22:28:03 -05:00
Carsten Brandt
40c232df92 enhanced widget documentation 2015-02-08 18:02:31 +01:00
Jitendra Joshi
dc00d95aa4 Updated DatePicker.php
Added example for working with ActiveForm textinput() field

close #7203
2015-02-08 18:02:31 +01:00
Alexander Makarov
2ba573bfb5 Fixes #6883: yii\base\ErrorHandler::logException() is now public 2015-02-08 18:36:55 +03:00
Alexander Makarov
921ea423f0 Edited Russian translation of getting-started 2015-02-08 18:24:19 +03:00
Chuvashin Viacheslav
314d6cd2a2 docs/internals-ru/getting-started 2015-02-08 17:59:37 +03:00
Alexander Makarov
6481d13494 Optimized checks order in conditions 2015-02-08 17:56:36 +03:00
Alexander Makarov
af7ae33d5b Use (array) cast instead of !is_array check for both readability and performance 2015-02-08 17:56:14 +03:00
Qiang Xue
4efb36d309 Make Cors more robust. 2015-02-07 22:02:24 -05:00
Alexander Makarov
b0efc654f9 Merge pull request #7199 from pana1990/update-dao-guide-es
Updated db-dao.md in guide-es [skip ci]
2015-02-07 16:34:16 +03:00
pana1990
e3779ad7b9 Updated db-dao.md in guide-es [skip ci] 2015-02-07 13:36:01 +01:00
Alexander Makarov
f06bdbe565 Merge pull request #7186 from yugenekr/patch-1
[skip ci] Update db-dao.md
2015-02-07 15:18:18 +03:00
Qiang Xue
c2eabe3145 Merge pull request #7156 from apaoww/master
Bahasa Melayu translations
2015-02-06 21:46:05 -05:00
Iuzhana Kravchenko
813f5c16eb Update db-dao.md
Removed table prefix sign, description of which is done in the next paragraph only.
2015-02-06 10:47:49 +07:00
Apa Oww
46372bb4f0 Change ms-MY to ms 2015-02-06 09:28:45 +08:00
Qiang Xue
9c83a7d09b Merge pull request #7174 from yii2-chinesization/master
update files
2015-02-05 11:43:10 -05:00
Alexander Makarov
42a4f18c0e Merge pull request #7180 from nkovacs/patch-3
[skip ci] Fix missing end of string
2015-02-05 17:57:58 +03:00
nkovacs
208b3a23c2 Fix missing end of string 2015-02-05 15:24:17 +01:00
Alexander Makarov
3a3ec5be33 Merge pull request #7175 from freezy-sk/master
Fixed wrong YII_ENV in tests of Advanced app template
2015-02-05 16:09:00 +03:00
freezy
ac2213aeed Fixed wrong YII_ENV in tests of Advanced app template 2015-02-05 10:49:38 +01:00
Qiang Xue
d3bc0b3341 Fixes #7163 [skip ci] 2015-02-04 21:05:56 -05:00
Alexander Kochetov
cab7bf61a0 Typo fix
close #7159
2015-02-04 07:56:50 +01:00
apaoww
9e1e3ff512 Create yii.php
Translate into Bahasa Melayu
2015-02-04 10:07:05 +08:00
apaoww
6fdb1baef1 Update config.php
Add ms-MY code in config
2015-02-04 10:01:47 +08:00
Qiang Xue
667169c044 Fixes #7130: Changed the signature of ActiveRecord::findByCondition() to simplify the implementation and usage 2015-02-03 16:33:44 -05:00
Angel Faryshta Guevara
ffe940180c simplify findByCondition 2015-02-03 16:31:00 -05:00
Alexander Makarov
057828c0d1 Merge pull request #7148 from softark/docs-guide-ja-runtime-rev
Docs guide ja runtime rev [ci skip]
2015-02-03 13:35:06 +03:00
Nobuo Kihara
ec64132a0e docs/guide-ja/runtime - reviewed [ci skip] 2015-02-03 18:32:50 +09:00
Nobuo Kihara
84976bd74c docs/guide-ja/runtime - review [ci skip] 2015-02-03 18:32:50 +09:00
pana1990
0f5051b301 Update db-dao in guide-es [skip ci]
close #7143
2015-02-03 00:42:37 +01:00
pana1990
3632d04197 Update README.md in guide-es [skip ci]
close #7144
2015-02-03 00:41:37 +01:00
Carsten Brandt
8c3dce88dd fixed phpdoc 2015-02-03 00:03:13 +01:00
Carsten Brandt
780c39446a remove requirement of name field on Jui InputWidget
there is no benefit in enforcing it.

fixes #7127
2015-02-02 18:43:02 +01:00
Qiang Xue
770d65a052 Fixes #6361 2015-02-02 12:27:27 -05:00
东方孤思子(Paris·QianSen)
0d59a6fff9 update files 2015-02-03 00:28:28 +08:00
Qiang Xue
6b7600a5ef Merge pull request #7132 from yii2-chinesization/master
Chinese Translation for last month
2015-02-02 05:24:02 -08:00
resurtm
233388fdd6 Remove non-necessary leading slash in use operator. 2015-02-02 11:55:32 +06:00
Qiang Xue
4dcbe83aa6 Fixes #6361: Added validateAttribute() to yii.activeForm.js to support manually triggering data validation of an input 2015-02-01 22:46:16 -05:00
Alex-Code
a43833544b Attach forceValidate event to attributes
Allow attributes to have their validation triggered by a custom event.
`validateAttribute` is called with `forceValidate` set to true.
2015-02-01 22:33:16 -05:00
pana1990
f85e8f9901 Added group for bootstrap tests
close #7126
2015-02-01 21:13:14 +01:00
pana1990
54fc86ec09 Added input-tabular-input.md and replace input-file-uploading.md with input-file-upload.md [skip ci]
close #7123
2015-02-01 15:45:34 +01:00
Alexander Makarov
b99e75ca05 Fixed file names in translation status 2015-02-01 11:17:26 +03:00
Qiang Xue
43e67b102e status update. [skip ci] 2015-01-31 22:31:45 -05:00
Qiang Xue
84b20d57e4 Fixes #7055: composite IN condition was not generated correctly for certain DBMS 2015-01-31 22:26:51 -05:00
Jan Waś
1e5f159f78 override only mssql and sqlite QueryBuilder; throw an exception for composite in condition with a subquery 2015-01-31 22:20:41 -05:00
Jan Waś
f58d096920 fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql 2015-01-31 22:20:41 -05:00