Commit Graph

336 Commits

Author SHA1 Message Date
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
Alexander Makarov
a528b2ed1c Merge pull request #2934 from yiisoft/action-for-static-pages
Fixes #2932: Added `yii\web\ViewAction` that allow you to render views based on GET parameter
2014-04-01 19:58:08 +04:00
Alexander Makarov
0cce768443 Removed ViewAction::afterRun() 2014-04-01 19:12:34 +04:00
Alexander Makarov
9fd0dcedaa Extracted render method to allow custom renderers by subclassing 2014-04-01 13:15:51 +04:00
Alexander Makarov
a4be5bc910 Dropped defaultView 2014-04-01 13:13:15 +04:00
Alexander Makarov
542d532b12 Renamed basePath to viewPrefix 2014-04-01 13:12:09 +04:00
Qiang Xue
a0f9a6d701 Fixes #2937 2014-03-31 23:17:39 -04:00
Alexander Makarov
9936acf764 Fixes #2932: Added yii\web\ViewAction that allow you to render views based on GET parameter 2014-04-01 00:41:21 +04:00
Alexander Makarov
05afeb4831 Merge branch 'master' 2014-03-31 01:06:09 +04:00
Carsten Brandt
21f2602c10 Merge pull request #2916 from yiisoft/refactor-errorhandler
Refactor errorhandler
2014-03-30 22:54:50 +02:00
Qiang Xue
c23b671f3b better fix [skip ci] 2014-03-30 12:39:22 -04:00
Qiang Xue
03db4c468a Fixes #2921 2014-03-30 12:38:04 -04:00
Alexander Makarov
ab799d8ea9 Fixes #2911: Removed tbl_ default for table prefix 2014-03-30 19:33:46 +04:00
Carsten Brandt
f6ce9ead97 removed unnecessary static var 2014-03-30 12:38:13 +02:00