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
Carsten Brandt
a4b6fb263d
handle Exceptions in application init()
2014-03-30 01:27:18 +01:00
Carsten Brandt
89f6a00147
created console errorHandler
2014-03-30 01:04:43 +01:00
Carsten Brandt
f2b20d99d5
Merge branch 'master' into refactor-errorhandler
...
* master:
Fixes #2912 : Relative view files will be looked for under the directory containing the view currently being rendered
app end improvement.
improvement of Application::end() handling.
typo fix.
Fixes #2910 : Added `Application::end()`
Conflicts:
framework/base/Application.php
2014-03-30 00:27:51 +01:00
Carsten Brandt
c93231e26b
improved session error handling
...
fixes #1946
2014-03-29 23:54:26 +01:00
Carsten Brandt
8b4d4a0b25
cleanup web errorhandler
2014-03-29 23:02:35 +01:00
Qiang Xue
ac74fede28
Fixes #2910 : Added Application::end()
2014-03-28 16:59:21 -04:00
Carsten Brandt
d4ad533d48
moved error handling related methods from app to errorhandler
2014-03-28 19:57:11 +01:00
Qiang Xue
b9b4555da6
move assetManager to base application.
2014-03-27 14:09:30 -04:00
Carsten Brandt
00614b465b
docs about JsonParser
2014-03-27 14:24:59 +01:00
Carsten Brandt
f0dcceb37c
ensure Dispatchers logger gets set when requested.
...
fixes #2894
2014-03-27 13:00:59 +01:00
Carsten Brandt
435747cf98
apidoc and codestyle fixes
2014-03-26 23:03:18 +01:00
Philippe Gaultier
1a7da8be90
Use correct files array to allow inheritence
2014-03-26 19:58:40 +01:00
Carsten Brandt
27659d1776
fixed FileHelper private method static call
2014-03-26 17:51:52 +01:00
Carsten Brandt
cc4d4933d4
fixed undefined variable problem in AccessControl
2014-03-26 16:04:49 +01:00