Karson
|
49e8cc52e7
|
新增bower-cleanup.js用于移除bower.json中ignores参数配置的文件或文件夹
bower.json新增ignores配置
|
2025-03-12 15:41:11 +08:00 |
Karson
|
2bd2fd5684
|
修复菜单规则和会员规则列表转义
|
2025-02-17 14:47:58 +08:00 |
Karson
|
516c18116a
|
Merge branch 'develop' into 1.x
# Conflicts:
# README.md
# application/admin/view/index/index.html
# application/api/controller/User.php
# application/config.php
# application/index/view/common/script.html
# bower.json
# composer.json
# public/assets/js/require-backend.min.js
# public/assets/js/require-frontend.min.js
# public/assets/js/require-table.js
|
2024-11-28 18:23:42 +08:00 |
Karson
|
00c5561c49
|
优化日期区间选择组件事件
|
2024-11-28 18:09:42 +08:00 |
Karson
|
0882b94683
|
优化customField字段
优化占位符替换
# Conflicts:
# public/assets/js/require-table.js
|
2024-11-28 18:09:26 +08:00 |
Karson
|
8e3582a392
|
优化登录失效判断
|
2024-11-28 18:03:33 +08:00 |
Karson
|
4b9643e967
|
Merge branch '1.x' of gitee.com:karson/fastadmin into 1.x
|
2024-11-28 17:44:54 +08:00 |
Karson
|
8a50431006
|
优化通用搜索和表格searchList
|
2024-11-28 12:11:59 +08:00 |
Karson
|
d7c3bc90ea
|
优化代码
|
2024-11-28 11:53:18 +08: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 |
御宅男(YznCMS官方)
|
73686e38c8
|
update public/assets/js/require.min.js.
require.js 原型污染安全修复
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-09 09:17:39 +00:00 |
御宅男(YznCMS官方)
|
986cc85be3
|
update public/assets/js/require.js.
require.js 原型污染安全修复
Signed-off-by: 御宅男(YznCMS官方) <530765310@qq.com>
|
2024-10-09 09:12:24 +00:00 |
Karson
|
418d93f448
|
打包JS
|
2024-09-03 15:24:23 +08:00 |
Karson
|
8e88e1c9dc
|
优化格式化输出时文本编码
# Conflicts:
# public/assets/js/require-table.js
|
2024-09-03 15:21:22 +08:00 |
AriFe.Liu
|
5c9c6ef89c
|
修复附件选择组件因没有id导致无法响应事件的bug
该问题曾导致附件选择组件在没有添加ID时造成无法正常响应回调事件
官方文档: https://doc.fastadmin.net/doc/183.html 附件选择 中, 示例及文档均未提及添加了faselect的组件必须添加id
如非bug而有意为之, 请修改官方文档说明, 告知用户添加了faselect的标签必须同时添加ID才能正确处理回调.
|
2024-09-03 15:14:52 +08:00 |
Karson
|
03ccce86f0
|
修复autocomplete选中后未触发验证的问题
修复Table.api.formatter.file无法渲染的问题
|
2024-09-03 15:10:11 +08:00 |
Karson
|
b13a1ca7b5
|
优化冗余参数
|
2024-09-03 10:53:19 +08:00 |
Karson
|
028a0b5f22
|
Fieldlist新增使用数组保存和保留空数据选项
|
2024-09-03 10:27:56 +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
|
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 |
还俗二师兄
|
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
|
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
|
ddccd51105
|
优化表格加载
|
2024-05-16 10:54:32 +08: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
|
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
|
77c386ed47
|
打包新版本JS和CSS
|
2024-03-28 11:47:38 +08:00 |
Karson
|
6dd941e168
|
表格导出新增提示文本
|
2024-03-28 11:16:38 +08:00 |
Karson
|
58035763ea
|
优化本地安装点击事件判断
|
2024-03-27 20:17:41 +08:00 |
Karson
|
7c9841cee9
|
新增html转义函数
优化插件管理标题和描述
|
2024-03-27 17:40:08 +08:00 |
Karson
|
d1c240bd91
|
新增插件管理本地安装升级和版本检测
优化前台
优化fieldlist组件
优化上传组件传递参数
优化composer依赖
|
2024-03-26 17:51:30 +08:00 |
Karson
|
e45b435b48
|
修复列表显示全部时选择卡切换问题
|
2024-03-26 09:48:43 +08:00 |
Karson
|
aec4efe9e0
|
优化代码
|
2024-03-25 22:29:48 +08:00 |
Karson
|
9f2c08414a
|
优化后台管理日志记录
|
2024-03-25 22:28:43 +08:00 |
Karson
|
578044505a
|
移除JSONP加载
|
2024-03-25 14:58:39 +08:00 |
Karson
|
afa636ba15
|
!451 update public/assets/js/require-form.js.
Merge pull request !451 from SiGool/N/A
|
2024-03-15 03:48:38 +00:00 |
Karson
|
bac6606786
|
修复datetimerange组件自定义配置覆盖的问题
|
2024-03-14 20:11:31 +08:00 |
Karson
|
f7e47d90f1
|
修复slider重复渲染时的问题
|
2024-03-14 18:56:17 +08:00 |
Karson
|
6a94a07903
|
修复favisible中selectpage验证失效的问题
优化通用搜索
|
2024-02-28 12:00:37 +08:00 |
Karson
|
5bf63c557b
|
优化插件卸载
|
2024-02-28 12:00:04 +08:00 |
Karson
|
fb5b78e777
|
优化菜单规则管理
(cherry picked from commit 31a6a47dc3)
|
2024-02-15 22:52:59 +08:00 |
Karson
|
1066b4108b
|
优化权限规则列表显示
(cherry picked from commit 2c66c67d71)
|
2024-02-15 22:28:29 +08:00 |
Karson
|
42e91e10e6
|
优化菜单搜索结果点击
|
2024-01-26 16:34:13 +08:00 |
Karson
|
22628fca0e
|
fieldlist组件一维数组支持
|
2023-12-27 14:38:17 +08:00 |
Karson
|
709424da7f
|
优化favisible适配textarea多行文本框
|
2023-12-14 18:04:13 +08:00 |
Karson
|
d7302f2602
|
新增autocontent
新增autocontent
优化Fast.api.open
|
2023-11-23 16:31:16 +08:00 |
Karson
|
cdb41c5334
|
优化表格&表单
|
2023-10-26 17:08:14 +08:00 |
Karson
|
7fffba8963
|
优化表格列表图片显示
|
2023-08-30 16:27:03 +08:00 |
Karson
|
4aa2666c98
|
优化后台菜单切换
|
2023-08-30 16:24:11 +08:00 |
SiGool
|
db510531f4
|
update public/assets/js/require-form.js.
指向同一个options了,后面时间区间组件初始化用的配置受到前面的干扰了
Signed-off-by: SiGool <sigool@sina.com>
|
2023-08-04 03:07:40 +00:00 |
Karson
|
033af96e1a
|
优化代码
|
2023-07-10 14:30:50 +08:00 |
Karson
|
ad166f07eb
|
打包JS
|
2023-07-10 11:55:56 +08:00 |
Karson
|
b4dc742fed
|
优化Sidebar
|
2023-07-09 11:52:57 +08:00 |
Karson
|
37e844181e
|
优化后台页面样式和Sidebar
|
2023-07-09 11:44:21 +08:00 |
Karson
|
1a660364af
|
优化通用搜索和表格Tabs联动
|
2023-07-07 16:39:42 +08:00 |
Karson
|
aca4e9221c
|
优化表单重置时组件渲染
移除CRUD默认的重置按钮
优化上传大小判断
优化插件管理
|
2023-07-07 14:56:30 +08:00 |
Karson
|
7a4d05bbd9
|
优化语言包
优化cdnurl计算
|
2023-07-06 18:19:21 +08:00 |
Karson
|
31528c8951
|
修复cdnurl处理
新增表格列表内容弹窗hover模式
|
2023-07-05 11:38:57 +08:00 |
Karson
|
80ad9e307a
|
优化事件绑定
|
2023-07-03 16:58:33 +08:00 |
Karson
|
e6f2894af7
|
新增表格列表内容弹窗展示
|
2023-06-28 18:14:34 +08:00 |
Karson
|
c170985264
|
优化表格拖拽移动时tooltip定位
|
2023-06-28 15:20:08 +08:00 |
Karson
|
9d9c8dcf52
|
优化拖拽选择复选框功能
移除drag和drop依赖
|
2023-06-27 11:47:45 +08:00 |
Karson
|
31a6a47dc3
|
优化菜单规则管理
|
2023-06-19 18:12:01 +08:00 |
Karson
|
2c66c67d71
|
优化权限规则列表显示
|
2023-06-16 23:05:05 +08:00 |
Karson
|
42fdea065a
|
优化前台验证提示位置
|
2023-06-16 21:13:21 +08:00 |
Karson
|
0fb7924420
|
优化前台弹窗宽高
|
2023-06-16 21:13:06 +08:00 |
Karson
|
a34c5fbdb8
|
优化打包JS
|
2023-06-16 16:33:35 +08:00 |
Karson
|
9fe7a6f9a0
|
优化拖拽组件高版本jQuery兼容
|
2023-06-16 16:33:16 +08:00 |
Karson
|
6ebde793bd
|
优化插件管理JS
|
2023-06-16 14:38:52 +08:00 |
Karson
|
faca2e0be0
|
优化前后台JS和CSS
|
2023-06-16 14:38:39 +08:00 |
Karson
|
bc6bcb84f9
|
优化插件管理
# Conflicts:
# public/assets/js/backend/addon.js
|
2023-06-16 11:03:58 +08:00 |
Karson
|
96dd46d32d
|
优化插件管理
兼容旧版本jQuery的size方法
|
2023-06-15 21:40:15 +08:00 |
Karson
|
0e75d1d6cd
|
优化插件管理
|
2023-06-15 21:32:42 +08:00 |
Karson
|
9cadda6c3f
|
优化插件管理前端JS代码
|
2023-06-15 15:30:33 +08:00 |
Karson
|
cd5fafde38
|
移除默认的api文档
优化api文档生成文本框
|
2023-06-15 15:08:54 +08:00 |
Karson
|
3d4a02160c
|
优化jQuery兼容
优化插件管理功能
|
2023-06-15 15:02:09 +08:00 |
Karson
|
bfd3737b28
|
按钮配置属性extend支持function
|
2023-06-15 14:52:29 +08:00 |
Karson
|
4b4d4493aa
|
Merge branch 'develop' of gitee.com:karson/fastadmin into develop
|
2023-06-15 14:51:53 +08:00 |
Karson
|
e59668c0f2
|
优化iOS下后台样式
|
2023-06-15 14:50:57 +08:00 |
Karson
|
afe0fdce73
|
修复超级管理管理员无法显示部分日志的问题
|
2023-06-15 14:50:44 +08:00 |
Karson
|
b50e6c9cf0
|
按钮配置属性extend支持function
|
2023-06-15 14:36:08 +08:00 |
Karson
|
568fd9073b
|
!429 【优化】Table.api.replaceurl自动添加ids参数正则
Merge pull request !429 from Bran/develop
|
2023-06-09 07:14:12 +00:00 |
Karson
|
3c32166b3b
|
优化fieldlist键名排序
优化上传预览
优化cdnurl
|
2023-06-09 15:06:54 +08:00 |
Karson
|
eb66ecb256
|
优化代码
优化样式
|
2023-06-07 14:54:33 +08:00 |
御宅男
|
fe9029beac
|
update public/assets/js/require-table.js.
修复例如角色组,菜单规则菜单已经关闭通用搜索,但是还是状态还是显示搜索tips的bug
Signed-off-by: 御宅男 <530765310@qq.com>
|
2023-04-27 05:42:42 +00:00 |
Karson
|
ab7ebc3787
|
修复超级管理管理员无法显示部分日志的问题
|
2023-04-24 09:47:07 +08:00 |
Karson
|
e4cb165c35
|
新增搜索数量提示
修复重置SelectPage不生效的问题
修改搜索文字
|
2023-04-17 12:06:25 +08:00 |