Commit graph

98 commits

Author SHA1 Message Date
2086a6cde2 Fixed forums with no posts throwing a 404. 2019-01-03 17:00:13 +01:00
0cf328c05d Rewrote the pagination system. 2019-01-03 01:33:02 +01:00
374f9cf699 Fixed New Topic button not showing up anymore (assumed wrong column type). 2019-01-02 23:16:50 +01:00
9a41b8536e Fixed the New Topic button showing in archived categories. 2019-01-02 22:56:21 +01:00
be0efed5b6 Updated the archival/lock notice to match the current design better. 2019-01-02 22:55:55 +01:00
394032e8b8 Display breadcrumbs below post and topic listings. 2019-01-02 22:39:57 +01:00
b84b4475fc Fixed editor discarding existing content when failing, closes #112. 2019-01-01 04:48:48 +01:00
f3b02edfaa Fixed crash when viewing topics as guest. 2019-01-01 03:44:24 +01:00
8fd20f9c82 Link root forums to the main page from breadcrumbs. 2018-12-31 03:22:13 +01:00
8c7aad6d16 Added dropdown for selecting topic type in editor. 2018-12-30 20:51:32 +01:00
0d6b1be094 Added global announcement post type. 2018-12-30 19:58:30 +01:00
c025a2c88e Allow editing of the topic name when editing the original post. 2018-12-30 04:23:04 +01:00
28205006c5 Make title in reply mode clickable to return to the topic page. 2018-12-30 04:07:42 +01:00
e3d4d41a9a Added post editing, closes #97. 2018-12-30 04:02:35 +01:00
0fcd91ef48 Hide unimplemented buttons for now. 2018-12-29 04:17:34 +01:00
698ab50435 Finished implementation of warning and banning system, closes #87. 2018-12-28 06:03:42 +01:00
e70a22e104 Redid the topic create/reply form. 2018-12-27 05:25:51 +01:00
f03b37e0c6 Fixed inability to view topics ever and also added icons. 2018-12-27 03:59:57 +01:00
774ce1f966 Added soft delete viewing support to the forum. 2018-12-22 12:02:26 +01:00
b9c8a967fa Make url_construct a function instead of a filter. 2018-12-01 12:57:23 +01:00
061100f0d7 Moved some of the JavaScript stuff to TypeScript. 2018-11-06 23:55:05 +01:00
32ac6816f7 Added markdown styling. 2018-11-01 22:35:10 +01:00
8a62431139 Replaced inputs of type hidden, csrf and text with macros. 2018-10-25 03:35:53 +02:00
71b65b93d6 Updated forum/topic tools styling. 2018-10-25 02:15:23 +02:00
1f3afe4c51 Updated pagination look. 2018-10-25 00:48:07 +02:00
a5e9cf8b65 Updated header, footer and forum post view. 2018-10-22 22:23:56 +02:00
c25c2d76ed Restyled container titles. 2018-10-22 21:53:21 +02:00
8a71598850 Removed all uses of --new in class names in templates. 2018-10-22 19:26:59 +02:00
ddedb556be Use new style on the forum. 2018-10-22 00:11:14 +02:00
b8a30fae6c Recursive forum accent colours! 2018-10-21 23:53:32 +02:00
670d672807 Use proper ability functions in forum.php. 2018-10-18 23:54:21 +02:00
3d5674dac8 Added forum category colour to sub pages, needs a recursive fetch. 2018-10-17 21:59:16 +02:00
9f9b602e75 Prep for category accent colours. 2018-10-16 23:38:17 +02:00
c3b1e52491 New breadcrumb style. 2018-10-16 01:00:17 +02:00
880668a6f6 Updated forum post styling. 2018-10-15 23:57:16 +02:00
f329964792 Updated lock notif styling. 2018-10-15 22:45:06 +02:00
9c5e5192fa New topic listing styling. 2018-10-15 22:39:31 +02:00
2d2b2c62a0 Renamed forum locked container to status. 2018-10-15 16:29:35 +02:00
c21d1b65ac cool new CSRF protection system 2018-10-02 21:16:42 +02:00
3080e72caa Forum index redesign. 2018-09-28 18:40:41 +02:00
e6b81a3378 Forum design updates. 2018-09-26 00:11:20 +02:00
5186ee9027 C S S V A R I A B L E S 2018-09-23 16:42:15 +02:00
65e70ce1f8 Moved parser utility functions to their own file. 2018-09-21 10:56:52 +02:00
1fe9a4fd92 dropkicked phpunit out, no longer expose Application to Twig and also defines. 2018-09-16 21:45:40 +02:00
7fd2a8d286 Implemented permission checks everywhere, manage is next. 2018-08-23 22:06:48 +02:00
8daa95168b Fix fuck ups caused by a global replace all. 2018-08-15 15:26:56 +02:00
1bf81d7a7d First steps to merging manage with the main site. 2018-08-15 04:25:42 +02:00
f1979c8e4a Restructure templating system. 2018-08-15 03:12:58 +02:00