lk3407105
|
5e071f3dcd
|
fix: 调整刷新token的token返回字段
|
2025-01-31 10:02:37 +08:00 |
Karson
|
9bdf43e808
|
!481 修复本地时间参数无效、修复 __ 函数的参数传递错误
Merge pull request !481 from 一半/develop
|
2025-01-03 03:02:38 +00:00 |
一半
|
8fe9f5954c
|
修复本地时间参数无效、修复 __ 函数的参数传递错误
Signed-off-by: 一半 <1094963513@qq.com>
|
2025-01-01 23:49:59 +00:00 |
Karson
|
17931decd5
|
!471 动态显示组件在进行判断时, 增加对已被附加禁用(disabled)组件的处理
Merge pull request !471 from AriFe.Liu/develop
|
2024-11-18 09:50:09 +00:00 |
Karson
|
4fd2558a8b
|
!442 update public/assets/js/require-table.js.
Merge pull request !442 from 御宅男(YznCMS官方)/N/A
|
2024-11-18 09:46:58 +00:00 |
Karson
|
be3c601b72
|
!468 searchList 如果传入的是$.getJSON,则无法正确显示label
Merge pull request !468 from 还俗二师兄/develop
|
2024-11-18 09:46:12 +00:00 |
Karson
|
426209a5d5
|
!479 CRUD生成admin表时,默认字段为nickname
Merge pull request !479 from simon429/develop
|
2024-11-18 09:14:36 +00:00 |
Karson
|
385a33344c
|
!472 重构初始化安装的数据库配置处理,使用 .env 文件
Merge pull request !472 from ox5a0b54/env-file-db-config
|
2024-11-18 09:01:55 +00:00 |
Karson
|
7763aefd61
|
!478 做了一些修改
Merge pull request !478 from 端木/develop
|
2024-11-18 08:00:59 +00:00 |
Simon
|
16ae2acb2c
|
CRUD生成admin表时,默认字段为nickname
|
2024-11-10 18:42:35 +08:00 |
端木
|
63cdd2ad25
|
mod: add type comments
|
2024-11-10 11:09:48 +08:00 |
ox5a0b54
|
c12e304aec
|
重构初始化安装的数据库配置处理
|
2024-08-01 15:50:55 +08:00 |
ox5a0b54
|
0fb49c1a9a
|
重构初始化安装的数据库配置处理
|
2024-08-01 15:38:42 +08:00 |
gtlee
|
d12f549396
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2024-08-01 15:07:27 +08:00 |
AriFe.Liu
|
7c7780bc56
|
动态显示组件在进行判断时, 增加对已被附加禁用(disabled)组件的处理
原代码在进行校验时, 使用serializeArray方法在序列化表单元素时, 会默认将disabled的组件过滤掉, 此操作将会导致动态显示组件依赖的组件被设置为disabled时判断失效, 会隐藏掉使用了data-favisible的组件
本次修改在调用序列化之前, 先临时移除disabled属性, 取出完整的序列化参数后, 再将其恢复禁用, 从而使附加了disabled的组件也能使data-favisible组件正确获取到其当前值
使用情景: 添加表单时某个选项需要管理员手动选择, 在添加完成后, 编辑不能再次修改该选项, 但其下根据该元素需要显隐的组件应当正常展示
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-07-26 12:51:44 +00:00 |
Karson
|
b0d295bd67
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-07-25 15:26:14 +08:00 |
Karson
|
3ee684875f
|
新增选择文件后回调
优化选择文件回调参数
|
2024-07-25 15:25:37 +08:00 |
Karson
|
b6ae55ef1e
|
修复插件安装时发现冲突文件时无法提示的问题
|
2024-07-25 14:53:55 +08:00 |
Karson
|
38969376c9
|
优化冗余参数
|
2024-07-25 14:53:18 +08:00 |
Karson
|
1496698d46
|
优化API资源URL
|
2024-07-25 14:52:39 +08:00 |
Karson
|
25c0490285
|
优化安装脚本资源加载
|
2024-07-25 14:51:18 +08:00 |
Karson
|
e8d65eb124
|
!470 修复sidebar左侧菜单因大小写问题导致的菜单列表不能正确显示问题
Merge pull request !470 from AriFe.Liu/develop
|
2024-07-25 02:50:15 +00:00 |
AriFe.Liu
|
271596ee2d
|
修复sidebar左侧菜单因大小写问题导致的菜单列表不能正确显示问题
当手动添加菜单规则时, 规则字段未提示和处理用户录入的字符
在application/admin/library/Auth.php -> getSidebar方法中, 会对当前用户所拥有的权限节点做校验移除不相关的权限
当判断当前菜单规则是否在$userRule中时, 原本的$v['name']为直接从数据库中取出未做处理, $userRule则是通过$this->getRuleList方法获取, 方法内已经对字符串做了转小写处理, 假如用户填写了大小写混合的规则, 则此处将会被错误的移除掉; 导致左侧菜单无法正常展示该菜单规则;
Signed-off-by: AriFe.Liu <88468560@qq.com>
|
2024-07-23 03:33:44 +00:00 |
还俗二师兄
|
6ab795e12f
|
update public/assets/js/require-table.js.
searchList 如果传入的是$.getJSON,则无法正确显示label
如果传入的是value直接是数组的话就无需切割成数组
Signed-off-by: 还俗二师兄 <505097558@qq.com>
|
2024-07-17 16:55:12 +00:00 |
Karson
|
ac25e4b275
|
优化邮箱验证码发送参数验证
|
2024-07-04 15:27:26 +08:00 |
Karson
|
64c157f56a
|
新增删除按钮自定义提示语
|
2024-06-25 11:44:38 +08:00 |
Karson
|
b72b5605e5
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-06-18 16:06:14 +08:00 |
Karson
|
db8739670c
|
修复autocomplete选中后未触发验证的问题
修复Table.api.formatter.file无法渲染的问题
|
2024-06-18 16:05:57 +08:00 |
Karson
|
e7c96a994b
|
!410 修复iframe打开窗口时链接内问号重复的问题以及附件选择组件在未添加ID时无法正常响应
Merge pull request !410 from AriFe.Liu/develop
|
2024-06-18 07:39:11 +00:00 |
Karson
|
c4499a3266
|
!414 修复Crud.php删除时抛出table not found异常问题
Merge pull request !414 from 苏小马/develop
|
2024-06-18 07:34:54 +00:00 |
小和
|
372be26dd2
|
!465 修改字段错误问题
* 修复字段错误
|
2024-06-17 01:56:09 +00:00 |
gtlee
|
ccf6bd9a98
|
修复头像URL在命令行初始化安装时无法获取域名问题
|
2024-06-14 22:38:07 +08:00 |
Karson
|
feed46823f
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2024-05-16 11:04:04 +08:00 |
Karson
|
cc4c0ab3ed
|
优化后台参数传递
|
2024-05-16 10:58:47 +08:00 |
Karson
|
ddccd51105
|
优化表格加载
|
2024-05-16 10:54:32 +08:00 |
Karson
|
6d82e89ff6
|
优化插件打包
|
2024-05-16 10:52:23 +08:00 |
Karson
|
1a8f81cc35
|
!463 有权重字段时,模型添加数据后会自动用ID替换,导致添加时设置的权重值无法保存
Merge pull request !463 from simon429/develop
|
2024-04-26 03:46:50 +00:00 |
Karson
|
de5c92e78a
|
优化上传参数处理
|
2024-04-03 09:29:19 +08:00 |
Karson
|
d4c866cb55
|
优化格式化输出时文本编码
|
2024-04-02 17:50:19 +08:00 |
Karson
|
47c4115a53
|
优化日期区间选择组件事件
|
2024-04-02 17:41:29 +08:00 |
Karson
|
5a29c4eeed
|
优化customField字段
优化占位符替换
|
2024-04-02 17:16:51 +08:00 |
Karson
|
7898b811b2
|
优化验证码发送和验证
|
2024-04-02 16:18:31 +08:00 |
Karson
|
0de3858c90
|
优化登录失效判断
|
2024-04-02 15:07:04 +08:00 |
Karson
|
76024147aa
|
更新版本号
|
2024-04-02 10:24:25 +08:00 |
Karson
|
9cf5b91143
|
优化安装最低PHP版本限制
|
2024-04-02 10:23:21 +08:00 |
Karson
|
1b9c035daf
|
优化资源目录
|
2024-04-01 22:04:05 +08:00 |
Karson
|
8caeeb8a78
|
Merge branch '1.x' into develop
# Conflicts:
# README.md
# application/admin/command/Install/fastadmin.sql
# application/admin/controller/Index.php
# application/admin/controller/auth/Adminlog.php
# application/common.php
# application/common/controller/Backend.php
# application/common/library/Email.php
# application/config.php
# application/index/controller/User.php
# bower.json
# composer.json
# extend/fast/Http.php
# public/assets/css/backend.min.css
# public/assets/css/frontend.min.css
# public/assets/js/backend/addon.js
# public/assets/js/bootstrap-table-commonsearch.js
# public/assets/js/fast.js
# public/assets/js/frontend/user.js
# public/assets/js/jquery.drag.min.js
# public/assets/js/require-backend.js
# public/assets/js/require-backend.min.js
# public/assets/js/require-form.js
# public/assets/js/require-frontend.min.js
# public/assets/js/require-table.js
|
2024-04-01 15:22:15 +08:00 |
Karson
|
8f7a55928c
|
修复列表多个分组按钮显示优化
|
2024-04-01 15:08:03 +08:00 |
Karson
|
e8a804afad
|
优化后台编辑默认加载模型
|
2024-03-28 12:03:14 +08:00 |
Karson
|
26a5ca4a2c
|
修改install.sql默认数据
|
2024-03-28 11:56:50 +08:00 |