gosora/templates
Azareal f41c281e43 Added support for HTTP/2 Push.
The themes are still going to be a little broken for a while, but here's the progress I've made.

Renamed the topics_trow_assign hook to topics_topic_row_assign.
Added more debug code to the generated router.
Added a robots.txt file.
Gosora now responds to favicon.ico requests with a 404 rather than the topic list.
Fixed the tests and some of the benchmarks.
Changed the default UserCacheCapacity from 100 to 120.
Changed the default TopicCacheCapacity from 100 to 200.
Added the last replyer to the topics list and the forum pages.
Added the BulkCascadeGetMap method to the UserStore.
Refactored the topics list and forum page to load the users with a call to the UserStore rather than via a join.
WebSockets now work on SSL.
Fixed a race condition when the user permissions are initialised at the start of a request.
Fixed a race condition when the user permissions for the OP of a topic are initialised.
The rows.Close() calls are deferred once more, so that we can catch problems with recover()
Improved support for struct pointers in the template compiler.
Added a pin emoji to pinned topics to make them stand-out on the Shadow theme, we have some other ideas in mind for this, but I'd like to get Shadow fully functional for this commit.
Fixed a bug an issue with Chrome not detecting XHTML style closes on <form>s.
Fixed a visual issue with `color` not being set for textarea elements for the Shadow theme.
Fixed a function which wasn't getting renamed for PGSQL.

Added seven new UserStore tests.
2017-08-06 16:22:18 +01:00
..
account-menu.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
account-own-edit-avatar.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
account-own-edit-email.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
account-own-edit-username.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
account-own-edit.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
areyousure.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
create-topic.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
custom_page.html Static files are now served from memory. This feature's a little experimental, so it will need a lot of testing i.i 2016-12-05 07:21:17 +00:00
edit-topic.html Static files are now served from memory. This feature's a little experimental, so it will need a lot of testing i.i 2016-12-05 07:21:17 +00:00
error.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
footer.html Static CSS files are now processed by the template system. This will be most likely be superseded by a more sophisticated system in the future. 2017-06-25 10:56:39 +01:00
forum.html Added support for HTTP/2 Push. 2017-08-06 16:22:18 +01:00
forums.html Shadow is now fully responsive and almost done! Just a few places like the dashboard and a few glitches to patch up! 2017-07-29 15:04:20 +01:00
header.html Shadow is now fully responsive and almost done! Just a few places like the dashboard and a few glitches to patch up! 2017-07-29 15:04:20 +01:00
login.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
menu.html Shadow is now fully responsive and almost done! Just a few places like the dashboard and a few glitches to patch up! 2017-07-29 15:04:20 +01:00
overview.html Static files are now served from memory. This feature's a little experimental, so it will need a lot of testing i.i 2016-12-05 07:21:17 +00:00
page.html Added the BBCode plugin. 2017-01-05 14:41:14 +00:00
panel-adminlogs.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-dashboard.html Added support for HTTP/2 Push. 2017-08-06 16:22:18 +01:00
panel-forum-edit.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-forums.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-group-edit-perms.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-group-edit.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-groups.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-inner-menu.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-menu.html Added the Group Editor. 2017-03-18 07:23:02 +00:00
panel-modlogs.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-plugins.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
panel-setting.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
panel-settings.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-themes.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
panel-user-edit.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
panel-users.html More work on the Shadow theme. 2017-07-29 11:36:39 +01:00
profile.html Shadow is now fully responsive and almost done! Just a few places like the dashboard and a few glitches to patch up! 2017-07-29 15:04:20 +01:00
register.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
socialgroups_create_group.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
socialgroups_css.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
socialgroups_group_list.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
socialgroups_member_list.html Refactored the installer's code. We're moving towards supporting multiple database engines. 2017-07-12 12:05:18 +01:00
socialgroups_view_group.html Added support for HTTP/2 Push. 2017-08-06 16:22:18 +01:00
topic.html Added support for HTTP/2 Push. 2017-08-06 16:22:18 +01:00
topic_alt.html Shadow is now fully responsive and almost done! Just a few places like the dashboard and a few glitches to patch up! 2017-07-29 15:04:20 +01:00
topics.html Added support for HTTP/2 Push. 2017-08-06 16:22:18 +01:00
widget_menu.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00
widget_simple.html Added the Social Groups plugin. This is still under construction. 2017-07-09 13:06:04 +01:00