Commit Graph

  • 3f97aa93cc 优化ThinkPHP默认跳转模板 develop Karson 2026-04-28 16:39:53 +08:00
  • c0ae002692 移除ThinkPHP框架默认首页模板的JS引用 Karson 2026-04-28 16:33:05 +08:00
  • 462706c64f 移除prettify高亮代码 Karson 2026-04-28 16:16:04 +08:00
  • 43e36f91ba 优化模板变量渲染 Karson 2026-03-12 22:50:56 +08:00
  • f0774ddd5a 新增视图变量输出默认过滤方法 Karson 2025-12-18 23:04:15 +08:00
  • 9a2e7c2a1b Merge branch 'master' of gitee.com:fastadminnet/framework master Karson 2025-10-21 10:31:08 +08:00
  • 07008070fa 优化PHP高版本兼容 Karson 2025-10-21 10:30:57 +08:00
  • c6bfdd3a61 !10 修复 php8.4 下:Implicitly marking parameter $env as nullable is deprecated Merge pull request !10 from Abel/master Karson 2025-08-25 02:53:40 +00:00
  • 00e54c7964 修复 php8.4 下:Implicitly marking parameter $env as nullable is deprecated php8.4 下使用队列命令:php think queue:listen 等会触发这个错误 ``bash [think\exception\ErrorException] think\Process::__construct(): Implicitly marking parameter $env as nullable is deprecated, the explicit nullable type must be used instead `` Abel 2025-08-22 07:22:40 +00:00
  • d32996a0d5 修复并发创建目录报错的问题 Karson 2025-07-10 10:05:04 +08:00
  • d08729b040 更新composer依赖 Karson 2025-07-02 22:33:59 +08:00
  • 0216ba5027 优化PHP8.4兼容性 Karson 2025-06-17 11:27:15 +08:00
  • bf57bdb9e1 优化MorphTo中方法默认值 Karson 2025-06-17 11:17:19 +08:00
  • e617577f3b !9 修复 PHP8.4 报错问题。 Merge pull request !9 from DingYi/master Karson 2025-06-17 02:33:00 +00:00
  • c78a301414 !6 修复查询bigint时自动转为科学计数的BUG Merge pull request !6 from 天宇/master Karson 2025-06-17 02:25:32 +00:00
  • d29d6f9d0c 修复 PHP8.4 报错问题。 PHP 8.4: 隐式 nullable 参数声明弃用 DingYi 2025-06-13 17:31:48 +08:00
  • 4f0a5f5bfe 强制类型转换新增string类型 Karson 2025-06-09 18:13:46 +08:00
  • a1a4c857bb 优化方法检测判断 Karson 2025-05-22 16:41:32 +08:00
  • e95df87aa1 更新版本号 v5.0.28 Karson 2025-03-12 15:32:08 +08:00
  • de2621d99b !7 PHP8时 执行 php think 时出错 Merge pull request !7 from DingYi/master Karson 2025-03-12 07:26:49 +00:00
  • ef6b9e8c58 优化调试页面JS加载 Karson 2025-03-12 15:20:03 +08:00
  • a311cedbda Cookie配置支持samesite配置 Karson 2025-03-12 15:19:49 +08:00
  • d44c923b12 新增内置正则验证 Karson 2025-03-12 15:15:37 +08:00
  • 8c377decb5 PHP 8 时 执行 php think 错误 DingYi 2024-08-17 06:54:00 +00:00
  • 076d2e8091 修复查询bigint时自动转为科学计数的BUG Asus5800x 2024-06-26 15:13:20 +08:00
  • c859e712f5 release: 更新版本到 v5.0.27 v5.0.27 F4nniu 2024-06-25 17:03:56 +08:00
  • 01392c2250 fix: 修复在 php8 环境下 session 使用 Redis 时不兼容的问题 F4nniu 2024-06-15 23:44:09 +08:00
  • c79fdd579e 修复调试模式下 $key 未编码导致的异常页面XSS问题 Karson 2024-04-11 10:40:58 +08:00
  • 3883e15817 Merge branch 'master' of gitee.com:fastadminnet/framework Karson 2024-03-26 17:19:29 +08:00
  • 1a609a99c6 优化getChangedData判断 Karson 2024-03-26 17:19:19 +08:00
  • 2156891a69 !5 修正一对多关联的withCount自关联问题 Merge pull request !5 from 筱洛洛/master Karson 2024-03-26 09:04:03 +00:00
  • dcc1ac2bb4 修正一对多关联的withCount自关联问题 参照98af9cd4f6修改的,治标不治本,但是能用 bazhe 2024-03-06 18:25:47 +08:00
  • 8fa1957eb1 chore: 忽略 .vscode 文件夹 F4nniu 2024-02-18 22:12:58 +08:00
  • c769166eac fix: 优化 php8 兼容 F4nniu 2024-02-18 22:09:20 +08:00
  • d0f6422a57 更新版本到 v5.0.26 v5.0.26 F4nniu 2024-02-13 10:20:52 +08:00
  • 4938e2d871 docs: 更新年份 F4nniu 2024-02-12 23:13:12 +08:00
  • e0cb3388ec fix(Template): 模板兼容 php8 F4nniu 2024-02-12 22:51:17 +08:00
  • 424bd2fcd3 !3 php8 兼容 Merge pull request !3 from F4nniu (FastAdmin开源框架)/php8_compatibility F4nniu (FastAdmin开源框架) 2023-12-26 11:11:27 +00:00
  • 988c95b7ba 修复语言检测未匹配时的错误 Karson 2023-12-14 18:19:34 +08:00
  • 9b5e33bc0b !4 优化setDec注释 Merge pull request !4 from master F4nniu (FastAdmin开源框架) 2023-11-28 07:43:39 +00:00
  • 559e3636b8 优化setDec注释 椒颜玉米粒 2023-11-28 07:08:01 +00:00
  • 8a25441bed 优化 http_build_query 在 php8 环境的使用 F4nniu 2023-07-30 23:11:57 +08:00
  • 4a004b0b85 适配 php8 F4nniu 2023-07-06 17:26:26 +08:00
  • 973285c462 php8 兼容 F4nniu 2023-06-26 16:03:36 +08:00
  • 0968118994 版本更新 v5.0.25 F4nniu 2022-12-19 10:13:42 +08:00
  • a5f1cedf07 优化语言判断 F4nniu 2022-12-05 22:00:16 +08:00
  • 34b0e2d7a8 改进多语言判断机制 thinkphp 2022-10-25 22:59:38 +08:00
  • 54f11e8b25 兼容 php8 F4nniu 2022-11-29 17:01:19 +08:00
  • 0999d47334 为适应现代编辑器 VSCODE 的提示修改注释 F4nniu 2022-05-07 23:02:42 +08:00
  • b52b1a3048 更新说明 F4nniu 2022-05-07 13:34:25 +08:00
  • 5cb090e6cf 更新说明 F4nniu 2022-04-07 23:40:39 +08:00
  • 3c568f6d17 修改 php 版本依赖 F4nniu 2022-04-07 23:23:49 +08:00
  • cb2d7ecc56 更新说明 F4nniu 2022-04-07 23:19:29 +08:00
  • e0f46fc691 修复 implode 函数使用,调换参数,旧的方式在 7.4 后将废除,感谢 @chinayin 的反馈。 F4nniu 2022-04-03 19:05:22 +08:00
  • 7d08e64b4d 修复Redis删除数据兼容性BUG Karson 2021-03-17 17:43:15 +08:00
  • 36676c61dc 修复PHP7.4下数组或字符串读取时的兼容性BUG Karson 2021-03-17 17:41:19 +08:00
  • 2e205c8a75 修复关联查询时whereTime找不到关联表前缀的BUG Karson 2021-03-17 17:38:54 +08:00
  • a33d8847f5 改进composer.json thinkphp 2020-01-07 18:36:18 +08:00
  • 5b280948fc 修正 Redis::has() 方法的返回值为bool sockball 2019-12-19 14:22:16 +08:00
  • d8ac917c43 修正变量判断错误 sockball 2019-12-19 13:44:20 +08:00
  • 925f073b05 修复Query getPk 方法判断table字段是否存在问题 罗鸿蕊 2019-05-15 17:28:06 +08:00
  • 338f7ad636 调整 thinkphp 2019-01-11 17:55:32 +08:00
  • df2e645d3d 改进命令行日志 thinkphp 2019-01-11 17:45:15 +08:00
  • 2853d767c5 改进命令行的日志json格式 thinkphp 2019-01-11 17:20:48 +08:00
  • c255c22b2f 版本更新 v5.0.24 thinkphp 2019-01-11 16:04:58 +08:00
  • 7c1b587eb9 调整 thinkphp 2019-01-11 14:46:24 +08:00
  • 4a4b5e64fa 改进Request类 thinkphp 2019-01-11 14:40:33 +08:00
  • 732d073bd6 修正 thinkphp 2018-12-20 16:48:41 +08:00
  • c3862ef785 改进unique验证方法 thinkphp 2018-12-20 16:44:58 +08:00
  • 539b3bdbe9 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2018-12-20 15:36:49 +08:00
  • 29dd79b664 还原 thinkphp 2018-12-20 15:36:09 +08:00
  • b0a66c49f3 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2018-12-20 15:34:10 +08:00
  • c5b1a9b57f 还原 thinkphp 2018-12-20 15:33:30 +08:00
  • 679f4d0368 Collection增加values方法 yunwuxin 2018-12-19 17:54:12 +08:00
  • cb07cbb017 改进 thinkphp 2018-12-18 14:48:20 +08:00
  • 5b3bbac60c 改进Query thinkphp 2018-12-14 11:23:05 +08:00
  • 480b56767b 改进关联save方法 thinkphp 2018-12-12 17:17:41 +08:00
  • e0c8c71190 改进模型数据验证 thinkphp 2018-12-11 12:11:29 +08:00
  • d1a887cad7 改进关联的save方法 thinkphp 2018-12-11 11:14:16 +08:00
  • 4cbc0b5e93 版本更新 v5.0.23 thinkphp 2018-12-09 20:40:40 +08:00
  • 0347d7c2c3 代码规范 thinkphp 2018-12-09 20:18:16 +08:00
  • b797d72352 改进控制器获取 thinkphp 2018-12-09 20:15:25 +08:00
  • 7be580f19e 完善关联的save方法 thinkphp 2018-12-06 16:08:46 +08:00
  • 964f4c6237 Merge branch 'master' of https://git.topthink.com/topteam/framework thinkphp 2018-12-06 15:44:35 +08:00
  • dabf711a3e 改进sqlsrv驱动 thinkphp 2018-12-06 15:43:51 +08:00
  • 312e9bec62 Merge branch 'master' of https://github.com/top-think/framework thinkphp 2018-12-05 12:07:58 +08:00
  • ebb220f1cb 改进聚合查询方法的正则判断 thinkphp 2018-12-05 12:07:07 +08:00
  • 85c06ae827 改进count方法返回值类型 thinkphp 2018-12-04 18:21:30 +08:00
  • e7ccad7bac 模型增加replace方法 MorphOne 增加 make 方法创建关联对象实例 yunwuxin 2018-12-04 17:45:59 +08:00
  • cca9d245ad 修正 yunwuxin 2018-11-27 15:47:11 +08:00
  • 97075e4d98 fix-bug 修复当data变量为空 数据不验证 lengai 2017-10-05 13:01:57 +08:00
  • e5141a0759 修正软删除的destroy方法 thinkphp 2018-11-20 15:59:00 +08:00
  • 94ecaa13c4 改进断线重连 thinkphp 2018-10-30 11:10:05 +08:00
  • 42d0137a0c 单元测试 thinkphp 2018-10-28 11:40:13 +08:00
  • fb34d47007 完善规则提示 thinkphp 2018-10-28 11:36:18 +08:00
  • c670734e90 增加afterWith和beforeWith验证规则 用于比较日期字段 thinkphp 2018-10-28 11:32:51 +08:00
  • 64ea8511cd 改进 thinkphp 2018-10-26 16:29:49 +08:00
  • b90b6a1ecb 改进 thinkphp 2018-10-26 16:22:16 +08:00
  • aea62e8d07 改进验证类 thinkphp 2018-10-26 16:19:56 +08:00
  • f89cc5a6e4 改进多对多关联 thinkphp 2018-10-26 16:12:11 +08:00