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
Alexander Makarov
56ab34767c
Merge pull request #2114 from thiagotalma/master
...
Adjustment the translation into Portuguese of Brazil.
2014-01-22 09:14:22 -08: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
af53c0f818
doc update.
2014-01-22 11:09:59 -05: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
Alexander Kochetov
e1459d4037
Yet one optimization
2014-01-22 18:39:53 +04:00
Qiang Xue
942370f8d2
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-01-22 09:29:17 -05:00
Qiang Xue
b6575aa0d5
Fixes #1782
2014-01-22 09:28:59 -05:00
Carsten Brandt
954b0b5faf
more path fixes for apidoc command
2014-01-22 15:28:20 +01:00
Qiang Xue
2a7b2e66cc
Merge branch 'master' of git://github.com/yiisoft/yii2
2014-01-22 09:28:11 -05:00
Qiang Xue
9bde3ab613
Merge branch 'tests_improved_verify' of github.com:Ragazzo/yii2 into Ragazzo-tests_improved_verify
...
Conflicts:
apps/basic/tests/README.md
apps/basic/tests/unit/models/LoginFormTest.php
2014-01-22 09:27:11 -05:00
Carsten Brandt
b2eb8bcedf
Merge pull request #2110 from pmoust/greek
...
Greek core translation
2014-01-22 06:24:26 -08:00
Alexander Makarov
3bf072a78f
Fixed typo
2014-01-22 18:22:05 +04:00
Panagiotis Moustafellos
4730d11a7e
fixed weird # in greek translation
2014-01-22 16:19:30 +02:00
Carsten Brandt
48712c71f2
added notes about default limit set by elasticsearch
...
fixes #1864
2014-01-22 15:11:11 +01:00
Qiang Xue
4f7d55c7fc
Merge pull request #2112 from crtlib/patch-4
...
Minor fixes in active-record.md
2014-01-22 06:05:47 -08:00
Paul Kofmann
dc318e27aa
Minor fixes in active-record.md
2014-01-22 15:01:29 +01:00
Carsten Brandt
a69554e894
fixed paths in apidoc script according to psr-4 autoload and composer/bin
2014-01-22 14:54:50 +01:00
Panagiotis Moustafellos
7ba48a316f
removed unnecessary greek translations from core
2014-01-22 15:51:47 +02:00
Vladimir Zbrailov
a42710adbe
Merge branch 'master' of git://github.com/yiisoft/yii2 into get-headers
2014-01-22 17:47:58 +04: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
Carsten Brandt
c4db587bc2
updated apidoc composer.json
...
require a version that contains phpDocumentor/Reflection#16
2014-01-22 14:10:10 +01:00
Carsten Brandt
7438b6b450
removed unused use tag
2014-01-22 09:40:32 +01:00
Alexander Kochetov
a4c8617f42
Cleaner environments for yii2-advanced-app
2014-01-22 12:24:15 +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
Qiang Xue
92215a2f78
Merge pull request #2104 from marianzburlea/master
...
Advanced application template typo fix
2014-01-21 15:56:08 -08:00
Marian Zburlea
9f3d0a88c7
Advanced application template typo fix
2014-01-21 23:40:25 +00: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
9eb164f423
Merge pull request #2101 from thiagotalma/master
...
Best way to get the labels to search, the existing model.
2014-01-21 15:10:24 -08:00