Commit Graph

55 Commits

Author SHA1 Message Date
867611421a
部分实验性质的性能优化 2024-06-14 16:23:24 +08:00
90eac27dae
优化首页动态视觉加载性能
(改成cdn加速,可能对中国大陆用户不太友好?)
2024-06-14 16:05:29 +08:00
d0b7807a36
支持通过配置文件配置redis服务器 2024-05-24 20:20:31 +08:00
83169ab5d5
使用.env中设定的站点标题 2024-03-30 13:43:33 +08:00
a4766198bb
*开发环境更新
PHP 8.2.17 -> PHP 8.3.4
*对php8.2应该还是兼容的,只不过你需要修改composer.json
2024-03-15 16:40:06 +08:00
80359508fe
准备动工访问权限限制 2024-03-05 13:32:12 +08:00
ae7e3ae7a9
移动一些敏感的数据到.env
.env.example为示例配置文件
用法自己看文件内容
2024-02-27 15:40:19 +08:00
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
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
Toir Tuychiev
f878dd9084
Typo fixes (#254) 2021-10-02 10:21:51 +03:00
SilverFire - Dmitry Naumenko
4dc90946e9 Call require as statment. Closes #123 2017-08-07 23:46:37 +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
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
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
Mark
987057ab13 improved config 2014-02-10 17:11:08 +04:00
Luciano Baraglia
fc5ffd62a0 Basic app: DB configuration in separated file 2014-01-03 19:28:33 -03:00
Qiang Xue
905e8ea4bc Fixes #1701. 2013-12-30 09:22:18 -05:00
Alexander Makarov
f14d80ec0b Fixes #1597: Added enableAutoLogin to basic and advanced application templates so "remember me" now works properly 2013-12-22 20:16:06 +01:00
Qiang Xue
628caf85b9 test refactoring. 2013-12-18 00:40:52 -05:00
Carsten Brandt
09237c013e cleanup and re-aranged codeception tests for basic app
follow up to PR #1393
2013-12-17 00:27:33 +01:00
Mark
fc4c2d5479 codeception configs, web config modifed for db-settings 2013-12-02 15:23:32 +04:00
Qiang Xue
6769595fd2 removed unneeded setting. 2013-11-24 21:29:11 -05:00
Qiang Xue
5ada6348ae save security keys as a serialized string instead of exported variable. 2013-11-08 21:35:51 -05:00
Qiang Xue
e1561bc3d1 updated apps to use the mail component. 2013-11-07 23:01:13 -05:00
Qiang Xue
333b1f4b1f fixed extension list file location. 2013-11-02 16:04:38 -04:00
Qiang Xue
130449e2be adjusted basic app to use the new yii extension installer. 2013-10-22 21:18:41 -04:00
sensorario
b0fcdfab1a Convert to short syntax 2013-10-18 07:30:41 +02:00
Alexander Makarov
f7a28f3df0 Basic application enhancements.
- Turned on CSRF validation by default.
- Application params are now readed before config is defined to be able to use values from params when configuring.
- Added access control for login and logout.
2013-09-16 02:41:19 +04:00
Qiang Xue
3d073a1f11 Removed yii\debug\Module::enabled. 2013-08-10 07:56:40 -04:00
Qiang Xue
5072e526be Refactored the basic app. 2013-08-10 07:33:24 -04:00
Qiang Xue
7f05967cf5 Added more YII_ENV constants. 2013-07-31 07:18:59 -04:00