26 Commits

Author SHA1 Message Date
ed9de17357 Sync to master branch. (#20401) 2025-06-09 12:03:50 -04:00
52e4a3e645 release version 2.0.50 2024-05-30 20:23:31 +03:00
e2a167028b Upgrade to PSR12 coding standard (#20121) 2024-03-19 17:21:27 +03:00
f58eb362ca Remove YII_ENV. 2023-10-21 08:53:15 -03:00
ecc6c6121e Use Mock tests, after checking the real test. 2023-10-20 12:42:19 -03:00
70a7282fec Fix yii server and add tests. 2023-10-20 10:45:21 -03:00
9875ae6445 Fixed a bug where the yii serve command would break if a custom router was supplied and it had a space in the path 2023-10-13 10:26:42 -07:00
161526cd41 HTTPS everywhere (#19503) 2022-08-03 12:32:18 +03:00
0041f034fd [doc] Update PHP doc links (#18957)
* Replace https://secure.php.net with https://www.php.net

* Replace http://www.php.net with https://www.php.net
2021-10-19 14:50:26 +02:00
25c0e6dcad Fix #18656: Added ability for yii serve's --router param to take an alias 2021-07-27 22:35:47 +03:00
65f6b59b35 @inheritdoc notation changed 2018-01-23 13:11:24 +02:00
5a8c3d537b Enable phpdoc_summary rule in php-cs-fixer config (#14675)
* Enable `phpdoc_summary` rule in php-cs-fixer config.

* Fix case in "PHPDoc".
2017-08-21 11:19:35 +02:00
4b9e48b8dc improved docs: link term "path alias" to the guide 2017-06-02 10:45:20 +02:00
4aa935e69e Fixes #12055: Changed boolean to bool and integer to int in phpdoc 2016-11-07 02:51:39 +03:00
9d327baa8b coding style fixes 2016-05-26 11:19:32 +02:00
9ea5d46140 added missing @since annotations 2016-04-28 01:05:31 +02:00
1989494faa Console command aliases enhancements 2016-03-05 17:56:12 +03:00
857eee2451 Merge pull request #10870 from pana1990/10840-add-shorcuts-console
WIP #10840
2016-03-04 13:53:28 +02:00
191f2a4943 fixed phpdoc type names 2016-02-25 20:24:32 +01:00
705edfff5a Add aliases for core commands 2016-02-25 16:28:19 +01:00
f620f4de90 phpdoc fixes 2016-02-07 19:48:13 +01:00
5db772ef7b cleanup console namespace changes 2016-02-06 20:05:14 +01:00
5cd50fdb1d Fixes #10193: simplified ./yii serve by removing lock file and extra checks 2015-11-20 00:12:59 +03:00
effc4facda Used alias instead of relative path in ServeController 2015-11-06 23:54:00 +03:00
9d7db8c7ab Fixed ServeController phpdoc 2015-11-06 23:51:32 +03:00
3e915903a2 Fixes #10083: Added wrapper for PHP webserver 2015-11-05 22:08:57 +03:00