gosora/templates
Azareal b9973719a5 Added a small reply cache.
Preloaded a small number of users and topics.
Use cache.Set instead of cache.Add in a few spots for topics to avoid issues with the counter falling out of sync with the cache length.
Embed Reply in ReplyUser instead of duplicating the same fields.
Add the missing AttachCount and ActionType fields to Reply.
Add the missing Poll field to TopicsRow.
Added the TopicUser.Replies method to better abstract the reply list generation logic.
Shortened some common.s to c.s
Moved memStuff out of the analytics memory panes and into analytics.js
Removed the temporary preStats fix for label overflow now that we have a better solution.
Added the panel_analytics_script_memory template to help de-dupe logic in the analytics memory panes.
Added the Topic method to TopicsRow.
Added the GetRidsForTopic method to help cache replies in a small set of scenarios.

Added the ReplyCache config.json setting.
Added the ReplyCacheCapacity config.json setting.

Added a parser test case.
Added more Reply and ReplyStore related test cases.
2019-05-17 18:40:41 +10:00
..
overrides Added more phrases for the notices. 2018-03-21 05:56:33 +00:00
account.html Added the login log. 2018-12-17 14:58:55 +10:00
account_logins.html The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
account_menu.html Added the login log. 2018-12-17 14:58:55 +10:00
account_own_edit.html Revamped the Nox Account Manager and Control Panel Menus. 2018-11-29 07:46:53 +10:00
account_own_edit_email.html Added the login log. 2018-12-17 14:58:55 +10:00
account_own_edit_mfa.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit_mfa_setup.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_own_edit_password.html Added support for two-factor authentication. 2018-06-17 17:28:18 +10:00
account_test.html Added Caire and pkg/errors as dependencies. 2018-07-13 21:27:58 +10:00
alert.html Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
are_you_sure.html Added support for phrases in CSS files. 2018-03-11 09:33:49 +00:00
create_topic.html Refactored the plugin system to use a hook table. This should help to reduce the probability of data races and strange bugs, as-well as helping to abstract certain details, so future changes are less likely to break things. 2018-10-21 23:54:32 +10:00
custom_page.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
error.html Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
footer.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
forum.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
forums.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
guilds_create_guild.html Refactored the GroupStore to make it more thread-safe. 2017-11-02 13:35:19 +00:00
guilds_css.html Renamed plugin_socialgroups to plugin_guilds 1/3 2017-11-02 04:12:51 +00:00
guilds_guild_list.html Refactored the GroupStore to make it more thread-safe. 2017-11-02 13:35:19 +00:00
guilds_member_list.html Made a huge amount of progress on the Cosora Theme in the Control Panel, it's almost ready for deployment. 2017-12-10 03:43:30 +00:00
guilds_view_guild.html Made a huge amount of progress on the Cosora Theme in the Control Panel, it's almost ready for deployment. 2017-12-10 03:43:30 +00:00
header.html Comment out supermod_only as we don't really use it anywhere. 2019-05-12 12:23:48 +10:00
ip_search.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
level_list.html Improved the level UI on the Account Dashboard. 2018-10-11 19:50:48 +10:00
login.html Added support for password resets. 2019-03-11 18:47:45 +10:00
login_mfa_verify.html Added support for password resets. 2019-03-11 18:47:45 +10:00
menu_alerts.html Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
menu_item.html Highlight the currently active zone in the menu for Nox. 2018-10-14 15:08:44 +10:00
notice.html Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
overview.html Added support for screen readers. 2017-08-20 10:39:02 +01:00
paginator.html The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
panel.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_adminlogs.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_analytics_active_memory.html Added a small reply cache. 2019-05-17 18:40:41 +10:00
panel_analytics_agent_views.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_agents.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_forum_views.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_forums.html Use <h1> instead of <a> in more spots in the control panel. 2019-04-29 23:21:53 +10:00
panel_analytics_lang_views.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_langs.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_memory.html Added a small reply cache. 2019-05-17 18:40:41 +10:00
panel_analytics_posts.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_analytics_referrer_views.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_analytics_referrers.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_analytics_route_views.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_analytics_routes.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_script.html Added a small reply cache. 2019-05-17 18:40:41 +10:00
panel_analytics_script_memory.html Added a small reply cache. 2019-05-17 18:40:41 +10:00
panel_analytics_system_views.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_analytics_systems.html Added Mem to the dashboard and added a historic process memory use analytics pane. 2019-05-01 16:59:51 +10:00
panel_analytics_time_range.html Use <h1> for headers in analytics panes instead of <a> 2019-04-28 12:57:25 +10:00
panel_analytics_time_range_month.html Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
panel_analytics_topics.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_analytics_views.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_are_you_sure.html Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
panel_backups.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_before_head.html Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
panel_dashboard.html Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
panel_debug.html Added a small reply cache. 2019-05-17 18:40:41 +10:00
panel_forum_edit.html Use <h1> instead of <a> in more spots in the control panel. 2019-04-29 23:21:53 +10:00
panel_forum_edit_perms.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_forums.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_group_edit.html Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
panel_group_edit_perms.html Experimenting with Nox's Control Panel. 2019-03-22 08:59:41 +10:00
panel_group_menu.html The number of unread alerts now appears in the page title. 2019-03-16 21:31:10 +10:00
panel_groups.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_inner_menu.html Added the active memory analytics pane. More to come here. 2019-05-09 16:58:55 +10:00
panel_menu.html The number of unread alerts now appears in the page title. 2019-03-16 21:31:10 +10:00
panel_modlogs.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_pages.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_pages_edit.html Do proper averaging and collect more samples for the memory analytics pane. 2019-05-02 09:14:07 +10:00
panel_plugins.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_reglogs.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_setting.html Do proper averaging and collect more samples for the memory analytics pane. 2019-05-02 09:14:07 +10:00
panel_settings.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_themes.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_themes_menus.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_themes_menus_item_edit.html The rest of the Control Panel (exc. the Group Editor) now uses dyntmpl. 2019-05-03 18:34:18 +10:00
panel_themes_menus_items.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_themes_widgets.html Add the guest ones too... 2019-05-03 21:07:31 +10:00
panel_themes_widgets_widget.html 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
panel_user_edit.html The Forum Manager now uses dyntmpl. 2019-04-29 18:17:12 +10:00
panel_users.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
panel_word_filters.html Do proper averaging and collect more samples for the memory analytics pane. 2019-05-02 09:14:07 +10:00
password_reset.html Added support for password resets. 2019-03-11 18:47:45 +10:00
password_reset_token.html Added support for password resets. 2019-03-11 18:47:45 +10:00
profile.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
profile_comments_row.html The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
profile_comments_row_alt.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
register.html Split some of the member only logic out of global.js and into member.js 2019-04-25 16:02:51 +10:00
topic.html Improved the poll UIs slightly. 2019-04-10 17:40:47 +10:00
topic_alt.html Comment out supermod_only as we don't really use it anywhere. 2019-05-12 12:23:48 +10:00
topic_alt_posts.html Comment out supermod_only as we don't really use it anywhere. 2019-05-12 12:23:48 +10:00
topic_alt_quick_reply.html The opening posts should be properly rendered after inline edits now. 2018-12-28 21:13:06 +10:00
topic_alt_userinfo.html The opening posts should be properly rendered after inline edits now. 2018-12-28 21:13:06 +10:00
topic_c_attach_item.html Very basic non-image attachment embeds. 2019-04-16 21:45:55 +10:00
topic_c_edit_post.html Added the attachment managers to Cosora. 2019-04-17 11:57:31 +10:00
topic_poll.html Improved the poll UIs slightly. 2019-04-10 17:40:47 +10:00
topic_posts.html Move action posts now show the forum the topic has been moved to. 2019-04-17 20:12:35 +10:00
topics.html The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00
topics_mod_floater.html You can now manage the attachments for an opening post by hitting edit. 2018-12-27 15:42:41 +10:00
topics_quick_topic.html Fixed a bug where users couldn't post non-image attachments. 2019-04-17 13:30:02 +10:00
topics_topic.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
widget_about.html Overhauled the widget system. You can now specify more complex logic for where a widget can show up and you can now place widgets in the footer. 2017-11-29 02:34:02 +00:00
widget_menu.html Added support for word filters. 2017-08-27 10:33:45 +01:00
widget_online.html Reduce the amount of data sent for alert resumes in preparation for moving resumes to the WebSockets endpoint. 2019-05-12 09:07:24 +10:00
widget_search_and_filter.html Tighter ratelimiting for password resets. 2019-03-12 19:13:57 +10:00
widget_simple.html The Search and Filter Widget is now partly implemented. Just Search to go in the basic implementation. 2019-02-10 15:52:26 +10:00