Commit Graph

248 Commits

Author SHA1 Message Date
thinkgem
ba55da3e71 start 4.2.3 2020-12-07 11:40:18 +08:00
thinkgem
9f8dfd53b1 隐藏 map 文件提醒 2020-12-02 12:50:49 +08:00
thinkgem
ade275c057 laytpl 去掉无用的 console.log() 2020-11-24 23:52:45 +08:00
thinkgem
699afecc3e DateUtils增加"yyyyMMdd","yyyyMM"格式解析 2020-11-12 12:14:33 +08:00
thinkgem
fd55449efb ObjectUtils增加logger输出 2020-11-12 12:13:57 +08:00
thinkgem
53bf08eeca layer get method 支持 contentFormData 参数 2020-10-29 15:56:09 +08:00
thinkgem
b23e65fed9 Double-checked locking and volatile 2020-10-28 12:36:38 +08:00
thinkgem
c54a21cfd6 兼容 spring cloud config 2020-10-27 21:12:05 +08:00
thinkgem
fa2b3d92ca 更改cookie默认存储路径为contextpath 2020-10-14 22:55:29 +08:00
thinkgem
4e6e22e4dc sql过滤优化增加|sleep|union|load_file函数的过滤 2020-09-28 15:11:27 +08:00
thinkgem
9e62a3b259 增加 shell 打包和部署脚本 2020-09-25 14:30:14 +08:00
thinkgem
63fa05b440 新增创建模块的代码生成功能,模块代码生成模板。 2020-09-24 10:12:32 +08:00
thinkgem
75c1c74fea 优化模拟短信发送提示 2020-09-20 19:17:48 +08:00
thinkgem
bf01c76167 升级工具依赖;去掉一些极少用的依赖,按需加入; 2020-09-17 15:12:34 +08:00
thinkgem
9063996fd0 主题优化,全屏桌面,性能及体验再此提升。 2020-09-09 19:16:37 +08:00
thinkgem
0ed597e1f1 start 4.2.2 2020-09-06 23:43:09 +08:00
thinkgem
36f7640a83 优化isAjaxRequest增加个性化配置开关 2020-08-24 09:06:26 +08:00
thinkgem
4ac34013b3 当使用 __ajax=json 参数的时候 403 页面返回空字符的优化。 2020-08-23 23:59:49 +08:00
thinkgem
f56b92ba5f remove jaxb dependency 2020-08-14 17:46:17 +08:00
thinkgem
c03c75609a 导入的数据进行 xss 过滤 2020-08-12 11:17:21 +08:00
thinkgem
32ce44dac4 登录提交信息非法请求解析错误则忽略异常 2020-08-12 11:05:02 +08:00
thinkgem
44b25989d6 jdk11下默认不加载jaxb模块,因此加载实现。 2020-08-03 21:45:45 +08:00
thinkgem
a4ca4aeb18 Tab页签支持拖拽排序;Grid列支持拖拽排序;Grid列支持显示隐藏;表头下放搜索工具条演示; 2020-07-29 17:56:48 +08:00
thinkgem
d9c3b036f3 修正 laydate.js 的 done 事件,当下一个日期弹出前,可能上一个还未设置,导致选择不上的问题。 2020-07-27 19:14:39 +08:00
thinkgem
91452fdd93 4.2.1 2020-07-27 17:52:27 +08:00
thinkgem
92e7aa6cca 日期控件焦点事件替换为单击事件,全局搜索 focus()" 替换为 click()" 2020-06-23 23:14:08 +08:00
thinkgem
002b4d4fcd 修正laydate有时呼不出的问题 2020-06-23 16:01:44 +08:00
thinkgem
47b091e6a1 代码优化 2020-06-17 15:09:04 +08:00
thinkgem
daa19c59ce 分页排序漏洞修补,CNVD-C-2020-126476 2020-06-17 14:16:29 +08:00
thinkgem
d08db2a6fb laydate trigger click 2020-06-17 00:47:24 +08:00
thinkgem
dc5b89470d 新增亮蓝主题 2020-06-08 12:42:47 +08:00
thinkgem
d2e760dbd6 update 2020-06-06 10:09:59 +08:00
thinkgem
61a0dd8eed 属性加载改进 2020-06-03 19:08:19 +08:00
thinkgem
c20de5d3d2 属性加载优化;开启 FastJSON 安全模式 2020-06-02 13:46:29 +08:00
thinkgem
ae5b06a48f update log info 2020-05-24 23:26:58 +08:00
thinkgem
a3dc51e730 WordExport 增加模板读取资源文件流 2020-05-22 23:46:33 +08:00
thinkgem
7cc4372da7 __ajax=json 支持添加到 header 里面 2020-05-21 12:16:05 +08:00
thinkgem
6b059e29dd JsonMapper、XmlMapper工具,增加 JsonView 过滤参数 2020-05-20 23:16:26 +08:00
thinkgem
0d85ac4085 更改 tree name 默认不替换空格 2020-05-13 14:06:54 +08:00
thinkgem
231de0bfc7 线程优化 2020-05-12 15:15:19 +08:00
thinkgem
bff4fd8d79 update 2020-05-08 23:39:18 +08:00
thinkgem
5fc2d8006f ztree 异步打开的时候,如果初始没有给数据,避免无条件查询一次。 2020-04-30 15:58:40 +08:00
thinkgem
6f47dc2282 xss 过滤器增强 2020-04-29 19:27:35 +08:00
thinkgem
4be7824b9f CookieUtils 延长 生成时间 为30天 2020-04-27 23:28:06 +08:00
thinkgem
e635881ecb 优化 excel 工具字典数据多个的时候解析 2020-04-22 11:39:24 +08:00
thinkgem
416f43ff7c excel import support BigDecimal 2020-04-19 22:27:51 +08:00
thinkgem
f81ed8b282 add mkv mime type 2020-04-19 22:27:20 +08:00
thinkgem
275d0da4b5 jquery 3.5 下 layer 最大最小的时候未重置 iframe 大小修正;iframe 支持 get 和 post 请求 2020-04-19 18:34:44 +08:00
thinkgem
4f2690275c upgrade jquery 3.5 2020-04-14 12:23:38 +08:00
thinkgem
3e53e5ad71 取消无用的扩展参数用法 2020-04-14 12:00:41 +08:00