You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review follow-ups: pin legacy-base orphan repair, honest dry-run version note
Two items from the PR review:
1. Test the legacy-base branch of repair_diverged_artifact_filenames —
the one changed path with no test. An orphan left on disk under the
pre-#1404 base (plain and "-<timestamp>"-uniquified) is found and
repaired forward to the new-scheme name; without these, dropping the
legacy_base half of the scan would silently strand old orphans.
2. The 2.29.0 version description now says this is the dry-run stage
(renames inventoried in debug.log, not performed), so the admin
dashboard doesn't claim a rename that hasn't happened. The stage-2
commit that removes --dry-run should restore the final wording.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: makeabilitylab/settings.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
88
88
# Makeability Lab Global Variables, including Makeability Lab version
89
89
ML_WEBSITE_VERSION="2.29.0"# Keep this updated with each release and also change the short description below
90
-
ML_WEBSITE_VERSION_DESCRIPTION="Standardized filenames for talks and posters now end in '_Talk' and '_Poster' (#1404), so a downloaded slide deck or poster is no longer indistinguishable from the paper PDF of the same work. Publication filenames are unchanged. Existing talk/poster files are renamed once, on deploy."
90
+
ML_WEBSITE_VERSION_DESCRIPTION="Standardized filenames for talks and posters now end in '_Talk' and '_Poster' (#1404), so a downloaded slide deck or poster is no longer indistinguishable from the paper PDF of the same work. Publication filenames are unchanged. Dry-run stage: existing files are NOT renamed yet — the pending renames are inventoried in debug.log for review, and the one-time rename ships in the follow-up release."
91
91
DATE_MAKEABILITYLAB_FORMED=datetime.date(2012, 1, 1) # Date Makeability Lab was formed
92
92
MAX_BANNERS=7# Maximum number of banners on a page
0 commit comments