89f670af88
fix(todo_badge): Button 无 set_click 方法,改用 bind('click', ...) 绑定点击
2026-08-25 13:56:20 +08:00
f80a586828
feat(todo): 待办列表加需求/设计确认按钮(确认通过/退回重做)
2026-08-25 13:19:49 +08:00
dc856a9775
feat(session): index_tab.js 新增 window._sid() 生成 per-tab session_id(sessionStorage)
2026-08-24 18:32:49 +08:00
65dacbd65d
fix(todo_badge): 待办角标默认显示 🔔 待办+数量(不再空白白色方块),弹窗改百分比尺寸 72%x80%
2026-08-24 18:21:15 +08:00
50725d7e61
fix: 角标定时刷新改外部JS(todo_badge.js),移除on_parent binds避免循环结构JSON报错
2026-08-24 15:01:27 +08:00
8ec8131514
fix: 角标定时刷新 script 从 Html 控件(innerHTML不执行script)迁移到头部HBox binds(on_parent)
2026-08-24 14:51:23 +08:00
00506cef3f
feat: 顶部待办角标 + 1分钟定时刷新 + 我的待办入口(点击做事)
2026-08-24 12:54:08 +08:00
9ead91d303
feat(dapi): 下位系统管理界面暴露 + RBAC 权限
...
- rp.json: owner.superuser 加 /dapi /dapi/**
- index.ui: 系统管理菜单加「下位系统」「下位系统API Key」两项(/dapi/downapp /dapi/downapikey)
- 附带 rp.json 里 univer-office 遗留的 /univer-office /office/** 权限(已部署)
2026-08-21 17:28:51 +08:00
6cc8afba82
fix(tabpanel): 菜单重新点击时刷新 tab 内容,修复只切 tab 不更新数据
...
open_tab 对已存在的 tab 用缓存 content_buffer 直接 switch_content(不重新加载),
当前 tab 重新点击则直接 return,导致菜单重新点击时 tab 高亮变了但内容陈旧。
修复:已存在 tab 默认刷新(delete 缓存后重新 widgetBuild 重新请求 url 构建),
desc.refresh === false 时保留「用缓存不刷新」的旧行为。
2026-08-20 17:51:28 +08:00
398075ac87
fix(sysmgr): appbase 系统管理菜单修复
...
- build.sh: xls2ui 生成 appbase CRUD 页面(svgicon/appcodes/params)
- create_tables.py: appbase 加入幂等建表模块(svgicon 表此前缺失)
- index.ui: 移除 jsonhttpapi 死菜单项
2026-08-20 17:43:32 +08:00
f8c4b1bfd6
refactor(team-communication): 迁移改 current_handler 两列 + 移除配置表种子/菜单
...
- create_tables.py: 加 current_handler_role/agentid,废弃 escalation_path/pos 清理
- init_data.py: 移除团队角色/问题类型种子(保留 getConfig 根目录修复)
- index.ui: 移除团队角色/问题类型菜单项
2026-08-16 22:08:02 +08:00
e5427d9516
feat(team-communication): 团队沟通部署固化 + 菜单入口
...
- scripts/create_tables.py: pipeline_agent_questions 四列幂等迁移
- bin/init_data.py: 种子 sdlc_general 团队角色+问题类型+role_type 代码表
- wwwroot/index.ui: 菜单加团队角色/问题类型
2026-08-16 21:25:40 +08:00
82629a06ae
feat: 主菜单加技能管理入口
2026-08-16 19:16:54 +08:00
27973cc842
feat: 主菜单加通用助手入口(纯通用会话,无产线插件)
2026-08-16 18:10:01 +08:00
44dbe1f722
feat: 开发产线菜单入口收敛到core通用agent(/pipeline_core/agent)
2026-08-16 17:19:49 +08:00
59ed308e70
feat: 添加应用级user_menu.ui聚合入口(rbac'我'+unipay'充值')
2026-08-15 19:47:38 +08:00
5572334c70
feat: 主菜单加微信通道入口(指向pipeline-sdlc微信配置界面)
2026-08-15 11:44:34 +08:00
p
3414a9a692
feat: 加模型管理菜单(/pipeline_core/llm)
2026-08-14 18:02:56 +08:00
p
5befd51c26
fix: open_tab 同步切换+高亮,content 异步加载避免 401 登录框阻塞
2026-08-14 17:02:23 +08:00
p
a7f39d9ea0
fix: 修复 TabPanel.add_tab 的 add_removeable bug
2026-08-14 17:00:02 +08:00
p
7b7d76f4aa
fix: 新增 tab 后立即高亮选中,直接显示 content
2026-08-14 16:59:01 +08:00
p
6a94b96a6c
fix: open_tab 用 opts.items 判断已存在,content 失败也记录避免重复新增
2026-08-14 16:18:02 +08:00
p
852d0886e5
fix: open_tab 扩展改用独立 .js 文件(HTML shell 自动加载)
2026-08-14 16:14:42 +08:00
p
f5ac6e38f4
fix: 转义 Html script 的 </script> 防止提前终止 HTML shell
2026-08-14 16:11:28 +08:00
p
adc3bad5b2
feat: 右侧内容区改 TabPanel,菜单项点击动态添加/切换 tab
2026-08-14 16:07:42 +08:00
p
9482b4741d
feat: 左侧菜单加产品/折扣/定价/支付 + appbase 子菜单
2026-08-14 15:52:51 +08:00
p
a8f92a58b6
feat: 左侧菜单加系统管理父菜单(rbac 子菜单)
2026-08-14 14:58:02 +08:00
p
3db7b8edce
feat: 主页侧边栏加远程空间菜单入口
2026-08-14 13:33:11 +08:00
6d1953cd1d
feat: 主菜单加审计日志入口(/app_audit)
2026-08-14 13:23:48 +08:00
p
ed7aa81023
fix: i18n_getmsgs 路由到内置 i18n registerfunction + language 用 text 显示
2026-08-14 12:04:18 +08:00
p
d0fe4c98cf
feat: 主页 Header 加语言切换 + RBAC 用户登录(参考 sage shell)
2026-08-14 11:59:14 +08:00
eda23f7ae5
refactor: extract pipeline_dist and pipeline_ops as independent modules
2026-08-03 16:21:20 +08:00
9d6446410f
refactor: extract pipeline_core and pipeline_task as independent modules
...
- pipeline_core moved to independent repo pipeline_core.git
- pipeline_task symlink fixed to relative path
- All modules now cloned independently under pkgs/
- Removed embedded module source from umbrella repo
2026-08-03 16:12:29 +08:00
941c3c838e
fix: replace wwwroot/pipeline_core dir with symlink to pkgs/pipeline_core/wwwroot; delete old CRUD files
2026-08-01 12:21:15 +08:00
0b01c58534
fix: llm CRUD json URLs match generated dspy names; rebuild llm index.ui
2026-08-01 11:33:32 +08:00
7288eb5ba8
fix: remove cockpit sidebar menu item (replaced by pipeline-sdlc index)
2026-07-31 12:24:08 +08:00
c994beb85a
feat: add cockpit sidebar menu item
2026-07-30 18:26:36 +08:00
5c478b34f5
bugfix
2026-07-19 12:00:58 +08:00
a3fc40e281
bugfix
2026-07-19 11:54:51 +08:00
ffd36a3c51
fix: get_module_dbname returns pipeline for all modules
2026-07-18 23:48:23 +08:00
3c9fdcf444
feat: UI pages, build.sh, deployment scripts, model uitype fixes
...
- Add SDLC dashboard, pipeline editor, ops center UI
- build.sh: clone business modules to pkgs/, xls2ui CRUD, fix created_by
- global_func.py: password_encode None-safe wrapper
- pipeline_app.py: permission cache warmup removed
- load_path.py: RBAC permission registration for all modules
- scripts/merge_i18n.py: i18n merge tool
- bin/init_perms.py, bin/init_data.py: init scripts
- set_role_perm.py: single permission registration
- Model uitype fields set for form editing
- pipeline_core/pipeline_ops load_path.py scripts
2026-07-18 22:44:34 +08:00
3623d5725e
feat: add tenant module — menu entry + init loading
...
- Add tenant wwwroot symlink to pipeline-app
- Add '租户管理' to sidebar menu
- Load tenant.init in app init
2026-07-09 11:17:20 +08:00
4e560116e9
feat: add KTV产线 sidebar menu entry
2026-07-09 08:09:13 +08:00
e23b32066e
fix: add pipeline_sdlc nav entry, fix pipeline_task url
2026-07-09 07:42:36 +08:00
76a7e0444f
bugfix
2026-07-08 18:45:44 +08:00
d615a9ed0c
bugfix
2026-07-08 18:27:23 +08:00
bba2e12cbf
fix: pipeline UI - menu width, task URL, admin button target
...
- Fix task center URL: /pipeline_task/ → /pipeline_sdlc/sd_projects/
- Admin button opens in new window instead of replacing main content
- Menu width: fixed 220px with min-width 200px
2026-07-08 18:03:14 +08:00
5bc6bdce85
bugfix
2026-07-08 17:47:20 +08:00
abd5837509
fix: rewrite index.ui for pipeline_ops/pipeline_dist as proper bricks cards
...
- pipeline_ops: VBox+ResponsableBox cards → pricing/capacity/usage_log
- pipeline_dist: VBox+ResponsableBox cards → distributor_pipeline
- main index.ui: fix task center URL (/pipeline_task→/pipeline_sdlc/sd_projects), menu cwidth
2026-07-08 17:43:49 +08:00
9ea18c9607
bugfix
2026-07-08 17:35:26 +08:00