51 Commits

Author SHA1 Message Date
32f4dc8997 Fixes #5385: links created from classes to corresponding guide articles (#12920) 2016-11-04 18:55:14 +03:00
7d1ef4c054 Improvements for handling redirections produced by UrlNormalizer (#12451) 2016-09-04 11:03:19 +03:00
8142de23d4 Improve normalizer for URL manager 2016-08-30 21:25:23 +02:00
a7f63b6da3 Add normalizer for URL manager. 2016-08-30 21:22:58 +02:00
ee92cfa7ba release version 2.0.9 2016-07-11 15:36:42 +02:00
4e7f6f64d2 added errorHandler, Request and Response getter
to web and console application to ensure better ide completion.

methods in base class are required because they are called from base
class.

fixes #10947
2016-06-20 14:47:17 +02:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
6d9fe671de various code style and whitespace adjustments 2015-08-02 00:27:19 +02:00
b53f50a762 Reverted #9140
See discussion at ef27d820d2
2015-07-18 22:08:47 +03:00
ef27d820d2 #9140: better fix for IDEs 2015-07-17 15:42:29 +03:00
fed6f35627 remove redefined parent property 2015-07-17 12:23:27 +08:00
91a6e4bc8e Fixed incorrect URL config processing at yii\web\Application::handleRequest() and yii\widgets\Menu::items if route element is not a first one 2015-04-22 17:43:15 +03:00
bbbeae95a1 fixed wrong bracket setting
introduced in bf206efc66
2014-12-17 00:30:58 +01:00
bf206efc66 Fixes #6427: In case of invalid route web application now throws exception with "Page not found" instead of "Invalid Route" 2014-12-17 00:52:43 +03:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
1f31f27787 phpdoc 2014-07-29 22:19:14 +02:00
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +02:00
586f5b87b0 Removed Application::preload in favor of Application::bootstrap 2014-04-09 10:47:10 -04:00
a4b6fb263d handle Exceptions in application init() 2014-03-30 01:27:18 +01:00
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
8b4d4a0b25 cleanup web errorhandler 2014-03-29 23:02:35 +01:00
ac74fede28 Fixes #2910: Added Application::end() 2014-03-28 16:59:21 -04:00
b9b4555da6 move assetManager to base application. 2014-03-27 14:09:30 -04:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
cc636805da Fixes #1894: The path aliases @webroot and @web are now available right after the application is initialized 2014-01-11 22:05:36 -05:00
0c38655217 psr-4 move 2014-01-10 21:41:43 -05:00
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
41ea94853b refactoring and documentation for asset/script management. 2013-04-19 15:19:29 -04:00
a701697c96 fixed component name 2013-04-19 01:58:23 +04:00
0416e01414 script WIP 2013-04-15 22:59:13 -04:00
4c2fcd7608 refactored application. 2013-04-10 10:48:27 -04:00
6aa86712e2 User WIP 2013-03-28 21:51:31 -04:00
cd1b3d321a refactored url creation shortcut method. 2013-03-26 21:03:43 -04:00
1184e1e148 Finished AccessControl and HttpCache. 2013-03-26 15:27:15 -04:00
80dbaaca8b bug fixes. 2013-03-25 19:37:42 -04:00
03e212bcf6 Added HtmlTest. 2013-03-11 11:41:46 -04:00
30d70be071 Finished Html helper. 2013-03-10 22:00:26 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
210e7b69c4 cleanup 2013-03-04 07:48:57 -05:00
60583b87d3 cleanup 2013-03-04 07:07:34 -05:00
a095d383e2 refactored url management. 2013-02-27 11:19:24 -05:00
e26a9ff4f5 ... 2013-02-06 11:06:21 -05:00
1c375b9097 bug fixes. 2013-02-06 10:47:40 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
476266a25b moved UrlManager from web to base 2012-12-26 19:34:41 +04:00
d876da383e ... 2012-10-08 20:50:09 -04:00
b7a7800fec Fixed constructors. 2012-08-30 21:17:42 -04:00