gosora/common
Azareal 60964868d4 Moved the counters to their own package.
De-duped some of the logging code.
Added per-route state to the not found errors.
Exported debugDetail, debugDetailf, debugLog, and debugLogf.
Tweaked the padding on Tempra Simple.
Added panel submenus to Tempra Conflux.
Added Chart CSS to Tempra Conflux.
Fixed the padding and margins for the Control Panel in Cosora.
Made Cosora's Control Panel a little more tablet friendly.
Added the rowmsg CSS class to better style message rows.
Removed the repetitive guard code for the pre-render hooks.
Removed the repetitive guard code for the string-string hooks.
We now capture views for routes.StaticFile
Added the move action to the moderation logs.

Added the viewchunks_forums table.
Began work on Per-forum Views.
I probably missed a few things in this changelog.
2018-02-19 04:26:01 +00:00
..
counters Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
templates 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
attachments.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
audit_logs.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
auth.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
cache.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
common.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
email.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
errors.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
extend.go General: 2018-02-15 13:15:27 +00:00
files.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
forum.go Added a time graph for individual user agents. 2018-01-10 03:32:48 +00:00
forum_perms.go You can now bulk move topics from one forum to another. 2018-01-15 08:24:18 +00:00
forum_perms_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
forum_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
group.go /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
group_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
ip_search.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
module_ottojs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
null_topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
null_user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
pages.go General: 2018-02-15 13:15:27 +00:00
parser.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
permissions.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
phrases.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
pluginlangs.go Finished moving the files into the subpackage, this should open more doors to us. 2017-11-11 04:06:16 +00:00
poll_cache.go Block requests without known hosts for security reasons. 2018-01-25 04:57:33 +00:00
poll_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
profile_reply.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
profile_reply_store.go Added proper pagination to the topic list. 2018-01-20 06:50:29 +00:00
reply.go Replaced the user agent parser with a faster and more flexible one. 2018-02-03 05:47:14 +00:00
reply_store.go Converted more queries over to the new OO builder syntax. 2017-11-12 03:29:05 +00:00
routes_common.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
settings.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
site.go General: 2018-02-15 13:15:27 +00:00
statistics.go Added Chartist as a dependency. 2017-12-30 05:47:46 +00:00
subscription.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
tasks.go General: 2018-02-15 13:15:27 +00:00
template_init.go General: 2018-02-15 13:15:27 +00:00
themes.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
thumbnailer.go Cosora shouldn't warp on large screens now. Control Panel looks a little off over a thousand now, this is going to be fixed in the following commit. 2018-01-23 10:48:44 +00:00
topic.go 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
topic_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
topic_list.go General: 2018-02-15 13:15:27 +00:00
topic_store.go We now show requests to non-existent routes on the Route Analytics Page. 2018-01-26 05:53:34 +00:00
user.go /topics/ (the default index) is now over 25 times faster than before. 2018-02-10 15:07:21 +00:00
user_cache.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00
user_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
utils.go Profiles are less broken now. 2017-12-24 07:38:46 +00:00
widgets.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
word_filters.go Added the AboutSegment feature, you can see this in use on Cosora, it's a little raw right now, but I'm planning to polish it in the next commit. 2017-11-23 05:37:08 +00:00