gosora/common
Azareal 2be884edc1 Commented out more debug code.
Main Menu is now shown on the main menu in the menu list for extra clarity.
Travis should now be able to run it's tests.
Moved routeChangeTheme to the routes package.
Moved routeShowAttachment to the routes package and partially refactored it.
Moved routeLikeTopicSubmit to the routes package.
Moved routeReplyLikeSubmit to the routes package and partially refactored it.
Moved routeProfileReplyCreateSubmit to the routes package.
Moved routeLogout to the routes package, now known as routes.AccountLogout.
Moved the routeDynamic stub to the routes package, now known as routes.DynamicRoute.
Moved the routeUploads stub to the routes package, now known as routes.UploadedFile.
Moved the BadRoute stub to the routes package, now known as routes.BadRoute.
All routes moved to the routes package have had the route prefix dropped from their name.
Simplified the email token route to redirect back to the main email route instead of rendering the same template.
Refactored the panel menus to use the new submenu system instead of the old one which had a lot of menu duplication.
Added a stub directory for Nox, the next major theme after Cosora.
Fixed a bug where the alerts wouldn't load outside of the index.

Tweaked the CSS in the topic creation and reply forms on Shadow.
Tweaked the padding on the stickies on Shadow.
Improved the submenu CSS on every theme.
Fixed the submitrow CSS on Shadow, Tempra Conflux.
Fixed some double borders on Tempra Conflux.
The frontend sidebar should no longer show up in the Control Panel in Tempra Conflux and Tempra Simple.
Tweaked the title CSS on Cosora.
Tweaked the user manager CSS on Cosora.
Changed the primary text colour on Cosora.
Fixed attachment images taking up too much space on Cosora.

Run the patcher or update script for this commit.
2018-05-15 15:59:52 +10:00
..
alerts Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
counters Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
templates Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
alerts.go Added support for phrases in CSS files. 2018-03-11 09:33:49 +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 Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10: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 Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
email.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
errors.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
extend.go Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
files.go Commented out more debug code. 2018-05-15 15:59:52 +10:00
forum.go The patcher (schema updating part of the updater) finally works, yay. 2018-04-23 22:08:31 +01: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 The default forum permissions should now cascade properly from groups to forums without overrides. 2018-04-24 04:47:39 +01:00
forum_store.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
group.go The patcher (schema updating part of the updater) finally works, yay. 2018-04-23 22:08:31 +01:00
group_store.go The patcher (schema updating part of the updater) finally works, yay. 2018-04-23 22:08:31 +01:00
ip_search.go IP Search now searches profile replies. 2018-01-22 08:15:45 +00:00
menu_item_store.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10:00
menu_store.go You can now reorder menu items by dragging them around in the menu item manager. 2018-05-13 16:56:59 +10:00
menus.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10: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
no_websockets.go Added more phrases for the notices. 2018-03-21 05:56:33 +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 Commented out more debug code. 2018-05-15 15:59:52 +10:00
parser.go You can now disable slugs. 2018-04-03 05:34:07 +01:00
permissions.go Moved the counters to their own package. 2018-02-19 04:26:01 +00:00
phrases.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10: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 Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
reply.go Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
reply_store.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
routes_common.go Okay, now the forum permissions should be fixed x.x 2018-04-24 05:09:31 +01: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 Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10: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 Hopefully this'll work. 2018-05-14 20:59:18 +10:00
themes.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10: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 You can now disable slugs. 2018-04-03 05:34:07 +01: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 Fixed the Go Version in the Travis file. 2018-04-22 13:33:56 +01:00
topic_store.go Changed the defaultest default theme to Cosora... For now. 2018-03-17 08:16:43 +00:00
user.go You can now reorder menu items by dragging them around in the menu item manager. 2018-05-13 16:56:59 +10: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 Fixed a bug where it would use the wrong templates for Tempra Simple, Tempra Cursive, and Shadow 2018-03-31 06:25:27 +01:00
utils.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00
websockets.go Added support for phrases in templates. 2018-03-08 03:59:47 +00:00
widgets.go Added the menu manager and menu item editor. 2018-05-11 15:41:51 +10: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