TracCloudInternal: Difference between revisions
From Redrock Wiki
No edit summary |
No edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
This is | <div class="tcWidgetPage"> | ||
This is a page for Redrock Staff to track articles that are (intentionally) not commonly linked to. | |||
<div class="categoryBox"> | <div class="categoryBox"> | ||
<h2 style="margin:3px; font-size:120%; color:#8D182B; font-weight:bold;">TracCloud Hidden Documentation</h2> | <h2 style="margin:3px; font-size:120%; color:#8D182B; font-weight:bold;">TracCloud Hidden Documentation</h2> | ||
[[TracCloudTechMoreImports|Additional Imports (unlisted; not recommended)]] | [[TracCloudTechMoreImports|Additional Imports (unlisted; not recommended)]] | ||
| Line 12: | Line 13: | ||
[[TracCloudMigration|Migration from Trac 4.0 (unlisted; no longer offered)]] | [[TracCloudMigration|Migration from Trac 4.0 (unlisted; no longer offered)]] | ||
<hr style="margin-top: 0.1em; margin-bottom: 0.1em;"> | <hr style="margin-top: 0.1em; margin-bottom: 0.1em;"> | ||
<h2 id="um-toc-hdr" style="margin:3px; font-size:120%; font-weight:bold; text-align:left; color:#7c1911; ">Public Conference Docs</h2> | <h2 id="um-toc-hdr" style="margin:3px; font-size:120%; font-weight:bold; text-align:left; color:#7c1911; ">Public Conference Docs</h2> | ||
[[Redrock_Conferences|Past Conferences]] | [[Redrock_Conferences|Past Conferences]] | ||
</div> | </div> | ||
<html> | <html> | ||
<hr> | <hr> | ||
Manually update the status page. You must be logged in for this to function.< | <p>Manually update the status page. You must be logged in for this to function.</p> | ||
<select id="status"> | <select id="status"> | ||
<option value="X">Select a status</option> | <option value="X">Select a status</option> | ||
| Line 31: | Line 30: | ||
</select> | </select> | ||
< | <p>Optionally enter a custom status message</p> | ||
<textarea id="message" style="width: 100%; height: 50px; margin-bottom: 10px;"></textarea> | <textarea id="message" style="width: 100%; height: 50px; margin-bottom: 10px;"></textarea> | ||
| Line 55: | Line 54: | ||
switch (statusImg) { | switch (statusImg) { | ||
case '0': | case '0': | ||
statusImg = ' | statusImg = '{{StatusTesting}}'; | ||
message = 'We are currently testing the status page, a normal status will be available here soon.'; | message = 'We are currently testing the status page, a normal status will be available here soon.'; | ||
break; | break; | ||
case '1': | case '1': | ||
statusImg = ' | statusImg = '{{StatusAllGood}}'; | ||
message = 'TracCloud is currently online and operating normally.'; | message = 'TracCloud is currently online and operating normally.'; | ||
break; | break; | ||
case '2': | case '2': | ||
statusImg = ' | statusImg = '{{StatusIssues}}'; | ||
message = 'We are investigating possible issues and will update this page when more information is available.'; | message = 'We are investigating possible issues and will update this page when more information is available.'; | ||
break; | break; | ||
case '3': | case '3': | ||
statusImg = ' | statusImg = '{{StatusDown}}'; | ||
message = 'TracCloud is currently experiencing issues. Our development team is working to resolve this as soon as possible.'; | message = 'TracCloud is currently experiencing issues. Our development team is working to resolve this as soon as possible.'; | ||
break; | break; | ||
| Line 77: | Line 76: | ||
} | } | ||
const finalMessage = `<div | const finalMessage = `<div class='center'>${statusImg}<b>${message}</b></div>{{:TracCloudStatusHistory}}` | ||
var params = { | var params = { | ||
| Line 95: | Line 94: | ||
<hr> | <hr> | ||
</html> | </html> | ||
</div> | |||
__NOTOC__ | __NOTOC__ | ||
__NOINDEX__ | __NOINDEX__ | ||
Latest revision as of 15:23, 28 August 2026
This is a page for Redrock Staff to track articles that are (intentionally) not commonly linked to.
TracCloud Hidden Documentation
Additional Imports (unlisted; not recommended)
ACTP Certification Tracking (unlisted)
Migration from Trac 4.0 (unlisted; no longer offered)
Public Conference Docs
Manually update the status page. You must be logged in for this to function.
Optionally enter a custom status message