gosora/routes
Azareal b2e97e47c1 Moved the last control panel theme manager route into /routes/panel/
Added the UpdateDefaultTheme function.

Renamed panelRenderTemplate to renderTemplate.
Renamed panelSuccessRedirect to successRedirect.
Reduced the amount of boilerplate in panel.GroupsEdit with renderTemplate.
Renamed the pre_render_panel_edit_group hook to pre_render_panel_group_edit.
Reduced the amount of boilerplate in panel.GroupsEditPerms with renderTemplate.
Renamed the pre_render_panel_edit_group_perms hook to pre_render_panel_group_edit_perms.

Fixed a bug where the active status for themes didn't get loaded at start-up.
Fixed a theoretical deadlock in NewThemeList.
Updated CONTRIBUTING.md
2018-10-02 14:09:17 +10:00
..
panel Moved the last control panel theme manager route into /routes/panel/ 2018-10-02 14:09:17 +10:00
account.go Localised the registration errors. 2018-09-30 19:48:31 +10:00
api.go Move towards loading the important scripts asynchronously. 2018-08-13 11:53:16 +10:00
common.go UNSTABLE: Began work on the Nox Theme. 2018-05-27 19:36:35 +10:00
forum.go Per-topic views are now visible in the topic pages for the Nox Theme. 2018-08-30 20:31:21 +10:00
forum_list.go Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
misc.go Don't double-compress avatars. 2018-08-22 11:32:07 +10:00
moderate.go Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
poll.go Added the word filter store and moved the word filter routes into the route package. 2018-08-04 21:46:36 +10:00
profile.go PNG and JPG avatars are now encoded as JPG images leading to a dramatic drop in the amount of bandwidth used. 2018-07-28 22:52:23 +10:00
reply.go Users can no longer post or edit posts in locked topics. 2018-06-01 15:02:29 +10:00
reports.go Added the Page Manager for faster and easier custom page creation. 2018-06-06 10:21:22 +10:00
stubs.go Almost finished live topic lists, you can find them at /topics/. You can disable them via config.json 2018-06-24 23:49:29 +10:00
topic.go Began localising the id_must_be_integer and url_id_must_be_integer error pages. 2018-09-30 10:42:33 +10:00
topic_list.go Finished the Most Viewed Page for Nox. 2018-09-26 17:46:30 +10:00
user.go Alerts are now rendered via a client side transpiled template rather than being hard-coded. 2018-05-14 18:56:56 +10:00