Changelog Overhaul (#13051)

* Changelog Overhaul

* SQL Update

* This is why I hate merge conflicts

* Comment Correction

* Farie Fixes + Tested with blank DB

* Colours + Titles

* Colour tweaks

* I fell victim to my own CI Chains!

* Cleans up the remains of the old changelogs

* Fixes formatting

* Kyet Changes

* Date
This commit is contained in:
AffectedArc07
2020-05-18 01:34:28 -06:00
committed by GitHub
parent b2b12c36e8
commit 7ea6f190c5
62 changed files with 15167 additions and 14542 deletions
-29
View File
@@ -13,35 +13,6 @@
to_chat(src, "<span class='danger'>The wiki URL is not set in the server configuration.</span>")
return
/client/verb/changes()
set name = "Changelog"
set desc = "View the changelog."
set hidden = 1
getFiles(
'html/88x31.png',
'html/bug-minus.png',
'html/cross-circle.png',
'html/hard-hat-exclamation.png',
'html/image-minus.png',
'html/image-plus.png',
'html/music-minus.png',
'html/music-plus.png',
'html/tick-circle.png',
'html/wrench-screwdriver.png',
'html/spell-check.png',
'html/burn-exclamation.png',
'html/chevron.png',
'html/chevron-expand.png',
'html/changelog.css',
'html/changelog.js',
'html/changelog.html'
)
src << browse('html/changelog.html', "window=changes;size=675x650")
update_changelog_button()
if(prefs.lastchangelog != GLOB.changelog_hash) //if it's already opened, no need to tell them they have unread changes
prefs.SetChangelog(src, GLOB.changelog_hash)
/client/verb/forum()
set name = "forum"
set desc = "Visit the forum."