9048 Commits

Author SHA1 Message Date
d64fa3e88a using jquery-ui dependency to have prebuilt files. [skip ci] 2014-08-29 15:48:17 -04:00
5a1cf0f3a5 Adjusted the location of AuthChoice assets. [skip ci] 2014-08-29 11:33:47 -04:00
83ee7c0907 Merge pull request #4863 from RichWeber/master
[ci skip] [Uk][Guide] Add pages translation
2014-08-29 15:09:00 +04:00
14fc0cfe59 Grammar fix 2014-08-29 12:08:47 +03:00
3a36a78606 Merge branch 'master' of github.com:yiisoft/yii2 2014-08-29 11:27:50 +03:00
0c6e6b1bf2 add structure-applications.md 2014-08-29 11:27:15 +03:00
6c123c9556 Fixes ignores in bower.json [skip ci] 2014-08-28 16:28:03 -04:00
ee5d5ca71c adjusted ignore [skip ci] 2014-08-28 16:15:56 -04:00
e0035e257c typo fix [skip ci] 2014-08-28 15:37:52 -04:00
f04970ec07 typo fix [skip ci] 2014-08-28 15:27:39 -04:00
1954810531 adjusted dependencies. [skip ci] 2014-08-28 15:14:57 -04:00
1336cff31a Added bower.json to bootstrap and jui extensions. 2014-08-28 14:27:35 -04:00
452fcc0fcf Fixes #4845 2014-08-28 10:32:34 -04:00
a12e1630df Merge pull request #4848 from yiisoft/fix-travis
try using the new Docker setup of travis-ci
2014-08-28 15:34:10 +02:00
c4dffa0f1f simplified travis installation 2014-08-28 15:08:37 +02:00
63543c0a81 enable mongo text search 2014-08-28 15:01:55 +02:00
68323f6428 fixed cubrid PDO 2014-08-28 14:49:32 +02:00
e648aef799 sphinx setup without sudo 2014-08-28 14:43:49 +02:00
9174358f7e fixed sphinx setup 2014-08-28 14:17:15 +02:00
83f5f49469 try mongodb without sudo 2014-08-28 14:01:29 +02:00
326d26af06 install cubrid DB not using sudo and use travis cache 2014-08-28 13:49:36 +02:00
c27c9de5b8 check if sphinx is installed 2014-08-28 12:14:05 +02:00
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
f562cbc0c3 Merge pull request #4841 from tebazil/patch-1
[ci skip] unneeded use Model
2014-08-28 13:15:18 +04:00
269cb07842 unneeded use class 2014-08-28 12:21:59 +04:00
c6a1afe2ea updated bower dependency [skip ci] 2014-08-27 17:02:20 -04:00
32fc3babff Update README.md 2014-08-27 21:36:29 +02:00
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
31a17d6791 Revert "Fixes #4829: Removed PARSING_ONLY from \yii\rest\UrlRule to allow creating non-GET URLs for forms and tests"
This reverts commit 4ffbfec9aa032e5923b6fdfd7db9bc7e25275b40.
2014-08-27 21:42:07 +04:00
280c2ca0ff Merge pull request #4838 from nenad-zivkovic/master
Fixes typo in concept-configurations.md
2014-08-27 10:45:01 -04:00
7dbe079bba Fixes typo in concept-configurations.md 2014-08-27 16:25:41 +02:00
5b0d6f885c yii\sphinx\ActiveQuery fixed to be resuable with 'match' condition. 2014-08-27 14:51:30 +03:00
10edf5c929 yii\sphinx\ActiveQuery fixed to be resuable. 2014-08-27 14:01:29 +03:00
981fbaddba Sphinx test skipping code fixed 2014-08-27 13:41:31 +03:00
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
f3105f736a Fixes #3283: Added $checkAjax to yii\web\User::loginRequired() 2014-08-26 22:29:40 -04:00
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
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
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
2b327bf2bc removes duplicated unnecessary sentence from structure-extensions.md 2014-08-26 21:00:29 +02:00
7db5bdfffe Fixes typo in structure-assets.md 2014-08-26 20:47:14 +02:00
7a418ae9e2 yii\mongodb\Collection::buildLikeCondition() fixed to be case insensitive. 2014-08-26 14:03:02 +03:00
7aed617c38 Fixes #4813: Fixed MSSQL schema that was getting incorrect info about constraints 2014-08-26 14:12:24 +04:00
4e9f8bd5e5 Fixed example of transactional operations in AR guide 2014-08-26 13:16:40 +04:00
dd61be67a1 Fixes #3248: described AR transactions, locks, dirty attributes 2014-08-26 03:28:36 +04:00
24f46c645a Fixed grammar 2014-08-26 02:46:26 +04:00
f0221fb84f Fixes #4126 2014-08-26 02:39:05 +04:00
902684ed27 Fixed method name in docs 2014-08-26 02:38:55 +04:00
82fbc0ef2c Fixes #4247 2014-08-26 02:32:25 +04:00
78ae63250f Fixes #4812 2014-08-26 02:20:59 +04:00