|
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 |
|
|
5b7bd50193
|
Merged --new stylings with the normal ones.
|
2018-10-22 19:39:48 +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 |
|
|
74712f96fb
|
Templating wrapper updates.
|
2018-10-19 23:38:32 +02:00 |
|
|
df77983a7c
|
Removed old git_branch() function, we're using tags now.
|
2018-10-19 22:47:47 +02:00 |
|
|
164513d0e6
|
// she thought
|
2018-10-19 10:44:38 +02:00 |
|
|
4d5ce2dc19
|
Fixed forum read checking logic!
|
2018-10-19 10:14:06 +02:00 |
|
|
360164f334
|
Database table fixes.
|
2018-10-19 09:52:05 +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 |
|
|
47bbaadc40
|
// spacing issue
|
2018-10-15 22:46:40 +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 |
|
|
d5ba3b7fd8
|
Fixed overflow issues on forum category listing.
|
2018-10-15 16:04:01 +02:00 |
|
|
f630d3d91b
|
Don't include deleted comments in counter.
|
2018-10-14 20:11:27 +02:00 |
|
|
9737659317
|
Fixed deleted comments being included in count.
|
2018-10-12 19:35:38 +02:00 |
|
|
7b33ef088d
|
Fixed news tables and finished the shoddy news management panel.
|
2018-10-11 23:43:52 +02:00 |
|
|
1e0ab7312f
|
Added manage links to the news pages.
|
2018-10-10 14:25:18 +02:00 |
|
|
6d39c6e3c9
|
News but everything is a function.
|
2018-10-10 11:21:57 +02:00 |
|
|
76cc71b0b8
|
Removed old use statements.
|
2018-10-10 00:45:53 +02:00 |
|
|
39ff56a6b7
|
Added horribad quote administration thing.
|
2018-10-10 00:36:54 +02:00 |
|
|
836f7272c5
|
Add chat quotes to front page.
|
2018-10-09 23:09:54 +02:00 |
|
|
a103701d6a
|
Fix: Actually get rid of the notice when posting the first comment.
|
2018-10-08 15:28:19 +02:00 |
|
|
a89c634799
|
Use better numeric check in the changelog date checker.
|
2018-10-08 15:24:26 +02:00 |
|
|
97024927ff
|
//whoops
|
2018-10-08 15:07:48 +02:00 |
|
|
1785aae6eb
|
Moved password recovery code into its own file.
|
2018-10-08 14:59:58 +02:00 |
|
|
daae61aacf
|
Move avatar and background functions into their own files.
|
2018-10-08 14:29:18 +02:00 |
|
|
7af8944314
|
Fixed password reset redirect.
|
2018-10-07 20:46:18 +02:00 |
|
|
de8670087a
|
Database stuff is now also procedural, would ya look at that.
|
2018-10-07 01:30:48 +02:00 |
|
|
fb93b908c9
|
Caching but it's procedural now.
|
2018-10-07 00:40:14 +02:00 |
|
|
a480678b11
|
// this doesn't work sadly
|
2018-10-05 13:04:43 +02:00 |
|
|
45b75f79cd
|
Removed Application class! (finally)
|
2018-10-05 13:01:52 +02:00 |
|
|
1f22a1e4b9
|
Moved GeoIP stuff into its own folder.
|
2018-10-05 13:00:37 +02:00 |
|
|
8ff10f9d3c
|
Moved storage path into a constant.
|
2018-10-05 11:14:54 +02:00 |
|
|
c2b3becc14
|
Changed avatar limitations.
|
2018-10-05 11:06:39 +02:00 |
|
|
885b76fce3
|
Removed meta lockdown checks, they're only used once anyway.
|
2018-10-05 09:52:13 +02:00 |
|
|
818a8a9ade
|
Removed prevent_registration config var, functionally replaced by the Private section.
|
2018-10-05 09:36:16 +02:00 |
|
|
7ab2c69f5c
|
Removed getPrivateInfo from Application class.
|
2018-10-05 09:33:26 +02:00 |
|
|
3c41231985
|
Use ARGON2ID if available for password hashing (prep for PHP 7.3).
|
2018-10-05 09:09:59 +02:00 |
|
|
8847cf233c
|
//forgot to remove the travis badge, perfect opportunity to test changelog skips
|
2018-10-05 01:38:02 +02:00 |
|
|
9a8c0cc164
|
Fixed date tooltip being displayed on non-date stats on profiles.
|
2018-10-05 01:35:43 +02:00 |
|
|
0c0ff7126d
|
Removed leftover use statements at the top of Application.
|
2018-10-05 01:29:18 +02:00 |
|
|
2c151fd68c
|
E-mailing: now more procedurally wrapped OOP than ever!
|
2018-10-04 23:53:37 +02:00 |
|