gosora/schema/mysql
Azareal c60118e7c4 WIP forum action code. Currently disabled.
Add Http Conn Count tracking.
Move more panel phrases into the panel namespace.
Use a string builder in hookgen.
Use Countf() in a couple of places to eliminate boilerplate.
Reduce prepared stmt boilerplate in forum store with a lambda.
Reduce prepared stmt boilerplate in topic.go with a lambda.
Reduce prepared stmt boilerplate in group.go with a lambda.
Add TestSetCreatedAt method to *Topic.
Add DateOlderThanQ method to *accDeleteBuilder and *accUpdateBuilder.
Add Stmt method to *accUpdateBuilder and *AccSelectBuilder.
Add AccBuilder interface.
Shorten variable names.
Shorten extractPerm name to ep.
Add avatar_visibility setting stub. Implementation coming in a later commit.
Don't set an IP for installer generated posts.

Add counters_perf_tick_row hook.

Add avatar_visibility phrase.
Add avatar_visibility_label phrase.
Rename forums_no_description to forums_no_desc.
Rename panel.forums_create_description_label to panel.forums_create_desc_label.
Rename panel.forums_create_description to panel.forums_create_desc.
Rename panel_forum_description to panel.forum_desc.
Rename panel_forum_description_placeholder to panel.forum_desc_placeholder.
Add panel_debug_http_conns_label phrase.
Add panel.forum_actions_head phrase.
Add panel.forum_actions_create_head phrase.
Add panel.forum_action_run_on_topic_creation phrase.
Add panel.forum_action_run_days_after_topic_creation phrase.
Add panel.forum_action_run_days_after_topic_last_reply phrase.
Add panel.forum_action_action phrase.
Add panel.forum_action_action_delete phrase.
Add panel.forum_action_action_lock phrase.
Add panel.forum_action_action_unlock phrase.
Add panel.forum_action_action_move phrase.
Add panel.forum_action_extra phrase.
Add panel.forum_action_create_button phrase.

You will need to run the patcher / updater for this commit.
2021-04-08 00:23:11 +10:00
..
inserts.sql WIP forum action code. Currently disabled. 2021-04-08 00:23:11 +10:00
query_activity_stream.sql Cascade delete attachments properly. 2020-01-31 17:22:08 +10:00
query_activity_stream_matches.sql Experimenting with speeding up the installer. 2019-05-06 14:04:00 +10: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 Finish up the adminlogs. 2019-11-10 12:37:53 +10:00
query_attachments.sql Attachments continue to function after the parent topic is moved now. 2019-04-13 21:54:22 +10:00
query_conversations.sql More conversations work. 2019-08-14 20:39:04 +10:00
query_conversations_participants.sql More conversations work. 2019-08-14 20:39:04 +10:00
query_conversations_posts.sql More conversations work. 2019-08-14 20:39:04 +10: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 bleh schema 2019-05-28 10:47:30 +10:00
query_forums_actions.sql WIP forum action code. Currently disabled. 2021-04-08 00:23:11 +10: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 Add per-user profile comment visibility settings. 2020-07-15 07:50:29 +10:00
query_memchunks.sql Added the active memory analytics pane. More to come here. 2019-05-09 16: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_meta.sql Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
query_moderation_logs.sql Finish up the adminlogs. 2019-11-10 12:37:53 +10:00
query_pages.sql UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
query_password_resets.sql Added support for password resets. 2019-03-11 18:47:45 +10:00
query_perfchunks.sql initial perf anaytics 2020-02-23 19:08:47 +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 Cascade delete attachments properly. 2020-01-31 17:22:08 +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 Add per-user profile comment visibility settings. 2020-07-15 07:50:29 +10:00
query_replies.sql Cascade delete attachments properly. 2020-01-31 17:22:08 +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 and the schema x.x 2021-01-03 08:25:08 +10:00
query_updates.sql Added the login log. 2018-12-17 14:58:55 +10:00
query_users.sql Add per-user profile comment visibility settings. 2020-07-15 07:50:29 +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_blocks.sql Rudimentary user convo blocking. 2019-10-18 10:35:13 +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_promotions.sql Add registered time as a parameter for group promotions. 2020-02-09 20:00:08 +10:00
query_users_groups_scheduler.sql MySQL being stupid x.x - #3 2018-10-07 11:33:03 +10:00
query_users_replies.sql Cascade delete attachments properly. 2020-01-31 17:22:08 +10:00
query_viewchunks.sql track favicon stats 2020-02-26 20:34:38 +10: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