Commit Graph

1561 Commits

Author SHA1 Message Date
Carsten Brandt
ac3967cab7 removed unused property from Session
cleanup after #1479
2013-12-11 16:47:30 +01:00
DaSourcerer
97645bcfb5 Removed compatibility code for PHP < 5.4 2013-12-11 14:07:17 +01:00
Qiang Xue
eab7e4a21a Added $formName to Model::load(). 2013-12-10 18:17:24 -05:00
Qiang Xue
e56d60ad49 Escape special chars in URL rules. 2013-12-10 17:04:39 -05:00
Carsten Brandt
12217a3ed8 code style and docs 2013-12-10 20:42:43 +01:00
Carsten Brandt
2c9a8b910f make null format look nice by default 2013-12-10 20:42:09 +01:00
Qiang Xue
fec58f4e29 Fixes #1472: set event sender if possible. 2013-12-10 09:25:01 -05:00
Qiang Xue
8b375c3580 clean up oci driver. 2013-12-09 23:11:56 -05:00
Qiang Xue
7eabab0629 Merge pull request #1406 from p0larbeer/master
DB Schema OCI
2013-12-09 18:22:27 -08:00
Carsten Brandt
e2b4708bbd added support for updateCounters to elasticsearch
issue #1313
2013-12-09 14:42:28 +01:00
Alexander Kozhevnikov
41d24ee903 Replace request with response in code example 2013-12-09 14:51:45 +03:00
p0larbeer
d30aa3efef Coding style PSR-2 2013-12-09 10:38:08 +04: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
p0larbeer
9f0e97ff25 Create Schema.php 2013-12-02 23:31:44 -08:00
p0larbeer
32149a5bef Create QueryBuilder.php 2013-12-02 23:31:23 -08:00
p0larbeer
b00a84762c Create ColumnSchema.php 2013-12-02 23:30:51 -08: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
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
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