gosora/templates
Azareal 5e3b61d910 Added pagination for forums.
You can now use the left and right keyboard keys to go to the next and previous page.
Making the shell files a little friendlier. Needs testing.
The main executable will always be named gosora.exe or the Linux equivalent ./Gosora
Reports is now a physical forum and not a "virtual" one.
Added create_forum() and delete_forum() for creating and deleting forums.
Synced the installer's config.go with the main one.
Forums are now stored in slices rather than maps for improved performance and concurrency.
You can now set a forum as hidden when initially creating it.
BBCode tag names may only be seven characters long now. This is part of a new anti-overflow measure that's much faster and simpler than the previous one.
Updated the last block of code in routes.go which uses the antiquated "success = 0" error detection method.
Fixed a visual bug in the Control Panel CSS.
Seperated the system forums from the normal ones in the Forum Manager.
You can now see if a forum is marked as Hidden in the Forum Manager.
Fixed the position of the lock status indicator.
IP Addresses now have a simple title attribute explaining that this long incomprehensible string is in fact an IP Address.
Textareas look a little better now.
Next / Previous buttons are now visible on mobile.
.bat files always say what they're doing now.
2017-01-26 13:37:50 +00:00
..
account-menu.html Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
account-own-edit-avatar.html Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
account-own-edit-email.html Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
account-own-edit-username.html Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
account-own-edit.html Added a custom router which is twice as fast as the old one. 2017-01-03 07:47:31 +00:00
areyousure.html Added the forum cache. The rest of the code now uses it instead than firing queries on every request. 2016-12-06 10:26:48 +00:00
create-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
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 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
footer.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
forum.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
forums.html Added the Group Permissions system. 2016-12-21 02:30:32 +00:00
header.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
login.html Added URL tags & the settings system. 2016-12-09 13:46:29 +00:00
menu.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00: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-dashboard.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-forums.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
panel-groups.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-menu.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
panel-plugins.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-setting.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-settings.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-themes.html Added basic pagination for topics. 2017-01-21 18:16:27 +00:00
panel-user-edit.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
panel-users.html Added the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +00:00
profile.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
register.html Added the ability to compile templates down to Pure Go code. 2016-12-16 10:37:42 +00:00
topic.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
topic_alt.html Added pagination for forums. 2017-01-26 13:37:50 +00:00
topics.html Added pagination for forums. 2017-01-26 13:37:50 +00:00