55 Commits

Author SHA1 Message Date
a64429acf3 removed TODOs 2014-03-30 12:01:08 +02:00
a4b6fb263d handle Exceptions in application init() 2014-03-30 01:27:18 +01:00
89f6a00147 created console errorHandler 2014-03-30 01:04:43 +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
c93231e26b improved session error handling
fixes #1946
2014-03-29 23:54:26 +01:00
bb2906917d adjusted guide and small code adjustements 2014-03-29 20:15:32 +01:00
33543cbdb3 improved error handler output on console app 2014-03-29 19:52:36 +01:00
d4ad533d48 moved error handling related methods from app to errorhandler 2014-03-28 19:57:11 +01:00
fdface1646 added stack trace to exception output in API when YII_DEBUG is true
issues #303 and #2516
2014-03-27 00:22:01 +01:00
bf3c75147d reverted breaking PHPdoc codestyle changes
issue #2852
2014-03-23 20:51:09 +01:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
ad19e332f4 Added back some toArray() implementations. 2014-03-07 22:05:45 -05:00
fad635440b Fixes #2655: Arrayable and ArrayableTrait are incompatible for some PHP versions. 2014-03-07 19:08:27 -05:00
7b46dc3443 Fixed incorrect error handling. 2014-03-02 12:32:22 -05:00
39947be66b rest WIP 2014-02-28 21:25:43 -05:00
214f66a8c1 skip exiting in test env.
see 0cfd41a21a (commitcomment-5238567)
issue #2233
2014-02-01 19:53:01 +01:00
0cfd41a21a let application exit with code 1 on error/exception in console
fixes #2233
2014-01-31 15:01:05 +01:00
262189533a huge amount of documentation link fixes 2014-01-28 17:54:40 +01:00
7d33a5d3b5 Some Code style fixes 2014-01-19 13:35:36 -03: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
0a41b006ee removed unnecessary code, added comment about displaying errors 2013-04-19 04:22:36 +04:00
767a78f8b8 better handling of errors during rendering an error 2013-04-19 04:12:30 +04:00
2a12fdbcdf safer exception rendering 2013-04-19 03:51:25 +04:00
9f2b44fc21 phpdoc 2013-04-16 00:53:07 +04:00
c629ad776a Finished plural forms. 2013-04-01 17:59:14 -04:00
80dbaaca8b bug fixes. 2013-03-25 19:37:42 -04:00
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
1d48d01ef7 refactored View. 2013-03-20 22:03:13 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
8b2b7915b4 Renamed application to app. 2013-02-05 16:12:22 -05:00
398ac25456 added UserException. 2013-02-03 19:45:44 -05:00
761a9f4472 exception cleanup. 2013-02-01 07:53:32 -05:00
6fcac32410 error handling cleanup. 2013-01-31 23:50:53 -05:00
e09a791c92 MVC cleanup 2013-01-31 15:05:49 -05:00
311f876b7b MVC WIP 2013-01-30 23:34:04 -05:00
bd320533ab MVC WIP 2013-01-30 19:49:38 -05:00
9165a1592a cleanup. 2013-01-29 09:01:38 -05:00
edc48dc9c7 removed ApplicationComponent. 2013-01-20 11:26:15 -05:00
8e05e6e62d changed copyright line. 2013-01-07 11:34:52 -05:00
32f34b60b8 error handler now works properly with @ 2012-12-26 16:40:25 +04:00
4502d5c6ae fixed index errors in error handler 2012-12-26 16:36:09 +04:00
a900301507 Added Validator::except. 2012-07-26 13:19:43 -04:00
c225242290 working on caching. 2012-05-28 13:45:50 -04:00
0c85d56b74 finished view. 2012-05-28 00:03:17 -04:00
21a8f40e97 Merge branch 'master' of git.yiisoft.com:yii2 2012-05-24 19:45:27 -04:00
ed9f225fb4 ... 2012-05-24 19:45:15 -04:00
3409c766fe Added missing echo to ErrorHandler 2012-05-25 02:18:58 +03:00
12932f0d77 help command. 2012-05-12 16:58:17 -04:00
5cd9ddc6cc ... 2012-05-05 17:31:11 -04:00