Skip to content

Commit ae2a6c1

Browse files
committed
Mark ThreadVis as WIP (author is back from holiday)
1 parent aa0d4c3 commit ae2a6c1

29 files changed

+56
-166
lines changed

add-on-reports-generator/build_reports.js

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,15 @@ const discontinued = [
116116
"988392", //Message List Preview
117117
]
118118

119-
const wip = [
120-
"356507", // Header Tools Lite
121-
"988091", // Expression Search - NG
122-
"987740", // Nostalgy++/ Manage, search and archive
123-
"64758", // xnotepp
124-
"988185", // Bookmarks: eMails and XNotes
125-
"988100", // Folders for search, onDisk Status- Glo
126-
]
119+
const wip = {
120+
"356507": "", // Header Tools Lite
121+
"988091": "", // Expression Search - NG
122+
"987740": "", // Nostalgy++/ Manage, search and archive
123+
"64758": "", // xnotepp
124+
"988185": "", // Bookmarks: eMails and XNotes
125+
"988100": "", // Folders for search, onDisk Status- Glo
126+
"6533": "https://github.com/threadvis/ThreadVis/issues/58#issuecomment-2304477952",
127+
}
127128

128129
const pending_pr = {
129130
"327780" : "https://github.com/vanowm/TB-Auto-Select-Latest-Message/pull/6", //Auto Select Latest Message
@@ -186,7 +187,6 @@ const investigated = {
186187
"988411": "", // Thunvatar
187188
"988323": "", // Real sender of italian PEC
188189
"986323": "https://github.com/caligraf/ConfirmBeforeDelete/issues/25",
189-
"6533": "https://github.com/threadvis/ThreadVis/issues/58",
190190
"49594": "https://github.com/tomaszkrajewski/tb-subswitch/issues/7",
191191
}
192192

@@ -378,8 +378,13 @@ var reports = {
378378
badges.push(badge);
379379
} else if (messagesUpdate.includes(`${extJson.id}`)) {
380380
badges.push({ badge: "breaking_api_change", tooltip: "Missing messagesUpdate permission" });
381-
} else if (wip.includes(`${extJson.id}`)) {
382-
badges.push({ badge: "wip" });
381+
} else if (Object.keys(wip).includes(`${extJson.id}`)) {
382+
let info = wip[`${extJson.id}`];
383+
let badge = { badge: "wip", tooltip: info };
384+
if (info.startsWith("http")) {
385+
badge.link = info
386+
}
387+
badges.push(badge);
383388
}
384389

385390
if (badges.length == 0) {
@@ -876,8 +881,13 @@ var reports = {
876881
if (Object.keys(contacted).includes(`${extJson.id}`)) {
877882
badges.push({ badge: "contacted", tooltip: contacted[`${extJson.id}`] });
878883
}
879-
if (wip.includes(`${extJson.id}`)) {
880-
badges.push({ badge: "wip" });
884+
if (Object.keys(wip).includes(`${extJson.id}`)) {
885+
let info = wip[`${extJson.id}`];
886+
let badge = { badge: "wip", tooltip: info };
887+
if (info.startsWith("http")) {
888+
badge.link = info
889+
}
890+
badges.push(badge);
881891
}
882892

883893
if (badges.length == 0) {

add-on-reports/all.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">All Extensions compatible with TB60 or newer. (745)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb102.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 102 as seen by ATN. (464)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb115.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 115 as seen by ATN. (478)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb128.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 128, as seen by ATN. (454)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb68.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 68 as seen by ATN. (336)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb78.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 78 as seen by ATN. (403)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/atn-tb91.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions compatible with Thunderbird 91 as seen by ATN. (430)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/experiments-without-upper-limit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Experiments without upper limit in ATN. (5)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
<img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" />
1515
<label class="banner-header">Thunderbird Add-on Database Analysis</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />
2020
<br />
2121
</div>
2222
<div class="container">
23-
<h1><a name="group128"></a>Thunderbird Nebula reports</h1><p><a href="atn-tb128.html">atn-tb128</a> (454)</p><blockquote><p>Extensions compatible with Thunderbird 128, as seen by ATN.</p></blockquote><p><a href="lost-tb115-to-tb128.html">lost-tb115-to-tb128</a> (27)</p><blockquote><p>Extensions which have been lost from TB115 to TB128, as seen by ATN.</p></blockquote><p><a href="missing-messagesUpdate-permission.html">missing-messagesUpdate-permission</a> (0)</p><blockquote><p>Extensions using <i>messages.update()</i> in Thunderbird 128, without requesting the <i>messagesUpdate</i> permission.</p></blockquote><p><a href="valid-128-according-to-strict-max-but-atn-value-reduced.html">valid-128-according-to-strict-max-but-atn-value-reduced</a> (13)</p><blockquote><p>Extensions whose strict_max_version allows installation in Thunderbird 128, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).</p></blockquote><p><a href="experiments-without-upper-limit.html">experiments-without-upper-limit</a> (5)</p><blockquote><p>Experiments without upper limit in ATN.</p></blockquote><p><a href="lost-pure-webext-with-upper-limit.html">lost-pure-webext-with-upper-limit</a> (3)</p><blockquote><p>Lost pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).</p></blockquote><h1><a name="groupgeneral"></a>General reports</h1><p><a href="all.html">all</a> (745)</p><blockquote><p>All Extensions compatible with TB60 or newer.</p></blockquote><p><a href="wrong-order.html">wrong-order</a> (0)</p><blockquote><p>Extension with wrong upper limit setting in older versions, which will lead to the wrong version reported compatible by ATN.</p></blockquote><p><a href="purge-candidates.html">purge-candidates</a> (1109)</p><blockquote><p>All Extensions not compatible with TB68, which should be purged from ATN.</p></blockquote><p><a href="parsing-error.html">parsing-error</a> (2)</p><blockquote><p>Extensions whose XPI files could not be parsed properly and are excluded from analysis.</p></blockquote><p><a href="recent-activity.html">recent-activity</a> (42)</p><blockquote><p>Extensions updated within the last 2 weeks.</p></blockquote><p><a href="recent-addition.html">recent-addition</a> (88)</p><blockquote><p>Extensions created within the last year.</p></blockquote><p><a href="requested-permissions.html">requested-permissions</a> (427)</p><blockquote><p>Extensions requesting WebExtension permissions.</p></blockquote><p><a href="max-atn-value-raised-above-max-xpi-value.html">max-atn-value-raised-above-max-xpi-value</a> (59)</p><blockquote><p>Extensions whose max version has been raised in ATN above the XPI value (excluding legacy extensions).</p></blockquote><p><a href="max-atn-value-reduced-below-max-xpi-value.html">max-atn-value-reduced-below-max-xpi-value</a> (13)</p><blockquote><p>Extensions whose max version has been reduced in ATN below the XPI value, which is ignored during install and app upgrade (excluding legacy).</p></blockquote><p><a href="pure-webext-with-upper-limit.html">pure-webext-with-upper-limit</a> (24)</p><blockquote><p>Pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).</p></blockquote><p><a href="latest-current-mismatch.html">latest-current-mismatch</a> (0)</p><blockquote><p>Extensions, where the latest upload is for an older release, which will fail to install in current ESR (current = defined current in ATN) from within the add-on manager.</p></blockquote><h1><a name="group115"></a>Thunderbird Supernova reports</h1><p><a href="atn-tb115.html">atn-tb115</a> (478)</p><blockquote><p>Extensions compatible with Thunderbird 115 as seen by ATN.</p></blockquote><p><a href="lost-tb102-to-tb115.html">lost-tb102-to-tb115</a> (37)</p><blockquote><p>Extensions which have been lost from TB102 to TB115, as seen by ATN.</p></blockquote><h1><a name="group102"></a>Thunderbird 102 reports</h1><p><a href="atn-tb102.html">atn-tb102</a> (464)</p><blockquote><p>Extensions compatible with Thunderbird 102 as seen by ATN.</p></blockquote><p><a href="lost-tb91-to-tb102.html">lost-tb91-to-tb102</a> (4)</p><blockquote><p>Extensions which have been lost from TB91 to TB102, as seen by ATN.</p></blockquote><h1><a name="group91"></a>Thunderbird 91 reports</h1><p><a href="atn-tb91.html">atn-tb91</a> (430)</p><blockquote><p>Extensions compatible with Thunderbird 91 as seen by ATN.</p></blockquote><p><a href="lost-tb78-to-tb91.html">lost-tb78-to-tb91</a> (16)</p><blockquote><p>Extensions which have been lost from TB78 to TB91, as seen by ATN.</p></blockquote><h1><a name="group78"></a>Thunderbird 78 reports</h1><p><a href="atn-tb78.html">atn-tb78</a> (403)</p><blockquote><p>Extensions compatible with Thunderbird 78 as seen by ATN.</p></blockquote><p><a href="lost-tb68-to-tb78.html">lost-tb68-to-tb78</a> (97)</p><blockquote><p>Extensions which have been lost from TB68 to TB78, as seen by ATN.</p></blockquote><h1><a name="group68"></a>Thunderbird 68 reports</h1><p><a href="atn-tb68.html">atn-tb68</a> (336)</p><blockquote><p>Extensions compatible with Thunderbird 68 as seen by ATN.</p></blockquote><p><a href="lost-tb60-to-tb68.html">lost-tb60-to-tb68</a> (123)</p><blockquote><p>Extensions which have been lost from TB60 to TB68, as seen by ATN.</p></blockquote>
23+
<h1><a name="group128"></a>Thunderbird Nebula reports</h1><p><a href="atn-tb128.html">atn-tb128</a> (454)</p><blockquote><p>Extensions compatible with Thunderbird 128, as seen by ATN.</p></blockquote><p><a href="lost-tb115-to-tb128.html">lost-tb115-to-tb128</a> (27)</p><blockquote><p>Extensions which have been lost from TB115 to TB128, as seen by ATN.</p></blockquote><p><a href="missing-messagesUpdate-permission.html">missing-messagesUpdate-permission</a> (0)</p><blockquote><p>Extensions using <i>messages.update()</i> in Thunderbird 128, without requesting the <i>messagesUpdate</i> permission.</p></blockquote><p><a href="valid-128-according-to-strict-max-but-atn-value-reduced.html">valid-128-according-to-strict-max-but-atn-value-reduced</a> (13)</p><blockquote><p>Extensions whose strict_max_version allows installation in Thunderbird 128, but ATN value has been lowered to signal incompatibility (which is ignored during install and app upgrade).</p></blockquote><p><a href="experiments-without-upper-limit.html">experiments-without-upper-limit</a> (5)</p><blockquote><p>Experiments without upper limit in ATN.</p></blockquote><p><a href="lost-pure-webext-with-upper-limit.html">lost-pure-webext-with-upper-limit</a> (3)</p><blockquote><p>Lost pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).</p></blockquote><h1><a name="groupgeneral"></a>General reports</h1><p><a href="all.html">all</a> (745)</p><blockquote><p>All Extensions compatible with TB60 or newer.</p></blockquote><p><a href="wrong-order.html">wrong-order</a> (0)</p><blockquote><p>Extension with wrong upper limit setting in older versions, which will lead to the wrong version reported compatible by ATN.</p></blockquote><p><a href="purge-candidates.html">purge-candidates</a> (1109)</p><blockquote><p>All Extensions not compatible with TB68, which should be purged from ATN.</p></blockquote><p><a href="parsing-error.html">parsing-error</a> (2)</p><blockquote><p>Extensions whose XPI files could not be parsed properly and are excluded from analysis.</p></blockquote><p><a href="recent-activity.html">recent-activity</a> (36)</p><blockquote><p>Extensions updated within the last 2 weeks.</p></blockquote><p><a href="recent-addition.html">recent-addition</a> (88)</p><blockquote><p>Extensions created within the last year.</p></blockquote><p><a href="requested-permissions.html">requested-permissions</a> (427)</p><blockquote><p>Extensions requesting WebExtension permissions.</p></blockquote><p><a href="max-atn-value-raised-above-max-xpi-value.html">max-atn-value-raised-above-max-xpi-value</a> (59)</p><blockquote><p>Extensions whose max version has been raised in ATN above the XPI value (excluding legacy extensions).</p></blockquote><p><a href="max-atn-value-reduced-below-max-xpi-value.html">max-atn-value-reduced-below-max-xpi-value</a> (13)</p><blockquote><p>Extensions whose max version has been reduced in ATN below the XPI value, which is ignored during install and app upgrade (excluding legacy).</p></blockquote><p><a href="pure-webext-with-upper-limit.html">pure-webext-with-upper-limit</a> (24)</p><blockquote><p>Pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments).</p></blockquote><p><a href="latest-current-mismatch.html">latest-current-mismatch</a> (0)</p><blockquote><p>Extensions, where the latest upload is for an older release, which will fail to install in current ESR (current = defined current in ATN) from within the add-on manager.</p></blockquote><h1><a name="group115"></a>Thunderbird Supernova reports</h1><p><a href="atn-tb115.html">atn-tb115</a> (478)</p><blockquote><p>Extensions compatible with Thunderbird 115 as seen by ATN.</p></blockquote><p><a href="lost-tb102-to-tb115.html">lost-tb102-to-tb115</a> (37)</p><blockquote><p>Extensions which have been lost from TB102 to TB115, as seen by ATN.</p></blockquote><h1><a name="group102"></a>Thunderbird 102 reports</h1><p><a href="atn-tb102.html">atn-tb102</a> (464)</p><blockquote><p>Extensions compatible with Thunderbird 102 as seen by ATN.</p></blockquote><p><a href="lost-tb91-to-tb102.html">lost-tb91-to-tb102</a> (4)</p><blockquote><p>Extensions which have been lost from TB91 to TB102, as seen by ATN.</p></blockquote><h1><a name="group91"></a>Thunderbird 91 reports</h1><p><a href="atn-tb91.html">atn-tb91</a> (430)</p><blockquote><p>Extensions compatible with Thunderbird 91 as seen by ATN.</p></blockquote><p><a href="lost-tb78-to-tb91.html">lost-tb78-to-tb91</a> (16)</p><blockquote><p>Extensions which have been lost from TB78 to TB91, as seen by ATN.</p></blockquote><h1><a name="group78"></a>Thunderbird 78 reports</h1><p><a href="atn-tb78.html">atn-tb78</a> (403)</p><blockquote><p>Extensions compatible with Thunderbird 78 as seen by ATN.</p></blockquote><p><a href="lost-tb68-to-tb78.html">lost-tb68-to-tb78</a> (97)</p><blockquote><p>Extensions which have been lost from TB68 to TB78, as seen by ATN.</p></blockquote><h1><a name="group68"></a>Thunderbird 68 reports</h1><p><a href="atn-tb68.html">atn-tb68</a> (336)</p><blockquote><p>Extensions compatible with Thunderbird 68 as seen by ATN.</p></blockquote><p><a href="lost-tb60-to-tb68.html">lost-tb60-to-tb68</a> (123)</p><blockquote><p>Extensions which have been lost from TB60 to TB68, as seen by ATN.</p></blockquote>
2424
</div>
2525
</body>
2626

add-on-reports/latest-current-mismatch.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions, where the latest upload is for an older release, which will fail to install in current ESR (current = defined current in ATN) from within the add-on manager. (0)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/lost-pure-webext-with-upper-limit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Lost pure WebExtensions with an unnecessary max_version_setting (excluding theme_experiments). (3)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

add-on-reports/lost-tb102-to-tb115.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<a href="/add-on-reports/"><img class="banner-image" src="includes/Thunderbird-Banner.png"
1414
style="padding-right: 60px; height: 40px; width: 170px" /></a>
1515
<label class="banner-header">Extensions which have been lost from TB102 to TB115, as seen by ATN. (37)</label>
16-
<label class="banner-header-rt">2024-08-21</label>
16+
<label class="banner-header-rt">2024-08-22</label>
1717
</div>
1818
<div>
1919
<hr />

0 commit comments

Comments
 (0)