Skip to content

Commit db6810d

Browse files
committed
Changelog excerpt: - Wrong label used for CAPTCHAs at the front-end statistics page; Fixed.
1 parent 07c42c3 commit db6810d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

themes/fullmoon/_statistics.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<table><tr><td class="spanner">
55
<form id="statForm" action="?cidram-page=statistics" method="POST">
66
<input name="ClearStats" type="hidden" value="1" />
7-
<input type="button" value="{link_copy_to_clipboard}" class="auto" onclick="javascript:if(navigator.clipboard){var doCopy='{label_blocked}\nIPv4 – {Blocked-IPv4}\nIPv6 – {Blocked-IPv6}\n{label_other} – {Blocked-Other}\n{label_total} – {Blocked-Total}\n\n{label_banned}\nIPv4 – {Banned-IPv4}\nIPv6 – {Banned-IPv6}\n{label_total} – {Banned-Total}\n\n{label_captcha}\n{state_failed} – {CAPTCHAs-Failed}\n{state_passed} – {CAPTCHAs-Passed}\n{label_total} – {CAPTCHAs-Total}\n\n{label_reported}\nIPv4 – {field_ok} – {Reported-IPv4-OK}\nIPv4 – {response_failed} – {Reported-IPv4-Failed}\nIPv6 – {field_ok} – {Reported-IPv6-OK}\nIPv6 – {response_failed} – {Reported-IPv6-Failed}\n\n{label_other}\n{label_other-Since} – {Other-Since}\n{label_other-ActiveIPv4} – {Other-ActiveIPv4}\n{label_other-ActiveIPv6} – {Other-ActiveIPv6}\n{label_other-ActiveModules} – {Other-ActiveModules}\n';navigator.clipboard.writeText(doCopy);alert(doCopy)}else{alert('{response_failed}')}" />
7+
<input type="button" value="{link_copy_to_clipboard}" class="auto" onclick="javascript:if(navigator.clipboard){var doCopy='{label_blocked}\nIPv4 – {Blocked-IPv4}\nIPv6 – {Blocked-IPv6}\n{label_other} – {Blocked-Other}\n{label_total} – {Blocked-Total}\n\n{label_banned}\nIPv4 – {Banned-IPv4}\nIPv6 – {Banned-IPv6}\n{label_total} – {Banned-Total}\n\n{label_captcha}\n{response_failed} – {CAPTCHAs-Failed}\n{response_passed} – {CAPTCHAs-Passed}\n{label_total} – {CAPTCHAs-Total}\n\n{label_reported}\nIPv4 – {field_ok} – {Reported-IPv4-OK}\nIPv4 – {response_failed} – {Reported-IPv4-Failed}\nIPv6 – {field_ok} – {Reported-IPv6-OK}\nIPv6 – {response_failed} – {Reported-IPv6-Failed}\n\n{label_other}\n{label_other-Since} – {Other-Since}\n{label_other-ActiveIPv4} – {Other-ActiveIPv4}\n{label_other-ActiveIPv6} – {Other-ActiveIPv6}\n{label_other-ActiveModules} – {Other-ActiveModules}\n';navigator.clipboard.writeText(doCopy);alert(doCopy)}else{alert('{response_failed}')}" />
88
<input type="button" value="{field_clear_all}" class="auto" onclick="{Confirm-ClearAll}" />
99
</form>
1010
</td></tr></table>
@@ -58,11 +58,11 @@
5858
</tr>
5959
<tr><td class="center h4f" colspan="2"><div class="s">{label_captcha}</div></td></tr>
6060
<tr>
61-
<td class="h3"><div class="s">{state_failed}</div></td>
61+
<td class="h3"><div class="s">{response_failed}</div></td>
6262
<td class="h3f"><div class="s">{CAPTCHAs-Failed}</div></td>
6363
</tr>
6464
<tr>
65-
<td class="h3"><div class="s">{state_passed}</div></td>
65+
<td class="h3"><div class="s">{response_passed}</div></td>
6666
<td class="h3f"><div class="s">{CAPTCHAs-Passed}</div></td>
6767
</tr>
6868
<tr>

themes/themes.dat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ theme/bluemetal:
3232
theme/fullmoon:
3333
Name: "Theme: Full Moon"
3434
Extended Description: "<img src="https://raw.githubusercontent.com/CIDRAM/CIDRAM-Extras/master/themes/preview-fullmoon.png" alt="Preview" /><br />Darker, semi-transparent colours; Navigation shifted to the top; No special fonts; Full moon backdrop.<br /><em>Author: Caleb M (Maikuolan)</em>"
35-
Version: "2025.236.0"
35+
Version: "2025.237.0"
3636
Dependencies:
3737
CIDRAM Core: "^1.18|^2.5"
3838
CIDRAM Front-End: "^1.22.2|^2.9.2"
@@ -133,7 +133,7 @@ theme/fullmoon:
133133
- "f7469b55df02164d370540a519d5cbb786829451ad0619f12d0e06cd566a355b:1707"
134134
- "9526b3dad2a5eb52f734c7c2982519465e4001f2c2902391dc57bd76ee027b6f:94"
135135
- "25926fe60915a4e511968d5d83e9b6f39e724575f2a4defb0bce17d95e5cc653:43"
136-
- "552aba78cdb551e6f8c5b10fecc0ab4cd520449cc4fb8785e0c93f71ff01f309:5162"
136+
- "acc181befa15308966933d1a86d1095daf1b7e4fd602096be0e27db297e6390e:5174"
137137
- "2dc043c315ad494bcc06b32ded6bd46b8beb09acde8237b0ece9f191323bb5e0:743"
138138
- "9e7083fc0329493c4d3286c078f9b76f088176556cd543b7a511030aac1ace2e:11497"
139139
- "7a9e256639070415d9f59447e89bfbde4d22913251a9201f4b9be4f3f0cf2dd0:837"

0 commit comments

Comments
 (0)