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 |
|
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 |
|