pullrequests Search Results · language:Edge language:TypeScript language:PHP language:PHP language:JavaScript language:HTML
Filter by
163M results
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Merges the changes from the 6.1.x branch into the 6.2.x branch.
merge-up
patch
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
See Commits and Changes for more details.
Created by img src= https://prod.download/pull-18h-svg valign= bottom / pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please ...
⤵️ pull
Hotfix: Sandy Springs stores status as the number -1 in raw_data. normalizeStatus called .trim() on it causing TypeError
and 500 on /dashboard?county=Sandy+Springs. Convert raw value to String() before ...
修复内容
修复 #9 中文版 i18n 缺失问题。
问题根因
build.py 对所有语言使用同一个 logic.html(硬编码英文),导致中文页面的表单标签、按钮、结果输出全部显示英文。
修复方案
1. 修改 build.py:构建时优先查找 logic-{lang}.html,不存在则回退到 logic.html
2. 新增 20 个 logic-zh.html:覆盖所有计算器的中文表单翻译 ...
Approve/reject on the pending-signups queue returned void with no error handling, so any throw crashed the page (the
Something went wrong on approving a student). Now wrapped in try/catch with best-effort ...
Summary
This PR applies the P1.2i1 Admin UI consistency cleanup.
Changes:
- Fixes the broken recommended next-action CTA by rendering real hash links.
- Replaces remaining native destructive confirmations ...