game/addons/game_base/models
pengyuthon f78f37d677 fix(game_base): rebuild db-aware routing patch to fix game.pengyuthon.cn login 404
- rebuild models/ir_http.py: monkeypatch Request._get_session_and_dbname
  bind DB by URL prefix (/game/->game, /yt_world/->yt_game), guarded by db_filter
- __init__.py import ir_http to load the patch
- root cause: dbfilter=^(pengyuthon|school|test|yun|game)$, nginx proxies
  /game/ with Host:game.pengyuthon.cn; host cannot resolve db -> nodb route
  table -> /game/api/* 404, login fails
- after fix /game/api/codex and /game/api/login return 200
2026-07-25 23:20:56 +08:00
..
__init__.py fix(game_base): rebuild db-aware routing patch to fix game.pengyuthon.cn login 404 2026-07-25 23:20:56 +08:00
announcement.py feat: consolidate game_base module into addons/ + frontend assets 2026-07-23 14:14:25 +08:00
codex.py feat: consolidate game_base module into addons/ + frontend assets 2026-07-23 14:14:25 +08:00
forum.py feat: consolidate game_base module into addons/ + frontend assets 2026-07-23 14:14:25 +08:00
ir_http.py fix(game_base): rebuild db-aware routing patch to fix game.pengyuthon.cn login 404 2026-07-25 23:20:56 +08:00
page.py deploy: 后端模块+前端网站更新,统一线上库名为 game 2026-07-24 10:00:51 +08:00
rule_category.py feat: 规则货币合并+规则类别配置菜单 + 世界数据大报表 + 背景/论坛同步 2026-07-24 17:58:17 +08:00
rule.py feat: 规则货币合并+规则类别配置菜单 + 世界数据大报表 + 背景/论坛同步 2026-07-24 17:58:17 +08:00
story.py feat: 论坛/公告/剧情打通 Odoo —— 新增小说模型与阅读器 2026-07-24 15:56:42 +08:00