|
|
dc00d95aa4
|
Updated DatePicker.php
Added example for working with ActiveForm textinput() field
close #7203
|
2015-02-08 18:02:31 +01:00 |
|
|
|
2ba573bfb5
|
Fixes #6883: yii\base\ErrorHandler::logException() is now public
|
2015-02-08 18:36:55 +03:00 |
|
|
|
921ea423f0
|
Edited Russian translation of getting-started
|
2015-02-08 18:24:19 +03:00 |
|
|
|
314d6cd2a2
|
docs/internals-ru/getting-started
|
2015-02-08 17:59:37 +03:00 |
|
|
|
6481d13494
|
Optimized checks order in conditions
|
2015-02-08 17:56:36 +03:00 |
|
|
|
af7ae33d5b
|
Use (array) cast instead of !is_array check for both readability and performance
|
2015-02-08 17:56:14 +03:00 |
|
|
|
4efb36d309
|
Make Cors more robust.
|
2015-02-07 22:02:24 -05:00 |
|
|
|
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 |
|
|
|
e3779ad7b9
|
Updated db-dao.md in guide-es [skip ci]
|
2015-02-07 13:36:01 +01:00 |
|
|
|
f06bdbe565
|
Merge pull request #7186 from yugenekr/patch-1
[skip ci] Update db-dao.md
|
2015-02-07 15:18:18 +03:00 |
|
|
|
c2eabe3145
|
Merge pull request #7156 from apaoww/master
Bahasa Melayu translations
|
2015-02-06 21:46:05 -05:00 |
|
|
|
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 |
|
|
|
46372bb4f0
|
Change ms-MY to ms
|
2015-02-06 09:28:45 +08:00 |
|
|
|
9c83a7d09b
|
Merge pull request #7174 from yii2-chinesization/master
update files
|
2015-02-05 11:43:10 -05:00 |
|
|
|
42a4f18c0e
|
Merge pull request #7180 from nkovacs/patch-3
[skip ci] Fix missing end of string
|
2015-02-05 17:57:58 +03:00 |
|
|
|
208b3a23c2
|
Fix missing end of string
|
2015-02-05 15:24:17 +01:00 |
|
|
|
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 |
|
|
|
ac2213aeed
|
Fixed wrong YII_ENV in tests of Advanced app template
|
2015-02-05 10:49:38 +01:00 |
|
|
|
d3bc0b3341
|
Fixes #7163 [skip ci]
|
2015-02-04 21:05:56 -05:00 |
|
|
|
cab7bf61a0
|
Typo fix
close #7159
|
2015-02-04 07:56:50 +01:00 |
|
|
|
9e1e3ff512
|
Create yii.php
Translate into Bahasa Melayu
|
2015-02-04 10:07:05 +08:00 |
|
|
|
6fdb1baef1
|
Update config.php
Add ms-MY code in config
|
2015-02-04 10:01:47 +08:00 |
|
|
|
667169c044
|
Fixes #7130: Changed the signature of ActiveRecord::findByCondition() to simplify the implementation and usage
|
2015-02-03 16:33:44 -05:00 |
|
|
|
ffe940180c
|
simplify findByCondition
|
2015-02-03 16:31:00 -05:00 |
|
|
|
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 |
|
|
|
ec64132a0e
|
docs/guide-ja/runtime - reviewed [ci skip]
|
2015-02-03 18:32:50 +09:00 |
|
|
|
84976bd74c
|
docs/guide-ja/runtime - review [ci skip]
|
2015-02-03 18:32:50 +09:00 |
|
|
|
0f5051b301
|
Update db-dao in guide-es [skip ci]
close #7143
|
2015-02-03 00:42:37 +01:00 |
|
|
|
3632d04197
|
Update README.md in guide-es [skip ci]
close #7144
|
2015-02-03 00:41:37 +01:00 |
|
|
|
8c3dce88dd
|
fixed phpdoc
|
2015-02-03 00:03:13 +01:00 |
|
|
|
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 |
|
|
|
770d65a052
|
Fixes #6361
|
2015-02-02 12:27:27 -05:00 |
|
|
|
0d59a6fff9
|
update files
|
2015-02-03 00:28:28 +08:00 |
|
|
|
6b7600a5ef
|
Merge pull request #7132 from yii2-chinesization/master
Chinese Translation for last month
|
2015-02-02 05:24:02 -08:00 |
|
|
|
233388fdd6
|
Remove non-necessary leading slash in use operator.
|
2015-02-02 11:55:32 +06:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
f85e8f9901
|
Added group for bootstrap tests
close #7126
|
2015-02-01 21:13:14 +01:00 |
|
|
|
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 |
|
|
|
b99e75ca05
|
Fixed file names in translation status
|
2015-02-01 11:17:26 +03:00 |
|
|
|
43e67b102e
|
status update. [skip ci]
|
2015-01-31 22:31:45 -05:00 |
|
|
|
84b20d57e4
|
Fixes #7055: composite IN condition was not generated correctly for certain DBMS
|
2015-01-31 22:26:51 -05:00 |
|
|
|
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 |
|
|
|
f58d096920
|
fixes #6792, use a simpler composite in condition implementation on dbs other than pgsql
|
2015-01-31 22:20:41 -05:00 |
|
|
|
bea4eb5c42
|
Merge pull request #7117 from softark/docs-guide-ja-structure-rev-completed
docs/guide-ja/structure - review completed [ci skip]
|
2015-01-31 19:46:52 +03:00 |
|
|
|
246fe4728c
|
docs/guide-ja/structure - review completed [ci skip]
|
2015-02-01 01:41:26 +09:00 |
|
|
|
11dc0fdbf3
|
Fixed typo
|
2015-01-31 13:10:51 +03:00 |
|
|
|
4922cb1fe2
|
Merge pull request #7111 from softark/docs-guide-ja-structure-rev
Docs guide ja structure rev [ci skip]
|
2015-01-31 12:37:30 +03:00 |
|
|
|
4bb175a487
|
docs/guide-ja/structure-widgets.md - revised [ci skip]
|
2015-01-31 13:31:11 +09:00 |
|
|
|
1dd572a36e
|
docs/guide-ja/structure-filters.md - revised [ci skip]
|
2015-01-31 13:31:11 +09:00 |
|