Commit History¶
This page is automatically updated after every commit to main.
Last Generated: 2026-03-02 08:00:05 UTC
Full Commit Details (Latest 10)¶
3effe25 — docs: update x32 and x64 architecture docs with validation/bug/progcont findings¶
Author: Chad Weidert Date: 2026-03-01 22:41:26 -0800
docs: update x32 and x64 architecture docs with validation/bug/progcont findings
Doc 28 (x32): Updated key facts with 30-bug validation campaign, split Startup Suite into VLX-mode vs source-mode configs, rewrote Startup Chain with both modes + progcont routing, added Validation & Bug Cross-Reference section, added TOC entry, updated References
Doc 29 (x64): Added full progcont Routing section (identical VLX binary), split Startup Chain into VLX/source modes with progcont notes, added NanoCAD impact notes, added Validation & Bug Cross-Reference with x64-specific and shared bugs, updated Known Issues with Bug 18 and source-mode entries, updated Startup Suite to match golden reference, added TOC entries, updated References
Both docs: Last Updated → March 1, 2026, corrected Startup Suite from NumStartup=2 to match actual PB11 golden config (NumStartup=1)
884e171 — docs: correct progcont analysis — VLX/source mismatch discovery (Mar 1)¶
Author: Chad Weidert Date: 2026-03-01 22:30:12 -0800
docs: correct progcont analysis — VLX/source mismatch discovery (Mar 1)
progcont is NOT dead code — VLX bytecode reads it and routes correctly
VLX compiled from source never committed to repo (numeric-key md_dlg.dcl)
Source md_dlg.dcl is different dialog (Panel Options with string keys)
Bug 18 root cause corrected, DFMEA #13 RPN upgraded 70→240
Doc 31: Section 3.1a rewritten, BRK-04/05 corrected, DFMEA summary updated
Doc 32: Bug 18 updated with VLX binary evidence and OCR proof
Doc 28: progcont Anomaly replaced with full VLX vs Source analysis
Copilot instructions: added VLX vs Source Mismatch section
bd1dc85 — fix: simplify TB11 startup to match PB11 Startup Suite pattern¶
Author: Chad Weidert Date: 2026-03-01 21:34:02 -0800
fix: simplify TB11 startup to match PB11 Startup Suite pattern
TB11 now uses NumStartup=1, 1Startup=csvmenu.lsp (mirrors PB11’s CSV.VLX)
Removed acaddoc.lsp deployment (not how PB11 works, unnecessary overhead)
Removed LispInit=0 registry override (csv.lsp handles it at runtime)
Both modes now use Startup Suite — cleanup removes stale LispInit/acaddoc
Net reduction: ~60 lines of acaddoc.lsp generation code removed
aaba573 — fix: CV Update.bat dual-mode startup config (PB11 vs TB11)¶
Author: Chad Weidert Date: 2026-03-01 20:45:57 -0800
fix: CV Update.bat dual-mode startup config (PB11 vs TB11)
CONFIGURE_STARTUP now branches based on active build
PB11 mode: enables Startup Suite (NumStartup=1, CSV.VLX), removes LispInit override, deletes acaddoc.lsp
TB11 mode: disables Startup Suite, sets LispInit=0, deploys acaddoc.lsp (unchanged)
Previously always applied TB11 config which would break PB11 when switching builds
Also updated copilot-instructions.md with lessons learned (rules 10-13)
cc72ceb — revert: restore original AutoIT validation script¶
Author: Chad Weidert Date: 2026-03-01 12:41:12 -0800
revert: restore original AutoIT validation script
Never modify the test fixture to get desired results
Reverted to 5ae65f8 state - the validation script that works on other VMs
Fix must be in the CSV source code, not the test
312191c — fix: LISPINIT registry + forward-slash OPEN path for junctions¶
Author: Chad Weidert Date: 2026-03-01 10:57:02 -0800
fix: LISPINIT registry + forward-slash OPEN path for junctions
Set LispInit=0 in Editor Configuration registry key via CV Update.bat
(setvar lispinit 0) in acaddoc.lsp is too late: AutoCAD reinitializes LISP before running it
Changed AutoIT Phase 1 to use LISP (command _.open) with forward slashes
AutoCAD normalizes forward slashes to backslashes before Win32 API calls
Backslashes at interactive OPEN prompt fail through junctions on XP
057e8ff — docs: eliminate ‘automation & tooling bugs’ category¶
Author: Chad Weidert Date: 2026-03-01 09:37:40 -0800
docs: eliminate ‘automation & tooling bugs’ category
There are no tooling bugs, only bugs that tooling exposes
Merged bugs 22-30 into ‘Deployment, Environment & Validation Bugs (VM 104)’
Removed dismissive framing from Profile/Deployment section
Unified DFMEA cross-reference table for bugs 22-30
Updated Bug Definition admonition with correct philosophy
Complete Commit History by Month¶
📅 %Y->¶
Commit |
Description |
Author |
Date |
|---|---|---|---|
|
feat: csv.lsp replaces csvmenu.lsp as Startup Suite entry (1:1 VLX swap) |
Chad Weidert |
2026-03-01 |
|
docs: update x32 and x64 architecture docs with validation/bug/progcont findings |
Chad Weidert |
2026-03-01 |
|
docs: correct progcont analysis — VLX/source mismatch discovery (Mar 1) |
Chad Weidert |
2026-03-01 |
|
fix: simplify TB11 startup to match PB11 Startup Suite pattern |
Chad Weidert |
2026-03-01 |
|
fix: CV Update.bat dual-mode startup config (PB11 vs TB11) |
Chad Weidert |
2026-03-01 |
|
fix: csvmenu.lsp skip reload if already loaded (build-level fix) |
Chad Weidert |
2026-03-01 |
|
revert: restore original AutoIT validation script |
Chad Weidert |
2026-03-01 |
|
fix: LISPINIT registry + forward-slash OPEN path for junctions |
Chad Weidert |
2026-03-01 |
|
docs: eliminate ‘automation & tooling bugs’ category |
Chad Weidert |
2026-03-01 |
|
fix: suppress csvmenu.lsp alert dialog in auto-load mode (Bug 30) |
Chad Weidert |
2026-03-01 |
|
fix: replace # |
# |
|
|
chore: update news from RSS feeds for 2026-03-01 |
GitHub Action |
2026-03-01 |
|
fix: acaddoc.lsp source-mode must load csv.lsp after csvmenu.lsp |
Chad Weidert |
2026-02-28 |
|
docs: update 10 modernization docs + add OCR validation output |
Chad Weidert |
2026-02-28 |
|
fix: bug tracker sync parser handles multi-column table formats |
Chad Weidert |
2026-02-28 |
|
docs: add bugs 22-27 from Feb 28 validation session |
Chad Weidert |
2026-02-28 |
|
fix: backslash paths + remove propertiesclose in validation script |
Chad Weidert |
2026-02-28 |
|
fix: automate AutoCAD config in CV Update.bat for fresh installs |
Chad Weidert |
2026-02-28 |
|
fix: use timestamped run directories for validation screenshots |
Chad Weidert |
2026-02-28 |
|
feat: add docs validation CI/CD workflow with structured reporting |
Chad Weidert |
2026-02-28 |
|
docs: add encoding tooling references to copilot instructions |
Chad Weidert |
2026-02-28 |
|
docs: restore IPs to copilot instructions, clarify only docs/source/ is public |
Chad Weidert |
2026-02-28 |
|
docs: update copilot instructions with sensitive data policy |
Chad Weidert |
2026-02-28 |
|
docs: move sensitive infrastructure docs to docs-sensitive/ and redact IPs |
Chad Weidert |
2026-02-28 |
|
refactor: archive installer docs to docs-archived/installer/ |
Chad Weidert |
2026-02-28 |
|
docs: deprecate doc 23 (VM 109 setup) - superseded by docs 06/27/29 |
Chad Weidert |
2026-02-28 |
|
docs: doc 06 - rewrite test layers, golden datasets, acceptance criteria, tools |
Chad Weidert |
2026-02-28 |
|
docs: doc 06 - AutoIT validation results, NanoCAD/AC2026, workflow test matrix |
Chad Weidert |
2026-02-28 |
|
docs: update 06-testing-validation with verified Proxmox data and current state |
Chad Weidert |
2026-02-28 |
|
docs: fix weekly update date attribution against GitHub commit graph |
Chad Weidert |
2026-02-28 |
|
docs: rewrite weekly updates with actual commit data |
Chad Weidert |
2026-02-28 |
|
docs: major update to doc 07 - WiX ABORTED, pivot to VLX .bundle/App Store |
Chad Weidert |
2026-02-28 |
|
docs: comprehensive expansion of SDLC doc 35 (813→1007 lines) |
Chad Weidert |
2026-02-28 |
|
docs: elaborate Tools & Best Practices, add Project Management Methods (doc 35) |
Chad Weidert |
2026-02-28 |
|
docs: add concrete cross-references to SDLC doc (35) |
Chad Weidert |
2026-02-28 |
|
docs: add 35-software-development-lifecycle (DFSS-aligned SDLC) |
Chad Weidert |
2026-02-28 |
|
docs: log Bug 21 (missing RefSearchPath), broaden bug definition, update DFMEA |
Chad Weidert |
2026-02-28 |
|
docs: correct Bug 20 - exe swap theory disproven, deploy deferred VLX loading |
Chad Weidert |
2026-02-28 |
|
docs: update Bug 20 — patched acad.exe root cause analysis |
Chad Weidert |
2026-02-28 |
|
chore: update news from RSS feeds for 2026-02-28 |
GitHub Action |
2026-02-28 |
|
docs: add Bug 19 (missing menu registration) + validation workflow |
Chad Weidert |
2026-02-27 |
|
docs: add Bug 18 (progcont dead code) with DFMEA cross-reference table |
Chad Weidert |
2026-02-27 |
|
fix: add 19 missing files to PB11-00x32 from XP-Legacy |
Chad Weidert |
2026-02-27 |
|
fix: update web URL and tech support in PB builds |
Chad Weidert |
2026-02-27 |
|
chore: update news from RSS feeds for 2026-02-27 |
GitHub Action |
2026-02-27 |
|
fix: use github.com/login instead of private repo URL |
Chad Weidert |
2026-02-26 |
|
fix: use _browser instead of startapp for GitHub login URL |
Chad Weidert |
2026-02-26 |
|
fix: move GitHub login from startup to Tech Support click |
Chad Weidert |
2026-02-26 |
|
fix: GitHub login browser not opening at startup |
Chad Weidert |
2026-02-26 |
|
docs: add 34-tech-support-modernization |
Chad Weidert |
2026-02-26 |
|
feat: update Web Page menu item to simplestruct.com/resources.html |
Chad Weidert |
2026-02-26 |
|
feat: GitHub login at startup + local issue backup |
Chad Weidert |
2026-02-26 |
|
feat: auto-configure AutoCAD Startup Suite on version switch |
Chad Weidert |
2026-02-26 |
|
fix: remove old CV Update.bat from build folders |
Chad Weidert |
2026-02-26 |
|
fix: handle (x86) in junction paths — use delayed expansion |
Chad Weidert |
2026-02-26 |
|
fix: replace \NUL directory checks with trailing backslash |
Chad Weidert |
2026-02-26 |
|
fix: add self-update protection to CV Update.bat |
Chad Weidert |
2026-02-26 |
|
fix: rewrite CV Update.bat — protect junctions, repair missing links |
Chad Weidert |
2026-02-26 |
|
refactor: reorganize repo — nero-project to exp/, v3_60 and v7.0(patch) to src/x86/ |
Chad Weidert |
2026-02-26 |
|
refactor: restructure builds into src/x32/ and src/x64/ |
Chad Weidert |
2026-02-26 |
|
chore: add Project Files junction support to CV Update.bat |
Chad Weidert |
2026-02-26 |
|
refactor: unify Project Files into single shared folder |
Chad Weidert |
2026-02-26 |
|
feat: rewrite CV Update for junction-swap mode |
Chad Weidert |
2026-02-26 |
|
feat: version picker in CV Update + alpha VM deployment script |
Chad Weidert |
2026-02-26 |
|
feat: rewire Tech Support button to create GitHub Issues |
Chad Weidert |
2026-02-26 |
|
chore: update news from RSS feeds for 2026-02-26 |
GitHub Action |
2026-02-26 |
|
docs: add Key Discoveries (Weeks 7-8) to vision document |
Chad Weidert |
2026-02-25 |
|
docs: update vision document and weekly action for Feb 25 |
Chad Weidert |
2026-02-25 |
|
feat: add GitHub Issues sync for bug tracker |
Chad Weidert |
2026-02-25 |
|
docs: add bugs 16-17 to tracker (savelay filtering, layout index) |
Chad Weidert |
2026-02-25 |
|
fix: savelay ENAME/XData filtering + layout index bug |
Chad Weidert |
2026-02-25 |
|
fix: add missing inspanel.lsp to TB11-01x64/acad2000 |
Chad Weidert |
2026-02-25 |
|
feat: sync TB11-01x64/acad2000 with patched TB11-01x32 source |
Chad Weidert |
2026-02-25 |
|
chore: update news from RSS feeds for 2026-02-25 |
GitHub Action |
2026-02-25 |
|
chore: add CV Update.bat and csv-manual.md to TB11-01x64 |
Chad Weidert |
2026-02-24 |
|
chore: add CV Update batch file for VM git pull |
Chad Weidert |
2026-02-24 |
|
docs: expand site workflow sections in user manual |
Chad Weidert |
2026-02-24 |
|
docs: add XData refactor plan, update bug tracker with bugs 14-15 |
Chad Weidert |
2026-02-24 |
|
fix: tiltup index bug — nn vs xn for pnllst lookup (PB11 latent bug) |
Chad Weidert |
2026-02-24 |
|
fix: tiltlist.txt ENAME serialization error in inspanel |
Chad Weidert |
2026-02-24 |
|
fix: inspanel fast path - generate tiltlist when panels already attached |
Chad Weidert |
2026-02-24 |
|
fix: walline recovery + TEXT creation regression in inspanel/wall_dlg |
Chad Weidert |
2026-02-24 |
|
feat: save/restore wall line data via walllist.txt in inspanel |
Chad Weidert |
2026-02-24 |
|
fix: guard inspanel.lsp against nil ssget (no wall lines) |
Chad Weidert |
2026-02-24 |
|
docs: add 32-tb11-bug-tracker with all session bugs |
Chad Weidert |
2026-02-24 |
|
fix: guard tiltup.lsp against missing tiltlist.txt |
Chad Weidert |
2026-02-24 |
|
fix: VLX detection, FILE nil crash, and drawing type detection |
Chad Weidert |
2026-02-24 |
|
refactor: format inspanel.lsp, dbchk.lsp, warning.lsp to coding standards |
Chad Weidert |
2026-02-24 |
|
fix: use S::STARTUP for post-open continuation code |
Chad Weidert |
2026-02-24 |
|
fix: reload xrefs after vla-open with -xref reload * |
Chad Weidert |
2026-02-24 |
|
fix: replace hardcoded path with variables, add continuation dialog |
Chad Weidert |
2026-02-24 |
|
fix: capture vla-open document object and vla-activate it |
Chad Weidert |
2026-02-24 |
|
fix: use vla-open ActiveX instead of (command open) — confirmed broken |
Chad Weidert |
2026-02-24 |
|
fix: add CMDDIA=0, use _.OPEN with forward slashes |
Chad Weidert |
2026-02-24 |
|
fix: remove dbchk before scr — it leaves SAVEAS active (cmdactive=1) |
Chad Weidert |
2026-02-24 |
|
diag: print cmdactive and cancel active commands before open |
Chad Weidert |
2026-02-24 |
|
fix: hardcoded test — exact open command for CSSSITE.DWG |
Chad Weidert |
2026-02-24 |
|
fix: write .scr to TEMP dir instead of using direct command open |
Chad Weidert |
2026-02-24 |
|
fix: use plain open command instead of _.open |
Chad Weidert |
2026-02-24 |
|
fix: replace script mechanism with direct (command _.open) in scr.lsp |
Chad Weidert |
2026-02-24 |
|
fix: script files use unquoted path on separate line |
Chad Weidert |
2026-02-24 |
|
fix: route existing-project open through scr.lsp, fix filedia |
Chad Weidert |
2026-02-24 |
|
fix: write open.scr to C:\ root to avoid spaces in script path |
Chad Weidert |
2026-02-24 |
|
fix: set filedia 0 before script command for open.scr |
Chad Weidert |
2026-02-24 |
|
fix: open selected drawing in existing-project workflow |
Chad Weidert |
2026-02-24 |
|
fix: revert # |
# |
|
|
docs: add git workflow skill and # |
# |
|
|
refactor: convert multiline comments to # |
# |
|
|
refactor: apply formatting standard to dirchk.lsp |
Chad Weidert |
2026-02-24 |
|
fix: dirchk no longer blocks project folders with system-like names |
Chad Weidert |
2026-02-24 |
|
chore: resolve CHANGELOG merge conflict (keep upstream) |
Chad Weidert |
2026-02-24 |
|
chore: clean up repo - commit docs, add dcl-inventory, update gitignore |
Chad Weidert |
2026-02-24 |
|
chore: update news from RSS feeds for 2026-02-24 |
GitHub Action |
2026-02-24 |
|
fix: project browser shows .dwg files instead of .tmp |
Chad Weidert |
2026-02-23 |
|
chore: add Update-ConstructiVision.bat and csv-manual.md to repo |
Chad Weidert |
2026-02-23 |
|
fix: repair project file browser - use ‘tmp’ filter and Project Files directory |
Chad Weidert |
2026-02-23 |
|
fix: switch from VLX to source mode, fix menu labels |
Chad Weidert |
2026-02-23 |
|
feat: add drawing type choice dialog, rename Program Options to Drawing Setup |
Chad Weidert |
2026-02-23 |
|
docs: fix menu routing analysis — Program Options not Panel/Site, document redundancy |
Chad Weidert |
2026-02-23 |
|
docs: add comprehensive workflow & human factors analysis (doc #31) |
Chad Weidert |
2026-02-23 |
|
docs: convert CSV Manual.pdf to maintainable Markdown |
Chad Weidert |
2026-02-23 |
|
docs: modernize csvmenu.lsp copyright and legal notice |
Chad Weidert |
2026-02-23 |
|
style: convert csvmenu.lsp header blocks to # |
# |
|
|
refactor: major overhaul of csvmenu.lsp with dependency tree header |
Chad Weidert |
2026-02-23 |
|
refactor: modernize csv.prj compilation manifest |
Chad Weidert |
2026-02-23 |
|
feat: add AutoCAD version detection and multi-version menu loading (Layers 1-2) |
Chad Weidert |
2026-02-23 |
|
docs: add AutoCAD evolution analysis (doc 30) and note progcont redundancy |
Chad Weidert |
2026-02-23 |
|
docs: add menu system architecture reference |
Chad Weidert |
2026-02-23 |
|
docs: correct BHF file identification across 6 docs |
Chad Weidert |
2026-02-23 |
|
refactor: format csv.lsp + add compilation architecture docs |
Chad Weidert |
2026-02-23 |
|
docs: rewrite doc 00 status - P1c/P2 active, installer sidelined, ~2mo ahead |
Chad Weidert |
2026-02-18 |
|
chore: auto-generate weekly update for 2026-02-23 |
GitHub Action |
2026-02-23 |
|
chore: update news from RSS feeds for 2026-02-23 |
GitHub Action |
2026-02-23 |
|
chore: update news from RSS feeds for 2026-02-22 |
GitHub Action |
2026-02-22 |
|
chore: update news from RSS feeds for 2026-02-21 |
GitHub Action |
2026-02-21 |
|
chore: update news from RSS feeds for 2026-02-20 |
GitHub Action |
2026-02-20 |
|
chore: update news from RSS feeds for 2026-02-19 |
GitHub Action |
2026-02-19 |
|
docs: update doc 00 status report to Feb 18 state |
Chad Weidert |
2026-02-18 |
|
chore: update news from RSS feeds for 2026-02-18 |
GitHub Action |
2026-02-18 |
|
docs: rewrite doc 28 as TB11-01x32 architecture, add doc 29 for x64 |
Chad Weidert |
2026-02-17 |
|
docs: add 28-constructivision-v11-architecture-revised (TB11) |
Chad Weidert |
2026-02-17 |
|
Cleanup AI Fuck-ups |
Chad Weidert |
2026-02-17 |
|
chore: add COM fix scripts, doc updates, and formatting fixes |
Chad Weidert |
2026-02-17 |
|
docs: update all phases/milestones — both x32 and x64 crash-free |
Chad Weidert |
2026-02-17 |
|
docs: rewrite VM 109 registry fix as complete reproduction guide |
Chad Weidert |
2026-02-17 |
|
docs: add Phase 2 COM registration fix to VM 109 doc |
Chad Weidert |
2026-02-17 |
|
docs: add VM 109 AutoCAD x64 registry fix documentation |
Chad Weidert |
2026-02-17 |
|
chore: remove csv-nano.lsp and csvmenu-nano.lsp from src/ root |
Chad Weidert |
2026-02-17 |
|
chore: track binary files (.exe, .dll, .pdf) in all src/ subdirectories |
Chad Weidert |
2026-02-17 |
|
update risk and milestones based on v11.01 bug fixes |
Chad Weidert |
2026-02-17 |
|
docs: add .github/copilot-instructions.md for AI coding agents |
Chad Weidert |
2026-02-17 |
|
docs: add EULA reference to README license section |
Chad Weidert |
2026-02-17 |
|
docs: rewrite README with actual project description |
Chad Weidert |
2026-02-17 |
|
chore: update news from RSS feeds for 2026-02-17 |
GitHub Action |
2026-02-17 |
|
docs: update phases, milestones, and risk register for Feb 16 |
Chad Weidert |
2026-02-16 |
|
docs: add v3.60 source recovery document (26-v360-source-recovery.md) |
Chad Weidert |
2026-02-16 |
|
docs: add nightly build deployment section and VM 202 to testing docs |
Chad Weidert |
2026-02-16 |
|
Add missing exe files: SendTo copy.exe, wincss2000.exe |
Chad Weidert |
2026-02-16 |
|
Track .pdf files in src/TB11-01x32 |
Chad Weidert |
2026-02-16 |
|
Track .exe and .dll files in src/TB11-01x32 |
Chad Weidert |
2026-02-16 |
|
Add TB11-01x32 test build folder (v11 + v3.60 merged sources) |
Chad Weidert |
2026-02-16 |
|
Add TB11-01x32 test build folder (v11 + v3.60 merged sources) |
Chad Weidert |
2026-02-16 |
|
Add PB11-01x32 (v11 + v3.60 merged source); rewrite architecture doc with full A-Q depth mapping |
Chad Weidert |
2026-02-16 |
|
VM security hardening, Total Uninstall backups, alpha tester guide updates |
Chad Weidert |
2026-02-16 |
|
Add PB11-00x64 source tree with acad2000/nanocad25 split, nanoCAD compatibility refactor, VM109 setup scripts and docs |
Chad Weidert |
2026-02-16 |
|
chore: auto-generate weekly update for 2026-02-16 |
GitHub Action |
2026-02-16 |
|
chore: update news from RSS feeds for 2026-02-16 |
GitHub Action |
2026-02-16 |
|
chore: update news from RSS feeds for 2026-02-15 |
GitHub Action |
2026-02-15 |
|
chore: update news from RSS feeds for 2026-02-14 |
GitHub Action |
2026-02-14 |
|
docs: integrate GSCI alpha testing timeline across planning documents |
Chad Weidert |
2026-02-13 |
|
docs: alpha testing plan for GSCI engineers on VMs 200-201 |
Chad Weidert |
2026-02-13 |
|
docs: restore nanoCAD testing to release plan - critical free 64-bit LISP platform |
Chad Weidert |
2026-02-13 |
|
chore: update news from RSS feeds for 2026-02-13 |
GitHub Action |
2026-02-13 |
|
Feb 12: Win10 compatibility study complete, v3.60 vs v11.0 diff study, docs restructure |
Chad Weidert |
2026-02-12 |
|
refactor: Move 13,15,17,18,19 into installer-recompilation/ |
Chad Weidert |
2026-02-10 |
|
refactor: Organize study dirs into installer-recompilation/ |
Chad Weidert |
2026-02-10 |
|
refactor: Move WinZip study to installer-recompilation, merge two 13- Adobe files |
Chad Weidert |
2026-02-10 |
|
docs: Update all modernization docs with Feb 10 multi-OS testing results |
Chad Weidert |
2026-02-10 |
|
Checkpoint 3: CV3.60 monitoring data + cross-platform analysis |
Chad Weidert |
2026-02-10 |
|
Document 4 CV3.60 installer bugs from XP-TEST install |
Chad Weidert |
2026-02-10 |
|
Proxmox snapshots + CV3.60 UAC failure documentation |
Chad Weidert |
2026-02-10 |
|
Fix Checkpoint 2 analysis: AV conflicts are installer-caused, not noise |
Chad Weidert |
2026-02-10 |
|
Save Checkpoint 2 cross-platform analysis and update execution plan for restart |
Chad Weidert |
2026-02-10 |
|
Fix file extension: XP Inctrl5 report is MHTML format (.mht) |
Chad Weidert |
2026-02-10 |
|
Reorganize AC2000 monitoring reports into AutoCAD2000 subdirectories |
Chad Weidert |
2026-02-10 |
|
Checkpoint 2: AC2000 installation monitoring data from XP, Vista, Win7 |
Chad Weidert |
2026-02-10 |
|
chore: update news from RSS feeds for 2026-02-12 |
GitHub Action |
2026-02-12 |
|
chore: update news from RSS feeds for 2026-02-11 |
GitHub Action |
2026-02-11 |
|
Update Step 6 restart workflow - Checkpoint 2 data captured on all 3 VMs |
Chad Weidert |
2026-02-10 |
|
Add restart handling workflow and update after successful AC2000 installation |
Chad Weidert |
2026-02-10 |
|
Add screenshots to AC2000 installation workflow documentation |
Chad Weidert |
2026-02-10 |
|
Remove AutoIt Au3Recorder from testing workflow - tool incompatible with test VMs |
Chad Weidert |
2026-02-10 |
|
Correct Total Uninstall ‘Monitor with Uninstall’ workflow and AutoIt recording timing |
Chad Weidert |
2026-02-10 |
|
Clarify Inctrl5 config dialogs and specify setup.exe (not msetup.exe) for AC2000 installer |
Chad Weidert |
2026-02-10 |
|
Fix Inctrl5 two-phase mode references in FEASIBILITY_STUDY.md |
Chad Weidert |
2026-02-10 |
|
Fix Inctrl5 two-phase mode instructions in INSTALL-MONITORING-PLAN.md |
Chad Weidert |
2026-02-10 |
|
Fix Inctrl5 two-phase mode instructions in INSTALL-EXECUTION-PLAN.md |
Chad Weidert |
2026-02-10 |
|
Complete Total Uninstall v6.18 updates: add Install button steps and remove all profile references |
Chad Weidert |
2026-02-10 |
|
Fix Total Uninstall instructions for v6.18 (monitored programs, not profiles) |
Chad Weidert |
2026-02-10 |
|
Remove duplicate nero files from modernization-2026 root (moved to installer-recompilation) |
Chad Weidert |
2026-02-10 |
|
Move nero analysis files to installer-recompilation folder with corrected cross-references |
Chad Weidert |
2026-02-10 |
|
Organize installer testing documentation into dedicated folder |
Chad Weidert |
2026-02-10 |
|
Merge and modernization updates 2026-02 |
Chad Weidert |
2026-02-10 |
|
Add comprehensive installation execution plan with 4-tool monitoring workflow |
Chad Weidert |
2026-02-10 |
|
chore: update news from RSS feeds for 2026-02-10 |
GitHub Action |
2026-02-10 |
|
docs: update status report for Week 3 (Feb 9) - Nero analysis complete |
Chad Weidert |
2026-02-09 |
|
docs: cascade M2.5 Integration phase timeline changes to 03 and 04 |
Chad Weidert |
2026-02-09 |
|
docs: add explicit start and target dates to all milestones for clarity |
Chad Weidert |
2026-02-09 |
|
docs: add M2.5 Integration & Bug Fixing phase (April 1-30) |
Chad Weidert |
2026-02-09 |
|
docs: fix timeline - shift VLX recompilation to Week 6, don’t delete it |
Chad Weidert |
2026-02-09 |
|
docs: update milestones dashboard with Nero study and Windows security impact |
Chad Weidert |
2026-02-09 |
|
docs: update phase plan, timeline, risk register, and testing docs with Week 3 slippage |
Chad Weidert |
2026-02-09 |
|
docs: acknowledge schedule slippage and replan Weeks 4-5 for recovery |
Chad Weidert |
2026-02-09 |
|
chore: refresh weekly updates and site data |
Chad Weidert |
2026-02-09 |
|
chore: ignore github logs and fix rss log naming |
Chad Weidert |
2026-02-09 |
|
chore: update weekly update email and pages trigger |
Chad Weidert |
2026-02-09 |
|
Delete .github/logs/rss_feed_$(date -u +“%Y%m%d_%H%M%S”).json |
Chad Weidert |
2026-02-09 |
|
chore: auto-generate weekly update for 2026-02-09 |
GitHub Action |
2026-02-09 |
|
chore: update news from RSS feeds for 2026-02-09 |
GitHub Action |
2026-02-09 |
|
chore: update events from RSS feeds for 2026-02-08 |
GitHub Action |
2026-02-08 |
|
chore: update news from RSS feeds for 2026-02-08 |
GitHub Action |
2026-02-08 |
|
chore: update news from RSS feeds for 2026-02-07 |
GitHub Action |
2026-02-07 |
|
docs: Add ConTech Optimizer business plan with revised financial projections |
Chad Weidert |
2026-02-06 |
|
docs: Update VM testing documentation to reference tools/vm-testing repo location |
Chad Weidert |
2026-02-06 |
|
Remove unused Bitvise SSH user files |
Chad Weidert |
2026-02-06 |
|
Add Bitvise SSH XP installer from Proxmox ISO |
Chad Weidert |
2026-02-06 |
|
Organize Total Uninstall tools into full package directory |
Chad Weidert |
2026-02-06 |
|
Fix VM testing tools: allow .exe in tools/vm-testing and organize properly |
Chad Weidert |
2026-02-06 |
|
Add VM testing tools extracted from InstallTools.iso |
Chad Weidert |
2026-02-06 |
|
chore: Move remaining scripts from root to scripts directory |
Chad Weidert |
2026-02-06 |
|
chore: Track installation log files from February 3, 2026 |
Chad Weidert |
2026-02-06 |
|
chore: Organize root directory by moving files to appropriate subdirectories |
Chad Weidert |
2026-02-06 |
|
docs: Integrate S3 + CloudFront deployment pipeline into modernization docs |
Chad Weidert |
2026-02-06 |
|
docs: Generalize VM103 access guide and integrate into modernization docs |
Chad Weidert |
2026-02-06 |
|
chore: Move VM103 setup documentation to modernization project structure |
Chad Weidert |
2026-02-06 |
|
chore: Remove PDF files from repository and add to gitignore |
Chad Weidert |
2026-02-06 |
|
docs: Integrate VM103 Proxmox remote access setup into modernization documentation |
Chad Weidert |
2026-02-06 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-02-06 |
|
chore: Add Nero installer ISO files tracked via Git LFS |
Chad Weidert |
2026-02-06 |
|
feat: Add Nero project file groups and InstallShield setup files |
Chad Weidert |
2026-02-06 |
|
Update: Nero 4.0.9.0 modernization complete - 16-bit to 32-bit conversion successful |
Chad Weidert |
2026-02-04 |
|
Add Nero 4.0.9.0 InstallShield 6.1 working project and supporting files |
Chad Weidert |
2026-02-03 |
|
chore: update news from RSS feeds for 2026-02-06 |
GitHub Action |
2026-02-06 |
|
chore: update news from RSS feeds for 2026-02-05 |
GitHub Action |
2026-02-05 |
|
chore: update news from RSS feeds for 2026-02-04 |
GitHub Action |
2026-02-04 |
|
Add Nero 4.0.9.0 InstallShield recompilation documentation |
Chad Weidert |
2026-02-03 |
|
fix: Correct VM ID from 108 to 105 for Install-Dev |
Chad Weidert |
2026-01-31 |
|
docs: Switch to VM-based InstallShield compiler environment |
Chad Weidert |
2026-01-31 |
|
docs: Add comprehensive InstallShield IDE setup guide for local recompilation |
Chad Weidert |
2026-01-31 |
|
Fix CRLF line endings in Nero text files |
Chad Weidert |
2026-01-31 |
|
t rebase –skip; git push origin main t status Stao “Testing terminal”; whoami e InstallShield decompilation/recompilation infrastructure |
Chad Weidert |
2026-01-31 |
|
chore: update news from RSS feeds for 2026-01-31 |
GitHub Action |
2026-01-31 |
|
chore: update news from RSS feeds for 2026-01-30 |
GitHub Action |
2026-01-30 |
|
chore: update news from RSS feeds for 2026-01-29 |
GitHub Action |
2026-01-29 |
|
Simplify values section to single image |
Chad Weidert |
2026-01-28 |
|
Update Foundation images: Africa mission for values, add impact section images |
Chad Weidert |
2026-01-28 |
|
Improve Foundation mobile responsive styling with hamburger menu |
Chad Weidert |
2026-01-28 |
|
Download Foundation images locally with descriptive names |
Chad Weidert |
2026-01-28 |
|
Fix Foundation: use 1000006516.jpg as hero background |
Chad Weidert |
2026-01-28 |
|
Fix Foundation: use 1500w logo, add Who We Are image (69005.jpeg) |
Chad Weidert |
2026-01-28 |
|
Update Foundation site with original GSC Legacy Foundation images |
Chad Weidert |
2026-01-28 |
|
Move Foundation and GSConcrete to Simplestruct/sandbox/ |
Chad Weidert |
2026-01-28 |
|
Add Greater Seattle Concrete website clone to GSConcrete folder |
Chad Weidert |
2026-01-28 |
|
Add GSC Legacy Foundation website clone to Foundation folder |
Chad Weidert |
2026-01-28 |
|
Move website files to webpage/Simplestruct/ |
Chad Weidert |
2026-01-28 |
|
Rename webpage/ to simplestruct/ |
Chad Weidert |
2026-01-28 |
|
docs: add Proxmox VM infrastructure migration across modernization docs |
Chad Weidert |
2026-01-27 |
|
docs: update 00-vision status report to January 27, 2026 |
Chad Weidert |
2026-01-27 |
|
docs: comprehensive installer cost analysis across all modernization docs |
Chad Weidert |
2026-01-27 |
|
docs: add in-place OS upgrade analysis to R12 |
Chad Weidert |
2026-01-27 |
|
docs: document AutoCAD 2000 16-bit installer dependency (R12) |
Chad Weidert |
2026-01-27 |
|
docs: add AutoCAD 2000 installer analysis and ISO |
Chad Weidert |
2026-01-27 |
|
docs: consolidate InstallShield migration into modernization-2026 |
Chad Weidert |
2026-01-27 |
|
Add InstallShield 12 as recommended migration path (Option B-Alt) |
Chad Weidert |
2026-01-27 |
|
Add Windows 11 compatibility wrapper for legacy installer |
Chad Weidert |
2026-01-27 |
|
Add InstallShield migration plan for v3.60 to Windows 11 |
Chad Weidert |
2026-01-27 |
|
Add InstallShield development support to VS Code IDE |
Chad Weidert |
2026-01-27 |
|
chore: update news from RSS feeds for 2026-01-27 |
GitHub Action |
2026-01-27 |
|
Add automation system page explaining GitHub Actions workflows |
Chad Weidert |
2026-01-26 |
|
Upgrade changelog to show full commit history grouped by month/year |
Chad Weidert |
2026-01-26 |
|
Sync changes |
Chad Weidert |
2026-01-26 |
|
Add SimpleStruct logo and professional signature to weekly email |
Chad Weidert |
2026-01-26 |
|
Upgrade weekly email to HTML format with full content |
Chad Weidert |
2026-01-26 |
|
chore: auto-generate weekly update for 2026-01-26 |
GitHub Action |
2026-01-26 |
|
Fix weekly-update workflow: add git pull –rebase before push |
Chad Weidert |
2026-01-26 |
|
Add kid-friendly explanations to CI/CD pipeline page |
Chad Weidert |
2026-01-26 |
|
Add AI-assisted development step to CI/CD pipeline page |
Chad Weidert |
2026-01-26 |
|
Replace reviews with coming soon placeholder |
Chad Weidert |
2026-01-26 |
|
Simplify headings: ConstructiVision and About |
Chad Weidert |
2026-01-21 |
|
Center logo on home page, remove redundant SimpleStruct from heading |
Chad Weidert |
2026-01-21 |
|
Webpage branding: larger logo, remove welcome phrase, italicize ‘t’ in SimpleStruct |
Chad Weidert |
2026-01-21 |
|
Fix Sphinx toctree syntax in legacy/index.md |
Chad Weidert |
2026-01-21 |
|
Update executive dashboard to match current project status |
Chad Weidert |
2026-01-21 |
|
Fix UTF-8 encoding in 180+ legacy documentation files |
Chad Weidert |
2026-01-21 |
|
Center navigation bar in header |
Chad Weidert |
2026-01-21 |
|
Add logo to webpage header.js navigation |
Chad Weidert |
2026-01-21 |
|
Cover sheet updates: SimpleStruct branding, move Technical Findings before Project Charter, add logo files |
Chad Weidert |
2026-01-21 |
|
Risk register: unified R1-R17 numbering in cover sheet and 05-risk-register |
Chad Weidert |
2026-01-21 |
|
Risk register: remove legend row, use blue dot for mitigated risks |
Chad Weidert |
2026-01-21 |
|
Fix: integrate legend as first row of risk register table |
Chad Weidert |
2026-01-21 |
|
Fix: restore page break before Risk Register, condense legend to keep heading+table together |
Chad Weidert |
2026-01-21 |
|
Remove page break before Risk Register |
Chad Weidert |
2026-01-21 |
|
Fix: add separator before pagebreak to fix Budget heading rendering |
Chad Weidert |
2026-01-21 |
|
Fix: remove duplicate risk register, page break before section, move technical findings to end |
Chad Weidert |
2026-01-21 |
|
Risk register: unified table with mitigated risks, page break before section |
Chad Weidert |
2026-01-21 |
|
Cover sheet refinements: condensed health, legend at top, residual risk scores, streamlined charter, full doc index |
Chad Weidert |
2026-01-21 |
|
Cover sheet improvements: color-coded roadmap, milestone status, training updates, mitigated risks |
Chad Weidert |
2026-01-21 |
|
chore: enforce UTF-8 encoding in VS Code, EditorConfig, and Git |
Chad Weidert |
2026-01-21 |
|
fix: repair mojibake encoding corruption in docs |
Chad Weidert |
2026-01-21 |
|
Update modernization-2026 docs for sprint kickoff (Jan 21) |
Chad Weidert |
2026-01-21 |
|
chore: update news from RSS feeds for 2026-01-21 |
GitHub Action |
2026-01-21 |
|
Complete Sphinx toctree fix: zero orphans, all docs in tree |
Chad Weidert |
2026-01-20 |
|
docs: Move SWAD to v360 folder for better organization |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL FINAL BATCH [8 files] - PROJECT COMPLETE! 🎉 |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL BATCH 5 [6 files] - Site coordination & AI analysis |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL BATCH 4 [6 files] - Collaboration & blockchain |
Chad Weidert |
2026-01-20 |
|
Add developer-notes: comprehensive file types dictionary (51 extensions) |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL BATCH 3 [6 files] - BIM integration & optimization |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL BATCH 2 [6 files] - Cloud rendering & mobile |
Chad Weidert |
2026-01-20 |
|
docs: v7.0 DCL BATCH 1 [6 files] - AI-enhanced dialogs |
Chad Weidert |
2026-01-20 |
|
docs: v3.60 DCL BATCH 5 [6 files] - FINAL v3.60 COMPLETE! 🎉 |
Chad Weidert |
2026-01-20 |
|
docs: v3.60 DCL batch 4 [6 files] - Finishes, tolerances, verification |
Chad Weidert |
2026-01-20 |
|
docs: v3.60 DCL batch 3 [5 files] - Lists, schedules, annotations |
Chad Weidert |
2026-01-20 |
|
docs: v3.60 DCL batch 2 [5 files] - Engineering & detail modules |
Chad Weidert |
2026-01-20 |
|
docs: v3.60 priority DCL files [8/8] COMPLETE - All comprehensive! |
Chad Weidert |
2026-01-20 |
|
chore: Remove obsolete v360-modules/dcl-definitions directory |
Chad Weidert |
2026-01-20 |
|
docs: COMPLETE all 20 DCL files [13/13 recreated] - MISSION ACCOMPLISHED! 🎉 |
Chad Weidert |
2026-01-20 |
|
docs: Comprehensive DCL files [3-5/13] - Feature dialogs |
Chad Weidert |
2026-01-20 |
|
docs: Recreate comprehensive DCL files [2/13] - mp_dlg + dl_dlg |
Chad Weidert |
2026-01-20 |
|
fix: Restore all 20 enhanced DCL files lost during reorganization |
Chad Weidert |
2026-01-20 |
|
Update WINCSS analysis docs with extracted strings and binary structure |
Chad Weidert |
2026-01-20 |
|
sync check |
Chad Weidert |
2026-01-20 |
|
Clean up legacy root: move comparison and planning docs to subfolders |
Chad Weidert |
2026-01-20 |
|
Reorganize: move modules under version folders, delete empty v70-patch |
Chad Weidert |
2026-01-20 |
|
Move installers to v360 subdirectory; fix navigation references |
Chad Weidert |
2026-01-20 |
|
docs: remove 4 empty duplicate files from legacy root (content in installers/ and comparison/) |
Chad Weidert |
2026-01-20 |
|
docs: add btch_dlg.lsp documentation for v360 batch dialog module |
Chad Weidert |
2026-01-20 |
|
docs: quality check - remove 76 duplicate/orphan v360 docs and 2 non-v70 files from v70 |
Chad Weidert |
2026-01-20 |
|
docs: consolidate duplicate-numbered directories - merge 04-dialogs-boxes into 04-dialogs and 07-utilities into 07-engineering-calculations |
Chad Weidert |
2026-01-20 |
|
docs: populate v70-modules 04-dialogs-boxes and 07-utilities from v360-modules |
Chad Weidert |
2026-01-20 |
|
docs: consolidate v70-modules directories to match v360-modules exactly - merge old dirs into appropriate categories |
Chad Weidert |
2026-01-20 |
|
docs: restructure v70-modules to match v360-modules organization with 15 categories and deprecation notices |
Chad Weidert |
2026-01-20 |
|
docs: reorganize hierarchy with clean grouping by directory structure |
Chad Weidert |
2026-01-20 |
|
Merge remote UTF-8 encoding fixes with local reorganization |
Chad Weidert |
2026-01-20 |
|
docs: Add supporting documentation and scripts |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED DCL files [18-20/20] - FINAL BATCH COMPLETE! 🎉 |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED DCL files [13-17/20] - Config dialogs batch |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED DCL files [9-12/20] - Feature dialogs batch |
Chad Weidert |
2026-01-20 |
|
docs: expand legacy index to include all v3.60 analysis files |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED bp_dlg.dcl [7/20] - Base plate/anchor bolts |
Chad Weidert |
2026-01-20 |
|
feat: add automatic UTF-8 encoding fix to CI/CD pipeline - prevent encoding errors in future builds |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED wc_dlg.dcl [6/20] - Weld connections (CRITICAL) |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED project.dcl [5/20] - Project selection gateway |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED new.dcl [4/20] - New project creation |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED pp_dlg.dcl [3/20] - Panel parameters & pick points |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED calc_dlg.dcl [2/20] - Calculator utility |
Chad Weidert |
2026-01-20 |
|
fix: resolve merge conflict - accept UTF-8 encoding fix for CHANGELOG.md |
Chad Weidert |
2026-01-20 |
|
fix: convert all 228 markdown files to UTF-8 encoding - comprehensive encoding remediation |
Chad Weidert |
2026-01-20 |
|
fix: convert all markdown files to proper UTF-8 encoding - replace CP1252 0x97 em-dash bytes |
Chad Weidert |
2026-01-20 |
|
docs: ENHANCED mp_dlg.dcl [1/20] - Master panel dialog |
Chad Weidert |
2026-01-20 |
|
fix: enable text wrapping for events and implement multi-day event spanning in calendar |
Chad Weidert |
2026-01-20 |
|
docs: Delete 106 redundant v7.0/modules/ files |
Chad Weidert |
2026-01-20 |
|
docs: CONSOLIDATE v7.0 - remove 106 redundant files |
Chad Weidert |
2026-01-20 |
|
docs: HIGH-QUALITY documentation for ALL 80 DCL files (v3.60 + v7.0) |
Chad Weidert |
2026-01-20 |
|
docs: Complete documentation for WF.zip - AISC steel beam library |
Chad Weidert |
2026-01-20 |
|
docs: Add final verification report confirming 100% documentation coverage |
Chad Weidert |
2026-01-20 |
|
docs: Add final documentation status report |
Chad Weidert |
2026-01-20 |
|
docs: Complete ALL v7.0 modules (96 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete ALL remaining v3.60 modules (25 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete v3.60 feature generation modules (9 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete v3.60 drawing/dimensioning modules (7 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete v3.60 critical dialogs (10 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete v3.60 panel drawing modules (7 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete v3.60 project management modules (5 files) |
Chad Weidert |
2026-01-20 |
|
docs: Complete comprehensive documentation for 5 v3.60 core modules |
Chad Weidert |
2026-01-20 |
|
chore: update news from RSS feeds for 2026-01-20 |
GitHub Action |
2026-01-20 |
|
docs: Auto-generate comprehensive documentation for 184 LISP modules |
Chad Weidert |
2026-01-20 |
|
docs: Complete legacy documentation reorganization |
Chad Weidert |
2026-01-20 |
|
docs: Fix v7.0 module placeholders to match actual source |
Chad Weidert |
2026-01-20 |
|
docs: Create v7.0 module documentation structure (89 placeholders) |
Chad Weidert |
2026-01-20 |
|
docs: Add v7.0 VLX analysis - monolithic architecture discovered! |
Chad Weidert |
2026-01-19 |
|
docs: Complete v360-modules reorganization (126 files) |
Chad Weidert |
2026-01-19 |
|
docs: Reorganize v360-modules into categorical folders |
Chad Weidert |
2026-01-19 |
|
docs: Organize v360-modules into 15 functional categories |
Chad Weidert |
2026-01-19 |
|
docs: Create v7.0 documentation directory structure |
Chad Weidert |
2026-01-19 |
|
docs: Add documentation reorganization plan |
Chad Weidert |
2026-01-19 |
|
feat: Create v360 and v70-patch documentation directories |
Chad Weidert |
2026-01-19 |
|
docs: Add comprehensive v3.60 vs v7.0 CSV.lsp comparison |
Chad Weidert |
2026-01-19 |
|
docs: Comprehensive CSV.lsp analysis - main application entry point |
Chad Weidert |
2026-01-19 |
|
docs: Comprehensive csvmenu.lsp analysis - menu loading workaround |
Chad Weidert |
2026-01-19 |
|
feat: Add VLX analyzer tool and comprehensive CSV.VLX analysis |
Chad Weidert |
2026-01-19 |
|
docs: Add validation note to installshield-stub-and-support-files.md |
Chad Weidert |
2026-01-19 |
|
docs: Update remaining legacy installer docs with validation notes |
Chad Weidert |
2026-01-19 |
|
docs: Update setupins-installer-logic.md - mark as superseded by decompilation |
Chad Weidert |
2026-01-19 |
|
docs: Update legacy installer docs with runtime files and bug warnings |
Chad Weidert |
2026-01-19 |
|
feat: add deploy trigger to RSS workflows for automatic webpage updates |
Chad Weidert |
2026-01-19 |
|
fix: add missing python-dateutil dependency to events RSS workflow |
Chad Weidert |
2026-01-19 |
|
chore: update news from RSS feeds for 2026-01-20 |
GitHub Action |
2026-01-20 |
|
feat: add RSS feed-based news discovery workflow |
Chad Weidert |
2026-01-19 |
|
feat: add RSS feed-based event discovery workflow |
Chad Weidert |
2026-01-19 |
|
restore: add back high-quality events with correct dates (2026-2027) |
Chad Weidert |
2026-01-19 |
|
fix: improve JSON parsing to properly extract events array from JS file |
Chad Weidert |
2026-01-19 |
|
Fix encoding: convert modernization file from CP1252 to UTF-8 |
Chad Weidert |
2026-01-19 |
|
Fix encoding: convert installer-file-dependencies.md from CP1252 to UTF-8 |
Chad Weidert |
2026-01-19 |
|
docs: Update milestones dashboard with installer modernization impacts |
Chad Weidert |
2026-01-19 |
|
docs: Complete installer impact updates to timeline and distribution docs |
Chad Weidert |
2026-01-19 |
|
docs: Update modernization plan with installer impact analysis |
Chad Weidert |
2026-01-19 |
|
Remove logo and SimpleStruct from header - now only in footer |
Chad Weidert |
2026-01-19 |
|
docs: Reorganize installer documentation in Sphinx tree |
Chad Weidert |
2026-01-19 |
|
docs: Add installer modernization decision - WiX Toolset for Windows 11 |
Chad Weidert |
2026-01-19 |
|
Move logo and SimpleStruct to footer - clean up header overlap |
Chad Weidert |
2026-01-19 |
|
docs: Add comprehensive v3.60 installer analysis and bug documentation |
Chad Weidert |
2026-01-19 |
|
Add width: 100% to force proper header wrapping |
Chad Weidert |
2026-01-19 |
|
Fix header layout: force logo to full width and nav links to second row |
Chad Weidert |
2026-01-19 |
|
Fix header wrapping: force logo to full width on mobile, improve nav link spacing |
Chad Weidert |
2026-01-19 |
|
Make header responsive: scale fonts down to 8pt minimum and wrap to multiple lines on narrow screens |
Chad Weidert |
2026-01-19 |
|
Make events workflow idempotent: merge new events with existing, only remove expired |
Chad Weidert |
2026-01-19 |
|
Fix tooltip: enable clicking and make it scroll with page instead of staying fixed |
Chad Weidert |
2026-01-19 |
|
Add calendar integration: Google Calendar and .ics download buttons to event tooltips |
Chad Weidert |
2026-01-19 |
|
Fix event tooltip: properly parse event data from DOM attribute |
Chad Weidert |
2026-01-19 |
|
Add responsive dual-month calendar: 2 months on desktop, 1 on mobile |
Chad Weidert |
2026-01-19 |
|
Improve article filtering: prioritize construction/precast/concrete/software keywords with scoring |
Chad Weidert |
2026-01-19 |
|
Fix workflow: add rebase before push to handle conflicts |
Chad Weidert |
2026-01-19 |
|
Update NewsAPI query to search for tilt-up and concrete software specifically |
Chad Weidert |
2026-01-19 |
|
Improve news loading with better logging and ensure HTML fallback has images |
Chad Weidert |
2026-01-19 |
|
Fix news-update.yml: restore indentation and add news-data.js to git tracking |
Chad Weidert |
2026-01-19 |
|
Fix news-update.yml formatting and indentation |
Chad Weidert |
2026-01-19 |
|
t push origin main Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
Add image support to news cards - extract urlToImage from NewsAPI and display in articles |
Chad Weidert |
2026-01-19 |
|
Add news-data.js with construction articles |
Chad Weidert |
2026-01-19 |
|
refactor: generate news-data.js file and use it as primary source for articles |
Chad Weidert |
2026-01-19 |
|
improve: add better error logging to news fetch |
Chad Weidert |
2026-01-19 |
|
remove: explicit deploy trigger call that lacked permissions |
Chad Weidert |
2026-01-19 |
|
fix: export RESPONSE variable so Python can access it |
Chad Weidert |
2026-01-19 |
|
fix: relax article filtering to include articles with titles and URLs |
Chad Weidert |
2026-01-19 |
|
fix: correct bash heredoc syntax in Python extraction |
Chad Weidert |
2026-01-19 |
|
refactor: simplify news workflow with cleaner NewsAPI parsing |
Chad Weidert |
2026-01-19 |
|
refactor: use NewsAPI for real article URLs instead of ChatGPT generation |
Chad Weidert |
2026-01-19 |
|
fix: use real industry URLs instead of example.com in news feed |
Chad Weidert |
2026-01-19 |
|
fix: normalize event field names and update dates to 2026 |
Chad Weidert |
2026-01-19 |
|
fix: add workflow_run trigger to deploy so it fires when news/events complete |
Chad Weidert |
2026-01-19 |
|
fix: use GitHub API for deploy workflow dispatch instead of gh CLI |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
chore: add explicit deploy workflow triggers after news/events updates |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
fix: correct jq syntax error in events workflow |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
fix: embed header HTML directly in header.js to avoid fetch issues |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
refactor: consolidate navigation to centralized header with logo |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
refactor: create centralized navigation header component |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
feat: add news and events automation with calendar and embeds |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
cleanup: remove test weekly entries and fix 1/19 template |
Chad Weidert |
2026-01-19 |
|
fix: analyze commits against milestones for what changed section |
Chad Weidert |
2026-01-19 |
|
fix: update weekly-update workflow timeout to 5 minutes for ChatGPT API |
Chad Weidert |
2026-01-19 |
|
chore: auto-generate weekly update for 2026-01-19 |
GitHub Action |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
Add detailed core workflow pages for project setup, design, documentation, and cost management |
Chad Weidert |
2026-01-19 |
|
Add cache control headers to force browser to revalidate v7.0 content |
Chad Weidert |
2026-01-19 |
|
Remove v11_files.csv (renamed to v7.0_files.csv) |
Chad Weidert |
2026-01-19 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-19 |
|
Rename v11_files.csv to v7.0_files.csv for version consistency |
Chad Weidert |
2026-01-19 |
|
Merge: resolve CHANGELOG conflict by keeping local version with v7.0 references |
Chad Weidert |
2026-01-19 |
|
Full sync: Replace all v11(patch) references with v7.0(patch) across all documentation and comparison files |
Chad Weidert |
2026-01-19 |
|
Rename v11(patch) to v7.0(patch) to reflect actual version number (January 2004) |
Chad Weidert |
2026-01-19 |
|
Add comprehensive legacy version analysis: v3.60 vs v11(patch) architectural changes, feature additions, and migration guide |
Chad Weidert |
2026-01-18 |
|
Fix navigation consistency across all pages - same buttons in same order |
Chad Weidert |
2026-01-18 |
|
Uniform headers across all pages with CV.jpg background; reorganize nav to intuitive order |
Chad Weidert |
2026-01-18 |
|
Fix SW version support |
Chad Weidert |
2026-01-18 |
|
Use CV.jpg as header background with semi-transparent overlay for readability |
Chad Weidert |
2026-01-18 |
|
Create comprehensive case studies page with embedded GSC project gallery |
Chad Weidert |
2026-01-18 |
|
Add Greater Seattle Concrete case study with project portfolio link |
Chad Weidert |
2026-01-18 |
|
Create Resources page with manuals; add workflow details to homepage; update navigation |
Chad Weidert |
2026-01-18 |
|
Add product information and TiltUpVision announcement to homepage |
Chad Weidert |
2026-01-18 |
|
Fix star ratings - add UTF-8 charset and replace with Font Awesome stars |
Chad Weidert |
2026-01-18 |
|
Move ConstructiVision logo to header of all pages and remove from index body |
Chad Weidert |
2026-01-18 |
|
Add Font Awesome icon library to all HTML pages |
Chad Weidert |
2026-01-18 |
|
Remove checkmark symbol from Why Sign In list |
Chad Weidert |
2026-01-17 |
|
Remove Coming Soon text and fix button opacity for consistent sizing and alignment |
Chad Weidert |
2026-01-17 |
|
Update button elements to match CSS styling for consistent sizing |
Chad Weidert |
2026-01-17 |
|
Fix social media button sizing - ensure all buttons are 48px tall and consistent |
Chad Weidert |
2026-01-17 |
|
Clean up login page - fix button rendering and remove duplicate code |
Chad Weidert |
2026-01-17 |
|
Fix LinkedIn and Instagram access denied errors - mark as Coming Soon with setup instructions |
Chad Weidert |
2026-01-17 |
|
Fix login buttons: restore all SDKs, fix LinkedIn, ensure consistent sizing |
Chad Weidert |
2026-01-17 |
|
Fix X and Instagram button styling with proper gradients and icons |
Chad Weidert |
2026-01-17 |
|
Use official SDKs for all social login buttons (Google, Facebook, LinkedIn, X, Instagram) |
Chad Weidert |
2026-01-17 |
|
Improve social media button styling with gradients and better shadows |
Chad Weidert |
2026-01-17 |
|
Add LinkedIn login option |
Chad Weidert |
2026-01-17 |
|
Add social media login options (Facebook, Instagram, X) - remove social follow links |
Chad Weidert |
2026-01-17 |
|
Add Google OAuth login feature with documentation |
Chad Weidert |
2026-01-17 |
|
Add reviews page with shared CSS header navigation |
Chad Weidert |
2026-01-17 |
|
Remove arrow characters from links |
Chad Weidert |
2026-01-17 |
|
Add CV.jpg construction site image to homepage |
Chad Weidert |
2026-01-17 |
|
Add CV.jpg from docs/source to webpage |
Chad Weidert |
2026-01-17 |
|
Add deployment pipeline documentation page and update homepage with construction site image reference |
Chad Weidert |
2026-01-17 |
|
Add CSV Manual.pdf and CV logo to webpage with styled HTML |
Chad Weidert |
2026-01-17 |
|
Add ConstructiVision v3.60 and v11 source code files with installation guide update |
Chad Weidert |
2026-01-17 |
|
Update main index with web deployment link |
Chad Weidert |
2026-01-17 |
|
Add web deployment architecture documentation to Sphinx |
Chad Weidert |
2026-01-17 |
|
Add initial webpage index.html and terraform config |
Chad Weidert |
2026-01-17 |
|
Update deployment source: switch from Sphinx docs to /webpage folder |
Chad Weidert |
2026-01-17 |
|
Add S3 + CloudFront deployment pipeline: GitHub Actions OIDC + Terraform IAM setup |
Chad Weidert |
2026-01-17 |
|
Add completion dates for completed items and target dates for active workstreams |
Chad Weidert |
2026-01-16 |
|
Update timeline and risk register: add Q1 multi-VM deployment, compatibility testing, remote access, UI documentation tasks |
Chad Weidert |
2026-01-16 |
|
Update modernization plan: document P1 advancement workstreams (VM deployment, compatibility testing, remote access, UI documentation) |
Chad Weidert |
2026-01-16 |
|
Use full milestone names in email, add link to milestones dashboard |
Chad Weidert |
2026-01-16 |
|
Add legacy ConstructiVision installation ISOs and documentation |
Chad Weidert |
2026-01-16 |
|
chore: auto-generate weekly update for 2026-01-16 |
GitHub Action |
2026-01-16 |
|
Fix email URL to include /ConstructiVision/ path |
Chad Weidert |
2026-01-16 |
|
chore: auto-generate weekly update for 2026-01-16 |
GitHub Action |
2026-01-16 |
|
Improve email: plain language summary, remove markdown formatting |
Chad Weidert |
2026-01-16 |
|
chore: auto-generate weekly update for 2026-01-16 |
GitHub Action |
2026-01-16 |
|
Fix email date and add What Changed content to email body |
Chad Weidert |
2026-01-16 |
|
chore: auto-generate weekly update for 2026-01-16 |
GitHub Action |
2026-01-16 |
|
Add email notification to weekly update workflow |
Chad Weidert |
2026-01-16 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Fix parsing: replace specific headers instead of adding bullets to all lines |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Restructure weekly update workflow: separate API calls for Timeline/Scope/Risk and What’s Next, tighter format |
Chad Weidert |
2026-01-14 |
|
Remove duplicate week header |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Change ‘What Shipped’ to ‘What was Delivered’ and filter out chore commits |
Chad Weidert |
2026-01-14 |
|
Clean up extra blank lines and whitespace in weekly updates |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Use printf %b to convert escaped newlines for proper section parsing |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Use awk regex matching for robust section extraction from AI response |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Fix parsing: convert escaped newlines to actual newlines for section extraction |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Add AI response content extraction to weekly update workflow |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Log OpenAI API responses to .github/logs/ directory |
Chad Weidert |
2026-01-14 |
|
Log raw API response for debugging |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Rewrite workflow: remove multi-line YAML strings, use single-line jq |
Chad Weidert |
2026-01-14 |
|
Fix jq formatting: proper YAML syntax for nested JSON |
Chad Weidert |
2026-01-14 |
|
Fix weekly update workflow: properly pass commit data to OpenAI and parse response with jq |
Chad Weidert |
2026-01-14 |
|
chore: auto-generate weekly update for 2026-01-14 |
GitHub Action |
2026-01-14 |
|
Fix YAML syntax: use file-based JSON payload instead of inline |
Chad Weidert |
2026-01-14 |
|
Fix YAML syntax in weekly-update.yml workflow |
Chad Weidert |
2026-01-14 |
|
Add AI-generated disclaimer to weekly update template |
Chad Weidert |
2026-01-14 |
|
Integrate OpenAI API to auto-generate weekly update content |
Chad Weidert |
2026-01-14 |
|
Add automated weekly update workflow to generate template entries every Monday |
Chad Weidert |
2026-01-14 |
|
Remove redundant Next Milestone section - kept Next 3 Milestones instead |
Chad Weidert |
2026-01-14 |
|
Add Next 3 Milestones to dashboard and direct links to Milestones/Weekly Updates |
Chad Weidert |
2026-01-14 |
|
Fix WOC 2027 dates in Timeline and Demo Plan; fix weekly update cadence to avoid Monday/Tuesday mismatch |
Chad Weidert |
2026-01-14 |
|
Use %aN format specifier for mailmap author names |
Chad Weidert |
2026-01-14 |
|
Add –use-mailmap flag to git log for proper author name display |
Chad Weidert |
2026-01-14 |
|
Force pages workflow to checkout latest main with changelog updates |
Chad Weidert |
2026-01-14 |
|
Add mailmap to display full author name in changelogs |
Chad Weidert |
2026-01-14 |
|
Fix changelog timestamp generation and filter out chore commits |
Chad Weidert |
2026-01-14 |
|
Trigger changelog workflow |
Chad Weidert |
2026-01-14 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-14 |
|
Reorder changelog: detailed 10 first, then full log; use full commit message |
Chad Weidert |
2026-01-14 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-14 |
|
Fix WOC year to 2027, add Dec 15 Demo Freeze, fix ConstructiVision branding, add Confidence level |
Chad Weidert |
2026-01-14 |
|
Fix sed command syntax in update-changelog workflow |
Chad Weidert |
2026-01-14 |
|
Resolve merge conflict - keep single Last Updated entry |
Chad Weidert |
2026-01-14 |
|
Remove duplicate Last Updated entries and fix workflow sed command |
Chad Weidert |
2026-01-14 |
|
Show contents toctree on home page |
Chad Weidert |
2026-01-14 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-14 |
|
Fix pages workflow to use workflow_run trigger for proper sequencing after changelog update |
Chad Weidert |
2026-01-14 |
|
Merge branch ‘main’ of github.com:ConstructiVision/ConstructiVision |
Chad Weidert |
2026-01-14 |
|
Make docs/pages workflow depend on update-changelog for correct order |
Chad Weidert |
2026-01-14 |
|
Add permissions to update-changelog workflow for write access |
Chad Weidert |
2026-01-14 |
|
Reorder CHANGELOG: latest 10 details before recent 100 |
Chad Weidert |
2026-01-14 |
|
Fix quick links with markdown and rewrite About section for product focus |
Chad Weidert |
2026-01-14 |
|
Update workflow to also refresh dashboard timestamp on each push |
Chad Weidert |
2026-01-13 |
|
Add GitHub Actions workflow to auto-generate commit history changelog |
Chad Weidert |
2026-01-13 |
|
Create v360 module analyses hub; remove auto-expanding modules from legacy nav |
Chad Weidert |
2026-01-13 |
|
Add actual weekly updates log (running log format) and update dashboard link |
Chad Weidert |
2026-01-13 |
|
Add executive milestones dashboard table (M1-M8) |
Chad Weidert |
2026-01-13 |
|
Redesign home page as executive dashboard with status, risks, and milestones |
Chad Weidert |
2026-01-13 |
|
Add legacy installers documentation |
Chad Weidert |
2026-01-12 |
|
Add installers section to legacy documentation hierarchy |
Chad Weidert |
2026-01-12 |
|
Use toctree for modernization-2026 index so pages appear in navigation |
Chad Weidert |
2026-01-08 |
|
Add modernization-2026 documentation |
Chad Weidert |
2026-01-07 |
|
Include modernization-2026 in top-level toctree |
Chad Weidert |
2026-01-07 |
|
Correct image path to go up from legacy subdirectory |
Chad Weidert |
2026-01-07 |
|
Correct image path to go up from legacy subdirectory |
Chad Weidert |
2026-01-07 |
|
Fix image path to reference CV.jpg from _static folder |
Chad Weidert |
2026-01-07 |
|
Add ConstructiVision logo to legacy documentation landing page |
Chad Weidert |
2026-01-07 |
|
Add ConstructiVision Legacy SWAD to legacy documentation index |
Chad Weidert |
2026-01-07 |
|
Remove incorrect 4-space indentation causing code block rendering |
Chad Weidert |
2026-01-07 |
|
Fix markdown list formatting - ensure consistent indentation in v360-modules |
Chad Weidert |
2026-01-07 |
|
Update pages for install chunk 5 lsp files |
Chad Weidert |
2026-01-07 |
|
Update pages for install chunk 4 lsp files |
Chad Weidert |
2026-01-07 |
|
Update pages for install chunk 3 lsp files |
Chad Weidert |
2026-01-07 |
|
Update pages for install chunk 2 lsp files |
Chad Weidert |
2026-01-07 |
|
Update pages for install chunk 1 lsp files |
Chad Weidert |
2026-01-07 |
|
Update pages for install remaining installers |
Chad Weidert |
2026-01-07 |
|
Update pages for install cabs |
Chad Weidert |
2026-01-07 |
|
Update pages for csv.lsp |
Chad Weidert |
2026-01-07 |
|
Update pages for wincss and csv menu |
Chad Weidert |
2026-01-06 |
|
Update legacy setup ini pages |
Chad Weidert |
2026-01-06 |
|
Update legacy setup pages |
Chad Weidert |
2026-01-06 |
|
Update legacy overview for pages |
Chad Weidert |
2026-01-06 |
|
Fix Sphinx 8 intersphinx + add construction styling |
Chad Weidert |
2026-01-06 |
|
Trigger Pages deploy |
Chad Weidert |
2026-01-06 |
|
Trigger Pages deploy |
Chad Weidert |
2026-01-06 |
|
Trigger Pages deploy |
Chad Weidert |
2026-01-06 |
|
Trigger Pages deploy |
Chad Weidert |
2026-01-06 |
|
Change runner environment from Linux to Windows |
Chad Weidert |
2026-01-06 |
|
Change deployment runner to self-hosted Windows |
Chad Weidert |
2026-01-06 |
|
Enhance GitHub Actions for Sphinx docs deployment |
Chad Weidert |
2026-01-06 |
|
Normalize line endings |
Chad Weidert |
2026-01-05 |
|
Add .gitattributes for consistent line endings |
Chad Weidert |
2026-01-05 |
|
Add support for pages and docs |
Chad Weidert |
2026-01-05 |
|
remove keys |
Chad Weidert |
2025-12-15 |
|
Remove private SSH key from repo |
Chad Weidert |
2025-12-15 |