Carsten Brandt
e996f3dfd5
Workaround for broken PDO::quote() in CUBRID 9.1.0
...
http://jira.cubrid.org/browse/APIS-658
11 years ago
Carsten Brandt
58f8293b84
custom bindValue test for cubrid
11 years ago
Carsten Brandt
791f9d3f4e
better use int for boolean representation
...
bit has special syntax for storing and retreiving so we'd need a
converter for that.
Storing 1 bit will result in one byte left padded on the disc so the
result of a query for boolean 0 will be 0x00 and for boolean 1 will be
0x80.
11 years ago
Carsten Brandt
c6ef7ec9d5
moved Command::getPdoType() to Schema
...
this allows different implementation in different DBMS
CUBRID does not supprt PDO::TYPE_BOOL, so we use STRING here which will
be casted by the DBMS
11 years ago
Carsten Brandt
e446a11864
added CURBID to the docs
11 years ago
Carsten Brandt
d6ff097cbb
avoid hanging test on bindValue problems (close db connection in tearDown)
11 years ago
Qiang Xue
b16bf0691a
fixed typo
11 years ago
Qiang Xue
fccd8185b5
Enhanced the default implementation of Model::scenarios() to return all scenarios found in rules().
11 years ago
Carsten Brandt
825258efb8
cubrid unit tests WIP
11 years ago
Carsten Brandt
2387d00341
CUBRID added exception about wrong implementation of quoteValue
11 years ago
Carsten Brandt
57a91c842a
CUBRID Query builder
11 years ago
Carsten Brandt
f4fb2d94ef
finalizing cubrid Schema
11 years ago
Carsten Brandt
be67559fe1
added CUBIRD DB Schema class
11 years ago
Carsten Brandt
42a9d13bc6
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
doc fix.
11 years ago
Carsten Brandt
267f2d7849
fixed docs in db Schema classes
11 years ago
Qiang Xue
326e98a41c
doc fix.
11 years ago
Carsten Brandt
8976b7cbd8
moved MSSQL specific property to mssql TableSchema
11 years ago
Carsten Brandt
d4995ddc57
updated php doc
11 years ago
Carsten Brandt
c306fccd46
fixed FileValidator after UploadedFile refactoring
...
fixes #845
11 years ago
Qiang Xue
b77ea4dcb0
Allow generator to define actions.
11 years ago
Carsten Brandt
8c753676db
Exception about missing class in class file only when YII_DEBUG
...
See discussion about exceptions in autoloader here:
https://groups.google.com/forum/?fromgroups#!topic/php-fig/kRTVRSIJ0qE
11 years ago
Alexander Makarov
df85be3622
Added debug to preload in advanced app template
11 years ago
Alexander Makarov
f877de144b
Removed DebugTarget reference from advanced app template configs
11 years ago
Alexander Makarov
8c7d0aebe1
Added note about the fact that PHP SSL extension is required to install all Composer dependencies
11 years ago
Qiang Xue
7f4e02cb45
crud generator WIP
11 years ago
Qiang Xue
3f2e7fa604
crud wip
11 years ago
Carsten Brandt
38dab3490a
Fixed type of db\Exception::$errorInfo
...
type is array in PHP documentation
11 years ago
Carsten Brandt
75391b7515
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Removed Yii::import().
11 years ago
Carsten Brandt
9a4d7ff15b
Exception message when getting write-only property
11 years ago
Carsten Brandt
7fa81949bf
various documentation changes
11 years ago
Qiang Xue
ea10868824
Removed Yii::import().
11 years ago
Carsten Brandt
7a6ce8251a
simplified method check in Component::__call()
11 years ago
Qiang Xue
afd0472784
Fixes #837 : turn private variables into public ones.
11 years ago
Qiang Xue
f87e4ce604
automatically hide model class input if needed.
11 years ago
Carsten Brandt
c364e26606
Merge pull request #836 from cebe/component-has-method
...
Added hasMethod() to Component and Object class
11 years ago
Carsten Brandt
15a3ec2764
added unit tests and call to $behavior->hasMethod in Component
11 years ago
Carsten Brandt
7a55640670
Added hasMethod() to Component and Object class
...
this allows implementing __call() in behaviors
See this forum topic for details:
http://www.yiiframework.com/forum/index.php/topic/46629-invoke-behavior-method-through-php-magic-method-call-dosent-work/
11 years ago
Carsten Brandt
f83fcc553c
fixed return value of Component::can*Property
...
return false, not null
11 years ago
Carsten Brandt
219eebf42c
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Reverted changeset 595ac6d0be
Fixes #833 : added charset to json response.
11 years ago
Qiang Xue
947a557240
Reverted changeset 595ac6d0be
11 years ago
Qiang Xue
595ac6d0be
Fixes #833 : added charset to json response.
11 years ago
Carsten Brandt
b5a6dac3ae
renamed test method after implementation rename in FileHelper
11 years ago
Carsten Brandt
4d84e09479
typo in query builder, fixes #832
11 years ago
Carsten Brandt
0d91021f02
Merge branch 'master' of github.com:yiisoft/yii2
...
* 'master' of github.com:yiisoft/yii2:
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049
)
add missing return to module template
Update module.php
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set
gii form width adjustment.
Make sure query cloning works as expected.
Fixed test break.
Fixes #828 : refactored QueryBuilder::build()
11 years ago
Carsten Brandt
4b7f5a728a
improved control over and handling of file and dir permissions
...
- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 775 instead of 777
- added some properties to classes that deal with files to allow control
over directory permissions.
11 years ago
Carsten Brandt
fa07d31310
documentation fixed for mutex extension
11 years ago
Alexander Makarov
e1a6aacba8
Fixes #829 : loginRequired now responds with HTTP 403 in case of AJAX or loginUrl is not set (reverted from commit c2c12a9049
)
11 years ago
Alexander Makarov
c0102b4143
Merge pull request #831 from philippfrenzel/patch-5
...
add missing return to module template
11 years ago
Philipp Frenzel
e94b455535
add missing return to module template
...
I think according to the framework it should return the render and otherwise the browser will stay blank...
11 years ago
Alexander Makarov
d9d000649a
Merge pull request #830 from philippfrenzel/patch-4
...
module should extend \yii\base\Module as \yii\web\Module doesn't exist...
11 years ago