Commit Graph

349 Commits

Author SHA1 Message Date
Klimov Paul
8ac309849d Url encoding for the route param added 2014-05-28 13:07:33 +03:00
Sergey Gonimar
9b31870286 Fix ErrorHandler 2014-05-28 12:34:05 +06:00
Carsten Brandt
c8f6baf5ba Update Response.php
typo
2014-05-26 17:23:11 +02:00
Carsten Brandt
ee2b968b7f fixed argument display in errorHandler 2014-05-25 20:30:26 +02:00
Qiang Xue
313437f3c0 Fixes #3284: Added support for checking multiple ETags by yii\filters\HttpCache. 2014-05-23 15:53:49 -04:00
Klimov Paul
1641e057a9 VarDumper::export() applied over framework. 2014-05-20 16:35:12 +03:00
Carsten Brandt
ad6b191081 improved docs about flash messages 2014-05-19 12:34:31 +02:00
Alexandr
a07b4afea6 Update Controller.php 2014-05-18 02:56:38 +07:00
Alexandr
06e0c50699 Update ErrorAction.php 2014-05-18 02:55:40 +07:00
lynicidn
3829b3a5ad changed comments #3446 2014-05-12 20:35:35 +04:00
Carsten Brandt
7511de6cab added errorInfo to exception views 2014-05-12 13:31:33 +02:00
Qiang Xue
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
Qiang Xue
af7530663d Fixes #3383: Added $type parameter to IdentityInterface::findIdentityByAccessToken() 2014-05-06 18:45:18 -04:00
Alexander Makarov
340278b59c Fixes #3183: fixed regression after #3175 2014-04-30 01:31:11 +04:00
Qiang Xue
4fcd5003de Fixes #2906: Added support for using conditional comments for js and css files registered through asset bundles and Html helper 2014-04-26 20:25:48 -04:00
Carsten Brandt
4f9e4e2c78 ensure assetmanager and baseurl to handle relative urls correctly 2014-04-25 04:06:07 +02:00
Carsten Brandt
6fe63a217f view did not use the correct assetmanager 2014-04-25 04:06:07 +02:00
Michael Härtl
1e3989e5d1 Fix call to AssetConverter::convert() in AssetBundle 2014-04-24 13:01:05 +02:00
Ceana Razvan
48635c2d3e Update Response.php
$_SERVER['SERVER_PROTOCOL'] returns 'HTTP/1.0' or 'HTTP/1.1'
2014-04-24 03:42:23 +03:00
Qiang Xue
cbcc7b6a48 Fixes #2264: CookieCollection::has() will return false for expired or removed cookies 2014-04-23 09:28:05 -04:00
Carsten Brandt
91965fd391 phpdoc formatting issues 2014-04-23 02:55:17 +02:00
Alexander Makarov
1170e0272f Merge branch 'master'
Conflicts:
	framework/CHANGELOG.md
2014-04-18 12:45:33 +04:00
Alexander Makarov
178417da9b Added title for trimmed strings 2014-04-18 12:44:39 +04:00
Qiang Xue
520011fff6 Fixes #3088: The debug and gii modules will manage their own URL rules now 2014-04-17 20:42:50 -04:00
Alexander Makarov
dad88c78b4 Fixes #2837: Error page now shows arguments in stack trace method calls 2014-04-18 04:20:22 +04:00
Qiang Xue
507a6f1068 Added yii\web\UrlManager::addRules() to simplify adding new URL rules 2014-04-17 20:03:42 -04:00
Carsten Brandt
76d8e2b5b3 code style, fixes #3140 2014-04-17 13:24:16 +02:00
Carsten Brandt
d1aa19c8fe added emphatises to phpdoc in asset bundle
issue #3143
2014-04-17 12:19:24 +02:00
Thiago Talma
c1445871f4 Correction of many errors code inspection.
Adjustments code according to the standards.
Adding missing PHPDoc comment.
2014-04-16 19:29:07 -03:00
Qiang Xue
664d2aa007 Supported adding a new response formatter without the need to reconfigure existing formatters 2014-04-16 14:55:33 -04:00
Qiang Xue
a6136e1b16 Renamed yii\web\User::checkAccess() to yii\web\User::can() 2014-04-12 19:14:50 -04:00
Qiang Xue
055455d814 updated error handler and requirement checker links. 2014-04-10 00:05:05 -04:00
Qiang Xue
0b29c9607d fixed broken API links [skip ci] 2014-04-09 22:22:49 -04:00
Qiang Xue
134d3d4610 Fixes #2034: Added ContentNegotiator to support response format and language negotiation 2014-04-09 14:57:04 -04:00
Carsten Brandt
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
Qiang Xue
586f5b87b0 Removed Application::preload in favor of Application::bootstrap 2014-04-09 10:47:10 -04:00
Qiang Xue
c4af1569a3 typo fix [skip ci] 2014-04-08 21:03:11 -04:00
Qiang Xue
aec1b8172b Added HtmlResponseFormatter and JsonResponseFormatter 2014-04-08 20:54:07 -04:00
Carsten Brandt
93d18dcbdd Update IdentityInterface.php
fixes #3028
2014-04-08 14:02:10 +02:00
Alexander Makarov
75154d351d Refactored AR find 2014-04-07 09:43:03 +04:00
Qiang Xue
48e67e8b89 renamed PrefixUrlRule to GroupUrlRule 2014-04-05 12:07:38 -04:00
Qiang Xue
a15a3835c7 Moved all filter classes to namespace yii\filters 2014-04-05 01:00:14 -04:00
Qiang Xue
50e338127d Improved action filter and action execution flow by supporting installing action filters at controller, module and application levels 2014-04-04 23:30:59 -04:00
Qiang Xue
104c4fc3ae Added support to allow an event handler to be inserted at the beginning of the existing event handler list 2014-04-04 21:45:34 -04:00
jeicd
76402ea079 Fixed UrlManager rules caching 2014-04-04 13:27:20 +06:00
Alexander Makarov
a97a35bab7 fixed typo 2014-04-04 04:40:17 +04:00
Qiang Xue
8b4dfcc876 Fixes #2955: Changed the signature of ActiveQuery constructors and ActiveRecord::createQuery() to simplify customizing ActiveQuery classes 2014-04-03 10:36:52 -04:00
Qiang Xue
a440abad21 doc fix [skip ci] 2014-04-02 11:18:41 -04:00
Alexander Makarov
663d3fedc8 Added defaultView to ViewAction 2014-04-02 12:42:04 +04:00
Qiang Xue
c0e06b447c Refactored ViewAction. 2014-04-01 12:14:59 -04:00