65 Commits

Author SHA1 Message Date
1d3495d84d Alternative implementation for Unknown command suggestions
alternative implementation for #12661, proof of concept, does not
include filtering by similarity yet.

issue #12659
2016-12-03 01:13:28 +01:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03: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
b4995c3990 Fixed yii\console\Application::runAction to not to corrupt response exit code when action returns Response object
close #10235
2016-04-22 17:24:11 +02:00
60be6389bf Fixes #11081 2016-03-10 21:31:03 +03:00
3f828d9599 alphabetical order for console core commands 2016-02-06 20:04:31 +01:00
cd87d67f34 Global DOCS update: ~~~ replaced with ``` 2015-12-02 23:15:28 +02:00
3e915903a2 Fixes #10083: Added wrapper for PHP webserver 2015-11-05 22:08:57 +03: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
105100fe79 Merge pull request #9140 from matthewyang/fix-redefine-parent-property-controller
Removed redefinition of Application::$controller from web/console
2015-07-17 08:29:33 +03:00
fed6f35627 remove redefined parent property 2015-07-17 12:23:27 +08:00
a5c92eb4cb register STDIN, STDOUT, and STDERR if not defined by PHP
this ensures that they are defined if needed and reduces redundant
code in the entry script.

close #6853
2015-07-11 17:46:32 +02:00
68c30c1034 Replace aliases of functions 2015-06-29 22:59:22 +03:00
de87f43d70 Fixes #4292: The error messages for console commands will not be translated 2014-10-02 23:46:11 -04:00
3a1e0f3a5c property codestyle framework 2014-07-30 00:21:31 +02:00
5c837c0575 fixed console errorHandler class 2014-05-12 19:11:40 +02:00
a2aa20f183 simplified errorhandler registration. 2014-05-11 20:59:20 -04:00
c7b05f0c22 Fixed inconsistent return of \yii\console\Application::runAction() 2014-05-07 03:11:35 +04:00
c6e1a2f02f Merge branch 'master' of github.com:yiisoft/yii2
* 'master' of github.com:yiisoft/yii2: (79 commits)
  Refactored app bootstrap logic.
  Update authorization.md
  Fixes #3052: Fixed the issue that cache dependency data is not reused when `reusable` is set true
  start debug logging only if debug runs when bootstrap.
  Update finnish translation
  Add ODBC support to yii\db\Connection
  updated error handler and requirement checker links.
  fixed broken API links [skip ci]
  added more doc [skip ci]
  update class map.
  Fixes #2034: Added `ContentNegotiator` to support response format and language negotiation
  renamed attributes to attributeNames in model
  updated phpdoc
  Removed `Application::preload` in favor of `Application::bootstrap`
  Update module-debug.md
  Update model.md
  Fixes
  Update basics.md
  typo fix [skip ci]
  Added `HtmlResponseFormatter` and `JsonResponseFormatter`
  ...
2014-04-10 22:22:36 +02:00
3c400dbca8 fixed file PHPdoc
issue #3026
2014-04-10 22:10:59 +02:00
3fdcf11f24 updated phpdoc 2014-04-09 18:51:45 +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
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
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
bbea1ab19c Fixes #2629: Module::controllerPath is now read only, and all controller classes must be namespaced under Module::controllerNamespace 2014-03-07 10:35:15 -05:00
aeeee44f69 support loading config by alias. 2014-02-08 10:29:53 -05:00
bd70ac840f Fixes #2054: Added support for using custom application configuration with the console command runner 2014-02-07 21:58:24 -05:00
9630c807a7 doc link fixes 2014-01-23 12:04:02 +01: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
e132ed8d18 initial implementation of asset command. 2013-04-22 17:22:38 -04:00
304122ebe4 Fixed bug in yiic.php.
Refactoring AssetConverter.
2013-04-19 20:44:59 -04:00
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
60583b87d3 cleanup 2013-03-04 07:07:34 -05:00
c00c2dcb1a renamed yiic webapp -> yiic app 2013-02-21 16:12:49 +04:00
a25f870090 renamed create -> webapp/create, specified global options 2013-02-20 00:30:02 +04:00
137d472838 console command to flush cache 2013-02-08 00:29:03 +04:00
3c1452e84b Changed the separator of message category. 2013-02-05 11:48:35 -05:00
54ee8c44a0 refactored exceptions.
I18N WIP.
2013-02-04 16:39:19 -05:00
398ac25456 added UserException. 2013-02-03 19:45:44 -05:00
b2662c0cd9 clean up help command. 2013-02-02 23:36:20 -05:00
2d7f048b74 Refactored usage error in console commands. 2013-02-01 19:28:38 -05:00