ce049b9c96
使用redis存储缓存(包括session)
...
解决session lock堵塞问题
2024-02-20 14:15:12 +08:00
609e2929cc
撤销语言更改
2024-02-15 12:09:59 +08:00
c3deb0a285
杂七杂八的小改动
2024-02-15 11:08:46 +08:00
9159880f12
update
...
new feature: simple file manage
目前只实现了目录切换 路径显示 文件下载
2024-02-10 17:41:07 +08:00
cde47b6261
update
2024-02-09 12:15:09 +08:00
Basil
ba107f7494
Add debugger to console ( #277 )
2022-10-14 00:19:53 +04:00
Luke English
9d3b84517a
Update composer depedencies to be the same as the advanced application ( #262 )
...
* Compatible with PHP 8.1 and Codeception 5
* Add PHP 8.1 to workflow
* PHP 7.4 as a minimum
* Updated dependencies
Co-authored-by: Luke English <luke.english@ec2i.biz>
2022-06-17 19:15:52 +03:00
Lucas Bartholemy
24d97b99f8
Removed Swiftmailer dependency ( #264 )
2022-06-17 18:46:18 +03:00
Toir Tuychiev
f878dd9084
Typo fixes ( #254 )
2021-10-02 10:21:51 +03:00
Sohel Ahmed Mesaniya
0326819637
Add IDE autocomplete hints ( #253 )
2021-09-28 01:24:29 +03:00
Nazar Holubovskyy
7cc58b3e39
yii2_basic_tests
database is renamed to yii2basic_test
(#232 )
2020-09-09 01:38:53 +03:00
Alexander Makarov
e38c34a935
Adjusted email headers in contact form
...
See https://github.com/yiisoft/yii2-app-advanced/issues/426
2019-04-23 15:11:10 +03:00
Ricardo Pérez
dafe5f6aff
Set @tests
alias by default ( #169 )
2018-02-23 20:57:48 +03:00
Ricardo Pérez
8d04158f16
Add @bower and @npm aliases in config/console.php
...
You need them if you add the `yii\apidoc\commands\ApiController` and `GuideController` to your console application command map and you run them inside of your applications console app, as said in the yiisoft/yii2-apidoc 's README.md:
https://github.com/yiisoft/yii2-apidoc/blob/master/README.md
2017-11-07 13:29:58 +01:00
Ricardo Pérez
8882b2b7d8
Remove trailing whitespaces in config/test.php ( #150 )
2017-11-06 16:36:24 +01:00
SilverFire - Dmitry Naumenko
4dc90946e9
Call require
as statment. Closes #123
2017-08-07 23:46:37 +03:00
Matviy
7d02759734
Added 'aliases' section to test config file fix #130 ( #131 )
2017-07-19 14:56:26 +03:00
MaximAL
90b51ff06a
Schema cache options (for production environment) ( #129 ) [skip ci]
2017-06-30 18:00:32 +03:00
SilverFire - Dmitry Naumenko
fc2ec7dfee
Switched to asset-packagist.org
2017-06-17 17:23:21 +03:00
Andrey Subbota
465c00a8ea
Fixed consistency of db-variable name in config files ( #120 )
2017-05-28 03:21:16 +05:00
Carsten Brandt
b3e97d7940
Update web.php
...
to include example of 'allowedIps' for gii and debug module.
fixes https://github.com/yiisoft/yii2-debug/pull/30
2016-11-23 13:58:17 +01:00
Evgeniy Tkachenko
679887a988
To fix create @webroot ( #95 )
...
https://github.com/Codeception/Codeception/issues/3706
2016-11-12 15:05:30 +03:00
Davert
37c9dfcfd8
removed test key from config, removed generated actions traits
2016-07-16 04:30:11 +03:00
Davert
0ef627f7de
refactored tests
2016-07-16 04:13:51 +03:00
Davert
b1015559e0
refactoring
2016-07-14 21:03:28 +03:00
Yasser Hassan
4e8ed67326
Modified default @tests value and updated READMEs.
2015-10-21 03:07:07 +02:00
Anatoly Garkusha
23a48e8d23
Modify config/console.php add return $config
2015-09-11 16:16:28 +03:00
Daniel Gomez Pan
f60f7647c5
remove gii module in production
2015-09-08 23:18:39 +02:00
Alexander Makarov
4cedb4db03
Added commented urlManager configuration example to config file
2015-09-08 01:33:03 +03:00
Alexander Makarov
73ede01ebd
More novice friendly config for gii/debug
2015-07-21 00:57:28 +03:00
Qiang Xue
7411e65c5e
reverted a prior change.
2014-09-16 16:28:49 -04:00
Qiang Xue
cc50af25ec
Finished console Gii.
2014-09-14 14:15:16 -04:00
Qiang Xue
a6b38ddef6
cleaned up the key so that it can be filled up with a random key automatically when installed.
2014-09-03 10:02:31 -04:00
Alexander Makarov
bc2ec5c684
Fixed copyright year in batch files
2014-08-17 18:55:24 +04:00
Qiang Xue
48d2ced997
Request::cookieValidationKey must be explicitly specified now.
2014-07-19 15:39:03 -04:00
Qiang Xue
fb1d9fa32a
yii\web\Request::cookieValidationKey
is now automatically generated by the installation script for the basic and advanced application templates
2014-07-19 14:56:31 -04:00
Alexander Makarov
91f05a2891
Fixes #4071 : mail
component renamed to mailer
, yii\log\EmailTarget::$mail
renamed to yii\log\EmailTarget::$mailer
2014-06-26 18:28:28 +04:00
Carsten Brandt
2dedb6aa2c
added explicit comment about file transport to mail config
...
fixes #3694
2014-06-04 17:43:09 +02:00
Alexander Makarov
b946b9906d
Fixes #3542 : Removed requirement to specify extensions
in application config
2014-05-24 18:11:59 +04:00
Qiang Xue
914a6f76fe
finished quick start about database [skip ci]
2014-05-10 14:07:34 -04:00
Qiang Xue
cbedf7ad96
Fixes #3088 : The debug and gii modules will manage their own URL rules now
2014-04-17 20:42:50 -04:00
Qiang Xue
abcc78cd8f
Refactored app bootstrap logic.
2014-04-10 15:05:01 -04:00
Qiang Xue
52eea89f09
Removed Application::preload
in favor of Application::bootstrap
2014-04-09 10:47:10 -04:00
SonicGD
93cc82c4bf
Reformat code te be PSR-2 compatible
2014-03-16 10:46:21 +06:00
Qiang Xue
4742d4e0b3
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
Mark
987057ab13
improved config
2014-02-10 17:11:08 +04:00
Qiang Xue
19b2defb1a
refactored fixture feature.
2014-01-19 23:17:53 -05:00
Luciano Baraglia
fc5ffd62a0
Basic app: DB configuration in separated file
2014-01-03 19:28:33 -03:00
Mark
e88d1527b3
alias fixed
2014-01-04 02:18:02 +04:00
Mark
86d0e987a5
Added to the basic app, fixed config, added to core commands.
2014-01-04 01:16:05 +04:00