gosora/schema/mysql
Azareal cc1d0f089a Client templates can now be overriden like every other template.
The client templates load earlier now for a smoother user experience.
Added a setting for setting a Google Site Verification meta tag without editing header.html
Added support for favicons. /static/favicon.ico will be mapped to favicon.ico, if it exists.
The parent forum is now visible on the topics list for Nox.

Language headers which contain the wildcard character are no longer considered unknowns.
Meta descriptions and open graph descriptions are no longer emitted for logged in users.
Slimmed down topics_topic slightly for Nox.
Pre-parsed widgets are now minified.
Stale WebSockets connections should be cleaned up far quicker now.
Template generation is now logged separately.
Commented out some obsolete template logic.
Marked a few template generator fields as unexported.

Fixed the styling for the ban page in the profile for Nox.
Fixed the styling for colline for Cosora and Tempra Simple.
Fixed the sidebar overflowing outside of the box on Nox.
Fixed the meta description text overflowing the box in the Setting Manager on Nox.
Fixed excessive padding in the Page Manager.
Fixed a few missing border on the profiles for Tempra Simple.
Fixed the sidebar appearing in places it shouldn't on Tempra Simple.
Fixed the status code emitted by NotFoundJS
Fixed a bug where Gosora kept falling back to interpreted templates.
Fixed a bug where WebSockets connections weren't getting closed properly if the user cache overflowed.
Fixed a bug where WebSocket connections weren't getting initialised for guests.
Fixed a bug where template overrides weren't always getting applied.
Fixed a bug where root template overrides weren't always getting applied.

Added the google_site_verify setting.
Added the google_site_verify phrase.

You will need to run the patcher or updater for this commit.
2019-02-28 17:28:17 +10:00
..
inserts.sql Client templates can now be overriden like every other template. 2019-02-28 17:28:17 +10:00
query_activity_stream.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_activity_stream_matches.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_activity_subscriptions.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_administration_logs.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_attachments.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_emails.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_forums.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_forums_permissions.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_likes.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_login_logs.sql Added the login log. 2018-12-17 14:58:55 +10:00
query_menu_items.sql Don't forget to commit the rebuilt queries - #3 2018-10-07 11:24:53 +10:00
query_menus.sql Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
query_moderation_logs.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_pages.sql UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
query_plugins.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_polls.sql Added support for polls, minus the results UI, we're planning to have a nice little chart for this. 2018-01-27 07:30:44 +00:00
query_polls_options.sql You can now view the results of polls. 2018-01-28 14:30:24 +00:00
query_polls_voters.sql Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
query_polls_votes.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_postchunks.sql Added the post counter and the associated Control Panel graph. 2018-01-14 12:03:20 +00:00
query_registration_logs.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_replies.sql Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
query_revisions.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_settings.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_sync.sql Add a per-user theme switcher. The CSS might be slightly broken in the themes, that'll be fixed in a follow-up commit. 2017-09-10 17:57:22 +01:00
query_themes.sql Mostly a mid-way technical commit to make reading diffs easier on me. 2017-10-14 08:39:22 +01:00
query_topicchunks.sql Added the global topic counter and associated graphs. 2018-01-18 12:31:25 +00:00
query_topics.sql Basic search now works for the Search & Filter Widget. ElasticSearch has been temporarily delayed, so I can push through this update. 2019-02-23 16:29:19 +10:00
query_updates.sql Added the login log. 2018-12-17 14:58:55 +10:00
query_users.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_users_2fa_keys.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_users_avatar_queue.sql PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
query_users_groups.sql /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
query_users_groups_scheduler.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_users_replies.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_viewchunks.sql The Cosora Theme is almost complete and is being rolled out on the site to demo it. 2017-12-19 03:53:13 +00:00
query_viewchunks_agents.sql We now track global user agent stats and have a currently simple Control Panel interface for that. 2018-01-09 07:39:29 +00:00
query_viewchunks_forums.sql Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
query_viewchunks_langs.sql Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
query_viewchunks_referrers.sql Added referrer analytics. You can now see what site a visitor has come from. 2018-02-05 10:29:13 +00:00
query_viewchunks_systems.sql We now have analytics for the operating systems used by users. 2018-02-04 08:15:20 +00:00
query_widgets.sql Added the In-Progress Widget Manager UI. 2019-01-21 22:27:59 +10:00
query_word_filters.sql Added support for word filters. 2017-08-27 10:33:45 +01:00