Alexander Kozhevnikov
|
41d24ee903
|
Replace request with response in code example
|
2013-12-09 14:51:45 +03:00 |
|
Qiang Xue
|
c8c6882fc4
|
updated doc.
|
2013-12-08 13:28:06 -05:00 |
|
Qiang Xue
|
1f5f19df13
|
Fixes #1457: support using AR relations as input.
|
2013-12-07 18:16:56 -05:00 |
|
Qiang Xue
|
a5188f1fbc
|
Fixes #1457: support string representation of AR.
|
2013-12-07 12:30:09 -05:00 |
|
Qiang Xue
|
72db6ffb1a
|
Fixes #1454: refactored FileValidator.
|
2013-12-07 00:10:08 -05:00 |
|
Qiang Xue
|
0e67b2b1a9
|
Fixed safe validator.
|
2013-12-06 21:06:57 -05:00 |
|
Qiang Xue
|
cb4a8c764c
|
Refactored validators.
|
2013-12-06 14:19:17 -05:00 |
|
Qiang Xue
|
ebcc1a6900
|
Merge pull request #1450 from Haensel/execute-checkintegrity
added execute() command after checkIntegrity
|
2013-12-06 08:19:11 -08:00 |
|
Johannes 'Haensel' Bauer
|
ed85ae3355
|
added execute() command after checkIntegrity
|
2013-12-06 17:17:29 +01:00 |
|
Qiang Xue
|
312aa895cd
|
Merge pull request #1448 from Haensel/fixturemanager-truncate-table
DBFixtureManager: Truncate table command never gets executed
|
2013-12-06 08:07:00 -08:00 |
|
Johannes 'Haensel' Bauer
|
a5682a8c3c
|
executing truncate table command
|
2013-12-06 17:00:32 +01:00 |
|
Qiang Xue
|
b9f9b16536
|
Apply fix for #1003 to validateAttribute.
|
2013-12-06 10:58:54 -05:00 |
|
Qiang Xue
|
adcf78885b
|
Fixes #1446: infinite loop may occur when using EmailTarget and there's missing message translation.
|
2013-12-06 09:43:31 -05:00 |
|
Qiang Xue
|
0bd11926d1
|
Merge branch 'master' of github.com:yiisoft/yii2
|
2013-12-05 16:36:20 -05:00 |
|
Qiang Xue
|
858c031d0c
|
Fixes #1437: Added ListView::viewParams.
|
2013-12-05 16:36:11 -05:00 |
|
Qiang Xue
|
60d9e04cdb
|
Merge pull request #1438 from klimov-paul/mongo
MongoDB integration
|
2013-12-05 11:50:12 -08:00 |
|
Qiang Xue
|
4b2659aeab
|
removed schema prefix from returned table names.
|
2013-12-05 13:01:53 -05:00 |
|
Qiang Xue
|
64ef54bf18
|
Fixes #1435: pgsql getTableNames() should not prefix table names with schema name.
|
2013-12-05 12:31:45 -05:00 |
|
Qiang Xue
|
2fca1e9061
|
Fixes #1433: added default DB connection to SqlDataProvider.
|
2013-12-05 10:09:44 -05:00 |
|
Carsten Brandt
|
24ebc9fc3d
|
better error reporting for db exceptions
|
2013-12-05 15:39:34 +01:00 |
|
Qiang Xue
|
4df9b6cb0e
|
Merge pull request #1416 from yiisoft/helpers-renames
Helpers refactoring
|
2013-12-04 08:00:14 -08:00 |
|
Alexander Makarov
|
51592f179f
|
Fixed wrong refactoring of helpers
|
2013-12-04 14:31:10 +01:00 |
|
Alexander Makarov
|
26767735dc
|
Renamed byte methods, moved path methods back to StringHelper
|
2013-12-04 14:26:47 +01:00 |
|
Alexander Makarov
|
5f2a612c78
|
Moved file and path related methods from StringHelper to FileHelper, renamed StringHelper byte methods not to be misused as string methods
|
2013-12-04 09:48:01 +01:00 |
|
Qiang Xue
|
b0568612bf
|
Fixes #1402: AR eager loading has problem when asArray() is used together with viaTable().
|
2013-12-03 20:58:20 -05:00 |
|
Paul Klimov
|
96e794b4d3
|
Merge branch 'master' of github.com:yiisoft/yii2 into mongo
|
2013-12-03 11:20:02 +02:00 |
|
Qiang Xue
|
7a5a29c767
|
Added ArrayHelper::keyExists().
|
2013-12-02 20:57:24 -05:00 |
|
Qiang Xue
|
123092bf39
|
removed validated toggling in yii.activeForm after the form validates successfully.
|
2013-12-02 11:11:27 -05:00 |
|
Qiang Xue
|
83623851f3
|
Fixes #1397: support customization of the container tag for Html::checkbox() and radio()
|
2013-12-02 10:06:56 -05:00 |
|
Qiang Xue
|
24621c3dd1
|
improved doc
|
2013-12-02 07:29:46 -05:00 |
|
Klimov Paul
|
da88e3dbeb
|
Merge branch 'master' of github.com:yiisoft/yii2 into mongo
|
2013-12-01 21:20:47 +02:00 |
|
Qiang Xue
|
3822ffd16a
|
prepare for next release.
|
2013-12-01 13:43:09 -05:00 |
|
Qiang Xue
|
b0018e3643
|
fixed version.
|
2013-12-01 13:34:43 -05:00 |
|
Qiang Xue
|
7f10555d60
|
prepare for 2.0.0-alpha release.
|
2013-12-01 13:23:40 -05:00 |
|
Klimov Paul
|
cddb878360
|
ActiveRelationTrait::getModelKey() updated to work with non scalar keys.
|
2013-12-01 17:46:21 +02:00 |
|
Qiang Xue
|
8d68044982
|
Fixes #1373: optimized FileHelper::filterPath
|
2013-12-01 08:59:53 -05:00 |
|
Qiang Xue
|
494e3e3f23
|
changed composer setting to match all requirements.
|
2013-11-30 23:52:36 -05:00 |
|
Carsten Brandt
|
83273382a7
|
changed order of preloading components and extensions
load extensions before preloading components to have aliases set for
extensions like debug module.
|
2013-12-01 04:45:09 +01:00 |
|
Qiang Xue
|
89472955e5
|
doc fix.
|
2013-11-30 20:33:45 -05:00 |
|
Qiang Xue
|
98b4540e38
|
fixed test break
|
2013-11-30 20:11:32 -05:00 |
|
Qiang Xue
|
831e51153b
|
proper check of "db" property of ActiveDataProvider.
|
2013-11-30 15:52:22 -05:00 |
|
Qiang Xue
|
73442fb12a
|
doc fix.
|
2013-11-30 15:51:20 -05:00 |
|
Qiang Xue
|
5883e0f34e
|
Fixes #1358: Added SqlDataProvider.
|
2013-11-30 15:49:17 -05:00 |
|
Qiang Xue
|
f5f443abbd
|
Merge pull request #1359 from yiisoft/activerecord-interface
ActiveRecord Interface and BaseAR
|
2013-11-30 11:01:33 -08:00 |
|
Qiang Xue
|
8245e574d9
|
fixed readme
|
2013-11-29 23:59:09 -05:00 |
|
Qiang Xue
|
c7c13a6693
|
Added concrete http exception classes.
|
2013-11-29 21:22:08 -05:00 |
|
Carsten Brandt
|
d0fc987f0b
|
fixed test break
|
2013-11-30 03:15:35 +01:00 |
|
Qiang Xue
|
dd9facceed
|
Added $key parameter to several methods in grid view.
|
2013-11-29 20:34:06 -05:00 |
|
Qiang Xue
|
79866ee3e0
|
Improved Query::select() doc.
|
2013-11-29 19:26:01 -05:00 |
|
Carsten Brandt
|
c3eb4d926c
|
created BaseActiveRecord
|
2013-11-29 21:28:27 +01:00 |
|