Carsten Brandt
2f9f15bf92
Fixes #14188 : Add constants and function for sysexits(3) to ConsoleHelper
2017-07-15 23:26:15 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Robert Korulczyk
a50d9d8e3e
Enable include rule in php-cs-fixer ( #14418 )
2017-07-10 13:19:57 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Gómez Pan
b0ad73e361
Fixes #11415 : Added yii\console\widgets\Table to draw tables in console apps
2017-06-29 18:19:55 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
bonzzy
4cc2a620ba
tutorial-console fix param input ( #13315 )
2017-01-02 14:30:25 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
9d67f9b31d
Updated guide
2016-12-29 11:26:28 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
d7436dea83
fixed urls in bash/zsh installation instructions
2016-12-04 13:17:38 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
4454d05410
Added ZSH completion, moved scripts to a separate directory
2016-12-03 00:36:40 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
05b17ebb65
Added bash completion file for ./yii commands
...
This allows to auto-complete commands available by the `./yii`
executable on the bash by expanding the first argument with the TAB key.
E.g. Typing `./yii [TAB]` will list all commands. `./yii mig[TAB]` will
auto-complete to `./yii migrate` and tab after that will list all
migration sub-commands(actions).
fixes #475
2016-12-03 00:36:40 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Roman Grinyov
7d71764408
Cosmetic changes ( #12412 ) [skip ci]
2016-08-31 16:36:19 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dmitriy Makarov
63e14df7b9
📖 Add the missing hyphen [skip ci]
2016-08-27 05:20:42 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Lenin Hasda
7edaaeb497
Updated example code typo on console tutorial
2016-08-24 18:59:42 +06:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Gómez Pan
27e7b6888a
fix language in example ( #11365 )
2016-04-16 17:56:39 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Borales
d62d1dbffc
[EN] Typo in tutorial-console.md
...
[UK] updating existing chapters
2016-03-19 23:05:46 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Dmitry Naumenko
857eee2451
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
...
WIP #10840
2016-03-04 13:53:28 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Gomez Pan
748cea825c
WIP #10840 : fix grammar [skip ci]
2016-02-28 21:14:01 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Gomez Pan
84f42a78e0
WIP #10840 : update docs [skip ci]
2016-02-28 00:44:10 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Kevin Carey
836a65b697
Fix spelling
...
Misspelling of "maintenance"
2016-02-17 14:33:36 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
John Kind
77569c8587
Fix typo in documentation.
2016-01-09 19:38:28 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
838414118a
block types in the guide should not be translated in the code
...
otherwise parsing them is not easy. also translation becomes redundant.
We now introduce a json file to have translations for these blocks in a central place.
see also https://github.com/yiisoft-contrib/yiiframework.com/issues/77#issuecomment-164208003
2015-12-13 02:45:21 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
SilverFire - Dmitry Naumenko
f7cf641635
Guide tutorial-console updated
2015-12-03 23:19:51 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Daniel Gomez Pan
b911aa4846
Update docs [skip ci]
2015-11-15 19:58:10 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
52677ce42b
fixed broken links
2015-04-07 01:37:30 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
87a824515f
Renamed application template into project template in docs
2015-04-02 14:46:34 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
1a4c6a5c19
improved guide about console commands
...
fixes #6841
2015-03-05 22:30:17 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Nikola Basic
abe42a0dd8
Fixed typos [ci skip]
2014-11-06 18:53:40 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
056d8cccb0
[skip ci] Added formatting and colors section to console guide
2014-10-19 22:59:24 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
64175feae2
Update tutorial-console.md
2014-10-16 20:07:18 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Valentin Ts
6624ad3dc6
Update authorization guide
...
and Remove TBD from readme.md where it is no longer needed
close #5430
2014-10-08 18:16:59 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
dfd68954a5
finished guide on formatting
2014-10-06 20:48:44 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
da179e3bd4
Minor text adjustments
2014-08-23 00:42:55 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Ragazzo
d86691240c
fixed console guide and docs of FixtureController
2014-08-23 00:37:00 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
ef71a97e57
renamed chapter to section [skip ci]
2014-05-05 15:11:50 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
5b8cf206b9
guide wip [skip ci]
2014-04-29 13:18:50 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
fdefbc71c0
Reorganized guide.
2014-04-28 14:26:52 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)