Carsten Brandt
326d26af06
install cubrid DB not using sudo and use travis cache
2014-08-28 13:49:36 +02:00
Carsten Brandt
c27c9de5b8
check if sphinx is installed
2014-08-28 12:14:05 +02:00
Carsten Brandt
78b5c7db66
fixed boolean handling for PostgreSQL
...
- do not allow boolean values for integer columns
- use native boolean type with boolean values
- removed workaround that turned out to be wrong when schema and values
are used correctly. Workaround resulted from wrong usage of boolean
values before.
fixes #4672
2014-08-28 11:20:17 +02:00
Alexander Makarov
f562cbc0c3
Merge pull request #4841 from tebazil/patch-1
...
[ci skip] unneeded use Model
2014-08-28 13:15:18 +04:00
Vasiliy Baukin
269cb07842
unneeded use class
2014-08-28 12:21:59 +04:00
Qiang Xue
c6a1afe2ea
updated bower dependency [skip ci]
2014-08-27 17:02:20 -04:00
Qiang Xue
f51a263570
new asset management WIP
2014-08-27 16:44:00 -04:00
Carsten Brandt
32fc3babff
Update README.md
2014-08-27 21:36:29 +02:00
Carsten Brandt
693ec944f0
simplified composer call to one
...
speed up process a lot because 3 composer updates are reduced to one
2014-08-27 21:13:47 +02:00
Alexander Makarov
31a17d6791
Revert "Fixes #4829 : Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests"
...
This reverts commit 4ffbfec9aa .
2014-08-27 21:42:07 +04:00
Qiang Xue
280c2ca0ff
Merge pull request #4838 from nenad-zivkovic/master
...
Fixes typo in concept-configurations.md
2014-08-27 10:45:01 -04:00
Nenad Zivkovic
7dbe079bba
Fixes typo in concept-configurations.md
2014-08-27 16:25:41 +02:00
Klimov Paul
5b0d6f885c
yii\sphinx\ActiveQuery fixed to be resuable with 'match' condition.
2014-08-27 14:51:30 +03:00
Klimov Paul
10edf5c929
yii\sphinx\ActiveQuery fixed to be resuable.
2014-08-27 14:01:29 +03:00
Klimov Paul
981fbaddba
Sphinx test skipping code fixed
2014-08-27 13:41:31 +03:00
Alexander Makarov
4ffbfec9aa
Fixes #4829 : Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests
2014-08-27 12:56:01 +04:00
Qiang Xue
f3105f736a
Fixes #3283 : Added $checkAjax to yii\web\User::loginRequired()
2014-08-26 22:29:40 -04:00
Qiang Xue
88843ea288
Merge pull request #4826 from yiisoft/rest-dont-show-full-exceptions-in-production
...
Fixes #4188 : API exceptions are now exposing less data when YII_DEBUG is false
2014-08-26 16:59:22 -04:00
Alexander Makarov
355c26df8b
Fixes #4188 : API exceptions are now exposing less data when YII_DEBUG is false
...
- If exception is internal it's always returned as HTTP 500 general purpose one.
- Type isn't exposed anymore.
2014-08-27 00:50:02 +04:00
Alexander Makarov
74e9ce9401
Merge pull request #4825 from nenad-zivkovic/master
...
[ci skip] Fixes typo in structure-assets.md
2014-08-26 23:06:40 +04:00
Nenad Zivkovic
2b327bf2bc
removes duplicated unnecessary sentence from structure-extensions.md
2014-08-26 21:00:29 +02:00
Nenad Zivkovic
7db5bdfffe
Fixes typo in structure-assets.md
2014-08-26 20:47:14 +02:00
Klimov Paul
7a418ae9e2
yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive.
2014-08-26 14:03:02 +03:00
Alexander Makarov
7aed617c38
Fixes #4813 : Fixed MSSQL schema that was getting incorrect info about constraints
2014-08-26 14:12:24 +04:00
Alexander Makarov
4e9f8bd5e5
Fixed example of transactional operations in AR guide
2014-08-26 13:16:40 +04:00
Alexander Makarov
dd61be67a1
Fixes #3248 : described AR transactions, locks, dirty attributes
2014-08-26 03:28:36 +04:00
Alexander Makarov
24f46c645a
Fixed grammar
2014-08-26 02:46:26 +04:00
Alexander Makarov
f0221fb84f
Fixes #4126
2014-08-26 02:39:05 +04:00
Alexander Makarov
902684ed27
Fixed method name in docs
2014-08-26 02:38:55 +04:00
Alexander Makarov
82fbc0ef2c
Fixes #4247
2014-08-26 02:32:25 +04:00
Alexander Makarov
78ae63250f
Fixes #4812
2014-08-26 02:20:59 +04:00
Alexander Makarov
51300fc93b
Used aliases for fixture directory definitions
2014-08-26 01:51:58 +04:00
Qiang Xue
3786440288
Fixes #4762 : Reverted automatic ID fix.
2014-08-25 17:05:14 -04:00
Alexander Makarov
22839d92af
Fixes #4812 : Fixed search filter
2014-08-25 17:04:31 +04:00
Alexander Makarov
fc03527a07
Merge pull request #4809 from nenad-zivkovic/master
...
[ci skip] Adds start-gii-crud-preview image to the gii guide
2014-08-25 02:29:07 +04:00
Nenad Zivkovic
6a1543c35d
Adds start-gii-crud-preview image to gii guide
2014-08-25 00:22:08 +02:00
Alexander Makarov
8fc65d254f
Fixes #4724 : fixed example in "Creating your own rule classes"
2014-08-25 02:19:06 +04:00
Alexander Makarov
b82d32c1ef
Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements.
2014-08-25 02:01:05 +04:00
Alexander Makarov
a7f998ed54
Merge pull request #4804 from maxmirazh33/master
...
structure-extensions.md translated to Russian[skip-ci]
2014-08-25 01:31:51 +04:00
Alexander Makarov
2a3f19e90e
Merge pull request #4806 from mrarthur/patch-5
...
Fix PHPDoc
2014-08-25 01:30:30 +04:00
Alexander Makarov
6af78e46fc
Merge pull request #4808 from nenad-zivkovic/master
...
fixes typos in start-databases.md
2014-08-25 01:28:14 +04:00
Nenad Zivkovic
d6944067af
fixes typos in start-databases.md
2014-08-24 23:18:19 +02:00
Qiang Xue
e2ca42e71b
Merge pull request #4807 from mrarthur/patch-6
...
Unused InvalidConfigException
2014-08-24 17:17:06 -04:00
Arthur Khachaturov
5794534a26
Unused InvalidConfigException
2014-08-24 23:47:36 +04:00
Arthur Khachaturov
7deb26f6c8
Fix PHPDoc
2014-08-24 23:25:08 +04:00
Qiang Xue
f526cc7af9
more doc [skip ci]
2014-08-24 12:17:24 -04:00
maxmirazh33
4fd1d0e117
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-08-24 22:56:29 +07:00
maxmirazh33
77effdbc4d
Merge branch 'master' of https://github.com/maxmirazh33/yii2
2014-08-24 22:47:22 +07:00
maxmirazh33
340fa2f89c
fixes for translation of file 'structure-extensions.md' to Russian
2014-08-24 22:46:14 +07:00
maxmirazh33
2249a9eb99
fixes for translation of file 'structure-extensions.md' to Russian
2014-08-24 22:39:02 +07:00