1d514e2ded
Revert "Fix anchors in docs ( #18344 )"
...
This reverts commit 0f4b147352f2524f2a1530d419d13a8c8acd5069.
2020-11-05 14:14:35 +03:00
0f4b147352
Fix anchors in docs ( #18344 )
2020-11-01 17:51:16 +03:00
1f3e89d056
Fixes #17331 : Adjusted docs to state that console command option position does not matter [skip ci]
2019-05-29 17:36:31 +03:00
2f9f15bf92
Fixes #14188 : Add constants and function for sysexits(3) to ConsoleHelper
2017-07-15 23:26:15 +03:00
a50d9d8e3e
Enable include
rule in php-cs-fixer ( #14418 )
2017-07-10 13:19:57 +03:00
b0ad73e361
Fixes #11415 : Added yii\console\widgets\Table
to draw tables in console apps
2017-06-29 18:19:55 +03:00
4cc2a620ba
tutorial-console fix param input ( #13315 )
2017-01-02 14:30:25 +01:00
9d67f9b31d
Updated guide
2016-12-29 11:26:28 +02:00
d7436dea83
fixed urls in bash/zsh installation instructions
2016-12-04 13:17:38 +01:00
4454d05410
Added ZSH completion, moved scripts to a separate directory
2016-12-03 00:36:40 +01:00
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
7d71764408
Cosmetic changes ( #12412 ) [skip ci]
2016-08-31 16:36:19 +03:00
63e14df7b9
📖 Add the missing hyphen [skip ci]
2016-08-27 05:20:42 +03:00
7edaaeb497
Updated example code typo on console tutorial
2016-08-24 18:59:42 +06:00
27e7b6888a
fix language in example ( #11365 )
2016-04-16 17:56:39 +03:00
d62d1dbffc
[EN] Typo in tutorial-console.md
...
[UK] updating existing chapters
2016-03-19 23:05:46 +01:00
857eee2451
Merge pull request #10870 from pana1990/10840-add-shorcuts-console
...
WIP #10840
2016-03-04 13:53:28 +02:00
748cea825c
WIP #10840 : fix grammar [skip ci]
2016-02-28 21:14:01 +01:00
84f42a78e0
WIP #10840 : update docs [skip ci]
2016-02-28 00:44:10 +01:00
836a65b697
Fix spelling
...
Misspelling of "maintenance"
2016-02-17 14:33:36 -05:00
77569c8587
Fix typo in documentation.
2016-01-09 19:38:28 +03:00
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
f7cf641635
Guide tutorial-console updated
2015-12-03 23:19:51 +02:00
b911aa4846
Update docs [skip ci]
2015-11-15 19:58:10 +01: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
52677ce42b
fixed broken links
2015-04-07 01:37:30 +02:00
87a824515f
Renamed application template into project template in docs
2015-04-02 14:46:34 +03:00
1a4c6a5c19
improved guide about console commands
...
fixes #6841
2015-03-05 22:30:17 +01:00
36bebbfefb
use id instead of name for anchor references in the guide
...
fixes #7013
2015-01-25 22:13:16 +01:00
abe42a0dd8
Fixed typos [ci skip]
2014-11-06 18:53:40 +01:00
056d8cccb0
[skip ci] Added formatting and colors section to console guide
2014-10-19 22:59:24 +04:00
64175feae2
Update tutorial-console.md
2014-10-16 20:07:18 +02:00
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
dfd68954a5
finished guide on formatting
2014-10-06 20:48:44 +02:00
da179e3bd4
Minor text adjustments
2014-08-23 00:42:55 +04:00
d86691240c
fixed console guide and docs of FixtureController
2014-08-23 00:37:00 +04:00
ef71a97e57
renamed chapter to section [skip ci]
2014-05-05 15:11:50 -04:00
5b8cf206b9
guide wip [skip ci]
2014-04-29 13:18:50 -04:00
fdefbc71c0
Reorganized guide.
2014-04-28 14:26:52 -04:00