gosora/templates
Azareal d4ad7f1a4c Dramatically improved Gosora's speed by two to four times.
Admins and mods can now see the IP Addresses of users.
The last IP Address of a user is now tracked.
The IP Addresses a user used to create replies and topics are now tracked.
Dramatically improved the speed of templates with the new Fragment System. More optimisations to come!
Decreased the memory usage of compiled templates with the new Fragment System.
build.bat now provides more information on what it's doing.
Added the `go generate` command to the .bat files in preparation for the future.
We're currently in the process of overhauling the benchmark system to run tests in parallel rather than serially. More news on that later.
We're also looking into the best way of integrating pprof with the benchmarks for detailed profiling.
The internal and notfound errors are now static pages.
Internal Error pages are now served properly.
Optimised most of the errors.
Added an internal flag for checking if the plugins have been initialised yet. Mainly for tests.
Decoupled the global initialisation code from the tests.
Removed URL Tags from Tempra Simple. We're pondering over how to re-introduce this in a less intrusive way.
Template file writing is now multi-threaded.
The number of maximum open connections is now explicitly set.
Removed the Name field from the page struct.
Turned some of the most frequently hit queries into prepared statements.
Added the [rand] BBCode.
Converted the NoticeList map into a slice.
Added the missing_tag error type to the [url] tag.
error_notfound is now used for when the router can't find a route.
Fixed a bug in the custom page route where both the page AND the error is served when the page doesn't exist.
Removed some deferrals.
Reduced the number of allocations on the topic page.
run.bat now provides more information on what it's doing.
2017-01-17 07:55:46 +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 an installer which automatically populates the configuration file with information you provide. It also seeds the database with the necessary tables and data. 2017-01-10 06:51:28 +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 Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +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 the Cosmo and Cosmo Conflux themes. Freshly ported over from one of my other projects. 2017-01-07 06:31:04 +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 Dramatically improved mobile friendliness on Tempra Conflux, Cosmo Conflux and Cosmo themes. 2017-01-12 14:01:35 +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 [url] tags now use a custom parser. 2017-01-08 16:02:19 +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 Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
topic_alt.html Dramatically improved Gosora's speed by two to four times. 2017-01-17 07:55:46 +00:00
topics.html [url] tags now use a custom parser. 2017-01-08 16:02:19 +00:00