|
144c276bc9
|
Fixed init.initialise() checking for .js files as opposed to .json files
|
2025-08-09 12:48:25 +01:00 |
|
|
df4bc99d9a
|
Initialise() imports fs (bug fix)
|
2025-08-09 12:44:39 +01:00 |
|
|
3e2a63bfd7
|
Export the init.initialise() function (bug fix)
|
2025-08-09 12:42:18 +01:00 |
|
|
bced9c7c0e
|
CONFIG.md documentation and also fixed a bug where when ATOM files are
loaded the config.rss boolean is actually checked as opposed to
config.atom, fixed by also adding string.atom_disabled to config.json :)
|
2025-08-02 03:00:20 +01:00 |
|
|
8b9ddcf048
|
Added page indexes for comments, posts, users and pages overall, should
add one for tags but it might be inefficient as I don't store all tags
in an array or anything...
|
2025-08-02 00:51:33 +01:00 |
|
|
cdfc5f2c30
|
Post doesn't exist page
|
2025-08-01 23:21:43 +01:00 |
|
|
88b198365d
|
user, post and comment objects contain their ID's now.
|
2025-08-01 12:34:29 +01:00 |
|
|
b683b658f7
|
Comments now have their own pages, at /comment/commentID, these are
linked to when someone replies to another comment (>> id), I also fixed
a bug in comment submission where the counter was not incrementing
|
2025-07-31 03:58:28 +01:00 |
|
|
0cc319a702
|
Added user specific RSS and ATOM feeds and updated the EJS templates to
add them by default to the user's header section
|
2025-07-30 01:28:23 +01:00 |
|
|
0c43c7315c
|
editing user redirects to user's page and began to implment ATOM
|
2025-07-30 00:43:21 +01:00 |
|
|
39eba8fcda
|
posts are marked as deleted to preserve array structure
|
2025-07-28 15:11:26 +01:00 |
|
|
40e0cc80a3
|
re-added markdown support under EJS
|
2025-07-23 02:49:05 +01:00 |
|
|
306adf3943
|
rss in ejs
|
2025-07-23 02:38:03 +01:00 |
|
|
797d894621
|
lots of fixes and more EJS
|
2025-07-23 02:20:38 +01:00 |
|