]> danix's work - publisher.git/commit
feat: propagate tag renames to articles after taxonomy save
authorDanilo M. <redacted>
Sun, 3 May 2026 14:09:38 +0000 (16:09 +0200)
committerDanilo M. <redacted>
Sun, 3 May 2026 14:09:38 +0000 (16:09 +0200)
commit2319a6bf3c32407d387c45a522f20e23b7ba885f
tree8d7186e5487ff2c01b5069a3f4630dce2c7d1b3a
parent365b911ba1288ccfb428602ba765750ad9d0a139
feat: propagate tag renames to articles after taxonomy save

After saving TaxonomyView, detect renamed IT/EN tags by comparing
old and new it_to_en dicts, then rewrite frontmatter of affected
articles. Status bar shows count of updated articles. Taxonomy
save failure aborts propagation. Adds pytest-qt and four unit
tests for _detect_renames.

Co-Authored-By: Claude Sonnet 4.6 <redacted>
requirements.txt
tests/test_taxonomy.py
ui/taxonomy_view.py