Carsten Brandt
78a29271c7
changed cubrid test config to default setup
2014-04-22 23:25:12 +02:00
Carsten Brandt
cf1ada15ef
Merge branch 'master' into kadishmal-cubrid-database-support
...
* master: (789 commits)
'summaryTagName' and 'emptyCssClass' options added to CBaseListView
Missing entries added to CHANGELOG
'cli' mode detection at 'CConsoleApplication' fixed
Eager loading note added to 'Relational Query Options' docs
Fix CSysLogRoute.php file comment
Fixes #3324 : add syslog support
CDbConnection ODBC related fixes before merging
Add ODBC to the requirements checker
Fix #132 : CDbConnection now supports ODBC
Better fix for <script async="false"
Fixed #3258
Fixed #3283
Remove async from list of Special Attributes so that it is possible to use async=false per issue: #3314
typo fix in guide
COciSchema: read column comments from another schema
Update yii.php
Add changes #3298 to CHANGELOG
Added check for the existence of a link href attribute pager
Added check for the existence of a link href attribute pager
Update yii.php
...
2014-04-22 23:12:34 +02:00
resurtm
1cdc9d567a
Fix #132 : CDbConnection now supports ODBC
2014-04-09 16:06:52 +06:00
Alexander Makarov
7fc9bc0b4d
Better fix for <script async="false"
2014-04-05 15:02:58 +04:00
Taras Gudz
8c68de1bb6
Fixed #3283
2014-04-04 14:16:18 +04:00
Alexander Makarov
e031b44847
Adjusted tests
2014-02-23 23:17:59 +04:00
Carsten Brandt
70e92c1074
fixed wrong unit test
2014-01-28 15:39:09 +01:00
Carsten Brandt
c0288615fc
Added CDbCommand::naturalLeftJoin() and naturalRightJoin()
...
fixes #3068 , fixes #3070 , fixes #3075
2014-01-28 13:03:18 +01:00
Carsten Brandt
3d4b19e018
Merge pull request #2803 from nineinchnick/788-postgresql-createindex
...
use the preffered method of creating an unique index in postgresql
2014-01-28 03:30:23 -08:00
Carsten Brandt
1273438eee
Merge PR #2885 branch 'revert-2048' of https://github.com/cebe/yii
...
* 'revert-2048' of https://github.com/cebe/yii :
added changelog line for #2884
added unit test for #2884
fixed wrong dependency in unit test
reverted #2048 as it breaks logic in createFindCommand()
Conflicts:
CHANGELOG
2014-01-28 12:00:04 +01:00
ptarjan
9acbdc7f3e
add missing includes
2013-11-20 17:39:50 -08:00
Paul Klimov
a49e82999b
Added support for scopes in CStatRelation
2013-10-02 15:37:56 +03:00
Paul Klimov
c5fca58f78
Merge branch '2540-CJSON-JsonSerializable' of https://github.com/SamMousa/yii into SamMousa-2540-CJSON-JsonSerializable
2013-10-01 16:25:33 +03:00
Carsten Brandt
dee34ca54d
added unit test for #2884
2013-09-18 14:00:37 +02:00
Carsten Brandt
fbaf2d90ce
fixed wrong dependency in unit test
2013-09-18 14:00:12 +02:00
Alexander Makarov
0ee1539601
Fixed PostgreSQL tests
2013-09-15 15:20:51 +04:00
John Was
dfef2cd9d4
added test for PostgreSQL
2013-09-14 18:40:22 +02:00
Carsten Brandt
9a934901c0
Merge branch 'fix-cache-dir-permissions' of https://github.com/ujovlado/yii into ujovlado-fix-cache-dir-permissions
...
* 'fix-cache-dir-permissions' of https://github.com/ujovlado/yii :
added CHANGELOG line
added tests for CFileCache cacheFileMode and cachePathMode
changed formatting
added options to set mode (used by mkdir and chmod) for cache directory and files
cache dir creation with correct file mod
Conflicts:
CHANGELOG
2013-09-04 15:12:36 +02:00
Carsten Brandt
480b08f50f
fixed test break for php < 5.3.0
2013-09-04 15:07:46 +02:00
Carsten Brandt
f5e592f22d
better fix for #2378
2013-09-04 15:05:17 +02:00
Carsten Brandt
10b4b0f063
Merge branch '2738-ActiveRecord.tableName' of https://github.com/velosipedist/yii into velosipedist-2738-ActiveRecord.tableName
...
* '2738-ActiveRecord.tableName' of https://github.com/velosipedist/yii :
removed occasional FormInput file
fix #2378 CActiveRecord::tableName() in namespaced model
Ability to substitute model attribute name, to use custom data getter. It is not dangerous to use any custom fields and getters, because it will work for read-only.
2013-09-04 14:54:35 +02:00
Sam Mousa
517e43f93e
Added unit test.
2013-09-03 19:54:43 +02:00
Carsten Brandt
4f1bc7bf6d
Merge pull request #2827 from klimov-paul/enh-file-helper-create-directory
...
Enhancement: CFileHelper::createDirectory
2013-08-30 08:05:52 -07:00
Alexander Makarov
4b183f1e59
Merge pull request #2826 from klimov-paul/2821-file-validator
...
Fix #2821 file validator
2013-08-29 04:13:58 -07:00
Paul Klimov
cba9c4d81e
Merge branch 'master' of github.com:yiisoft/yii into 2770-client-script-render-script-batch
2013-08-29 13:25:38 +03:00
Paul Klimov
4e398ece03
Private method 'CFileHelper::mkdir()' has been converted into public 'CFileHelper::createDirectory()'.
2013-08-29 13:13:57 +03:00
Paul Klimov
363fb4de81
Unit test CActiveRecordTest has been adjusted.
2013-08-29 12:09:23 +03:00
Paul Klimov
11c774b0bb
Merge branch '268-cdbcriteria-count' of https://github.com/nineinchnick/yii into nineinchnick-268-cdbcriteria-count
2013-08-29 11:56:38 +03:00
Paul Klimov
31e7ab1c04
CFileValidator has been fixed.
2013-08-29 11:41:25 +03:00
Paul Klimov
db6e6bc58c
Unit test 'CFileValidatorTest' has been updated to expose issue #2821
2013-08-29 11:28:46 +03:00
Pavel Voronin
046301a771
CFileHelperTest.testFindFiles_relativePaths was added
2013-08-27 12:29:23 +04:00
Pavel Voronin
b1882e8d02
CFileHelperTest.testFindFiles_absolutePaths was added
2013-08-27 12:29:06 +04:00
Zander Baldwin
737cb4a081
Update Framework Unit Tests
...
Update the frameworks unit tests to check incoming data types for the column names of CDbSchema::createIndex() and CDbSchema::addForeignKey().
2013-08-26 16:31:20 +01:00
John Was
da68e9ab13
use the preffered method of creating an unique index in postgresql as suggested by the manual
2013-08-21 23:08:32 +02:00
John Was
bb07a7abdd
detect properly if criteria->select starts with a count() expression in CActiveFinder->count() method
2013-08-21 21:45:08 +02:00
Alexander Makarov
e24f043150
Merge pull request #2773 from nineinchnick/182-csort-asc-desc-arrays
...
allow arrays in asc/desc properties of virtual attributes
2013-08-16 13:27:10 -07:00
Vladimír Kriška
3eaa17ad71
added tests for CFileCache cacheFileMode and cachePathMode
2013-08-16 11:31:27 +02:00
Klimov Paul
6cae70cb94
Merge branch 'master' of github.com:yiisoft/yii into 2770-client-script-render-script-batch
2013-08-15 10:14:04 +03:00
Carsten Brandt
132b4fd612
added unit test to verify behavior for #2756
2013-08-14 23:49:48 +02:00
John Was
769417c255
updated CHANGELOG and added test
2013-08-14 23:31:05 +02:00
Klimov Paul
540a1d27a0
CClientScript::renderScriptBatch() has been fixed to group scripts with different HTML options correctly.
2013-08-14 20:28:55 +03:00
Klimov Paul
7111b38399
CClientScriptTest has been advanced to expose issue #2770
2013-08-14 20:27:29 +03:00
Carsten Brandt
4c1da89e4f
CRedisCache UnitTest to verify #2750
2013-08-11 22:58:27 +02:00
velosipedist
8dd39e27a1
fix #2378 CActiveRecord::tableName() in namespaced model
2013-08-07 20:20:42 +04:00
resurtm
7d8be70144
Fixes #2662 , reverts #1622 :
...
1. More edgecase unit tests for CLocale.
2. Fix #2662 .
3. Revert #1622 .
2013-07-30 19:35:45 +06:00
tom--
15096e9976
Convert spaces to tabs.
2013-07-08 07:49:10 -04:00
tom--
e2398faa9c
Chg #2053 Corrections for more coherent CSecurityManager::generateRandomBytes() see PR 2604 discussion, unit tests.
2013-07-07 16:37:27 -04:00
creocoder
05a7f34b4c
2607 rollback
2013-07-06 20:51:59 +04:00
Alexander Makarov
deb90faff8
fixed tests
2013-07-06 02:35:26 +04:00
creocoder
75c7b6b9f0
Tests, code style fixes and changelog gramar corrections
2013-07-05 13:04:12 +04:00