Commit Graph

7547 Commits

Author SHA1 Message Date
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
Alexander Makarov
d81f481127 Merge pull request #2025 from yiisoft/remove-ability-to-declare-scopes-in-ar
Fixes #2016: removed ability to declare scopes in ActiveRecord leaving it to ActiveQuery
2014-01-21 15:07:39 -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
Thiago Talma
e299b78a2c Best way to get the labels to search, the existing model. 2014-01-21 18:01:35 -02:00
Klimov Paul
504fc76f5c Unit test for yii\mongodb\file\ActiveRecord fixed 2014-01-21 21:39:22 +02:00
Klimov Paul
801ed45804 Merge branch 'master' of github.com:yiisoft/yii2 2014-01-21 21:29:54 +02: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
ab59a795e2 more reliable way of saving debug index file
fixes #1884
2014-01-21 18:34:29 +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
ca816adf6a linked guide on 3rd party systems 2014-01-21 17:40:15 +01:00
Carsten Brandt
d623a7f1b4 Merge PR #1981 branch '1837-3rd-party-doc' of https://github.com/klimov-paul/yii2
* '1837-3rd-party-doc' of https://github.com/klimov-paul/yii2:
  Missing "md" extension added for "Using 3rd-Party Libraries" guide part
  "Using 3rd-Party Libraries" guide updated
  "Using 3rd-Party Libraries" guide added
2014-01-21 17:35:19 +01:00
Carsten Brandt
477ee2e5eb added information about request body to debug toolbar 2014-01-21 17:16:50 +01:00
Carsten Brandt
2f4cd7ca09 Merge pull request #2098 from marsuboss/patch-1
Fix typo
2014-01-21 08:15:08 -08:00
Carsten Brandt
b9e1ce3f97 more validation for password reset token in advanced app
fixes #2099
2014-01-21 17:13:40 +01:00
Carsten Brandt
b8558a860a fixed migrate command output 2014-01-21 17:09:29 +01:00
marsuboss
ac7b567943 Fix typo 2014-01-21 16:56:55 +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
fadc23a329 improved erorr handling in api doc controller 2014-01-21 15:28:37 +01:00
Carsten Brandt
ee1488a64e Merge pull request #2086 from jom/apidoc_extendable
Simplify apidoc's RenderController::findRenderer to allow for custom renderers via ext
2014-01-21 06:26:47 -08:00
Carsten Brandt
13f0bd6656 doc typos
fixes #2094
2014-01-21 15:22:28 +01:00
Carsten Brandt
4d54408419 Merge pull request #2095 from kumorig/patch-4
PHPDocs: "app\models" changed to "common\models"
2014-01-21 06:20:01 -08: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