mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-12 23:53:47 +01:00
Ports in game bug reporting from CM (#30376)
* adds the files doesn't even compile yet WIP * compiles now. axed some stuff we don't need * Update skin.dmf * It technically works * Adds in the stylesheet as well * makes approval work * Update tgui.bundle.js * changes url to para master * Makes apostrophes work * removes token read line * moves bug report verb to OOC.dm and changes its name to "Report a Bug" * Update bug_report.dm * Update tgui.bundle.js * Adds API token var to config. * adds a per ckey cooldown of 5 minutes for bug reports * tgui rebuild * rebuild tgui * Update tgui.bundle.js * review changes * better timeout check * changes example config to include the github token * Update tgui.bundle.js * tgui rebuild * add message when bug report list is empty and changes some warnings to info type messages * move round id and byond builds to additional details * moves initial user ref to UID. Fixes commit hash stuff adds TM list * Update tgui.bundle.js
This commit is contained in:
committed by
GitHub
parent
a9c3b6d242
commit
1abb121eb7
@@ -187,6 +187,7 @@ GLOBAL_LIST_INIT(admin_verbs_debug, list(
|
||||
/client/proc/debug_bloom,
|
||||
/client/proc/cmd_mass_screenshot,
|
||||
/client/proc/allow_browser_inspect,
|
||||
/client/proc/view_bug_reports,
|
||||
))
|
||||
GLOBAL_LIST_INIT(admin_verbs_possess, list(
|
||||
/proc/possess,
|
||||
|
||||
Reference in New Issue
Block a user