Ivan Pomortsev
8109708b37
Update Query.php
...
Forget one ";" :D
2014-01-23 09:08:59 +03:00
Ivan Pomortsev
5d3fd930d8
Update QueryBuilder.php
...
Delete some spaces from result string.
2014-01-23 09:05:41 +03:00
Ivan Pomortsev
01c89ea3da
Update Query.php
...
Change union method to accept also <code>$all</code> variable. TRUE means that we must results <code>UNION ALL</code> construction, FALSE – that <code>UNION</code>.
2014-01-23 08:51:15 +03:00
Ivan Pomortsev
1ea895e22b
Update QueryBuilder.php
...
Fixed some errors – syntax with ";" after closure function and also moved building of unions queries into this function.
2014-01-23 08:45:29 +03:00
Ivan Pomortsev
12cbaf90b5
Update QueryBuilder.php
...
Change using of implode to convert array of queries to union to array_reduce. Result of this changing is that code feel difference between two selects that connects with UNION and two selects that connects with UNION ALL.
2014-01-23 07:47:48 +03:00
Qiang Xue
f39b1e4bb8
changelog fix.
2014-01-22 22:39:37 -05:00
Daniel Schmidt
041f6aac6c
Removed temp class
2014-01-22 19:33:39 -08:00
Daniel Schmidt
d03b2add89
Condenses changelog notes to 1 line ( #2103 )
2014-01-22 19:32:56 -08:00
Daniel Schmidt
087943cd14
Removes Map file uploaded accidentally
2014-01-22 19:26:47 -08:00
Daniel Schmidt
40090577c5
Merge branch 'master' of git://github.com/yiisoft/yii2 into 2103-rename-accessdeniedhttpexception
2014-01-22 19:23:51 -08:00
Daniel Schmidt
7fef8cf0cf
Adds docblock comments and HTTP spec links for the new HTTP Exception classes ( #2103 )
2014-01-22 19:23:39 -08:00
Alexander Makarov
8bdc437bc2
Fixes #2079 :
...
- i18n now falls back to `en` from `en-US` if message translation isn't found
- View now falls back to `en` from `en-US` if file not found
- Default `sourceLanguage` and `language` are now `en`
2014-01-23 04:51:17 +04:00
Qiang Xue
a5968a6ac6
Added beforeRun() and afterRun() to yii\base\Action
2014-01-22 16:36:00 -05:00
Qiang Xue
c74db68ce7
Fixes #1974 .
2014-01-22 12:55:35 -05:00
Thiago Talma
8dd2720fa9
Adjustment the translation into Portuguese of Brazil.
2014-01-22 15:09:35 -02:00
Qiang Xue
2310fe6ee4
Merge pull request #2111 from dizews/get-headers
...
Added ability to get incoming headers
2014-01-22 08:13:47 -08:00
Qiang Xue
e6e1a7bac0
Fixes #1958 : beforeSubmit in yii.activeform is now executed after validation and before form submission
2014-01-22 11:04:56 -05:00
Qiang Xue
51c0231269
Merge pull request #1958 from 6pblcb/yiiActiveForm-beforeSubmit
...
Transfer beforeSubmit function after global validation all fields forms
2014-01-22 08:03:10 -08:00
Vladimir Zbrailov
4dabe605e3
added use http_get_request_headers and use getHeaders method in Gii module
2014-01-22 18:54:10 +04:00
Panagiotis Moustafellos
4730d11a7e
fixed weird # in greek translation
2014-01-22 16:19:30 +02:00
Panagiotis Moustafellos
7ba48a316f
removed unnecessary greek translations from core
2014-01-22 15:51:47 +02:00
Panagiotis Moustafellos
3f2696ae43
added Greek (el) as available language
2014-01-22 15:47:43 +02:00
Panagiotis Moustafellos
e2b5cfe845
added basic greek translation
2014-01-22 15:46:43 +02:00
Vladimir Zbrailov
53647d8b16
Added ability to get incoming headers
2014-01-22 17:44:57 +04:00
Daniel Schmidt
f24454a458
Renames AccessDeniedHttpException to ForbiddenHttpException in framework, docs, and extension files
2014-01-21 17:11:28 -08:00
Daniel Schmidt
20e031c8ac
Adds UnsupportedMediaTypeHttpException for 415 Http errors
2014-01-21 16:58:29 -08:00
Daniel Schmidt
81f3ce12ab
Adds TooManyRequestsHttpException for 429 http errors
2014-01-21 16:57:31 -08:00
Daniel Schmidt
87a2b1d6b9
Adds ConflictHttpException for 409 http errors
2014-01-21 16:56:50 -08:00
Daniel Schmidt
8d9c9a3482
Adds NotAcceptableHttpException for 406 Http errors
2014-01-21 16:55:52 -08:00
Daniel Schmidt
c5252f9284
Adds GoneHttpException for 410 http errors
2014-01-21 16:54:23 -08:00
Daniel Schmidt
04743b20a2
Adds UnauthorizedHttpException class for 401 errors
2014-01-21 16:52:16 -08:00
Daniel Schmidt
cbe8b27779
Deletes AccessDeniedHttpException
2014-01-21 16:49:15 -08:00
Daniel Schmidt
31bff3eae5
Renames AccessDeniedHttpException to ForbiddenHttpException as in #2103
2014-01-21 16:48:36 -08:00
Qiang Xue
4fe0eeb1b6
refacotring.
2014-01-21 19:12:10 -05:00
Alexander Makarov
b95fcf442d
Removed unused import
2014-01-22 03:32:49 +04:00
Alexander Makarov
05db070b32
Adjusted #2008
2014-01-22 03:31:22 +04:00
Alexander Makarov
583c56d9e0
Updated changelog
2014-01-22 03:15:31 +04:00
Alexander Makarov
ec1c85bb34
Merge pull request #2008 from kate-kate/db-message-command
...
added possibility to save messages to be translated
2014-01-21 15:11:24 -08:00
Alexander Makarov
4a837debb3
Merge branch 'master'
2014-01-22 03:06:43 +04:00
Alexander Makarov
76705b4319
Merge branch 'master'
...
Conflicts:
tests/unit/data/ar/elasticsearch/Customer.php
2014-01-22 03:06:21 +04:00
Qiang Xue
9aa006e5ea
Removed implementation of Arrayable from yii\Object
2014-01-21 16:44:28 -05:00
Carsten Brandt
4844886431
added schema parameter to createAbsoluteUrl() to force 'http' or 'https'
...
fixes #1585
2014-01-21 19:00:17 +01:00
Carsten Brandt
f112cc633b
allow installing jQuery 1.10 for IE support
...
fixes #1905
2014-01-21 17:54:10 +01:00
Carsten Brandt
b8558a860a
fixed migrate command output
2014-01-21 17:09:29 +01:00
Paul Klimov
ca778336f2
Issues #1265 #2084 added to CHANGELOG
2014-01-21 17:13:01 +02:00
Paul Klimov
b7be79b5d7
AssetController default 'cssCompressor' value changed to enforce type css.
2014-01-21 17:09:01 +02:00
Paul Klimov
b6eba6583a
AssetController config template adjusted.
2014-01-21 16:58:10 +02:00
Carsten Brandt
9822dfae55
typo
2014-01-21 15:15:52 +01:00
Carsten Brandt
e7e6bee928
replaced usages of $_GET with Request::queryParams
2014-01-21 15:13:51 +01:00
Carsten Brandt
0d669f5e6b
refactored params methods in Request
...
issue #2043
2014-01-21 15:04:43 +01:00